Changeset ee51534 for Makefile.in
- Timestamp:
- Jun 14, 2016, 2:33:23 PM (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:
- ca26509
- Parents:
- 7ff30d07
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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, … … 18 19 ############################################################################### 19 20 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 = yes63 am__make_dryrun = (target_option=n; $(am__make_running_with_option))64 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))65 21 pkgdatadir = $(datadir)/@PACKAGE@ 66 22 pkgincludedir = $(includedir)/@PACKAGE@ … … 80 36 POST_UNINSTALL = : 81 37 subdir = . 82 DIST_COMMON = $(srcdir)/Makefile.in$(srcdir)/Makefile.am \83 $( top_srcdir)/configure $(am__configure_deps)\84 $( srcdir)/config.h.in INSTALL READMEautomake/compile \38 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 39 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 40 $(top_srcdir)/configure INSTALL automake/compile \ 85 41 automake/depcomp automake/install-sh automake/missing \ 86 automake/ylwrap $(top_srcdir)/automake/compile \ 87 $(top_srcdir)/automake/install-sh \ 88 $(top_srcdir)/automake/missing 42 automake/ylwrap 89 43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 90 44 am__aclocal_m4_deps = $(top_srcdir)/configure.ac … … 97 51 CONFIG_CLEAN_FILES = 98 52 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 = false102 am__v_P_1 = :103 53 AM_V_GEN = $(am__v_GEN_@AM_V@) 104 54 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 105 am__v_GEN_0 = @echo " GEN " $@; 106 am__v_GEN_1 = 55 am__v_GEN_0 = @echo " GEN " $@; 107 56 AM_V_at = $(am__v_at_@AM_V@) 108 57 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 109 58 am__v_at_0 = @ 110 am__v_at_1 =111 59 SOURCES = 112 60 DIST_SOURCES = 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 61 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 62 html-recursive info-recursive install-data-recursive \ 63 install-dvi-recursive install-exec-recursive \ 64 install-html-recursive install-info-recursive \ 65 install-pdf-recursive install-ps-recursive install-recursive \ 66 installcheck-recursive installdirs-recursive pdf-recursive \ 67 ps-recursive uninstall-recursive 126 68 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 127 69 distclean-recursive maintainer-clean-recursive 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)` 70 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 71 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 72 distdir dist dist-all distcheck 152 73 ETAGS = etags 153 74 CTAGS = ctags 154 CSCOPE = cscope155 75 DIST_SUBDIRS = $(SUBDIRS) 156 76 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) … … 163 83 || { sleep 5 && rm -rf "$(distdir)"; }; \ 164 84 else :; fi 165 am__post_remove_distdir = $(am__remove_distdir)166 85 am__relativize = \ 167 86 dir0=`pwd`; \ … … 191 110 DIST_ARCHIVES = $(distdir).tar.gz 192 111 GZIP_ENV = --best 193 DIST_TARGETS = dist-gzip194 112 distuninstallcheck_listfiles = find . -type f -print 195 113 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ … … 345 263 346 264 config.h: stamp-h1 347 @ test -f $@ || rm -f stamp-h1348 @ test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1265 @if test ! -f $@; then rm -f stamp-h1; else :; fi 266 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi 349 267 350 268 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status … … 360 278 361 279 # This directory's subdirectories are mostly independent; you can cd 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; \ 280 # into them and run `make' without going through this Makefile. 281 # To change the values of `make' variables: instead of editing Makefiles, 282 # (1) if the variable is set in `config.status', edit `config.status' 283 # (which will cause the Makefiles to be regenerated when you run `make'); 284 # (2) otherwise, pass the desired values on the `make' command line. 285 $(RECURSIVE_TARGETS): 286 @fail= failcom='exit 1'; \ 287 for f in x $$MAKEFLAGS; do \ 288 case $$f in \ 289 *=* | --[!k]*);; \ 290 *k*) failcom='fail=yes';; \ 291 esac; \ 292 done; \ 374 293 dot_seen=no; \ 375 294 target=`echo $@ | sed s/-recursive//`; \ 376 case "$@" in \ 377 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 378 *) list='$(SUBDIRS)' ;; \ 379 esac; \ 380 for subdir in $$list; do \ 295 list='$(SUBDIRS)'; for subdir in $$list; do \ 381 296 echo "Making $$target in $$subdir"; \ 382 297 if test "$$subdir" = "."; then \ … … 393 308 fi; test -z "$$fail" 394 309 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) 310 $(RECURSIVE_CLEAN_TARGETS): 311 @fail= failcom='exit 1'; \ 312 for f in x $$MAKEFLAGS; do \ 313 case $$f in \ 314 *=* | --[!k]*);; \ 315 *k*) failcom='fail=yes';; \ 316 esac; \ 317 done; \ 318 dot_seen=no; \ 319 case "$@" in \ 320 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 321 *) list='$(SUBDIRS)' ;; \ 322 esac; \ 323 rev=''; for subdir in $$list; do \ 324 if test "$$subdir" = "."; then :; else \ 325 rev="$$subdir $$rev"; \ 326 fi; \ 327 done; \ 328 rev="$$rev ."; \ 329 target=`echo $@ | sed s/-recursive//`; \ 330 for subdir in $$rev; do \ 331 echo "Making $$target in $$subdir"; \ 332 if test "$$subdir" = "."; then \ 333 local_target="$$target-am"; \ 334 else \ 335 local_target="$$target"; \ 336 fi; \ 337 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 338 || eval $$failcom; \ 339 done && test -z "$$fail" 340 tags-recursive: 341 list='$(SUBDIRS)'; for subdir in $$list; do \ 342 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 343 done 344 ctags-recursive: 345 list='$(SUBDIRS)'; for subdir in $$list; do \ 346 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 347 done 348 349 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 350 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 351 unique=`for i in $$list; do \ 352 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 353 done | \ 354 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 355 END { if (nonempty) { for (i in files) print i; }; }'`; \ 356 mkid -fID $$unique 357 tags: TAGS 358 359 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 360 $(TAGS_FILES) $(LISP) 401 361 set x; \ 402 362 here=`pwd`; \ … … 414 374 fi; \ 415 375 done; \ 416 $(am__define_uniq_tagged_files); \ 376 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 377 unique=`for i in $$list; do \ 378 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 379 done | \ 380 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 381 END { if (nonempty) { for (i in files) print i; }; }'`; \ 417 382 shift; \ 418 383 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ … … 426 391 fi; \ 427 392 fi 428 ctags: ctags-recursive 429 430 CTAGS: ctags 431 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 432 $(am__define_uniq_tagged_files); \ 393 ctags: CTAGS 394 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 395 $(TAGS_FILES) $(LISP) 396 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 397 unique=`for i in $$list; do \ 398 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 399 done | \ 400 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 401 END { if (nonempty) { for (i in files) print i; }; }'`; \ 433 402 test -z "$(CTAGS_ARGS)$$unique" \ 434 403 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ … … 439 408 && $(am__cd) $(top_srcdir) \ 440 409 && gtags -i $(GTAGS_ARGS) "$$here" 441 cscope: cscope.files442 test ! -s cscope.files \443 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)444 clean-cscope:445 -rm -f cscope.files446 cscope.files: clean-cscope cscopelist447 cscopelist: cscopelist-recursive448 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.files462 410 463 411 distclean-tags: 464 412 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 465 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files466 413 467 414 distdir: $(DISTFILES) … … 499 446 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 500 447 if test "$$subdir" = .; then :; else \ 501 $(am__make_dryrun) \ 502 || test -d "$(distdir)/$$subdir" \ 503 || $(MKDIR_P) "$(distdir)/$$subdir" \ 504 || exit 1; \ 448 test -d "$(distdir)/$$subdir" \ 449 || $(MKDIR_P) "$(distdir)/$$subdir" \ 450 || exit 1; \ 451 fi; \ 452 done 453 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 454 if test "$$subdir" = .; then :; else \ 505 455 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 506 456 $(am__relativize); \ … … 531 481 dist-gzip: distdir 532 482 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 533 $(am__ post_remove_distdir)483 $(am__remove_distdir) 534 484 535 485 dist-bzip2: distdir 536 486 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 537 $(am__ post_remove_distdir)487 $(am__remove_distdir) 538 488 539 489 dist-lzip: distdir 540 490 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 541 $(am__post_remove_distdir) 491 $(am__remove_distdir) 492 493 dist-lzma: distdir 494 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 495 $(am__remove_distdir) 542 496 543 497 dist-xz: distdir 544 498 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 545 $(am__ post_remove_distdir)499 $(am__remove_distdir) 546 500 547 501 dist-tarZ: distdir 548 @echo WARNING: "Support for shar distribution archives is" \549 "deprecated." >&2550 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2551 502 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 552 $(am__ post_remove_distdir)503 $(am__remove_distdir) 553 504 554 505 dist-shar: distdir 555 @echo WARNING: "Support for distribution archives compressed with" \556 "legacy program 'compress' is deprecated." >&2557 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2558 506 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 559 $(am__ post_remove_distdir)507 $(am__remove_distdir) 560 508 561 509 dist-zip: distdir 562 510 -rm -f $(distdir).zip 563 511 zip -rq $(distdir).zip $(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)512 $(am__remove_distdir) 513 514 dist dist-all: distdir 515 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 516 $(am__remove_distdir) 569 517 570 518 # This target untars the dist file and tries a VPATH configuration. Then … … 577 525 *.tar.bz2*) \ 578 526 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 527 *.tar.lzma*) \ 528 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ 579 529 *.tar.lz*) \ 580 530 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ … … 588 538 unzip $(distdir).zip ;;\ 589 539 esac 590 chmod -R a-w $(distdir) 591 chmod u+w $(distdir)592 mkdir $(distdir)/_ build $(distdir)/_inst540 chmod -R a-w $(distdir); chmod a+w $(distdir) 541 mkdir $(distdir)/_build 542 mkdir $(distdir)/_inst 593 543 chmod a-w $(distdir) 594 544 test -d $(distdir)/_build || exit 0; \ … … 597 547 && am__cwd=`pwd` \ 598 548 && $(am__cd) $(distdir)/_build \ 599 && ../configure \549 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 600 550 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 601 551 $(DISTCHECK_CONFIGURE_FLAGS) \ 602 --srcdir=.. --prefix="$$dc_install_base" \603 552 && $(MAKE) $(AM_MAKEFLAGS) \ 604 553 && $(MAKE) $(AM_MAKEFLAGS) dvi \ … … 623 572 && cd "$$am__cwd" \ 624 573 || exit 1 625 $(am__ post_remove_distdir)574 $(am__remove_distdir) 626 575 @(echo "$(distdir) archives ready for distribution: "; \ 627 576 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ … … 758 707 uninstall-am: 759 708 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 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ 710 ctags-recursive install-am install-strip tags-recursive 711 712 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 713 all all-am am--refresh check check-am clean clean-generic \ 714 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 715 dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ 766 716 distcheck distclean distclean-generic distclean-hdr \ 767 717 distclean-tags distcleancheck distdir distuninstallcheck dvi \ … … 773 723 installcheck installcheck-am installdirs installdirs-am \ 774 724 maintainer-clean maintainer-clean-generic mostlyclean \ 775 mostlyclean-generic pdf pdf-am ps ps-am tags tags- am uninstall\776 uninstall -am725 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \ 726 uninstall uninstall-am 777 727 778 728
Note: See TracChangeset
for help on using the changeset viewer.