Changeset ee51534 for src/examples/Makefile.in
- Timestamp:
- Jun 14, 2016, 2:33:23 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- ca26509
- Parents:
- 7ff30d07
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/examples/Makefile.in
r7ff30d07 ree51534 1 # Makefile.in generated by automake 1.1 4.1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-2013 Free Software Foundation, Inc. 5 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 6 7 # This Makefile.in is free software; the Free Software Foundation 7 8 # gives unlimited permission to copy and/or distribute it, … … 19 20 20 21 VPATH = @srcdir@ 21 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'22 am__make_running_with_option = \23 case $${target_option-} in \24 ?) ;; \25 *) echo "am__make_running_with_option: internal error: invalid" \26 "target option '$${target_option-}' specified" >&2; \27 exit 1;; \28 esac; \29 has_opt=no; \30 sane_makeflags=$$MAKEFLAGS; \31 if $(am__is_gnu_make); then \32 sane_makeflags=$$MFLAGS; \33 else \34 case $$MAKEFLAGS in \35 *\\[\ \ ]*) \36 bs=\\; \37 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \38 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \39 esac; \40 fi; \41 skip_next=no; \42 strip_trailopt () \43 { \44 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \45 }; \46 for flg in $$sane_makeflags; do \47 test $$skip_next = yes && { skip_next=no; continue; }; \48 case $$flg in \49 *=*|--*) continue;; \50 -*I) strip_trailopt 'I'; skip_next=yes;; \51 -*I?*) strip_trailopt 'I';; \52 -*O) strip_trailopt 'O'; skip_next=yes;; \53 -*O?*) strip_trailopt 'O';; \54 -*l) strip_trailopt 'l'; skip_next=yes;; \55 -*l?*) strip_trailopt 'l';; \56 -[dEDm]) skip_next=yes;; \57 -[JT]) skip_next=yes;; \58 esac; \59 case $$flg in \60 *$$target_option*) has_opt=yes; break;; \61 esac; \62 done; \63 test $$has_opt = yes64 am__make_dryrun = (target_option=n; $(am__make_running_with_option))65 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))66 22 pkgdatadir = $(datadir)/@PACKAGE@ 67 23 pkgincludedir = $(includedir)/@PACKAGE@ … … 83 39 avl_test$(EXEEXT) 84 40 subdir = src/examples 85 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 86 $(top_srcdir)/automake/depcomp 41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 87 42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 88 43 am__aclocal_m4_deps = $(top_srcdir)/configure.ac … … 106 61 vector_test_OBJECTS = $(am_vector_test_OBJECTS) 107 62 vector_test_LDADD = $(LDADD) 108 AM_V_P = $(am__v_P_@AM_V@)109 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)110 am__v_P_0 = false111 am__v_P_1 = :112 AM_V_GEN = $(am__v_GEN_@AM_V@)113 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)114 am__v_GEN_0 = @echo " GEN " $@;115 am__v_GEN_1 =116 AM_V_at = $(am__v_at_@AM_V@)117 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)118 am__v_at_0 = @119 am__v_at_1 =120 63 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 121 64 depcomp = $(SHELL) $(top_srcdir)/automake/depcomp … … 125 68 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 126 69 am__v_lt_0 = --silent 127 am__v_lt_1 =128 70 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 129 71 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 130 72 AM_V_CC = $(am__v_CC_@AM_V@) 131 73 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 132 am__v_CC_0 = @echo " CC " $@; 133 am__v_CC_1 = 74 am__v_CC_0 = @echo " CC " $@; 75 AM_V_at = $(am__v_at_@AM_V@) 76 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 77 am__v_at_0 = @ 134 78 CCLD = $(CC) 135 79 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 136 80 AM_V_CCLD = $(am__v_CCLD_@AM_V@) 137 81 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 138 am__v_CCLD_0 = @echo " CCLD " $@; 139 am__v_CCLD_1 = 82 am__v_CCLD_0 = @echo " CCLD " $@; 83 AM_V_GEN = $(am__v_GEN_@AM_V@) 84 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 85 am__v_GEN_0 = @echo " GEN " $@; 140 86 SOURCES = $(avl_test_SOURCES) $(fstream_test_SOURCES) \ 141 87 $(vector_test_SOURCES) 142 88 DIST_SOURCES = $(avl_test_SOURCES) $(fstream_test_SOURCES) \ 143 89 $(vector_test_SOURCES) 144 am__can_run_installinfo = \145 case $$AM_UPDATE_INFO_DIR in \146 n|no|NO) false;; \147 *) (install-info --version) >/dev/null 2>&1;; \148 esac149 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)150 # Read a list of newline-separated strings from the standard input,151 # and print each of them once, without duplicates. Input order is152 # *not* preserved.153 am__uniquify_input = $(AWK) '\154 BEGIN { nonempty = 0; } \155 { items[$$0] = 1; nonempty = 1; } \156 END { if (nonempty) { for (i in items) print i; }; } \157 '158 # Make sure the list of sources is unique. This is necessary because,159 # e.g., the same source file might be shared among _SOURCES variables160 # for different programs/libraries.161 am__define_uniq_tagged_files = \162 list='$(am__tagged_files)'; \163 unique=`for i in $$list; do \164 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \165 done | $(am__uniquify_input)`166 90 ETAGS = etags 167 91 CTAGS = ctags … … 314 238 clean-noinstPROGRAMS: 315 239 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 316 317 240 avl_test$(EXEEXT): $(avl_test_OBJECTS) $(avl_test_DEPENDENCIES) $(EXTRA_avl_test_DEPENDENCIES) 318 241 @rm -f avl_test$(EXEEXT) 319 242 $(AM_V_CCLD)$(LINK) $(avl_test_OBJECTS) $(avl_test_LDADD) $(LIBS) 320 321 243 fstream_test$(EXEEXT): $(fstream_test_OBJECTS) $(fstream_test_DEPENDENCIES) $(EXTRA_fstream_test_DEPENDENCIES) 322 244 @rm -f fstream_test$(EXEEXT) 323 245 $(AM_V_CCLD)$(LINK) $(fstream_test_OBJECTS) $(fstream_test_LDADD) $(LIBS) 324 325 246 vector_test$(EXEEXT): $(vector_test_OBJECTS) $(vector_test_DEPENDENCIES) $(EXTRA_vector_test_DEPENDENCIES) 326 247 @rm -f vector_test$(EXEEXT) … … 350 271 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 351 272 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 352 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@$<273 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< 353 274 354 275 .c.obj: … … 357 278 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 358 279 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 359 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@`$(CYGPATH_W) '$<'`280 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` 360 281 361 282 avl_test.o: avltree/avl_test.c … … 457 378 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o avl-private.obj `if test -f 'avltree/avl-private.c'; then $(CYGPATH_W) 'avltree/avl-private.c'; else $(CYGPATH_W) '$(srcdir)/avltree/avl-private.c'; fi` 458 379 459 ID: $(am__tagged_files) 460 $(am__define_uniq_tagged_files); mkid -fID $$unique 461 tags: tags-am 462 TAGS: tags 463 464 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 380 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 381 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 382 unique=`for i in $$list; do \ 383 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 384 done | \ 385 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 386 END { if (nonempty) { for (i in files) print i; }; }'`; \ 387 mkid -fID $$unique 388 tags: TAGS 389 390 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 391 $(TAGS_FILES) $(LISP) 465 392 set x; \ 466 393 here=`pwd`; \ 467 $(am__define_uniq_tagged_files); \ 394 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 395 unique=`for i in $$list; do \ 396 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 397 done | \ 398 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 399 END { if (nonempty) { for (i in files) print i; }; }'`; \ 468 400 shift; \ 469 401 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ … … 477 409 fi; \ 478 410 fi 479 ctags: ctags-am 480 481 CTAGS: ctags 482 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 483 $(am__define_uniq_tagged_files); \ 411 ctags: CTAGS 412 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 413 $(TAGS_FILES) $(LISP) 414 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 415 unique=`for i in $$list; do \ 416 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 417 done | \ 418 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 419 END { if (nonempty) { for (i in files) print i; }; }'`; \ 484 420 test -z "$(CTAGS_ARGS)$$unique" \ 485 421 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ … … 490 426 && $(am__cd) $(top_srcdir) \ 491 427 && gtags -i $(GTAGS_ARGS) "$$here" 492 cscopelist: cscopelist-am493 494 cscopelist-am: $(am__tagged_files)495 list='$(am__tagged_files)'; \496 case "$(srcdir)" in \497 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \498 *) sdir=$(subdir)/$(srcdir) ;; \499 esac; \500 for i in $$list; do \501 if test -f "$$i"; then \502 echo "$(subdir)/$$i"; \503 else \504 echo "$$sdir/$$i"; \505 fi; \506 done >> $(top_builddir)/cscope.files507 428 508 429 distclean-tags: … … 644 565 .MAKE: install-am install-strip 645 566 646 .PHONY: CTAGS GTAGS TAGSall all-am check check-am clean clean-generic \647 clean-noinstPROGRAMS c scopelist-am ctags ctags-am distclean\648 distclean- compile distclean-generic distclean-tags distdir dvi\649 dvi-am html html-am info info-am install install-am\650 install-data install-data-am install-dvi install-dvi-am\651 install-exec install-exec-am install-html install-html-am\652 install-info install-info-am install-man install-pdf\653 install-p df-am install-ps install-ps-am install-strip\654 installcheck installcheck-am installdirs maintainer-clean \567 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 568 clean-noinstPROGRAMS ctags distclean distclean-compile \ 569 distclean-generic distclean-tags distdir dvi dvi-am html \ 570 html-am info info-am install install-am install-data \ 571 install-data-am install-dvi install-dvi-am install-exec \ 572 install-exec-am install-html install-html-am install-info \ 573 install-info-am install-man install-pdf install-pdf-am \ 574 install-ps install-ps-am install-strip installcheck \ 575 installcheck-am installdirs maintainer-clean \ 655 576 maintainer-clean-generic mostlyclean mostlyclean-compile \ 656 mostlyclean-generic pdf pdf-am ps ps-am tags tags-amuninstall \577 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ 657 578 uninstall-am 658 579
Note: See TracChangeset
for help on using the changeset viewer.