Changeset 44f44617 for Makefile.in
- Timestamp:
- Jul 5, 2017, 4:29:43 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 8c97ee7, b72d4ed
- Parents:
- 307a732
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r307a732 r44f44617 1 # Makefile.in generated by automake 1.1 1.3from Makefile.am.1 # Makefile.in generated by automake 1.15 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-2014 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 = { \ 21 if test -z '$(MAKELEVEL)'; then \ 22 false; \ 23 elif test -n '$(MAKE_HOST)'; then \ 24 true; \ 25 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 26 true; \ 27 else \ 28 false; \ 29 fi; \ 30 } 31 am__make_running_with_option = \ 32 case $${target_option-} in \ 33 ?) ;; \ 34 *) echo "am__make_running_with_option: internal error: invalid" \ 35 "target option '$${target_option-}' specified" >&2; \ 36 exit 1;; \ 37 esac; \ 38 has_opt=no; \ 39 sane_makeflags=$$MAKEFLAGS; \ 40 if $(am__is_gnu_make); then \ 41 sane_makeflags=$$MFLAGS; \ 42 else \ 43 case $$MAKEFLAGS in \ 44 *\\[\ \ ]*) \ 45 bs=\\; \ 46 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 47 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 48 esac; \ 49 fi; \ 50 skip_next=no; \ 51 strip_trailopt () \ 52 { \ 53 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 54 }; \ 55 for flg in $$sane_makeflags; do \ 56 test $$skip_next = yes && { skip_next=no; continue; }; \ 57 case $$flg in \ 58 *=*|--*) continue;; \ 59 -*I) strip_trailopt 'I'; skip_next=yes;; \ 60 -*I?*) strip_trailopt 'I';; \ 61 -*O) strip_trailopt 'O'; skip_next=yes;; \ 62 -*O?*) strip_trailopt 'O';; \ 63 -*l) strip_trailopt 'l'; skip_next=yes;; \ 64 -*l?*) strip_trailopt 'l';; \ 65 -[dEDm]) skip_next=yes;; \ 66 -[JT]) skip_next=yes;; \ 67 esac; \ 68 case $$flg in \ 69 *$$target_option*) has_opt=yes; break;; \ 70 esac; \ 71 done; \ 72 test $$has_opt = yes 73 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 74 am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 21 75 pkgdatadir = $(datadir)/@PACKAGE@ 22 76 pkgincludedir = $(includedir)/@PACKAGE@ … … 38 92 host_triplet = @host@ 39 93 subdir = . 40 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \41 $(srcdir)/Makefile.in $(srcdir)/config.h.in \42 $(top_srcdir)/configure INSTALL automake/compile \43 automake/config.guess automake/config.sub automake/depcomp \44 automake/install-sh automake/missing automake/ylwrap45 94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 46 95 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 47 96 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 48 97 $(ACLOCAL_M4) 98 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 99 $(am__configure_deps) $(am__DIST_COMMON) 49 100 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 50 101 configure.lineno config.status.lineno … … 53 104 CONFIG_CLEAN_FILES = 54 105 CONFIG_CLEAN_VPATH_FILES = 106 AM_V_P = $(am__v_P_@AM_V@) 107 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 108 am__v_P_0 = false 109 am__v_P_1 = : 55 110 AM_V_GEN = $(am__v_GEN_@AM_V@) 56 111 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 57 am__v_GEN_0 = @echo " GEN " $@; 112 am__v_GEN_0 = @echo " GEN " $@; 113 am__v_GEN_1 = 58 114 AM_V_at = $(am__v_at_@AM_V@) 59 115 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 60 116 am__v_at_0 = @ 117 am__v_at_1 = 61 118 SOURCES = 62 119 DIST_SOURCES = 63 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 64 html-recursive info-recursive install-data-recursive \ 65 install-dvi-recursive install-exec-recursive \ 66 install-html-recursive install-info-recursive \ 67 install-pdf-recursive install-ps-recursive install-recursive \ 68 installcheck-recursive installdirs-recursive pdf-recursive \ 69 ps-recursive uninstall-recursive 120 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 121 ctags-recursive dvi-recursive html-recursive info-recursive \ 122 install-data-recursive install-dvi-recursive \ 123 install-exec-recursive install-html-recursive \ 124 install-info-recursive install-pdf-recursive \ 125 install-ps-recursive install-recursive installcheck-recursive \ 126 installdirs-recursive pdf-recursive ps-recursive \ 127 tags-recursive uninstall-recursive 128 am__can_run_installinfo = \ 129 case $$AM_UPDATE_INFO_DIR in \ 130 n|no|NO) false;; \ 131 *) (install-info --version) >/dev/null 2>&1;; \ 132 esac 70 133 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 71 134 distclean-recursive maintainer-clean-recursive 72 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 73 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 74 distdir dist dist-all distcheck 135 am__recursive_targets = \ 136 $(RECURSIVE_TARGETS) \ 137 $(RECURSIVE_CLEAN_TARGETS) \ 138 $(am__extra_recursive_targets) 139 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 140 cscope distdir dist dist-all distcheck 141 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 142 $(LISP)config.h.in 143 # Read a list of newline-separated strings from the standard input, 144 # and print each of them once, without duplicates. Input order is 145 # *not* preserved. 146 am__uniquify_input = $(AWK) '\ 147 BEGIN { nonempty = 0; } \ 148 { items[$$0] = 1; nonempty = 1; } \ 149 END { if (nonempty) { for (i in items) print i; }; } \ 150 ' 151 # Make sure the list of sources is unique. This is necessary because, 152 # e.g., the same source file might be shared among _SOURCES variables 153 # for different programs/libraries. 154 am__define_uniq_tagged_files = \ 155 list='$(am__tagged_files)'; \ 156 unique=`for i in $$list; do \ 157 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 158 done | $(am__uniquify_input)` 75 159 ETAGS = etags 76 160 CTAGS = ctags 161 CSCOPE = cscope 77 162 DIST_SUBDIRS = $(SUBDIRS) 163 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 164 $(top_srcdir)/automake/compile \ 165 $(top_srcdir)/automake/config.guess \ 166 $(top_srcdir)/automake/config.sub \ 167 $(top_srcdir)/automake/install-sh \ 168 $(top_srcdir)/automake/missing INSTALL README automake/compile \ 169 automake/config.guess automake/config.sub automake/depcomp \ 170 automake/install-sh automake/missing automake/ylwrap 78 171 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 79 172 distdir = $(PACKAGE)-$(VERSION) … … 85 178 || { sleep 5 && rm -rf "$(distdir)"; }; \ 86 179 else :; fi 180 am__post_remove_distdir = $(am__remove_distdir) 87 181 am__relativize = \ 88 182 dir0=`pwd`; \ … … 112 206 DIST_ARCHIVES = $(distdir).tar.gz 113 207 GZIP_ENV = --best 208 DIST_TARGETS = dist-gzip 114 209 distuninstallcheck_listfiles = find . -type f -print 115 210 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ … … 227 322 program_transform_name = @program_transform_name@ 228 323 psdir = @psdir@ 324 runstatedir = @runstatedir@ 229 325 sbindir = @sbindir@ 230 326 sharedstatedir = @sharedstatedir@ … … 258 354 $(am__cd) $(top_srcdir) && \ 259 355 $(AUTOMAKE) --foreign Makefile 260 .PRECIOUS: Makefile261 356 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 262 357 @case '$?' in \ … … 279 374 280 375 config.h: stamp-h1 281 @ if test ! -f $@; then rm -f stamp-h1; else :; fi282 @ if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi376 @test -f $@ || rm -f stamp-h1 377 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 283 378 284 379 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status … … 294 389 295 390 # This directory's subdirectories are mostly independent; you can cd 296 # into them and run `make' without going through this Makefile. 297 # To change the values of `make' variables: instead of editing Makefiles, 298 # (1) if the variable is set in `config.status', edit `config.status' 299 # (which will cause the Makefiles to be regenerated when you run `make'); 300 # (2) otherwise, pass the desired values on the `make' command line. 301 $(RECURSIVE_TARGETS): 302 @fail= failcom='exit 1'; \ 303 for f in x $$MAKEFLAGS; do \ 304 case $$f in \ 305 *=* | --[!k]*);; \ 306 *k*) failcom='fail=yes';; \ 307 esac; \ 308 done; \ 391 # into them and run 'make' without going through this Makefile. 392 # To change the values of 'make' variables: instead of editing Makefiles, 393 # (1) if the variable is set in 'config.status', edit 'config.status' 394 # (which will cause the Makefiles to be regenerated when you run 'make'); 395 # (2) otherwise, pass the desired values on the 'make' command line. 396 $(am__recursive_targets): 397 @fail=; \ 398 if $(am__make_keepgoing); then \ 399 failcom='fail=yes'; \ 400 else \ 401 failcom='exit 1'; \ 402 fi; \ 309 403 dot_seen=no; \ 310 404 target=`echo $@ | sed s/-recursive//`; \ 311 list='$(SUBDIRS)'; for subdir in $$list; do \ 405 case "$@" in \ 406 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 407 *) list='$(SUBDIRS)' ;; \ 408 esac; \ 409 for subdir in $$list; do \ 312 410 echo "Making $$target in $$subdir"; \ 313 411 if test "$$subdir" = "."; then \ … … 324 422 fi; test -z "$$fail" 325 423 326 $(RECURSIVE_CLEAN_TARGETS): 327 @fail= failcom='exit 1'; \ 328 for f in x $$MAKEFLAGS; do \ 329 case $$f in \ 330 *=* | --[!k]*);; \ 331 *k*) failcom='fail=yes';; \ 332 esac; \ 333 done; \ 334 dot_seen=no; \ 335 case "$@" in \ 336 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 337 *) list='$(SUBDIRS)' ;; \ 338 esac; \ 339 rev=''; for subdir in $$list; do \ 340 if test "$$subdir" = "."; then :; else \ 341 rev="$$subdir $$rev"; \ 342 fi; \ 343 done; \ 344 rev="$$rev ."; \ 345 target=`echo $@ | sed s/-recursive//`; \ 346 for subdir in $$rev; do \ 347 echo "Making $$target in $$subdir"; \ 348 if test "$$subdir" = "."; then \ 349 local_target="$$target-am"; \ 350 else \ 351 local_target="$$target"; \ 352 fi; \ 353 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 354 || eval $$failcom; \ 355 done && test -z "$$fail" 356 tags-recursive: 357 list='$(SUBDIRS)'; for subdir in $$list; do \ 358 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 359 done 360 ctags-recursive: 361 list='$(SUBDIRS)'; for subdir in $$list; do \ 362 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 363 done 364 365 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 366 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 367 unique=`for i in $$list; do \ 368 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 369 done | \ 370 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 371 END { if (nonempty) { for (i in files) print i; }; }'`; \ 372 mkid -fID $$unique 373 tags: TAGS 374 375 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 376 $(TAGS_FILES) $(LISP) 424 ID: $(am__tagged_files) 425 $(am__define_uniq_tagged_files); mkid -fID $$unique 426 tags: tags-recursive 427 TAGS: tags 428 429 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 377 430 set x; \ 378 431 here=`pwd`; \ … … 390 443 fi; \ 391 444 done; \ 392 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 393 unique=`for i in $$list; do \ 394 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 395 done | \ 396 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 397 END { if (nonempty) { for (i in files) print i; }; }'`; \ 445 $(am__define_uniq_tagged_files); \ 398 446 shift; \ 399 447 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ … … 407 455 fi; \ 408 456 fi 409 ctags: CTAGS 410 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 411 $(TAGS_FILES) $(LISP) 412 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 413 unique=`for i in $$list; do \ 414 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 415 done | \ 416 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 417 END { if (nonempty) { for (i in files) print i; }; }'`; \ 457 ctags: ctags-recursive 458 459 CTAGS: ctags 460 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 461 $(am__define_uniq_tagged_files); \ 418 462 test -z "$(CTAGS_ARGS)$$unique" \ 419 463 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ … … 424 468 && $(am__cd) $(top_srcdir) \ 425 469 && gtags -i $(GTAGS_ARGS) "$$here" 470 cscope: cscope.files 471 test ! -s cscope.files \ 472 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 473 clean-cscope: 474 -rm -f cscope.files 475 cscope.files: clean-cscope cscopelist 476 cscopelist: cscopelist-recursive 477 478 cscopelist-am: $(am__tagged_files) 479 list='$(am__tagged_files)'; \ 480 case "$(srcdir)" in \ 481 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 482 *) sdir=$(subdir)/$(srcdir) ;; \ 483 esac; \ 484 for i in $$list; do \ 485 if test -f "$$i"; then \ 486 echo "$(subdir)/$$i"; \ 487 else \ 488 echo "$$sdir/$$i"; \ 489 fi; \ 490 done >> $(top_builddir)/cscope.files 426 491 427 492 distclean-tags: 428 493 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 494 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 429 495 430 496 distdir: $(DISTFILES) … … 462 528 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 463 529 if test "$$subdir" = .; then :; else \ 464 test -d "$(distdir)/$$subdir" \ 465 || $(MKDIR_P) "$(distdir)/$$subdir" \ 466 || exit 1; \ 467 fi; \ 468 done 469 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 470 if test "$$subdir" = .; then :; else \ 530 $(am__make_dryrun) \ 531 || test -d "$(distdir)/$$subdir" \ 532 || $(MKDIR_P) "$(distdir)/$$subdir" \ 533 || exit 1; \ 471 534 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 472 535 $(am__relativize); \ … … 497 560 dist-gzip: distdir 498 561 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 499 $(am__ remove_distdir)562 $(am__post_remove_distdir) 500 563 501 564 dist-bzip2: distdir 502 565 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 503 $(am__ remove_distdir)566 $(am__post_remove_distdir) 504 567 505 568 dist-lzip: distdir 506 569 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 507 $(am__remove_distdir) 508 509 dist-lzma: distdir 510 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 511 $(am__remove_distdir) 570 $(am__post_remove_distdir) 512 571 513 572 dist-xz: distdir 514 573 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 515 $(am__ remove_distdir)574 $(am__post_remove_distdir) 516 575 517 576 dist-tarZ: distdir 577 @echo WARNING: "Support for distribution archives compressed with" \ 578 "legacy program 'compress' is deprecated." >&2 579 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 518 580 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 519 $(am__ remove_distdir)581 $(am__post_remove_distdir) 520 582 521 583 dist-shar: distdir 584 @echo WARNING: "Support for shar distribution archives is" \ 585 "deprecated." >&2 586 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 522 587 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 523 $(am__ remove_distdir)588 $(am__post_remove_distdir) 524 589 525 590 dist-zip: distdir 526 591 -rm -f $(distdir).zip 527 592 zip -rq $(distdir).zip $(distdir) 528 $(am__ remove_distdir)529 530 dist dist-all: distdir531 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz532 $(am__ remove_distdir)593 $(am__post_remove_distdir) 594 595 dist dist-all: 596 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 597 $(am__post_remove_distdir) 533 598 534 599 # This target untars the dist file and tries a VPATH configuration. Then … … 541 606 *.tar.bz2*) \ 542 607 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 543 *.tar.lzma*) \544 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\545 608 *.tar.lz*) \ 546 609 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ … … 554 617 unzip $(distdir).zip ;;\ 555 618 esac 556 chmod -R a-w $(distdir) ; chmod a+w $(distdir)557 mkdir $(distdir)/_build558 mkdir $(distdir)/_ inst619 chmod -R a-w $(distdir) 620 chmod u+w $(distdir) 621 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 559 622 chmod a-w $(distdir) 560 623 test -d $(distdir)/_build || exit 0; \ … … 562 625 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 563 626 && am__cwd=`pwd` \ 564 && $(am__cd) $(distdir)/_build \565 && ../ configure --srcdir=.. --prefix="$$dc_install_base"\627 && $(am__cd) $(distdir)/_build/sub \ 628 && ../../configure \ 566 629 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 567 630 $(DISTCHECK_CONFIGURE_FLAGS) \ 631 --srcdir=../.. --prefix="$$dc_install_base" \ 568 632 && $(MAKE) $(AM_MAKEFLAGS) \ 569 633 && $(MAKE) $(AM_MAKEFLAGS) dvi \ … … 588 652 && cd "$$am__cwd" \ 589 653 || exit 1 590 $(am__ remove_distdir)654 $(am__post_remove_distdir) 591 655 @(echo "$(distdir) archives ready for distribution: "; \ 592 656 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ … … 723 787 uninstall-am: 724 788 725 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ 726 ctags-recursive install-am install-strip tags-recursive 727 728 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 729 all all-am am--refresh check check-am clean clean-generic \ 730 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 731 dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ 789 .MAKE: $(am__recursive_targets) all install-am install-strip 790 791 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 792 am--refresh check check-am clean clean-cscope clean-generic \ 793 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 794 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ 732 795 distcheck distclean distclean-generic distclean-hdr \ 733 796 distclean-tags distcleancheck distdir distuninstallcheck dvi \ … … 739 802 installcheck installcheck-am installdirs installdirs-am \ 740 803 maintainer-clean maintainer-clean-generic mostlyclean \ 741 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \ 742 uninstall uninstall-am 804 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ 805 uninstall-am 806 807 .PRECIOUS: Makefile 743 808 744 809
Note: See TracChangeset
for help on using the changeset viewer.