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

fix update for silent option in configure.ac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/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,
     
    2122
    2223VPATH = @srcdir@
    23 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
    24 am__make_running_with_option = \
    25   case $${target_option-} in \
    26       ?) ;; \
    27       *) echo "am__make_running_with_option: internal error: invalid" \
    28               "target option '$${target_option-}' specified" >&2; \
    29          exit 1;; \
    30   esac; \
    31   has_opt=no; \
    32   sane_makeflags=$$MAKEFLAGS; \
    33   if $(am__is_gnu_make); then \
    34     sane_makeflags=$$MFLAGS; \
    35   else \
    36     case $$MAKEFLAGS in \
    37       *\\[\ \   ]*) \
    38         bs=\\; \
    39         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
    40           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
    41     esac; \
    42   fi; \
    43   skip_next=no; \
    44   strip_trailopt () \
    45   { \
    46     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
    47   }; \
    48   for flg in $$sane_makeflags; do \
    49     test $$skip_next = yes && { skip_next=no; continue; }; \
    50     case $$flg in \
    51       *=*|--*) continue;; \
    52         -*I) strip_trailopt 'I'; skip_next=yes;; \
    53       -*I?*) strip_trailopt 'I';; \
    54         -*O) strip_trailopt 'O'; skip_next=yes;; \
    55       -*O?*) strip_trailopt 'O';; \
    56         -*l) strip_trailopt 'l'; skip_next=yes;; \
    57       -*l?*) strip_trailopt 'l';; \
    58       -[dEDm]) skip_next=yes;; \
    59       -[JT]) skip_next=yes;; \
    60     esac; \
    61     case $$flg in \
    62       *$$target_option*) has_opt=yes; break;; \
    63     esac; \
    64   done; \
    65   test $$has_opt = yes
    66 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
    67 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    6824pkgdatadir = $(datadir)/@PACKAGE@
    6925pkgincludedir = $(includedir)/@PACKAGE@
     
    8339POST_UNINSTALL = :
    8440subdir = src/libcfa
    85 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
    86         $(top_srcdir)/automake/depcomp $(include_HEADERS)
     41DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
     42        $(srcdir)/Makefile.in
    8743ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    8844am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    12783AM_V_AR = $(am__v_AR_@AM_V@)
    12884am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
    129 am__v_AR_0 = @echo "  AR      " $@;
    130 am__v_AR_1 =
     85am__v_AR_0 = @echo "  AR    " $@;
     86AM_V_at = $(am__v_at_@AM_V@)
     87am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
     88am__v_at_0 = @
    13189libcfa_a_AR = $(AR) $(ARFLAGS)
    13290libcfa_a_LIBADD =
     
    13694am_libcfa_a_OBJECTS = libcfa-prelude.$(OBJEXT) $(am__objects_1)
    13795libcfa_a_OBJECTS = $(am_libcfa_a_OBJECTS)
    138 AM_V_P = $(am__v_P_@AM_V@)
    139 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    140 am__v_P_0 = false
    141 am__v_P_1 = :
    142 AM_V_GEN = $(am__v_GEN_@AM_V@)
    143 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    144 am__v_GEN_0 = @echo "  GEN     " $@;
    145 am__v_GEN_1 =
    146 AM_V_at = $(am__v_at_@AM_V@)
    147 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    148 am__v_at_0 = @
    149 am__v_at_1 =
    15096DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    15197depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
     
    156102AM_V_CC = $(am__v_CC_@AM_V@)
    157103am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    158 am__v_CC_0 = @echo "  CC      " $@;
    159 am__v_CC_1 =
     104am__v_CC_0 = @echo "  CC    " $@;
    160105CCLD = $(CC)
    161106LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    162107AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    163108am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    164 am__v_CCLD_0 = @echo "  CCLD    " $@;
    165 am__v_CCLD_1 =
     109am__v_CCLD_0 = @echo "  CCLD  " $@;
     110AM_V_GEN = $(am__v_GEN_@AM_V@)
     111am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
     112am__v_GEN_0 = @echo "  GEN   " $@;
    166113SOURCES = $(libcfa_a_SOURCES)
    167114DIST_SOURCES = $(libcfa_a_SOURCES)
    168 am__can_run_installinfo = \
    169   case $$AM_UPDATE_INFO_DIR in \
    170     n|no|NO) false;; \
    171     *) (install-info --version) >/dev/null 2>&1;; \
    172   esac
    173115DATA = $(cfalib_DATA)
    174116HEADERS = $(include_HEADERS)
    175 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    176 # Read a list of newline-separated strings from the standard input,
    177 # and print each of them once, without duplicates.  Input order is
    178 # *not* preserved.
    179 am__uniquify_input = $(AWK) '\
    180   BEGIN { nonempty = 0; } \
    181   { items[$$0] = 1; nonempty = 1; } \
    182   END { if (nonempty) { for (i in items) print i; }; } \
    183 '
    184 # Make sure the list of sources is unique.  This is necessary because,
    185 # e.g., the same source file might be shared among _SOURCES variables
    186 # for different programs/libraries.
    187 am__define_uniq_tagged_files = \
    188   list='$(am__tagged_files)'; \
    189   unique=`for i in $$list; do \
    190     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    191   done | $(am__uniquify_input)`
    192117ETAGS = etags
    193118CTAGS = ctags
     
    209134CFA_LIBDIR = @CFA_LIBDIR@
    210135CFA_PREFIX = @CFA_PREFIX@
    211 CFLAGS = -g -Wall -Wno-unused-function -B${abs_top_srcdir}/src/driver -XCFA -t  # TEMPORARY: does not build with -O2
     136CFLAGS = -quiet -g -Wall -Wno-unused-function -B${abs_top_srcdir}/src/driver -XCFA -t  # TEMPORARY: does not build with -O2
    212137CPP = @CPP@
    213138CPPFLAGS = @CPPFLAGS@
     
    346271install-libLIBRARIES: $(lib_LIBRARIES)
    347272        @$(NORMAL_INSTALL)
     273        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
    348274        @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
    349275        list2=; for p in $$list; do \
     
    353279        done; \
    354280        test -z "$$list2" || { \
    355           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
    356           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
    357281          echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
    358282          $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
     
    375299clean-libLIBRARIES:
    376300        -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
    377 
    378301libcfa.a: $(libcfa_a_OBJECTS) $(libcfa_a_DEPENDENCIES) $(EXTRA_libcfa_a_DEPENDENCIES)
    379302        $(AM_V_at)-rm -f libcfa.a
     
    401324@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    402325@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    403 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
     326@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
    404327
    405328.c.obj:
     
    408331@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    409332@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    410 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
     333@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
    411334install-cfalibDATA: $(cfalib_DATA)
    412335        @$(NORMAL_INSTALL)
     336        test -z "$(cfalibdir)" || $(MKDIR_P) "$(DESTDIR)$(cfalibdir)"
    413337        @list='$(cfalib_DATA)'; test -n "$(cfalibdir)" || list=; \
    414         if test -n "$$list"; then \
    415           echo " $(MKDIR_P) '$(DESTDIR)$(cfalibdir)'"; \
    416           $(MKDIR_P) "$(DESTDIR)$(cfalibdir)" || exit 1; \
    417         fi; \
    418338        for p in $$list; do \
    419339          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
     
    432352install-includeHEADERS: $(include_HEADERS)
    433353        @$(NORMAL_INSTALL)
     354        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
    434355        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
    435         if test -n "$$list"; then \
    436           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
    437           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
    438         fi; \
    439356        for p in $$list; do \
    440357          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
     
    452369        dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
    453370
    454 ID: $(am__tagged_files)
    455         $(am__define_uniq_tagged_files); mkid -fID $$unique
    456 tags: tags-am
    457 TAGS: tags
    458 
    459 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
     371ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
     372        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
     373        unique=`for i in $$list; do \
     374            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     375          done | \
     376          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     377              END { if (nonempty) { for (i in files) print i; }; }'`; \
     378        mkid -fID $$unique
     379tags: TAGS
     380
     381TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     382                $(TAGS_FILES) $(LISP)
    460383        set x; \
    461384        here=`pwd`; \
    462         $(am__define_uniq_tagged_files); \
     385        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
     386        unique=`for i in $$list; do \
     387            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     388          done | \
     389          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     390              END { if (nonempty) { for (i in files) print i; }; }'`; \
    463391        shift; \
    464392        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
     
    472400          fi; \
    473401        fi
    474 ctags: ctags-am
    475 
    476 CTAGS: ctags
    477 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    478         $(am__define_uniq_tagged_files); \
     402ctags: CTAGS
     403CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     404                $(TAGS_FILES) $(LISP)
     405        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
     406        unique=`for i in $$list; do \
     407            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     408          done | \
     409          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     410              END { if (nonempty) { for (i in files) print i; }; }'`; \
    479411        test -z "$(CTAGS_ARGS)$$unique" \
    480412          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     
    485417          && $(am__cd) $(top_srcdir) \
    486418          && gtags -i $(GTAGS_ARGS) "$$here"
    487 cscopelist: cscopelist-am
    488 
    489 cscopelist-am: $(am__tagged_files)
    490         list='$(am__tagged_files)'; \
    491         case "$(srcdir)" in \
    492           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    493           *) sdir=$(subdir)/$(srcdir) ;; \
    494         esac; \
    495         for i in $$list; do \
    496           if test -f "$$i"; then \
    497             echo "$(subdir)/$$i"; \
    498           else \
    499             echo "$$sdir/$$i"; \
    500           fi; \
    501         done >> $(top_builddir)/cscope.files
    502419
    503420distclean-tags:
     
    645562.MAKE: install-am install-strip
    646563
    647 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
    648         clean-libLIBRARIES cscopelist-am ctags ctags-am distclean \
    649         distclean-compile distclean-generic distclean-tags distdir dvi \
    650         dvi-am html html-am info info-am install install-am \
    651         install-cfalibDATA install-data install-data-am install-dvi \
    652         install-dvi-am install-exec install-exec-am install-html \
    653         install-html-am install-includeHEADERS install-info \
    654         install-info-am install-libLIBRARIES install-man install-pdf \
    655         install-pdf-am install-ps install-ps-am install-strip \
    656         installcheck installcheck-am installdirs maintainer-clean \
     564.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
     565        clean-libLIBRARIES ctags distclean distclean-compile \
     566        distclean-generic distclean-tags distdir dvi dvi-am html \
     567        html-am info info-am install install-am install-cfalibDATA \
     568        install-data install-data-am install-dvi install-dvi-am \
     569        install-exec install-exec-am install-html install-html-am \
     570        install-includeHEADERS install-info install-info-am \
     571        install-libLIBRARIES install-man install-pdf install-pdf-am \
     572        install-ps install-ps-am install-strip installcheck \
     573        installcheck-am installdirs maintainer-clean \
    657574        maintainer-clean-generic mostlyclean mostlyclean-compile \
    658         mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
     575        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
    659576        uninstall-am uninstall-cfalibDATA uninstall-includeHEADERS \
    660577        uninstall-libLIBRARIES
Note: See TracChangeset for help on using the changeset viewer.