src/Makefile.in

Wed, 31 May 2017 12:51:24 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 31 May 2017 12:51:24 +0200
changeset 51
5acf05940667
parent 50
63477d92411d
permissions
-rw-r--r--

fixes compiler flags

universe@49 1 # Makefile.in generated by automake 1.13.4 from Makefile.am.
universe@49 2 # @configure_input@
universe@49 3
universe@49 4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
universe@49 5
universe@49 6 # This Makefile.in is free software; the Free Software Foundation
universe@49 7 # gives unlimited permission to copy and/or distribute it,
universe@49 8 # with or without modifications, as long as this notice is preserved.
universe@49 9
universe@49 10 # This program is distributed in the hope that it will be useful,
universe@49 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
universe@49 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
universe@49 13 # PARTICULAR PURPOSE.
universe@49 14
universe@49 15 @SET_MAKE@
universe@49 16
universe@49 17 # Copyright 2017 Mike Becker. All rights reserved.
universe@49 18 #
universe@49 19 # Redistribution and use in source and binary forms, with or without
universe@49 20 # modification, are permitted provided that the following conditions are met:
universe@49 21 #
universe@49 22 # 1. Redistributions of source code must retain the above copyright
universe@49 23 # notice, this list of conditions and the following disclaimer.
universe@49 24 #
universe@49 25 # 2. Redistributions in binary form must reproduce the above copyright
universe@49 26 # notice, this list of conditions and the following disclaimer in the
universe@49 27 # documentation and/or other materials provided with the distribution.
universe@49 28 #
universe@49 29 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
universe@49 30 # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
universe@49 31 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
universe@49 32 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
universe@49 33 # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
universe@49 34 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
universe@49 35 # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
universe@49 36 # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
universe@49 37 # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
universe@49 38 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
universe@49 39
universe@49 40 VPATH = @srcdir@
universe@49 41 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
universe@49 42 am__make_running_with_option = \
universe@49 43 case $${target_option-} in \
universe@49 44 ?) ;; \
universe@49 45 *) echo "am__make_running_with_option: internal error: invalid" \
universe@49 46 "target option '$${target_option-}' specified" >&2; \
universe@49 47 exit 1;; \
universe@49 48 esac; \
universe@49 49 has_opt=no; \
universe@49 50 sane_makeflags=$$MAKEFLAGS; \
universe@49 51 if $(am__is_gnu_make); then \
universe@49 52 sane_makeflags=$$MFLAGS; \
universe@49 53 else \
universe@49 54 case $$MAKEFLAGS in \
universe@49 55 *\\[\ \ ]*) \
universe@49 56 bs=\\; \
universe@49 57 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
universe@49 58 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
universe@49 59 esac; \
universe@49 60 fi; \
universe@49 61 skip_next=no; \
universe@49 62 strip_trailopt () \
universe@49 63 { \
universe@49 64 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
universe@49 65 }; \
universe@49 66 for flg in $$sane_makeflags; do \
universe@49 67 test $$skip_next = yes && { skip_next=no; continue; }; \
universe@49 68 case $$flg in \
universe@49 69 *=*|--*) continue;; \
universe@49 70 -*I) strip_trailopt 'I'; skip_next=yes;; \
universe@49 71 -*I?*) strip_trailopt 'I';; \
universe@49 72 -*O) strip_trailopt 'O'; skip_next=yes;; \
universe@49 73 -*O?*) strip_trailopt 'O';; \
universe@49 74 -*l) strip_trailopt 'l'; skip_next=yes;; \
universe@49 75 -*l?*) strip_trailopt 'l';; \
universe@49 76 -[dEDm]) skip_next=yes;; \
universe@49 77 -[JT]) skip_next=yes;; \
universe@49 78 esac; \
universe@49 79 case $$flg in \
universe@49 80 *$$target_option*) has_opt=yes; break;; \
universe@49 81 esac; \
universe@49 82 done; \
universe@49 83 test $$has_opt = yes
universe@49 84 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
universe@49 85 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
universe@49 86 pkgdatadir = $(datadir)/@PACKAGE@
universe@49 87 pkgincludedir = $(includedir)/@PACKAGE@
universe@49 88 pkglibdir = $(libdir)/@PACKAGE@
universe@49 89 pkglibexecdir = $(libexecdir)/@PACKAGE@
universe@49 90 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
universe@49 91 install_sh_DATA = $(install_sh) -c -m 644
universe@49 92 install_sh_PROGRAM = $(install_sh) -c
universe@49 93 install_sh_SCRIPT = $(install_sh) -c
universe@49 94 INSTALL_HEADER = $(INSTALL_DATA)
universe@49 95 transform = $(program_transform_name)
universe@49 96 NORMAL_INSTALL = :
universe@49 97 PRE_INSTALL = :
universe@49 98 POST_INSTALL = :
universe@49 99 NORMAL_UNINSTALL = :
universe@49 100 PRE_UNINSTALL = :
universe@49 101 POST_UNINSTALL = :
universe@49 102 bin_PROGRAMS = cline$(EXEEXT)
universe@49 103 subdir = src
universe@49 104 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
universe@49 105 $(top_srcdir)/depcomp
universe@49 106 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
universe@49 107 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
universe@49 108 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
universe@49 109 $(ACLOCAL_M4)
universe@49 110 mkinstalldirs = $(install_sh) -d
universe@49 111 CONFIG_HEADER = $(top_builddir)/config.h
universe@49 112 CONFIG_CLEAN_FILES =
universe@49 113 CONFIG_CLEAN_VPATH_FILES =
universe@49 114 am__installdirs = "$(DESTDIR)$(bindir)"
universe@49 115 PROGRAMS = $(bin_PROGRAMS)
universe@49 116 am_cline_OBJECTS = arguments.$(OBJEXT) bfile_heuristics.$(OBJEXT) \
universe@49 117 cline.$(OBJEXT) regex_parser.$(OBJEXT) scanner.$(OBJEXT) \
universe@49 118 settings.$(OBJEXT) string_list.$(OBJEXT) suffix_fnc.$(OBJEXT)
universe@49 119 cline_OBJECTS = $(am_cline_OBJECTS)
universe@49 120 cline_LDADD = $(LDADD)
universe@49 121 AM_V_P = $(am__v_P_@AM_V@)
universe@49 122 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
universe@49 123 am__v_P_0 = false
universe@49 124 am__v_P_1 = :
universe@49 125 AM_V_GEN = $(am__v_GEN_@AM_V@)
universe@49 126 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
universe@49 127 am__v_GEN_0 = @echo " GEN " $@;
universe@49 128 am__v_GEN_1 =
universe@49 129 AM_V_at = $(am__v_at_@AM_V@)
universe@49 130 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
universe@49 131 am__v_at_0 = @
universe@49 132 am__v_at_1 =
universe@49 133 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
universe@49 134 depcomp = $(SHELL) $(top_srcdir)/depcomp
universe@49 135 am__depfiles_maybe = depfiles
universe@49 136 am__mv = mv -f
universe@49 137 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
universe@49 138 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
universe@49 139 AM_V_CC = $(am__v_CC_@AM_V@)
universe@49 140 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
universe@49 141 am__v_CC_0 = @echo " CC " $@;
universe@49 142 am__v_CC_1 =
universe@49 143 CCLD = $(CC)
universe@49 144 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
universe@49 145 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
universe@49 146 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
universe@49 147 am__v_CCLD_0 = @echo " CCLD " $@;
universe@49 148 am__v_CCLD_1 =
universe@49 149 SOURCES = $(cline_SOURCES)
universe@49 150 DIST_SOURCES = $(cline_SOURCES)
universe@49 151 am__can_run_installinfo = \
universe@49 152 case $$AM_UPDATE_INFO_DIR in \
universe@49 153 n|no|NO) false;; \
universe@49 154 *) (install-info --version) >/dev/null 2>&1;; \
universe@49 155 esac
universe@49 156 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
universe@49 157 # Read a list of newline-separated strings from the standard input,
universe@49 158 # and print each of them once, without duplicates. Input order is
universe@49 159 # *not* preserved.
universe@49 160 am__uniquify_input = $(AWK) '\
universe@49 161 BEGIN { nonempty = 0; } \
universe@49 162 { items[$$0] = 1; nonempty = 1; } \
universe@49 163 END { if (nonempty) { for (i in items) print i; }; } \
universe@49 164 '
universe@49 165 # Make sure the list of sources is unique. This is necessary because,
universe@49 166 # e.g., the same source file might be shared among _SOURCES variables
universe@49 167 # for different programs/libraries.
universe@49 168 am__define_uniq_tagged_files = \
universe@49 169 list='$(am__tagged_files)'; \
universe@49 170 unique=`for i in $$list; do \
universe@49 171 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
universe@49 172 done | $(am__uniquify_input)`
universe@49 173 ETAGS = etags
universe@49 174 CTAGS = ctags
universe@49 175 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
universe@49 176 ACLOCAL = @ACLOCAL@
universe@49 177 AMTAR = @AMTAR@
universe@49 178 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
universe@49 179 AUTOCONF = @AUTOCONF@
universe@49 180 AUTOHEADER = @AUTOHEADER@
universe@49 181 AUTOMAKE = @AUTOMAKE@
universe@49 182 AWK = @AWK@
universe@49 183 CC = @CC@
universe@49 184 CCDEPMODE = @CCDEPMODE@
universe@49 185 CFLAGS = @CFLAGS@
universe@49 186 CPP = @CPP@
universe@49 187 CPPFLAGS = @CPPFLAGS@
universe@49 188 CYGPATH_W = @CYGPATH_W@
universe@49 189 DEFS = @DEFS@
universe@49 190 DEPDIR = @DEPDIR@
universe@49 191 ECHO_C = @ECHO_C@
universe@49 192 ECHO_N = @ECHO_N@
universe@49 193 ECHO_T = @ECHO_T@
universe@49 194 EGREP = @EGREP@
universe@49 195 EXEEXT = @EXEEXT@
universe@49 196 GREP = @GREP@
universe@49 197 INSTALL = @INSTALL@
universe@49 198 INSTALL_DATA = @INSTALL_DATA@
universe@49 199 INSTALL_PROGRAM = @INSTALL_PROGRAM@
universe@49 200 INSTALL_SCRIPT = @INSTALL_SCRIPT@
universe@49 201 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
universe@49 202 LDFLAGS = @LDFLAGS@
universe@49 203 LIBOBJS = @LIBOBJS@
universe@49 204 LIBS = @LIBS@
universe@49 205 LTLIBOBJS = @LTLIBOBJS@
universe@49 206 MAKEINFO = @MAKEINFO@
universe@49 207 MKDIR_P = @MKDIR_P@
universe@49 208 OBJEXT = @OBJEXT@
universe@49 209 PACKAGE = @PACKAGE@
universe@49 210 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
universe@49 211 PACKAGE_NAME = @PACKAGE_NAME@
universe@49 212 PACKAGE_STRING = @PACKAGE_STRING@
universe@49 213 PACKAGE_TARNAME = @PACKAGE_TARNAME@
universe@49 214 PACKAGE_URL = @PACKAGE_URL@
universe@49 215 PACKAGE_VERSION = @PACKAGE_VERSION@
universe@49 216 PATH_SEPARATOR = @PATH_SEPARATOR@
universe@49 217 SET_MAKE = @SET_MAKE@
universe@49 218 SHELL = @SHELL@
universe@49 219 STRIP = @STRIP@
universe@49 220 VERSION = @VERSION@
universe@49 221 abs_builddir = @abs_builddir@
universe@49 222 abs_srcdir = @abs_srcdir@
universe@49 223 abs_top_builddir = @abs_top_builddir@
universe@49 224 abs_top_srcdir = @abs_top_srcdir@
universe@49 225 ac_ct_CC = @ac_ct_CC@
universe@49 226 am__include = @am__include@
universe@49 227 am__leading_dot = @am__leading_dot@
universe@49 228 am__quote = @am__quote@
universe@49 229 am__tar = @am__tar@
universe@49 230 am__untar = @am__untar@
universe@49 231 bindir = @bindir@
universe@49 232 build_alias = @build_alias@
universe@49 233 builddir = @builddir@
universe@49 234 datadir = @datadir@
universe@49 235 datarootdir = @datarootdir@
universe@49 236 docdir = @docdir@
universe@49 237 dvidir = @dvidir@
universe@49 238 exec_prefix = @exec_prefix@
universe@49 239 host_alias = @host_alias@
universe@49 240 htmldir = @htmldir@
universe@49 241 includedir = @includedir@
universe@49 242 infodir = @infodir@
universe@49 243 install_sh = @install_sh@
universe@49 244 libdir = @libdir@
universe@49 245 libexecdir = @libexecdir@
universe@49 246 localedir = @localedir@
universe@49 247 localstatedir = @localstatedir@
universe@49 248 mandir = @mandir@
universe@49 249 mkdir_p = @mkdir_p@
universe@49 250 oldincludedir = @oldincludedir@
universe@49 251 pdfdir = @pdfdir@
universe@49 252 prefix = @prefix@
universe@49 253 program_transform_name = @program_transform_name@
universe@49 254 psdir = @psdir@
universe@49 255 sbindir = @sbindir@
universe@49 256 sharedstatedir = @sharedstatedir@
universe@49 257 srcdir = @srcdir@
universe@49 258 sysconfdir = @sysconfdir@
universe@49 259 target_alias = @target_alias@
universe@49 260 top_build_prefix = @top_build_prefix@
universe@49 261 top_builddir = @top_builddir@
universe@49 262 top_srcdir = @top_srcdir@
universe@51 263 @DEBUG_FALSE@AM_CFLAGS = -O2
universe@51 264 @DEBUG_TRUE@AM_CFLAGS = -g -O0 -Wall
universe@50 265 cline_SOURCES = arguments.c bfile_heuristics.c cline.c regex_parser.c \
universe@50 266 scanner.c settings.c string_list.c suffix_fnc.c
universe@50 267
universe@50 268 EXTRA_DIST = arguments.h bfile_heuristics.h cline.h regex_parser.h scanner.h \
universe@50 269 settings.h stdinc.h string_list.h suffix_fnc.h
universe@50 270
universe@49 271 all: all-am
universe@49 272
universe@49 273 .SUFFIXES:
universe@49 274 .SUFFIXES: .c .o .obj
universe@49 275 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
universe@49 276 @for dep in $?; do \
universe@49 277 case '$(am__configure_deps)' in \
universe@49 278 *$$dep*) \
universe@49 279 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
universe@49 280 && { if test -f $@; then exit 0; else break; fi; }; \
universe@49 281 exit 1;; \
universe@49 282 esac; \
universe@49 283 done; \
universe@49 284 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
universe@49 285 $(am__cd) $(top_srcdir) && \
universe@49 286 $(AUTOMAKE) --gnu src/Makefile
universe@49 287 .PRECIOUS: Makefile
universe@49 288 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
universe@49 289 @case '$?' in \
universe@49 290 *config.status*) \
universe@49 291 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
universe@49 292 *) \
universe@49 293 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
universe@49 294 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
universe@49 295 esac;
universe@49 296
universe@49 297 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
universe@49 298 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
universe@49 299
universe@49 300 $(top_srcdir)/configure: $(am__configure_deps)
universe@49 301 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
universe@49 302 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
universe@49 303 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
universe@49 304 $(am__aclocal_m4_deps):
universe@49 305 install-binPROGRAMS: $(bin_PROGRAMS)
universe@49 306 @$(NORMAL_INSTALL)
universe@49 307 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
universe@49 308 if test -n "$$list"; then \
universe@49 309 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
universe@49 310 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
universe@49 311 fi; \
universe@49 312 for p in $$list; do echo "$$p $$p"; done | \
universe@49 313 sed 's/$(EXEEXT)$$//' | \
universe@49 314 while read p p1; do if test -f $$p \
universe@49 315 ; then echo "$$p"; echo "$$p"; else :; fi; \
universe@49 316 done | \
universe@49 317 sed -e 'p;s,.*/,,;n;h' \
universe@49 318 -e 's|.*|.|' \
universe@49 319 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
universe@49 320 sed 'N;N;N;s,\n, ,g' | \
universe@49 321 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
universe@49 322 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
universe@49 323 if ($$2 == $$4) files[d] = files[d] " " $$1; \
universe@49 324 else { print "f", $$3 "/" $$4, $$1; } } \
universe@49 325 END { for (d in files) print "f", d, files[d] }' | \
universe@49 326 while read type dir files; do \
universe@49 327 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
universe@49 328 test -z "$$files" || { \
universe@49 329 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
universe@49 330 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
universe@49 331 } \
universe@49 332 ; done
universe@49 333
universe@49 334 uninstall-binPROGRAMS:
universe@49 335 @$(NORMAL_UNINSTALL)
universe@49 336 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
universe@49 337 files=`for p in $$list; do echo "$$p"; done | \
universe@49 338 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
universe@49 339 -e 's/$$/$(EXEEXT)/' \
universe@49 340 `; \
universe@49 341 test -n "$$list" || exit 0; \
universe@49 342 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
universe@49 343 cd "$(DESTDIR)$(bindir)" && rm -f $$files
universe@49 344
universe@49 345 clean-binPROGRAMS:
universe@49 346 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
universe@49 347
universe@49 348 cline$(EXEEXT): $(cline_OBJECTS) $(cline_DEPENDENCIES) $(EXTRA_cline_DEPENDENCIES)
universe@49 349 @rm -f cline$(EXEEXT)
universe@49 350 $(AM_V_CCLD)$(LINK) $(cline_OBJECTS) $(cline_LDADD) $(LIBS)
universe@49 351
universe@49 352 mostlyclean-compile:
universe@49 353 -rm -f *.$(OBJEXT)
universe@49 354
universe@49 355 distclean-compile:
universe@49 356 -rm -f *.tab.c
universe@49 357
universe@49 358 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arguments.Po@am__quote@
universe@49 359 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfile_heuristics.Po@am__quote@
universe@49 360 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cline.Po@am__quote@
universe@49 361 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex_parser.Po@am__quote@
universe@49 362 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanner.Po@am__quote@
universe@49 363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/settings.Po@am__quote@
universe@49 364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string_list.Po@am__quote@
universe@49 365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/suffix_fnc.Po@am__quote@
universe@49 366
universe@49 367 .c.o:
universe@49 368 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
universe@49 369 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
universe@49 370 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
universe@49 371 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
universe@49 372 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
universe@49 373
universe@49 374 .c.obj:
universe@49 375 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
universe@49 376 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
universe@49 377 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
universe@49 378 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
universe@49 379 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
universe@49 380
universe@49 381 ID: $(am__tagged_files)
universe@49 382 $(am__define_uniq_tagged_files); mkid -fID $$unique
universe@49 383 tags: tags-am
universe@49 384 TAGS: tags
universe@49 385
universe@49 386 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
universe@49 387 set x; \
universe@49 388 here=`pwd`; \
universe@49 389 $(am__define_uniq_tagged_files); \
universe@49 390 shift; \
universe@49 391 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
universe@49 392 test -n "$$unique" || unique=$$empty_fix; \
universe@49 393 if test $$# -gt 0; then \
universe@49 394 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
universe@49 395 "$$@" $$unique; \
universe@49 396 else \
universe@49 397 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
universe@49 398 $$unique; \
universe@49 399 fi; \
universe@49 400 fi
universe@49 401 ctags: ctags-am
universe@49 402
universe@49 403 CTAGS: ctags
universe@49 404 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
universe@49 405 $(am__define_uniq_tagged_files); \
universe@49 406 test -z "$(CTAGS_ARGS)$$unique" \
universe@49 407 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
universe@49 408 $$unique
universe@49 409
universe@49 410 GTAGS:
universe@49 411 here=`$(am__cd) $(top_builddir) && pwd` \
universe@49 412 && $(am__cd) $(top_srcdir) \
universe@49 413 && gtags -i $(GTAGS_ARGS) "$$here"
universe@49 414 cscopelist: cscopelist-am
universe@49 415
universe@49 416 cscopelist-am: $(am__tagged_files)
universe@49 417 list='$(am__tagged_files)'; \
universe@49 418 case "$(srcdir)" in \
universe@49 419 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
universe@49 420 *) sdir=$(subdir)/$(srcdir) ;; \
universe@49 421 esac; \
universe@49 422 for i in $$list; do \
universe@49 423 if test -f "$$i"; then \
universe@49 424 echo "$(subdir)/$$i"; \
universe@49 425 else \
universe@49 426 echo "$$sdir/$$i"; \
universe@49 427 fi; \
universe@49 428 done >> $(top_builddir)/cscope.files
universe@49 429
universe@49 430 distclean-tags:
universe@49 431 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
universe@49 432
universe@49 433 distdir: $(DISTFILES)
universe@49 434 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
universe@49 435 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
universe@49 436 list='$(DISTFILES)'; \
universe@49 437 dist_files=`for file in $$list; do echo $$file; done | \
universe@49 438 sed -e "s|^$$srcdirstrip/||;t" \
universe@49 439 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
universe@49 440 case $$dist_files in \
universe@49 441 */*) $(MKDIR_P) `echo "$$dist_files" | \
universe@49 442 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
universe@49 443 sort -u` ;; \
universe@49 444 esac; \
universe@49 445 for file in $$dist_files; do \
universe@49 446 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
universe@49 447 if test -d $$d/$$file; then \
universe@49 448 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
universe@49 449 if test -d "$(distdir)/$$file"; then \
universe@49 450 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
universe@49 451 fi; \
universe@49 452 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
universe@49 453 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
universe@49 454 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
universe@49 455 fi; \
universe@49 456 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
universe@49 457 else \
universe@49 458 test -f "$(distdir)/$$file" \
universe@49 459 || cp -p $$d/$$file "$(distdir)/$$file" \
universe@49 460 || exit 1; \
universe@49 461 fi; \
universe@49 462 done
universe@49 463 check-am: all-am
universe@49 464 check: check-am
universe@49 465 all-am: Makefile $(PROGRAMS)
universe@49 466 installdirs:
universe@49 467 for dir in "$(DESTDIR)$(bindir)"; do \
universe@49 468 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
universe@49 469 done
universe@49 470 install: install-am
universe@49 471 install-exec: install-exec-am
universe@49 472 install-data: install-data-am
universe@49 473 uninstall: uninstall-am
universe@49 474
universe@49 475 install-am: all-am
universe@49 476 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
universe@49 477
universe@49 478 installcheck: installcheck-am
universe@49 479 install-strip:
universe@49 480 if test -z '$(STRIP)'; then \
universe@49 481 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
universe@49 482 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
universe@49 483 install; \
universe@49 484 else \
universe@49 485 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
universe@49 486 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
universe@49 487 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
universe@49 488 fi
universe@49 489 mostlyclean-generic:
universe@49 490
universe@49 491 clean-generic:
universe@49 492
universe@49 493 distclean-generic:
universe@49 494 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
universe@49 495 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
universe@49 496
universe@49 497 maintainer-clean-generic:
universe@49 498 @echo "This command is intended for maintainers to use"
universe@49 499 @echo "it deletes files that may require special tools to rebuild."
universe@49 500 clean: clean-am
universe@49 501
universe@49 502 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
universe@49 503
universe@49 504 distclean: distclean-am
universe@49 505 -rm -rf ./$(DEPDIR)
universe@49 506 -rm -f Makefile
universe@49 507 distclean-am: clean-am distclean-compile distclean-generic \
universe@49 508 distclean-tags
universe@49 509
universe@49 510 dvi: dvi-am
universe@49 511
universe@49 512 dvi-am:
universe@49 513
universe@49 514 html: html-am
universe@49 515
universe@49 516 html-am:
universe@49 517
universe@49 518 info: info-am
universe@49 519
universe@49 520 info-am:
universe@49 521
universe@49 522 install-data-am:
universe@49 523
universe@49 524 install-dvi: install-dvi-am
universe@49 525
universe@49 526 install-dvi-am:
universe@49 527
universe@49 528 install-exec-am: install-binPROGRAMS
universe@49 529
universe@49 530 install-html: install-html-am
universe@49 531
universe@49 532 install-html-am:
universe@49 533
universe@49 534 install-info: install-info-am
universe@49 535
universe@49 536 install-info-am:
universe@49 537
universe@49 538 install-man:
universe@49 539
universe@49 540 install-pdf: install-pdf-am
universe@49 541
universe@49 542 install-pdf-am:
universe@49 543
universe@49 544 install-ps: install-ps-am
universe@49 545
universe@49 546 install-ps-am:
universe@49 547
universe@49 548 installcheck-am:
universe@49 549
universe@49 550 maintainer-clean: maintainer-clean-am
universe@49 551 -rm -rf ./$(DEPDIR)
universe@49 552 -rm -f Makefile
universe@49 553 maintainer-clean-am: distclean-am maintainer-clean-generic
universe@49 554
universe@49 555 mostlyclean: mostlyclean-am
universe@49 556
universe@49 557 mostlyclean-am: mostlyclean-compile mostlyclean-generic
universe@49 558
universe@49 559 pdf: pdf-am
universe@49 560
universe@49 561 pdf-am:
universe@49 562
universe@49 563 ps: ps-am
universe@49 564
universe@49 565 ps-am:
universe@49 566
universe@49 567 uninstall-am: uninstall-binPROGRAMS
universe@49 568
universe@49 569 .MAKE: install-am install-strip
universe@49 570
universe@49 571 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
universe@49 572 clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \
universe@49 573 distclean distclean-compile distclean-generic distclean-tags \
universe@49 574 distdir dvi dvi-am html html-am info info-am install \
universe@49 575 install-am install-binPROGRAMS install-data install-data-am \
universe@49 576 install-dvi install-dvi-am install-exec install-exec-am \
universe@49 577 install-html install-html-am install-info install-info-am \
universe@49 578 install-man install-pdf install-pdf-am install-ps \
universe@49 579 install-ps-am install-strip installcheck installcheck-am \
universe@49 580 installdirs maintainer-clean maintainer-clean-generic \
universe@49 581 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
universe@49 582 ps ps-am tags tags-am uninstall uninstall-am \
universe@49 583 uninstall-binPROGRAMS
universe@49 584
universe@49 585
universe@49 586 # Tell versions [3.59,3.63) of GNU make to not export all variables.
universe@49 587 # Otherwise a system limit (for SysV at least) may be exceeded.
universe@49 588 .NOEXPORT:

mercurial