Changeset ef7d253 for Makefile.in
- Timestamp:
- Jun 14, 2016, 11:12:40 AM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, 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:
- 600b6c2
- Parents:
- 3dcd347a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r3dcd347a ref7d253 1 # Makefile.in generated by automake 1.1 1.3from Makefile.am.1 # Makefile.in generated by automake 1.14.1 from Makefile.am. 2 2 # @configure_input@ 3 3 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. 4 # Copyright (C) 1994-2013 Free Software Foundation, Inc. 5 7 6 # This Makefile.in is free software; the Free Software Foundation 8 7 # gives unlimited permission to copy and/or distribute it, … … 19 18 ############################################################################### 20 19 VPATH = @srcdir@ 20 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 21 am__make_running_with_option = \ 22 case $${target_option-} in \ 23 ?) ;; \ 24 *) echo "am__make_running_with_option: internal error: invalid" \ 25 "target option '$${target_option-}' specified" >&2; \ 26 exit 1;; \ 27 esac; \ 28 has_opt=no; \ 29 sane_makeflags=$$MAKEFLAGS; \ 30 if $(am__is_gnu_make); then \ 31 sane_makeflags=$$MFLAGS; \ 32 else \ 33 case $$MAKEFLAGS in \ 34 *\\[\ \ ]*) \ 35 bs=\\; \ 36 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 37 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 38 esac; \ 39 fi; \ 40 skip_next=no; \ 41 strip_trailopt () \ 42 { \ 43 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 44 }; \ 45 for flg in $$sane_makeflags; do \ 46 test $$skip_next = yes && { skip_next=no; continue; }; \ 47 case $$flg in \ 48 *=*|--*) continue;; \ 49 -*I) strip_trailopt 'I'; skip_next=yes;; \ 50 -*I?*) strip_trailopt 'I';; \ 51 -*O) strip_trailopt 'O'; skip_next=yes;; \ 52 -*O?*) strip_trailopt 'O';; \ 53 -*l) strip_trailopt 'l'; skip_next=yes;; \ 54 -*l?*) strip_trailopt 'l';; \ 55 -[dEDm]) skip_next=yes;; \ 56 -[JT]) skip_next=yes;; \ 57 esac; \ 58 case $$flg in \ 59 *$$target_option*) has_opt=yes; break;; \ 60 esac; \ 61 done; \ 62 test $$has_opt = yes 63 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 64 am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 21 65 pkgdatadir = $(datadir)/@PACKAGE@ 22 66 pkgincludedir = $(includedir)/@PACKAGE@ … … 36 80 POST_UNINSTALL = : 37 81 subdir = . 38 DIST_COMMON = README $(am__configure_deps)$(srcdir)/Makefile.am \39 $( srcdir)/Makefile.in $(srcdir)/config.h.in\40 $( top_srcdir)/configure INSTALLautomake/compile \82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 83 $(top_srcdir)/configure $(am__configure_deps) \ 84 $(srcdir)/config.h.in INSTALL README automake/compile \ 41 85 automake/depcomp automake/install-sh automake/missing \ 42 automake/ylwrap 86 automake/ylwrap $(top_srcdir)/automake/compile \ 87 $(top_srcdir)/automake/install-sh \ 88 $(top_srcdir)/automake/missing 43 89 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 44 90 am__aclocal_m4_deps = $(top_srcdir)/configure.ac … … 51 97 CONFIG_CLEAN_FILES = 52 98 CONFIG_CLEAN_VPATH_FILES = 99 AM_V_P = $(am__v_P_@AM_V@) 100 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 101 am__v_P_0 = false 102 am__v_P_1 = : 103 AM_V_GEN = $(am__v_GEN_@AM_V@) 104 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 105 am__v_GEN_0 = @echo " GEN " $@; 106 am__v_GEN_1 = 107 AM_V_at = $(am__v_at_@AM_V@) 108 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 109 am__v_at_0 = @ 110 am__v_at_1 = 53 111 SOURCES = 54 112 DIST_SOURCES = 55 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 56 html-recursive info-recursive install-data-recursive \ 57 install-dvi-recursive install-exec-recursive \ 58 install-html-recursive install-info-recursive \ 59 install-pdf-recursive install-ps-recursive install-recursive \ 60 installcheck-recursive installdirs-recursive pdf-recursive \ 61 ps-recursive uninstall-recursive 113 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 114 ctags-recursive dvi-recursive html-recursive info-recursive \ 115 install-data-recursive install-dvi-recursive \ 116 install-exec-recursive install-html-recursive \ 117 install-info-recursive install-pdf-recursive \ 118 install-ps-recursive install-recursive installcheck-recursive \ 119 installdirs-recursive pdf-recursive ps-recursive \ 120 tags-recursive uninstall-recursive 121 am__can_run_installinfo = \ 122 case $$AM_UPDATE_INFO_DIR in \ 123 n|no|NO) false;; \ 124 *) (install-info --version) >/dev/null 2>&1;; \ 125 esac 62 126 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 63 127 distclean-recursive maintainer-clean-recursive 64 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 65 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 66 distdir dist dist-all distcheck 128 am__recursive_targets = \ 129 $(RECURSIVE_TARGETS) \ 130 $(RECURSIVE_CLEAN_TARGETS) \ 131 $(am__extra_recursive_targets) 132 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 133 cscope distdir dist dist-all distcheck 134 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 135 $(LISP)config.h.in 136 # Read a list of newline-separated strings from the standard input, 137 # and print each of them once, without duplicates. Input order is 138 # *not* preserved. 139 am__uniquify_input = $(AWK) '\ 140 BEGIN { nonempty = 0; } \ 141 { items[$$0] = 1; nonempty = 1; } \ 142 END { if (nonempty) { for (i in items) print i; }; } \ 143 ' 144 # Make sure the list of sources is unique. This is necessary because, 145 # e.g., the same source file might be shared among _SOURCES variables 146 # for different programs/libraries. 147 am__define_uniq_tagged_files = \ 148 list='$(am__tagged_files)'; \ 149 unique=`for i in $$list; do \ 150 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 151 done | $(am__uniquify_input)` 67 152 ETAGS = etags 68 153 CTAGS = ctags 154 CSCOPE = cscope 69 155 DIST_SUBDIRS = $(SUBDIRS) 70 156 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) … … 77 163 || { sleep 5 && rm -rf "$(distdir)"; }; \ 78 164 else :; fi 165 am__post_remove_distdir = $(am__remove_distdir) 79 166 am__relativize = \ 80 167 dir0=`pwd`; \ … … 104 191 DIST_ARCHIVES = $(distdir).tar.gz 105 192 GZIP_ENV = --best 193 DIST_TARGETS = dist-gzip 106 194 distuninstallcheck_listfiles = find . -type f -print 107 195 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ … … 111 199 ALLOCA = @ALLOCA@ 112 200 AMTAR = @AMTAR@ 201 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 113 202 AUTOCONF = @AUTOCONF@ 114 203 AUTOHEADER = @AUTOHEADER@ … … 256 345 257 346 config.h: stamp-h1 258 @ if test ! -f $@; then rm -f stamp-h1; else :; fi259 @ if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi347 @test -f $@ || rm -f stamp-h1 348 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 260 349 261 350 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status … … 271 360 272 361 # This directory's subdirectories are mostly independent; you can cd 273 # into them and run `make' without going through this Makefile. 274 # To change the values of `make' variables: instead of editing Makefiles, 275 # (1) if the variable is set in `config.status', edit `config.status' 276 # (which will cause the Makefiles to be regenerated when you run `make'); 277 # (2) otherwise, pass the desired values on the `make' command line. 278 $(RECURSIVE_TARGETS): 279 @fail= failcom='exit 1'; \ 280 for f in x $$MAKEFLAGS; do \ 281 case $$f in \ 282 *=* | --[!k]*);; \ 283 *k*) failcom='fail=yes';; \ 284 esac; \ 285 done; \ 362 # into them and run 'make' without going through this Makefile. 363 # To change the values of 'make' variables: instead of editing Makefiles, 364 # (1) if the variable is set in 'config.status', edit 'config.status' 365 # (which will cause the Makefiles to be regenerated when you run 'make'); 366 # (2) otherwise, pass the desired values on the 'make' command line. 367 $(am__recursive_targets): 368 @fail=; \ 369 if $(am__make_keepgoing); then \ 370 failcom='fail=yes'; \ 371 else \ 372 failcom='exit 1'; \ 373 fi; \ 286 374 dot_seen=no; \ 287 375 target=`echo $@ | sed s/-recursive//`; \ 288 list='$(SUBDIRS)'; for subdir in $$list; do \ 376 case "$@" in \ 377 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 378 *) list='$(SUBDIRS)' ;; \ 379 esac; \ 380 for subdir in $$list; do \ 289 381 echo "Making $$target in $$subdir"; \ 290 382 if test "$$subdir" = "."; then \ … … 301 393 fi; test -z "$$fail" 302 394 303 $(RECURSIVE_CLEAN_TARGETS): 304 @fail= failcom='exit 1'; \ 305 for f in x $$MAKEFLAGS; do \ 306 case $$f in \ 307 *=* | --[!k]*);; \ 308 *k*) failcom='fail=yes';; \ 309 esac; \ 310 done; \ 311 dot_seen=no; \ 312 case "$@" in \ 313 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 314 *) list='$(SUBDIRS)' ;; \ 315 esac; \ 316 rev=''; for subdir in $$list; do \ 317 if test "$$subdir" = "."; then :; else \ 318 rev="$$subdir $$rev"; \ 319 fi; \ 320 done; \ 321 rev="$$rev ."; \ 322 target=`echo $@ | sed s/-recursive//`; \ 323 for subdir in $$rev; do \ 324 echo "Making $$target in $$subdir"; \ 325 if test "$$subdir" = "."; then \ 326 local_target="$$target-am"; \ 327 else \ 328 local_target="$$target"; \ 329 fi; \ 330 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 331 || eval $$failcom; \ 332 done && test -z "$$fail" 333 tags-recursive: 334 list='$(SUBDIRS)'; for subdir in $$list; do \ 335 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 336 done 337 ctags-recursive: 338 list='$(SUBDIRS)'; for subdir in $$list; do \ 339 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 340 done 341 342 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 343 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 344 unique=`for i in $$list; do \ 345 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 346 done | \ 347 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 348 END { if (nonempty) { for (i in files) print i; }; }'`; \ 349 mkid -fID $$unique 350 tags: TAGS 351 352 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 353 $(TAGS_FILES) $(LISP) 395 ID: $(am__tagged_files) 396 $(am__define_uniq_tagged_files); mkid -fID $$unique 397 tags: tags-recursive 398 TAGS: tags 399 400 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 354 401 set x; \ 355 402 here=`pwd`; \ … … 367 414 fi; \ 368 415 done; \ 369 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 370 unique=`for i in $$list; do \ 371 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 372 done | \ 373 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 374 END { if (nonempty) { for (i in files) print i; }; }'`; \ 416 $(am__define_uniq_tagged_files); \ 375 417 shift; \ 376 418 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ … … 384 426 fi; \ 385 427 fi 386 ctags: CTAGS 387 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 388 $(TAGS_FILES) $(LISP) 389 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 390 unique=`for i in $$list; do \ 391 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 392 done | \ 393 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 394 END { if (nonempty) { for (i in files) print i; }; }'`; \ 428 ctags: ctags-recursive 429 430 CTAGS: ctags 431 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 432 $(am__define_uniq_tagged_files); \ 395 433 test -z "$(CTAGS_ARGS)$$unique" \ 396 434 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ … … 401 439 && $(am__cd) $(top_srcdir) \ 402 440 && gtags -i $(GTAGS_ARGS) "$$here" 441 cscope: cscope.files 442 test ! -s cscope.files \ 443 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 444 clean-cscope: 445 -rm -f cscope.files 446 cscope.files: clean-cscope cscopelist 447 cscopelist: cscopelist-recursive 448 449 cscopelist-am: $(am__tagged_files) 450 list='$(am__tagged_files)'; \ 451 case "$(srcdir)" in \ 452 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 453 *) sdir=$(subdir)/$(srcdir) ;; \ 454 esac; \ 455 for i in $$list; do \ 456 if test -f "$$i"; then \ 457 echo "$(subdir)/$$i"; \ 458 else \ 459 echo "$$sdir/$$i"; \ 460 fi; \ 461 done >> $(top_builddir)/cscope.files 403 462 404 463 distclean-tags: 405 464 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 465 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 406 466 407 467 distdir: $(DISTFILES) … … 439 499 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 440 500 if test "$$subdir" = .; then :; else \ 441 test -d "$(distdir)/$$subdir" \ 442 || $(MKDIR_P) "$(distdir)/$$subdir" \ 443 || exit 1; \ 444 fi; \ 445 done 446 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 447 if test "$$subdir" = .; then :; else \ 501 $(am__make_dryrun) \ 502 || test -d "$(distdir)/$$subdir" \ 503 || $(MKDIR_P) "$(distdir)/$$subdir" \ 504 || exit 1; \ 448 505 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 449 506 $(am__relativize); \ … … 474 531 dist-gzip: distdir 475 532 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 476 $(am__ remove_distdir)533 $(am__post_remove_distdir) 477 534 478 535 dist-bzip2: distdir 479 536 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 480 $(am__ remove_distdir)537 $(am__post_remove_distdir) 481 538 482 539 dist-lzip: distdir 483 540 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 484 $(am__remove_distdir) 485 486 dist-lzma: distdir 487 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 488 $(am__remove_distdir) 541 $(am__post_remove_distdir) 489 542 490 543 dist-xz: distdir 491 544 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 492 $(am__ remove_distdir)545 $(am__post_remove_distdir) 493 546 494 547 dist-tarZ: distdir 548 @echo WARNING: "Support for shar distribution archives is" \ 549 "deprecated." >&2 550 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 495 551 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 496 $(am__ remove_distdir)552 $(am__post_remove_distdir) 497 553 498 554 dist-shar: distdir 555 @echo WARNING: "Support for distribution archives compressed with" \ 556 "legacy program 'compress' is deprecated." >&2 557 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 499 558 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 500 $(am__ remove_distdir)559 $(am__post_remove_distdir) 501 560 502 561 dist-zip: distdir 503 562 -rm -f $(distdir).zip 504 563 zip -rq $(distdir).zip $(distdir) 505 $(am__ remove_distdir)506 507 dist dist-all: distdir508 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz509 $(am__ remove_distdir)564 $(am__post_remove_distdir) 565 566 dist dist-all: 567 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 568 $(am__post_remove_distdir) 510 569 511 570 # This target untars the dist file and tries a VPATH configuration. Then … … 518 577 *.tar.bz2*) \ 519 578 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 520 *.tar.lzma*) \521 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\522 579 *.tar.lz*) \ 523 580 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ … … 531 588 unzip $(distdir).zip ;;\ 532 589 esac 533 chmod -R a-w $(distdir) ; chmod a+w $(distdir)534 mkdir $(distdir)/_build535 mkdir $(distdir)/_ inst590 chmod -R a-w $(distdir) 591 chmod u+w $(distdir) 592 mkdir $(distdir)/_build $(distdir)/_inst 536 593 chmod a-w $(distdir) 537 594 test -d $(distdir)/_build || exit 0; \ … … 540 597 && am__cwd=`pwd` \ 541 598 && $(am__cd) $(distdir)/_build \ 542 && ../configure --srcdir=.. --prefix="$$dc_install_base"\599 && ../configure \ 543 600 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 544 601 $(DISTCHECK_CONFIGURE_FLAGS) \ 602 --srcdir=.. --prefix="$$dc_install_base" \ 545 603 && $(MAKE) $(AM_MAKEFLAGS) \ 546 604 && $(MAKE) $(AM_MAKEFLAGS) dvi \ … … 565 623 && cd "$$am__cwd" \ 566 624 || exit 1 567 $(am__ remove_distdir)625 $(am__post_remove_distdir) 568 626 @(echo "$(distdir) archives ready for distribution: "; \ 569 627 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ … … 700 758 uninstall-am: 701 759 702 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ 703 ctags-recursive install-am install-strip tags-recursive 704 705 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 706 all all-am am--refresh check check-am clean clean-generic \ 707 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 708 dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ 760 .MAKE: $(am__recursive_targets) all install-am install-strip 761 762 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 763 am--refresh check check-am clean clean-cscope clean-generic \ 764 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 765 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ 709 766 distcheck distclean distclean-generic distclean-hdr \ 710 767 distclean-tags distcleancheck distdir distuninstallcheck dvi \ … … 716 773 installcheck installcheck-am installdirs installdirs-am \ 717 774 maintainer-clean maintainer-clean-generic mostlyclean \ 718 mostlyclean-generic pdf pdf-am ps ps-am tags tags- recursive\719 uninstall uninstall-am775 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ 776 uninstall-am 720 777 721 778
Note: See TracChangeset
for help on using the changeset viewer.