Changeset ee51534 for Makefile.in


Ignore:
Timestamp:
Jun 14, 2016, 2:33:23 PM (7 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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
Message:

fix update for silent option in configure.ac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r7ff30d07 ree51534  
    1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
     1# Makefile.in generated by automake 1.11.3 from Makefile.am.
    22# @configure_input@
    33
    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.
    67# This Makefile.in is free software; the Free Software Foundation
    78# gives unlimited permission to copy and/or distribute it,
     
    1819###############################################################################
    1920VPATH = @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))
    6521pkgdatadir = $(datadir)/@PACKAGE@
    6622pkgincludedir = $(includedir)/@PACKAGE@
     
    8036POST_UNINSTALL = :
    8137subdir = .
    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 \
     38DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
     39        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
     40        $(top_srcdir)/configure INSTALL automake/compile \
    8541        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
    8943ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    9044am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    9751CONFIG_CLEAN_FILES =
    9852CONFIG_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 = :
    10353AM_V_GEN = $(am__v_GEN_@AM_V@)
    10454am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    105 am__v_GEN_0 = @echo "  GEN     " $@;
    106 am__v_GEN_1 =
     55am__v_GEN_0 = @echo "  GEN   " $@;
    10756AM_V_at = $(am__v_at_@AM_V@)
    10857am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    10958am__v_at_0 = @
    110 am__v_at_1 =
    11159SOURCES =
    11260DIST_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
     61RECURSIVE_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
    12668RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
    12769  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)`
     70AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
     71        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
     72        distdir dist dist-all distcheck
    15273ETAGS = etags
    15374CTAGS = ctags
    154 CSCOPE = cscope
    15575DIST_SUBDIRS = $(SUBDIRS)
    15676DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     
    16383      || { sleep 5 && rm -rf "$(distdir)"; }; \
    16484  else :; fi
    165 am__post_remove_distdir = $(am__remove_distdir)
    16685am__relativize = \
    16786  dir0=`pwd`; \
     
    191110DIST_ARCHIVES = $(distdir).tar.gz
    192111GZIP_ENV = --best
    193 DIST_TARGETS = dist-gzip
    194112distuninstallcheck_listfiles = find . -type f -print
    195113am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
     
    345263
    346264config.h: stamp-h1
    347         @test -f $@ || rm -f stamp-h1
    348         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
     265        @if test ! -f $@; then rm -f stamp-h1; else :; fi
     266        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
    349267
    350268stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
     
    360278
    361279# 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; \
    374293        dot_seen=no; \
    375294        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 \
    381296          echo "Making $$target in $$subdir"; \
    382297          if test "$$subdir" = "."; then \
     
    393308        fi; test -z "$$fail"
    394309
    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"
     340tags-recursive:
     341        list='$(SUBDIRS)'; for subdir in $$list; do \
     342          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
     343        done
     344ctags-recursive:
     345        list='$(SUBDIRS)'; for subdir in $$list; do \
     346          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
     347        done
     348
     349ID: $(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
     357tags: TAGS
     358
     359TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
     360                $(TAGS_FILES) $(LISP)
    401361        set x; \
    402362        here=`pwd`; \
     
    414374          fi; \
    415375        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; }; }'`; \
    417382        shift; \
    418383        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
     
    426391          fi; \
    427392        fi
    428 ctags: ctags-recursive
    429 
    430 CTAGS: ctags
    431 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    432         $(am__define_uniq_tagged_files); \
     393ctags: CTAGS
     394CTAGS: 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; }; }'`; \
    433402        test -z "$(CTAGS_ARGS)$$unique" \
    434403          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     
    439408          && $(am__cd) $(top_srcdir) \
    440409          && 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
    462410
    463411distclean-tags:
    464412        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    465         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
    466413
    467414distdir: $(DISTFILES)
     
    499446        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    500447          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 \
    505455            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
    506456            $(am__relativize); \
     
    531481dist-gzip: distdir
    532482        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    533         $(am__post_remove_distdir)
     483        $(am__remove_distdir)
    534484
    535485dist-bzip2: distdir
    536486        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
    537         $(am__post_remove_distdir)
     487        $(am__remove_distdir)
    538488
    539489dist-lzip: distdir
    540490        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
    541         $(am__post_remove_distdir)
     491        $(am__remove_distdir)
     492
     493dist-lzma: distdir
     494        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
     495        $(am__remove_distdir)
    542496
    543497dist-xz: distdir
    544498        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
    545         $(am__post_remove_distdir)
     499        $(am__remove_distdir)
    546500
    547501dist-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
    551502        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
    552         $(am__post_remove_distdir)
     503        $(am__remove_distdir)
    553504
    554505dist-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
    558506        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
    559         $(am__post_remove_distdir)
     507        $(am__remove_distdir)
    560508
    561509dist-zip: distdir
    562510        -rm -f $(distdir).zip
    563511        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
     514dist dist-all: distdir
     515        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
     516        $(am__remove_distdir)
    569517
    570518# This target untars the dist file and tries a VPATH configuration.  Then
     
    577525        *.tar.bz2*) \
    578526          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
     527        *.tar.lzma*) \
     528          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
    579529        *.tar.lz*) \
    580530          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
     
    588538          unzip $(distdir).zip ;;\
    589539        esac
    590         chmod -R a-w $(distdir)
    591         chmod u+w $(distdir)
    592         mkdir $(distdir)/_build $(distdir)/_inst
     540        chmod -R a-w $(distdir); chmod a+w $(distdir)
     541        mkdir $(distdir)/_build
     542        mkdir $(distdir)/_inst
    593543        chmod a-w $(distdir)
    594544        test -d $(distdir)/_build || exit 0; \
     
    597547          && am__cwd=`pwd` \
    598548          && $(am__cd) $(distdir)/_build \
    599           && ../configure \
     549          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
    600550            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
    601551            $(DISTCHECK_CONFIGURE_FLAGS) \
    602             --srcdir=.. --prefix="$$dc_install_base" \
    603552          && $(MAKE) $(AM_MAKEFLAGS) \
    604553          && $(MAKE) $(AM_MAKEFLAGS) dvi \
     
    623572          && cd "$$am__cwd" \
    624573          || exit 1
    625         $(am__post_remove_distdir)
     574        $(am__remove_distdir)
    626575        @(echo "$(distdir) archives ready for distribution: "; \
    627576          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
     
    758707uninstall-am:
    759708
    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 \
    766716        distcheck distclean distclean-generic distclean-hdr \
    767717        distclean-tags distcleancheck distdir distuninstallcheck dvi \
     
    773723        installcheck installcheck-am installdirs installdirs-am \
    774724        maintainer-clean maintainer-clean-generic mostlyclean \
    775         mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
    776         uninstall-am
     725        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
     726        uninstall uninstall-am
    777727
    778728
Note: See TracChangeset for help on using the changeset viewer.