Changeset ef7d253 for Makefile.in


Ignore:
Timestamp:
Jun 14, 2016, 11:12:40 AM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
600b6c2
Parents:
3dcd347a
Message:

updated automake config to support less verbose build and compile the tests directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r3dcd347a ref7d253  
    1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
     1# Makefile.in generated by automake 1.14.1 from Makefile.am.
    22# @configure_input@
    33
    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
    76# This Makefile.in is free software; the Free Software Foundation
    87# gives unlimited permission to copy and/or distribute it,
     
    1918###############################################################################
    2019VPATH = @srcdir@
     20am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
     21am__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
     63am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     64am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    2165pkgdatadir = $(datadir)/@PACKAGE@
    2266pkgincludedir = $(includedir)/@PACKAGE@
     
    3680POST_UNINSTALL = :
    3781subdir = .
    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 \
     82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
     83        $(top_srcdir)/configure $(am__configure_deps) \
     84        $(srcdir)/config.h.in INSTALL README automake/compile \
    4185        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
    4389ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    4490am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    5197CONFIG_CLEAN_FILES =
    5298CONFIG_CLEAN_VPATH_FILES =
     99AM_V_P = $(am__v_P_@AM_V@)
     100am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
     101am__v_P_0 = false
     102am__v_P_1 = :
     103AM_V_GEN = $(am__v_GEN_@AM_V@)
     104am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
     105am__v_GEN_0 = @echo "  GEN     " $@;
     106am__v_GEN_1 =
     107AM_V_at = $(am__v_at_@AM_V@)
     108am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
     109am__v_at_0 = @
     110am__v_at_1 =
    53111SOURCES =
    54112DIST_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
     113RECURSIVE_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
     121am__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
    62126RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
    63127  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
     128am__recursive_targets = \
     129  $(RECURSIVE_TARGETS) \
     130  $(RECURSIVE_CLEAN_TARGETS) \
     131  $(am__extra_recursive_targets)
     132AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
     133        cscope distdir dist dist-all distcheck
     134am__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.
     139am__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.
     147am__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)`
    67152ETAGS = etags
    68153CTAGS = ctags
     154CSCOPE = cscope
    69155DIST_SUBDIRS = $(SUBDIRS)
    70156DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     
    77163      || { sleep 5 && rm -rf "$(distdir)"; }; \
    78164  else :; fi
     165am__post_remove_distdir = $(am__remove_distdir)
    79166am__relativize = \
    80167  dir0=`pwd`; \
     
    104191DIST_ARCHIVES = $(distdir).tar.gz
    105192GZIP_ENV = --best
     193DIST_TARGETS = dist-gzip
    106194distuninstallcheck_listfiles = find . -type f -print
    107195am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
     
    111199ALLOCA = @ALLOCA@
    112200AMTAR = @AMTAR@
     201AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    113202AUTOCONF = @AUTOCONF@
    114203AUTOHEADER = @AUTOHEADER@
     
    256345
    257346config.h: stamp-h1
    258         @if test ! -f $@; then rm -f stamp-h1; else :; fi
    259         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
     347        @test -f $@ || rm -f stamp-h1
     348        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
    260349
    261350stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
     
    271360
    272361# 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; \
    286374        dot_seen=no; \
    287375        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 \
    289381          echo "Making $$target in $$subdir"; \
    290382          if test "$$subdir" = "."; then \
     
    301393        fi; test -z "$$fail"
    302394
    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)
     395ID: $(am__tagged_files)
     396        $(am__define_uniq_tagged_files); mkid -fID $$unique
     397tags: tags-recursive
     398TAGS: tags
     399
     400tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    354401        set x; \
    355402        here=`pwd`; \
     
    367414          fi; \
    368415        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); \
    375417        shift; \
    376418        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
     
    384426          fi; \
    385427        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; }; }'`; \
     428ctags: ctags-recursive
     429
     430CTAGS: ctags
     431ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
     432        $(am__define_uniq_tagged_files); \
    395433        test -z "$(CTAGS_ARGS)$$unique" \
    396434          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     
    401439          && $(am__cd) $(top_srcdir) \
    402440          && gtags -i $(GTAGS_ARGS) "$$here"
     441cscope: cscope.files
     442        test ! -s cscope.files \
     443          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
     444clean-cscope:
     445        -rm -f cscope.files
     446cscope.files: clean-cscope cscopelist
     447cscopelist: cscopelist-recursive
     448
     449cscopelist-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
    403462
    404463distclean-tags:
    405464        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
     465        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
    406466
    407467distdir: $(DISTFILES)
     
    439499        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    440500          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; \
    448505            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
    449506            $(am__relativize); \
     
    474531dist-gzip: distdir
    475532        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    476         $(am__remove_distdir)
     533        $(am__post_remove_distdir)
    477534
    478535dist-bzip2: distdir
    479536        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
    480         $(am__remove_distdir)
     537        $(am__post_remove_distdir)
    481538
    482539dist-lzip: distdir
    483540        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)
    489542
    490543dist-xz: distdir
    491544        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
    492         $(am__remove_distdir)
     545        $(am__post_remove_distdir)
    493546
    494547dist-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
    495551        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
    496         $(am__remove_distdir)
     552        $(am__post_remove_distdir)
    497553
    498554dist-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
    499558        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
    500         $(am__remove_distdir)
     559        $(am__post_remove_distdir)
    501560
    502561dist-zip: distdir
    503562        -rm -f $(distdir).zip
    504563        zip -rq $(distdir).zip $(distdir)
    505         $(am__remove_distdir)
    506 
    507 dist dist-all: distdir
    508         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    509         $(am__remove_distdir)
     564        $(am__post_remove_distdir)
     565
     566dist dist-all:
     567        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
     568        $(am__post_remove_distdir)
    510569
    511570# This target untars the dist file and tries a VPATH configuration.  Then
     
    518577        *.tar.bz2*) \
    519578          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
    520         *.tar.lzma*) \
    521           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
    522579        *.tar.lz*) \
    523580          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
     
    531588          unzip $(distdir).zip ;;\
    532589        esac
    533         chmod -R a-w $(distdir); chmod a+w $(distdir)
    534         mkdir $(distdir)/_build
    535         mkdir $(distdir)/_inst
     590        chmod -R a-w $(distdir)
     591        chmod u+w $(distdir)
     592        mkdir $(distdir)/_build $(distdir)/_inst
    536593        chmod a-w $(distdir)
    537594        test -d $(distdir)/_build || exit 0; \
     
    540597          && am__cwd=`pwd` \
    541598          && $(am__cd) $(distdir)/_build \
    542           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
     599          && ../configure \
    543600            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
    544601            $(DISTCHECK_CONFIGURE_FLAGS) \
     602            --srcdir=.. --prefix="$$dc_install_base" \
    545603          && $(MAKE) $(AM_MAKEFLAGS) \
    546604          && $(MAKE) $(AM_MAKEFLAGS) dvi \
     
    565623          && cd "$$am__cwd" \
    566624          || exit 1
    567         $(am__remove_distdir)
     625        $(am__post_remove_distdir)
    568626        @(echo "$(distdir) archives ready for distribution: "; \
    569627          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
     
    700758uninstall-am:
    701759
    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 \
    709766        distcheck distclean distclean-generic distclean-hdr \
    710767        distclean-tags distcleancheck distdir distuninstallcheck dvi \
     
    716773        installcheck installcheck-am installdirs installdirs-am \
    717774        maintainer-clean maintainer-clean-generic mostlyclean \
    718         mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
    719         uninstall uninstall-am
     775        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
     776        uninstall-am
    720777
    721778
Note: See TracChangeset for help on using the changeset viewer.