Changeset ee51534


Ignore:
Timestamp:
Jun 14, 2016, 2:33:23 PM (9 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

Files:
9 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
  • aclocal.m4

    r7ff30d07 ree51534  
    1 # generated automatically by aclocal 1.14.1 -*- Autoconf -*-
    2 
    3 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
    4 
     1# generated automatically by aclocal 1.11.3 -*- Autoconf -*-
     2
     3# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
     4# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
     5# Inc.
    56# This file is free software; the Free Software Foundation
    67# gives unlimited permission to copy and/or distribute it,
     
    1213# PARTICULAR PURPOSE.
    1314
    14 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
    1515m4_ifndef([AC_AUTOCONF_VERSION],
    1616  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
    17 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
    18 [m4_warning([this file was generated for autoconf 2.69.
     17m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
     18[m4_warning([this file was generated for autoconf 2.68.
    1919You have another version of autoconf.  It may work, but is not guaranteed to.
    2020If you have problems, you may need to regenerate the build system entirely.
    21 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
    22 
    23 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
    24 #
    25 # This file is free software; the Free Software Foundation
    26 # gives unlimited permission to copy and/or distribute it,
    27 # with or without modifications, as long as this notice is preserved.
     21To do so, use the procedure documented by the package, typically `autoreconf'.])])
     22
     23# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
     24# Foundation, Inc.
     25#
     26# This file is free software; the Free Software Foundation
     27# gives unlimited permission to copy and/or distribute it,
     28# with or without modifications, as long as this notice is preserved.
     29
     30# serial 1
    2831
    2932# AM_AUTOMAKE_VERSION(VERSION)
     
    3336# (This private macro should not be called outside this file.)
    3437AC_DEFUN([AM_AUTOMAKE_VERSION],
    35 [am__api_version='1.14'
     38[am__api_version='1.11'
    3639dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
    3740dnl require some minimum version.  Point them to the right macro.
    38 m4_if([$1], [1.14.1], [],
     41m4_if([$1], [1.11.3], [],
    3942      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
    4043])
     
    5255# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
    5356AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
    54 [AM_AUTOMAKE_VERSION([1.14.1])dnl
     57[AM_AUTOMAKE_VERSION([1.11.3])dnl
    5558m4_ifndef([AC_AUTOCONF_VERSION],
    5659  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
     
    5962# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
    6063
    61 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
    62 #
    63 # This file is free software; the Free Software Foundation
    64 # gives unlimited permission to copy and/or distribute it,
    65 # with or without modifications, as long as this notice is preserved.
     64# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
     65#
     66# This file is free software; the Free Software Foundation
     67# gives unlimited permission to copy and/or distribute it,
     68# with or without modifications, as long as this notice is preserved.
     69
     70# serial 1
    6671
    6772# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
    68 # $ac_aux_dir to '$srcdir/foo'.  In other projects, it is set to
    69 # '$srcdir', '$srcdir/..', or '$srcdir/../..'.
     73# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
     74# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
    7075#
    7176# Of course, Automake must honor this variable whenever it calls a
     
    8691# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
    8792# are both prefixed by $srcdir.  In an in-source build this is usually
    88 # harmless because $srcdir is '.', but things will broke when you
     93# harmless because $srcdir is `.', but things will broke when you
    8994# start a VPATH build or use an absolute $srcdir.
    9095#
     
    112117# AM_CONDITIONAL                                            -*- Autoconf -*-
    113118
    114 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
    115 #
    116 # This file is free software; the Free Software Foundation
    117 # gives unlimited permission to copy and/or distribute it,
    118 # with or without modifications, as long as this notice is preserved.
     119# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
     120# Free Software Foundation, Inc.
     121#
     122# This file is free software; the Free Software Foundation
     123# gives unlimited permission to copy and/or distribute it,
     124# with or without modifications, as long as this notice is preserved.
     125
     126# serial 9
    119127
    120128# AM_CONDITIONAL(NAME, SHELL-CONDITION)
     
    122130# Define a conditional.
    123131AC_DEFUN([AM_CONDITIONAL],
    124 [AC_PREREQ([2.52])dnl
    125  m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
    126        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
     132[AC_PREREQ(2.52)dnl
     133 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
     134        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
    127135AC_SUBST([$1_TRUE])dnl
    128136AC_SUBST([$1_FALSE])dnl
     
    143151fi])])
    144152
    145 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
    146 #
    147 # This file is free software; the Free Software Foundation
    148 # gives unlimited permission to copy and/or distribute it,
    149 # with or without modifications, as long as this notice is preserved.
    150 
    151 
    152 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
     153# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
     154# 2010, 2011 Free Software Foundation, Inc.
     155#
     156# This file is free software; the Free Software Foundation
     157# gives unlimited permission to copy and/or distribute it,
     158# with or without modifications, as long as this notice is preserved.
     159
     160# serial 12
     161
     162# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
    153163# written in clear, in which case automake, when reading aclocal.m4,
    154164# will think it sees a *use*, and therefore will trigger all it's
     
    160170# ----------------------
    161171# See how the compiler implements dependency checking.
    162 # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
     172# NAME is "CC", "CXX", "GCJ", or "OBJC".
    163173# We try a few techniques and use that to set a single cache variable.
    164174#
     
    173183AC_REQUIRE([AM_DEP_TRACK])dnl
    174184
    175 m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
    176       [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
    177       [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
    178       [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
    179       [$1], [UPC],  [depcc="$UPC"  am_compiler_list=],
    180       [$1], [GCJ],  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
    181                     [depcc="$$1"   am_compiler_list=])
     185ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
     186       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
     187       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
     188       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
     189       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
     190                   [depcc="$$1"   am_compiler_list=])
    182191
    183192AC_CACHE_CHECK([dependency style of $depcc],
     
    187196  # making bogus files that we don't know about and never remove.  For
    188197  # instance it was reported that on HP-UX the gcc test will end up
    189   # making a dummy file named 'D' -- because '-MD' means "put the output
    190   # in D".
     198  # making a dummy file named `D' -- because `-MD' means `put the output
     199  # in D'.
    191200  rm -rf conftest.dir
    192201  mkdir conftest.dir
     
    228237    for i in 1 2 3 4 5 6; do
    229238      echo '#include "conftst'$i'.h"' >> sub/conftest.c
    230       # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
    231       # Solaris 10 /bin/sh.
    232       echo '/* dummy */' > sub/conftst$i.h
     239      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
     240      # Solaris 8's {/usr,}/bin/sh.
     241      touch sub/conftst$i.h
    233242    done
    234243    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
    235244
    236     # We check with '-c' and '-o' for the sake of the "dashmstdout"
     245    # We check with `-c' and `-o' for the sake of the "dashmstdout"
    237246    # mode.  It turns out that the SunPro C++ compiler does not properly
    238     # handle '-M -o', and we need to detect this.  Also, some Intel
    239     # versions had trouble with output in subdirs.
     247    # handle `-M -o', and we need to detect this.  Also, some Intel
     248    # versions had trouble with output in subdirs
    240249    am__obj=sub/conftest.${OBJEXT-o}
    241250    am__minus_obj="-o $am__obj"
     
    246255      ;;
    247256    nosideeffect)
    248       # After this tag, mechanisms are not by side-effect, so they'll
    249       # only be used when explicitly requested.
     257      # after this tag, mechanisms are not by side-effect, so they'll
     258      # only be used when explicitly requested
    250259      if test "x$enable_dependency_tracking" = xyes; then
    251260        continue
     
    255264      ;;
    256265    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
    257       # This compiler won't grok '-c -o', but also, the minuso test has
     266      # This compiler won't grok `-c -o', but also, the minuso test has
    258267      # not run yet.  These depmodes are late enough in the game, and
    259268      # so weak that their functioning should not be impacted.
     
    303312# -------------
    304313# Choose a directory name for dependency files.
    305 # This macro is AC_REQUIREd in _AM_DEPENDENCIES.
     314# This macro is AC_REQUIREd in _AM_DEPENDENCIES
    306315AC_DEFUN([AM_SET_DEPDIR],
    307316[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
     
    313322# ------------
    314323AC_DEFUN([AM_DEP_TRACK],
    315 [AC_ARG_ENABLE([dependency-tracking], [dnl
    316 AS_HELP_STRING(
    317   [--enable-dependency-tracking],
    318   [do not reject slow dependency extractors])
    319 AS_HELP_STRING(
    320   [--disable-dependency-tracking],
    321   [speeds up one-time build])])
     324[AC_ARG_ENABLE(dependency-tracking,
     325[  --disable-dependency-tracking  speeds up one-time build
     326  --enable-dependency-tracking   do not reject slow dependency extractors])
    322327if test "x$enable_dependency_tracking" != xno; then
    323328  am_depcomp="$ac_aux_dir/depcomp"
     
    334339# Generate code to set up dependency tracking.              -*- Autoconf -*-
    335340
    336 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
    337 #
    338 # This file is free software; the Free Software Foundation
    339 # gives unlimited permission to copy and/or distribute it,
    340 # with or without modifications, as long as this notice is preserved.
    341 
     341# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
     342# Free Software Foundation, Inc.
     343#
     344# This file is free software; the Free Software Foundation
     345# gives unlimited permission to copy and/or distribute it,
     346# with or without modifications, as long as this notice is preserved.
     347
     348#serial 5
    342349
    343350# _AM_OUTPUT_DEPENDENCY_COMMANDS
     
    345352AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
    346353[{
    347   # Older Autoconf quotes --file arguments for eval, but not when files
     354  # Autoconf 2.62 quotes --file arguments for eval, but not when files
    348355  # are listed without --file.  Let's play safe and only enable the eval
    349356  # if we detect the quoting.
     
    358365    mf=`echo "$mf" | sed -e 's/:.*$//'`
    359366    # Check whether this is an Automake generated Makefile or not.
    360     # We used to match only the files named 'Makefile.in', but
     367    # We used to match only the files named `Makefile.in', but
    361368    # some people rename them; so instead we look at the file content.
    362369    # Grep'ing the first line is not enough: some people post-process
     
    370377    fi
    371378    # Extract the definition of DEPDIR, am__include, and am__quote
    372     # from the Makefile without running 'make'.
     379    # from the Makefile without running `make'.
    373380    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
    374381    test -z "$DEPDIR" && continue
    375382    am__include=`sed -n 's/^am__include = //p' < "$mf"`
    376     test -z "$am__include" && continue
     383    test -z "am__include" && continue
    377384    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
     385    # When using ansi2knr, U may be empty or an underscore; expand it
     386    U=`sed -n 's/^U = //p' < "$mf"`
    378387    # Find all dependency output files, they are included files with
    379388    # $(DEPDIR) in their names.  We invoke sed twice because it is the
     
    382391    for file in `sed -n "
    383392      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
    384          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
     393         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
    385394      # Make sure the directory exists.
    386395      test -f "$dirpart/$file" && continue
     
    400409#
    401410# This code is only required when automatic dependency tracking
    402 # is enabled.  FIXME.  This creates each '.P' file that we will
     411# is enabled.  FIXME.  This creates each `.P' file that we will
    403412# need in order to bootstrap the dependency handling code.
    404413AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
     
    410419# Do all the work for Automake.                             -*- Autoconf -*-
    411420
    412 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
    413 #
    414 # This file is free software; the Free Software Foundation
    415 # gives unlimited permission to copy and/or distribute it,
    416 # with or without modifications, as long as this notice is preserved.
     421# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
     422# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
     423#
     424# This file is free software; the Free Software Foundation
     425# gives unlimited permission to copy and/or distribute it,
     426# with or without modifications, as long as this notice is preserved.
     427
     428# serial 16
    417429
    418430# This macro actually does too much.  Some checks are only needed if
    419431# your package does certain things.  But this isn't really a big deal.
    420 
    421 dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
    422 m4_define([AC_PROG_CC],
    423 m4_defn([AC_PROG_CC])
    424 [_AM_PROG_CC_C_O
    425 ])
    426432
    427433# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
     
    437443# release and drop the old call support.
    438444AC_DEFUN([AM_INIT_AUTOMAKE],
    439 [AC_PREREQ([2.65])dnl
     445[AC_PREREQ([2.62])dnl
    440446dnl Autoconf wants to disallow AM_ names.  We explicitly allow
    441447dnl the ones we care about.
     
    466472dnl Distinguish between old-style and new-style calls.
    467473m4_ifval([$2],
    468 [AC_DIAGNOSE([obsolete],
    469              [$0: two- and three-arguments forms are deprecated.])
    470 m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
     474[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
    471475 AC_SUBST([PACKAGE], [$1])dnl
    472476 AC_SUBST([VERSION], [$2])],
    473477[_AM_SET_OPTIONS([$1])dnl
    474478dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
    475 m4_if(
    476   m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
    477   [ok:ok],,
     479m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
    478480  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
    479481 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
     
    481483
    482484_AM_IF_OPTION([no-define],,
    483 [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
    484  AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
     485[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
     486 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
    485487
    486488# Some tools Automake needs.
    487489AC_REQUIRE([AM_SANITY_CHECK])dnl
    488490AC_REQUIRE([AC_ARG_PROGRAM])dnl
    489 AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
    490 AM_MISSING_PROG([AUTOCONF], [autoconf])
    491 AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
    492 AM_MISSING_PROG([AUTOHEADER], [autoheader])
    493 AM_MISSING_PROG([MAKEINFO], [makeinfo])
     491AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
     492AM_MISSING_PROG(AUTOCONF, autoconf)
     493AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
     494AM_MISSING_PROG(AUTOHEADER, autoheader)
     495AM_MISSING_PROG(MAKEINFO, makeinfo)
    494496AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
    495497AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
    496 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
    497 # For better backward compatibility.  To be removed once Automake 1.9.x
    498 # dies out for good.  For more background, see:
    499 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
    500 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
    501 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
     498AC_REQUIRE([AM_PROG_MKDIR_P])dnl
    502499# We need awk for the "check" target.  The system "awk" is bad on
    503500# some platforms.
     
    510507_AM_IF_OPTION([no-dependencies],,
    511508[AC_PROVIDE_IFELSE([AC_PROG_CC],
    512                   [_AM_DEPENDENCIES([CC])],
    513                   [m4_define([AC_PROG_CC],
    514                              m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
     509                  [_AM_DEPENDENCIES(CC)],
     510                  [define([AC_PROG_CC],
     511                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
    515512AC_PROVIDE_IFELSE([AC_PROG_CXX],
    516                   [_AM_DEPENDENCIES([CXX])],
    517                   [m4_define([AC_PROG_CXX],
    518                              m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
     513                  [_AM_DEPENDENCIES(CXX)],
     514                  [define([AC_PROG_CXX],
     515                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
    519516AC_PROVIDE_IFELSE([AC_PROG_OBJC],
    520                   [_AM_DEPENDENCIES([OBJC])],
    521                   [m4_define([AC_PROG_OBJC],
    522                              m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
    523 AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
    524                   [_AM_DEPENDENCIES([OBJCXX])],
    525                   [m4_define([AC_PROG_OBJCXX],
    526                              m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
    527 ])
    528 AC_REQUIRE([AM_SILENT_RULES])dnl
    529 dnl The testsuite driver may need to know about EXEEXT, so add the
    530 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
    531 dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
     517                  [_AM_DEPENDENCIES(OBJC)],
     518                  [define([AC_PROG_OBJC],
     519                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
     520])
     521_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
     522dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
     523dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
     524dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
    532525AC_CONFIG_COMMANDS_PRE(dnl
    533526[m4_provide_if([_AM_COMPILER_EXEEXT],
    534527  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
    535 
    536 # POSIX will say in a future version that running "rm -f" with no argument
    537 # is OK; and we want to be able to make that assumption in our Makefile
    538 # recipes.  So use an aggressive probe to check that the usage we want is
    539 # actually supported "in the wild" to an acceptable degree.
    540 # See automake bug#10828.
    541 # To make any issue more visible, cause the running configure to be aborted
    542 # by default if the 'rm' program in use doesn't match our expectations; the
    543 # user can still override this though.
    544 if rm -f && rm -fr && rm -rf; then : OK; else
    545   cat >&2 <<'END'
    546 Oops!
    547 
    548 Your 'rm' program seems unable to run without file operands specified
    549 on the command line, even when the '-f' option is present.  This is contrary
    550 to the behaviour of most rm programs out there, and not conforming with
    551 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
    552 
    553 Please tell bug-automake@gnu.org about your system, including the value
    554 of your $PATH and any error possibly output before this message.  This
    555 can help us improve future automake versions.
    556 
    557 END
    558   if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
    559     echo 'Configuration will proceed anyway, since you have set the' >&2
    560     echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
    561     echo >&2
    562   else
    563     cat >&2 <<'END'
    564 Aborting the configuration process, to ensure you take notice of the issue.
    565 
    566 You can download and install GNU coreutils to get an 'rm' implementation
    567 that behaves properly: <http://www.gnu.org/software/coreutils/>.
    568 
    569 If you want to complete the configuration process using your problematic
    570 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
    571 to "yes", and re-run configure.
    572 
    573 END
    574     AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
    575   fi
    576 fi])
    577 
    578 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
     528])
     529
     530dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
    579531dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
    580532dnl mangled by Autoconf and run in a shell conditional statement.
    581533m4_define([_AC_COMPILER_EXEEXT],
    582534m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
     535
    583536
    584537# When config.status generates a header, we must update the stamp-h file.
     
    603556echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
    604557
    605 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
    606 #
    607 # This file is free software; the Free Software Foundation
    608 # gives unlimited permission to copy and/or distribute it,
    609 # with or without modifications, as long as this notice is preserved.
     558# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
     559# Inc.
     560#
     561# This file is free software; the Free Software Foundation
     562# gives unlimited permission to copy and/or distribute it,
     563# with or without modifications, as long as this notice is preserved.
     564
     565# serial 1
    610566
    611567# AM_PROG_INSTALL_SH
     
    622578  esac
    623579fi
    624 AC_SUBST([install_sh])])
    625 
    626 # Copyright (C) 2003-2013 Free Software Foundation, Inc.
    627 #
    628 # This file is free software; the Free Software Foundation
    629 # gives unlimited permission to copy and/or distribute it,
    630 # with or without modifications, as long as this notice is preserved.
     580AC_SUBST(install_sh)])
     581
     582# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
     583#
     584# This file is free software; the Free Software Foundation
     585# gives unlimited permission to copy and/or distribute it,
     586# with or without modifications, as long as this notice is preserved.
     587
     588# serial 2
    631589
    632590# Check whether the underlying file-system supports filenames
     
    646604# From Jim Meyering
    647605
    648 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
    649 #
    650 # This file is free software; the Free Software Foundation
    651 # gives unlimited permission to copy and/or distribute it,
    652 # with or without modifications, as long as this notice is preserved.
     606# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008,
     607# 2011 Free Software Foundation, Inc.
     608#
     609# This file is free software; the Free Software Foundation
     610# gives unlimited permission to copy and/or distribute it,
     611# with or without modifications, as long as this notice is preserved.
     612
     613# serial 5
    653614
    654615# AM_MAINTAINER_MODE([DEFAULT-MODE])
    655616# ----------------------------------
    656617# Control maintainer-specific portions of Makefiles.
    657 # Default is to disable them, unless 'enable' is passed literally.
    658 # For symmetry, 'disable' may be passed as well.  Anyway, the user
     618# Default is to disable them, unless `enable' is passed literally.
     619# For symmetry, `disable' may be passed as well.  Anyway, the user
    659620# can override the default with the --enable/--disable switch.
    660621AC_DEFUN([AM_MAINTAINER_MODE],
     
    667628  dnl maintainer-mode's default is 'disable' unless 'enable' is passed
    668629  AC_ARG_ENABLE([maintainer-mode],
    669     [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
    670       am_maintainer_other[ make rules and dependencies not useful
    671       (and sometimes confusing) to the casual installer])],
    672     [USE_MAINTAINER_MODE=$enableval],
    673     [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
     630[  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
     631                          (and sometimes confusing) to the casual installer],
     632      [USE_MAINTAINER_MODE=$enableval],
     633      [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
    674634  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
    675635  AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
     
    679639)
    680640
     641AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
     642
    681643# Check to see how 'make' treats includes.                  -*- Autoconf -*-
    682644
    683 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
    684 #
    685 # This file is free software; the Free Software Foundation
    686 # gives unlimited permission to copy and/or distribute it,
    687 # with or without modifications, as long as this notice is preserved.
     645# Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
     646#
     647# This file is free software; the Free Software Foundation
     648# gives unlimited permission to copy and/or distribute it,
     649# with or without modifications, as long as this notice is preserved.
     650
     651# serial 4
    688652
    689653# AM_MAKE_INCLUDE()
     
    704668# First try GNU make style include.
    705669echo "include confinc" > confmf
    706 # Ignore all kinds of additional output from 'make'.
     670# Ignore all kinds of additional output from `make'.
    707671case `$am_make -s -f confmf 2> /dev/null` in #(
    708672*the\ am__doit\ target*)
     
    729693])
    730694
     695# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2008
     696# Free Software Foundation, Inc.
     697#
     698# This file is free software; the Free Software Foundation
     699# gives unlimited permission to copy and/or distribute it,
     700# with or without modifications, as long as this notice is preserved.
     701
     702# serial 6
     703
     704# AM_PROG_CC_C_O
     705# --------------
     706# Like AC_PROG_CC_C_O, but changed for automake.
     707AC_DEFUN([AM_PROG_CC_C_O],
     708[AC_REQUIRE([AC_PROG_CC_C_O])dnl
     709AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
     710AC_REQUIRE_AUX_FILE([compile])dnl
     711# FIXME: we rely on the cache variable name because
     712# there is no other way.
     713set dummy $CC
     714am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
     715eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
     716if test "$am_t" != yes; then
     717   # Losing compiler, so override with the script.
     718   # FIXME: It is wrong to rewrite CC.
     719   # But if we don't then we get into trouble of one sort or another.
     720   # A longer-term fix would be to have automake use am__CC in this case,
     721   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
     722   CC="$am_aux_dir/compile $CC"
     723fi
     724dnl Make sure AC_PROG_CC is never called again, or it will override our
     725dnl setting of CC.
     726m4_define([AC_PROG_CC],
     727          [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
     728])
     729
    731730# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
    732731
    733 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
    734 #
    735 # This file is free software; the Free Software Foundation
    736 # gives unlimited permission to copy and/or distribute it,
    737 # with or without modifications, as long as this notice is preserved.
     732# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
     733# Free Software Foundation, Inc.
     734#
     735# This file is free software; the Free Software Foundation
     736# gives unlimited permission to copy and/or distribute it,
     737# with or without modifications, as long as this notice is preserved.
     738
     739# serial 6
    738740
    739741# AM_MISSING_PROG(NAME, PROGRAM)
     
    744746AC_SUBST($1)])
    745747
     748
    746749# AM_MISSING_HAS_RUN
    747750# ------------------
    748 # Define MISSING if not defined so far and test if it is modern enough.
    749 # If it is, set am_missing_run to use it, otherwise, to nothing.
     751# Define MISSING if not defined so far and test if it supports --run.
     752# If it does, set am_missing_run to use it, otherwise, to nothing.
    750753AC_DEFUN([AM_MISSING_HAS_RUN],
    751754[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
     
    760763fi
    761764# Use eval to expand $SHELL
    762 if eval "$MISSING --is-lightweight"; then
    763   am_missing_run="$MISSING "
     765if eval "$MISSING --run true"; then
     766  am_missing_run="$MISSING --run "
    764767else
    765768  am_missing_run=
    766   AC_MSG_WARN(['missing' script is too old or missing])
    767 fi
     769  AC_MSG_WARN([`missing' script is too old or missing])
     770fi
     771])
     772
     773# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
     774# Inc.
     775#
     776# This file is free software; the Free Software Foundation
     777# gives unlimited permission to copy and/or distribute it,
     778# with or without modifications, as long as this notice is preserved.
     779
     780# serial 1
     781
     782# AM_PROG_MKDIR_P
     783# ---------------
     784# Check for `mkdir -p'.
     785AC_DEFUN([AM_PROG_MKDIR_P],
     786[AC_PREREQ([2.60])dnl
     787AC_REQUIRE([AC_PROG_MKDIR_P])dnl
     788dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
     789dnl while keeping a definition of mkdir_p for backward compatibility.
     790dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
     791dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
     792dnl Makefile.ins that do not define MKDIR_P, so we do our own
     793dnl adjustment using top_builddir (which is defined more often than
     794dnl MKDIR_P).
     795AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
     796case $mkdir_p in
     797  [[\\/$]]* | ?:[[\\/]]*) ;;
     798  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
     799esac
    768800])
    769801
    770802# Helper functions for option handling.                     -*- Autoconf -*-
    771803
    772 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
    773 #
    774 # This file is free software; the Free Software Foundation
    775 # gives unlimited permission to copy and/or distribute it,
    776 # with or without modifications, as long as this notice is preserved.
     804# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
     805# Foundation, Inc.
     806#
     807# This file is free software; the Free Software Foundation
     808# gives unlimited permission to copy and/or distribute it,
     809# with or without modifications, as long as this notice is preserved.
     810
     811# serial 5
    777812
    778813# _AM_MANGLE_OPTION(NAME)
     
    785820# Set option NAME.  Presently that only means defining a flag for this option.
    786821AC_DEFUN([_AM_SET_OPTION],
    787 [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
     822[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
    788823
    789824# _AM_SET_OPTIONS(OPTIONS)
     
    799834[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
    800835
    801 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
    802 #
    803 # This file is free software; the Free Software Foundation
    804 # gives unlimited permission to copy and/or distribute it,
    805 # with or without modifications, as long as this notice is preserved.
    806 
    807 # _AM_PROG_CC_C_O
    808 # ---------------
    809 # Like AC_PROG_CC_C_O, but changed for automake.  We rewrite AC_PROG_CC
    810 # to automatically call this.
    811 AC_DEFUN([_AM_PROG_CC_C_O],
    812 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    813 AC_REQUIRE_AUX_FILE([compile])dnl
    814 AC_LANG_PUSH([C])dnl
    815 AC_CACHE_CHECK(
    816   [whether $CC understands -c and -o together],
    817   [am_cv_prog_cc_c_o],
    818   [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
    819   # Make sure it works both with $CC and with simple cc.
    820   # Following AC_PROG_CC_C_O, we do the test twice because some
    821   # compilers refuse to overwrite an existing .o file with -o,
    822   # though they will create one.
    823   am_cv_prog_cc_c_o=yes
    824   for am_i in 1 2; do
    825     if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
    826          && test -f conftest2.$ac_objext; then
    827       : OK
    828     else
    829       am_cv_prog_cc_c_o=no
    830       break
    831     fi
    832   done
    833   rm -f core conftest*
    834   unset am_i])
    835 if test "$am_cv_prog_cc_c_o" != yes; then
    836    # Losing compiler, so override with the script.
    837    # FIXME: It is wrong to rewrite CC.
    838    # But if we don't then we get into trouble of one sort or another.
    839    # A longer-term fix would be to have automake use am__CC in this case,
    840    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
    841    CC="$am_aux_dir/compile $CC"
    842 fi
    843 AC_LANG_POP([C])])
    844 
    845 # For backward compatibility.
    846 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
    847 
    848 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
    849 #
    850 # This file is free software; the Free Software Foundation
    851 # gives unlimited permission to copy and/or distribute it,
    852 # with or without modifications, as long as this notice is preserved.
    853 
    854 # AM_RUN_LOG(COMMAND)
    855 # -------------------
    856 # Run COMMAND, save the exit status in ac_status, and log it.
    857 # (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
    858 AC_DEFUN([AM_RUN_LOG],
    859 [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
    860    ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
    861    ac_status=$?
    862    echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
    863    (exit $ac_status); }])
    864 
    865836# Check to make sure that the build environment is sane.    -*- Autoconf -*-
    866837
    867 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
    868 #
    869 # This file is free software; the Free Software Foundation
    870 # gives unlimited permission to copy and/or distribute it,
    871 # with or without modifications, as long as this notice is preserved.
     838# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
     839# Free Software Foundation, Inc.
     840#
     841# This file is free software; the Free Software Foundation
     842# gives unlimited permission to copy and/or distribute it,
     843# with or without modifications, as long as this notice is preserved.
     844
     845# serial 5
    872846
    873847# AM_SANITY_CHECK
     
    875849AC_DEFUN([AM_SANITY_CHECK],
    876850[AC_MSG_CHECKING([whether build environment is sane])
     851# Just in case
     852sleep 1
     853echo timestamp > conftest.file
    877854# Reject unsafe characters in $srcdir or the absolute working directory
    878855# name.  Accept space and tab only in the latter.
     
    885862case $srcdir in
    886863  *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
    887     AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
     864    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
    888865esac
    889866
    890 # Do 'set' in a subshell so we don't clobber the current shell's
     867# Do `set' in a subshell so we don't clobber the current shell's
    891868# arguments.  Must try -L first in case configure is actually a
    892869# symlink; some systems play weird games with the mod time of symlinks
     
    894871# directory).
    895872if (
    896    am_has_slept=no
    897    for am_try in 1 2; do
    898      echo "timestamp, slept: $am_has_slept" > conftest.file
    899      set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
    900      if test "$[*]" = "X"; then
    901         # -L didn't work.
    902         set X `ls -t "$srcdir/configure" conftest.file`
    903      fi
    904      if test "$[*]" != "X $srcdir/configure conftest.file" \
    905         && test "$[*]" != "X conftest.file $srcdir/configure"; then
    906 
    907         # If neither matched, then we have a broken ls.  This can happen
    908         # if, for instance, CONFIG_SHELL is bash and it inherits a
    909         # broken ls alias from the environment.  This has actually
    910         # happened.  Such a system could not be considered "sane".
    911         AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
    912   alias in your environment])
    913      fi
    914      if test "$[2]" = conftest.file || test $am_try -eq 2; then
    915        break
    916      fi
    917      # Just in case.
    918      sleep 1
    919      am_has_slept=yes
    920    done
     873   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
     874   if test "$[*]" = "X"; then
     875      # -L didn't work.
     876      set X `ls -t "$srcdir/configure" conftest.file`
     877   fi
     878   rm -f conftest.file
     879   if test "$[*]" != "X $srcdir/configure conftest.file" \
     880      && test "$[*]" != "X conftest.file $srcdir/configure"; then
     881
     882      # If neither matched, then we have a broken ls.  This can happen
     883      # if, for instance, CONFIG_SHELL is bash and it inherits a
     884      # broken ls alias from the environment.  This has actually
     885      # happened.  Such a system could not be considered "sane".
     886      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
     887alias in your environment])
     888   fi
     889
    921890   test "$[2]" = conftest.file
    922891   )
     
    928897Check your system clock])
    929898fi
    930 AC_MSG_RESULT([yes])
    931 # If we didn't sleep, we still need to ensure time stamps of config.status and
    932 # generated files are strictly newer.
    933 am_sleep_pid=
    934 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
    935   ( sleep 1 ) &
    936   am_sleep_pid=$!
    937 fi
    938 AC_CONFIG_COMMANDS_PRE(
    939   [AC_MSG_CHECKING([that generated files are newer than configure])
    940    if test -n "$am_sleep_pid"; then
    941      # Hide warnings about reused PIDs.
    942      wait $am_sleep_pid 2>/dev/null
    943    fi
    944    AC_MSG_RESULT([done])])
    945 rm -f conftest.file
    946 ])
    947 
    948 # Copyright (C) 2009-2013 Free Software Foundation, Inc.
    949 #
    950 # This file is free software; the Free Software Foundation
    951 # gives unlimited permission to copy and/or distribute it,
    952 # with or without modifications, as long as this notice is preserved.
     899AC_MSG_RESULT(yes)])
     900
     901# Copyright (C) 2009, 2011  Free Software Foundation, Inc.
     902#
     903# This file is free software; the Free Software Foundation
     904# gives unlimited permission to copy and/or distribute it,
     905# with or without modifications, as long as this notice is preserved.
     906
     907# serial 2
    953908
    954909# AM_SILENT_RULES([DEFAULT])
    955910# --------------------------
    956911# Enable less verbose build rules; with the default set to DEFAULT
    957 # ("yes" being less verbose, "no" or empty being verbose).
     912# (`yes' being less verbose, `no' or empty being verbose).
    958913AC_DEFUN([AM_SILENT_RULES],
    959 [AC_ARG_ENABLE([silent-rules], [dnl
    960 AS_HELP_STRING(
    961   [--enable-silent-rules],
    962   [less verbose build output (undo: "make V=1")])
    963 AS_HELP_STRING(
    964   [--disable-silent-rules],
    965   [verbose build output (undo: "make V=0")])dnl
    966 ])
    967 case $enable_silent_rules in @%:@ (((
    968   yes) AM_DEFAULT_VERBOSITY=0;;
    969    no) AM_DEFAULT_VERBOSITY=1;;
    970     *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
     914[AC_ARG_ENABLE([silent-rules],
     915[  --enable-silent-rules          less verbose build output (undo: `make V=1')
     916  --disable-silent-rules         verbose build output (undo: `make V=0')])
     917case $enable_silent_rules in
     918yes) AM_DEFAULT_VERBOSITY=0;;
     919no)  AM_DEFAULT_VERBOSITY=1;;
     920*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
    971921esac
    972922dnl
    973 dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
     923dnl A few `make' implementations (e.g., NonStop OS and NextStep)
    974924dnl do not support nested variable expansions.
    975925dnl See automake bug#9928 and bug#10237.
     
    989939fi])
    990940if test $am_cv_make_support_nested_variables = yes; then
    991   dnl Using '$V' instead of '$(V)' breaks IRIX make.
     941  dnl Using `$V' instead of `$(V)' breaks IRIX make.
    992942  AM_V='$(V)'
    993943  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
     
    1006956])
    1007957
    1008 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
    1009 #
    1010 # This file is free software; the Free Software Foundation
    1011 # gives unlimited permission to copy and/or distribute it,
    1012 # with or without modifications, as long as this notice is preserved.
     958# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
     959#
     960# This file is free software; the Free Software Foundation
     961# gives unlimited permission to copy and/or distribute it,
     962# with or without modifications, as long as this notice is preserved.
     963
     964# serial 1
    1013965
    1014966# AM_PROG_INSTALL_STRIP
    1015967# ---------------------
    1016 # One issue with vendor 'install' (even GNU) is that you can't
     968# One issue with vendor `install' (even GNU) is that you can't
    1017969# specify the program used to strip binaries.  This is especially
    1018970# annoying in cross-compiling environments, where the build's strip
    1019971# is unlikely to handle the host's binaries.
    1020972# Fortunately install-sh will honor a STRIPPROG variable, so we
    1021 # always use install-sh in "make install-strip", and initialize
     973# always use install-sh in `make install-strip', and initialize
    1022974# STRIPPROG with the value of the STRIP variable (set by the user).
    1023975AC_DEFUN([AM_PROG_INSTALL_STRIP],
    1024976[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
    1025 # Installed binaries are usually stripped using 'strip' when the user
    1026 # run "make install-strip".  However 'strip' might not be the right
     977# Installed binaries are usually stripped using `strip' when the user
     978# run `make install-strip'.  However `strip' might not be the right
    1027979# tool to use in cross-compilation environments, therefore Automake
    1028 # will honor the 'STRIP' environment variable to overrule this program.
    1029 dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
     980# will honor the `STRIP' environment variable to overrule this program.
     981dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
    1030982if test "$cross_compiling" != no; then
    1031983  AC_CHECK_TOOL([STRIP], [strip], :)
     
    1034986AC_SUBST([INSTALL_STRIP_PROGRAM])])
    1035987
    1036 # Copyright (C) 2006-2013 Free Software Foundation, Inc.
    1037 #
    1038 # This file is free software; the Free Software Foundation
    1039 # gives unlimited permission to copy and/or distribute it,
    1040 # with or without modifications, as long as this notice is preserved.
     988# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
     989#
     990# This file is free software; the Free Software Foundation
     991# gives unlimited permission to copy and/or distribute it,
     992# with or without modifications, as long as this notice is preserved.
     993
     994# serial 3
    1041995
    1042996# _AM_SUBST_NOTMAKE(VARIABLE)
     
    10531007# Check how to create a tarball.                            -*- Autoconf -*-
    10541008
    1055 # Copyright (C) 2004-2013 Free Software Foundation, Inc.
    1056 #
    1057 # This file is free software; the Free Software Foundation
    1058 # gives unlimited permission to copy and/or distribute it,
    1059 # with or without modifications, as long as this notice is preserved.
     1009# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
     1010#
     1011# This file is free software; the Free Software Foundation
     1012# gives unlimited permission to copy and/or distribute it,
     1013# with or without modifications, as long as this notice is preserved.
     1014
     1015# serial 2
    10601016
    10611017# _AM_PROG_TAR(FORMAT)
    10621018# --------------------
    10631019# Check how to create a tarball in format FORMAT.
    1064 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
     1020# FORMAT should be one of `v7', `ustar', or `pax'.
    10651021#
    10661022# Substitute a variable $(am__tar) that is a command
     
    10721028# a tarball read from stdin.
    10731029#     $(am__untar) < result.tar
    1074 #
    10751030AC_DEFUN([_AM_PROG_TAR],
    10761031[# Always define AMTAR for backward compatibility.  Yes, it's still used
    10771032# in the wild :-(  We should find a proper way to deprecate it ...
    10781033AC_SUBST([AMTAR], ['$${TAR-tar}'])
    1079 
    1080 # We'll loop over all known methods to create a tar archive until one works.
     1034m4_if([$1], [v7],
     1035     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
     1036     [m4_case([$1], [ustar],, [pax],,
     1037              [m4_fatal([Unknown tar format])])
     1038AC_MSG_CHECKING([how to create a $1 tar archive])
     1039# Loop over all known methods to create a tar archive until one works.
    10811040_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
    1082 
    1083 m4_if([$1], [v7],
    1084   [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
    1085 
    1086   [m4_case([$1],
    1087     [ustar],
    1088      [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
    1089       # There is notably a 21 bits limit for the UID and the GID.  In fact,
    1090       # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
    1091       # and bug#13588).
    1092       am_max_uid=2097151 # 2^21 - 1
    1093       am_max_gid=$am_max_uid
    1094       # The $UID and $GID variables are not portable, so we need to resort
    1095       # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
    1096       # below are definitely unexpected, so allow the users to see them
    1097       # (that is, avoid stderr redirection).
    1098       am_uid=`id -u || echo unknown`
    1099       am_gid=`id -g || echo unknown`
    1100       AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
    1101       if test $am_uid -le $am_max_uid; then
    1102          AC_MSG_RESULT([yes])
    1103       else
    1104          AC_MSG_RESULT([no])
    1105          _am_tools=none
    1106       fi
    1107       AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
    1108       if test $am_gid -le $am_max_gid; then
    1109          AC_MSG_RESULT([yes])
    1110       else
    1111         AC_MSG_RESULT([no])
    1112         _am_tools=none
    1113       fi],
    1114 
    1115   [pax],
    1116     [],
    1117 
    1118   [m4_fatal([Unknown tar format])])
    1119 
    1120   AC_MSG_CHECKING([how to create a $1 tar archive])
    1121 
    1122   # Go ahead even if we have the value already cached.  We do so because we
    1123   # need to set the values for the 'am__tar' and 'am__untar' variables.
    1124   _am_tools=${am_cv_prog_tar_$1-$_am_tools}
    1125 
    1126   for _am_tool in $_am_tools; do
    1127     case $_am_tool in
    1128     gnutar)
    1129       for _am_tar in tar gnutar gtar; do
    1130         AM_RUN_LOG([$_am_tar --version]) && break
    1131       done
    1132       am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
    1133       am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
    1134       am__untar="$_am_tar -xf -"
    1135       ;;
    1136     plaintar)
    1137       # Must skip GNU tar: if it does not support --format= it doesn't create
    1138       # ustar tarball either.
    1139       (tar --version) >/dev/null 2>&1 && continue
    1140       am__tar='tar chf - "$$tardir"'
    1141       am__tar_='tar chf - "$tardir"'
    1142       am__untar='tar xf -'
    1143       ;;
    1144     pax)
    1145       am__tar='pax -L -x $1 -w "$$tardir"'
    1146       am__tar_='pax -L -x $1 -w "$tardir"'
    1147       am__untar='pax -r'
    1148       ;;
    1149     cpio)
    1150       am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
    1151       am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
    1152       am__untar='cpio -i -H $1 -d'
    1153       ;;
    1154     none)
    1155       am__tar=false
    1156       am__tar_=false
    1157       am__untar=false
    1158       ;;
    1159     esac
    1160 
    1161     # If the value was cached, stop now.  We just wanted to have am__tar
    1162     # and am__untar set.
    1163     test -n "${am_cv_prog_tar_$1}" && break
    1164 
    1165     # tar/untar a dummy directory, and stop if the command works.
    1166     rm -rf conftest.dir
    1167     mkdir conftest.dir
    1168     echo GrepMe > conftest.dir/file
    1169     AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
    1170     rm -rf conftest.dir
    1171     if test -s conftest.tar; then
    1172       AM_RUN_LOG([$am__untar <conftest.tar])
    1173       AM_RUN_LOG([cat conftest.dir/file])
    1174       grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
    1175     fi
    1176   done
     1041_am_tools=${am_cv_prog_tar_$1-$_am_tools}
     1042# Do not fold the above two line into one, because Tru64 sh and
     1043# Solaris sh will not grok spaces in the rhs of `-'.
     1044for _am_tool in $_am_tools
     1045do
     1046  case $_am_tool in
     1047  gnutar)
     1048    for _am_tar in tar gnutar gtar;
     1049    do
     1050      AM_RUN_LOG([$_am_tar --version]) && break
     1051    done
     1052    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
     1053    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
     1054    am__untar="$_am_tar -xf -"
     1055    ;;
     1056  plaintar)
     1057    # Must skip GNU tar: if it does not support --format= it doesn't create
     1058    # ustar tarball either.
     1059    (tar --version) >/dev/null 2>&1 && continue
     1060    am__tar='tar chf - "$$tardir"'
     1061    am__tar_='tar chf - "$tardir"'
     1062    am__untar='tar xf -'
     1063    ;;
     1064  pax)
     1065    am__tar='pax -L -x $1 -w "$$tardir"'
     1066    am__tar_='pax -L -x $1 -w "$tardir"'
     1067    am__untar='pax -r'
     1068    ;;
     1069  cpio)
     1070    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
     1071    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
     1072    am__untar='cpio -i -H $1 -d'
     1073    ;;
     1074  none)
     1075    am__tar=false
     1076    am__tar_=false
     1077    am__untar=false
     1078    ;;
     1079  esac
     1080
     1081  # If the value was cached, stop now.  We just wanted to have am__tar
     1082  # and am__untar set.
     1083  test -n "${am_cv_prog_tar_$1}" && break
     1084
     1085  # tar/untar a dummy directory, and stop if the command works
    11771086  rm -rf conftest.dir
    1178 
    1179   AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
    1180   AC_MSG_RESULT([$am_cv_prog_tar_$1])])
    1181 
     1087  mkdir conftest.dir
     1088  echo GrepMe > conftest.dir/file
     1089  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
     1090  rm -rf conftest.dir
     1091  if test -s conftest.tar; then
     1092    AM_RUN_LOG([$am__untar <conftest.tar])
     1093    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
     1094  fi
     1095done
     1096rm -rf conftest.dir
     1097
     1098AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
     1099AC_MSG_RESULT([$am_cv_prog_tar_$1])])
    11821100AC_SUBST([am__tar])
    11831101AC_SUBST([am__untar])
  • config.h.in

    r7ff30d07 ree51534  
    9393/* Define to 1 if the system has the type `_Bool'. */
    9494#undef HAVE__BOOL
     95
     96/* Define to 1 if your C compiler doesn't accept -c and -o together. */
     97#undef NO_MINUS_C_MINUS_O
    9598
    9699/* Name of package */
  • configure

    r7ff30d07 ree51534  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.69 for cfa-cc 1.0.0.
     3# Generated by GNU Autoconf 2.68 for cfa-cc 1.0.0.
    44#
    55# Report bugs to <cforall@plg.uwaterloo.ca>.
    66#
    77#
    8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
     8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
     9# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
     10# Foundation, Inc.
    911#
    1012#
     
    135137(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
    136138
    137 # Use a proper internal environment variable to ensure we don't fall
    138   # into an infinite loop, continuously re-executing ourselves.
    139   if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
    140     _as_can_reexec=no; export _as_can_reexec;
    141     # We cannot yet assume a decent shell, so we have to provide a
    142 # neutralization value for shells without unset; and this also
    143 # works around shells that cannot unset nonexistent variables.
    144 # Preserve -v and -x to the replacement shell.
    145 BASH_ENV=/dev/null
    146 ENV=/dev/null
    147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
    148 case $- in # ((((
    149   *v*x* | *x*v* ) as_opts=-vx ;;
    150   *v* ) as_opts=-v ;;
    151   *x* ) as_opts=-x ;;
    152   * ) as_opts= ;;
    153 esac
    154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
    155 # Admittedly, this is quite paranoid, since all the known shells bail
    156 # out after a failed `exec'.
    157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
    158 as_fn_exit 255
    159   fi
    160   # We don't want this to propagate to other subprocesses.
    161           { _as_can_reexec=; unset _as_can_reexec;}
    162139if test "x$CONFIG_SHELL" = x; then
    163140  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
     
    193170  exitcode=1; echo positional parameters were not saved.
    194171fi
    195 test x\$exitcode = x0 || exit 1
    196 test -x / || exit 1"
     172test x\$exitcode = x0 || exit 1"
    197173  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
    198174  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
     
    239215
    240216      if test "x$CONFIG_SHELL" != x; then :
    241   export CONFIG_SHELL
    242              # We cannot yet assume a decent shell, so we have to provide a
    243 # neutralization value for shells without unset; and this also
    244 # works around shells that cannot unset nonexistent variables.
    245 # Preserve -v and -x to the replacement shell.
    246 BASH_ENV=/dev/null
    247 ENV=/dev/null
    248 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
    249 case $- in # ((((
    250   *v*x* | *x*v* ) as_opts=-vx ;;
    251   *v* ) as_opts=-v ;;
    252   *x* ) as_opts=-x ;;
    253   * ) as_opts= ;;
    254 esac
    255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
    256 # Admittedly, this is quite paranoid, since all the known shells bail
    257 # out after a failed `exec'.
    258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
    259 exit 255
     217  # We cannot yet assume a decent shell, so we have to provide a
     218        # neutralization value for shells without unset; and this also
     219        # works around shells that cannot unset nonexistent variables.
     220        # Preserve -v and -x to the replacement shell.
     221        BASH_ENV=/dev/null
     222        ENV=/dev/null
     223        (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
     224        export CONFIG_SHELL
     225        case $- in # ((((
     226          *v*x* | *x*v* ) as_opts=-vx ;;
     227          *v* ) as_opts=-v ;;
     228          *x* ) as_opts=-x ;;
     229          * ) as_opts= ;;
     230        esac
     231        exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
    260232fi
    261233
     
    360332
    361333} # as_fn_mkdir_p
    362 
    363 # as_fn_executable_p FILE
    364 # -----------------------
    365 # Test if FILE is an executable regular file.
    366 as_fn_executable_p ()
    367 {
    368   test -f "$1" && test -x "$1"
    369 } # as_fn_executable_p
    370334# as_fn_append VAR VALUE
    371335# ----------------------
     
    489453    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
    490454
    491   # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
    492   # already done that, so ensure we don't try to do so again and fall
    493   # in an infinite loop.  This has already happened in practice.
    494   _as_can_reexec=no; export _as_can_reexec
    495455  # Don't try to exec as it changes $[0], causing all sort of problems
    496456  # (the dirname of $[0] is not the place where we might find the
     
    527487    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    528488    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    529     # In both cases, we have to default to `cp -pR'.
     489    # In both cases, we have to default to `cp -p'.
    530490    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    531       as_ln_s='cp -pR'
     491      as_ln_s='cp -p'
    532492  elif ln conf$$.file conf$$ 2>/dev/null; then
    533493    as_ln_s=ln
    534494  else
    535     as_ln_s='cp -pR'
     495    as_ln_s='cp -p'
    536496  fi
    537497else
    538   as_ln_s='cp -pR'
     498  as_ln_s='cp -p'
    539499fi
    540500rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
     
    548508fi
    549509
    550 as_test_x='test -x'
    551 as_executable_p=as_fn_executable_p
     510if test -x / >/dev/null 2>&1; then
     511  as_test_x='test -x'
     512else
     513  if ls -dL / >/dev/null 2>&1; then
     514    as_ls_L_option=L
     515  else
     516    as_ls_L_option=
     517  fi
     518  as_test_x='
     519    eval sh -c '\''
     520      if test -d "$1"; then
     521        test -d "$1/.";
     522      else
     523        case $1 in #(
     524        -*)set "./$1";;
     525        esac;
     526        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
     527        ???[sx]*):;;*)false;;esac;fi
     528    '\'' sh
     529  '
     530fi
     531as_executable_p=$as_test_x
    552532
    553533# Sed expression to map a string onto a valid CPP name.
     
    12101190  if test "x$build_alias" = x; then
    12111191    cross_compiling=maybe
     1192    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
     1193    If a cross compiler is detected then cross compile mode will be used" >&2
    12121194  elif test "x$build_alias" != "x$host_alias"; then
    12131195    cross_compiling=yes
     
    13691351  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    13701352  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
    1371   --enable-silent-rules   less verbose build output (undo: "make V=1")
    1372   --disable-silent-rules  verbose build output (undo: "make V=0")
    1373   --disable-maintainer-mode
    1374                           disable make rules and dependencies not useful (and
    1375                           sometimes confusing) to the casual installer
    1376   --enable-dependency-tracking
    1377                           do not reject slow dependency extractors
    1378   --disable-dependency-tracking
    1379                           speeds up one-time build
     1353  --enable-silent-rules          less verbose build output (undo: `make V=1')
     1354  --disable-silent-rules         verbose build output (undo: `make V=0')
     1355  --disable-maintainer-mode  disable make rules and dependencies not useful
     1356                          (and sometimes confusing) to the casual installer
     1357  --disable-dependency-tracking  speeds up one-time build
     1358  --enable-dependency-tracking   do not reject slow dependency extractors
    13801359
    13811360Optional Packages:
     
    14691448  cat <<\_ACEOF
    14701449cfa-cc configure 1.0.0
    1471 generated by GNU Autoconf 2.69
    1472 
    1473 Copyright (C) 2012 Free Software Foundation, Inc.
     1450generated by GNU Autoconf 2.68
     1451
     1452Copyright (C) 2010 Free Software Foundation, Inc.
    14741453This configure script is free software; the Free Software Foundation
    14751454gives unlimited permission to copy, distribute and modify it.
     
    15851564       } && test -s conftest$ac_exeext && {
    15861565         test "$cross_compiling" = yes ||
    1587          test -x conftest$ac_exeext
     1566         $as_test_x conftest$ac_exeext
    15881567       }; then :
    15891568  ac_retval=0
     
    19511930{
    19521931static int test_array [1 - 2 * !(0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))];
    1953 test_array [0] = 0;
    1954 return test_array [0];
     1932test_array [0] = 0
    19551933
    19561934  ;
     
    19681946static int test_array [1 - 2 * !(($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1)
    19691947                 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2))];
    1970 test_array [0] = 0;
    1971 return test_array [0];
     1948test_array [0] = 0
    19721949
    19731950  ;
     
    20262003{
    20272004static int test_array [1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)];
    2028 test_array [0] = 0;
    2029 return test_array [0];
     2005test_array [0] = 0
    20302006
    20312007  ;
     
    20602036
    20612037It was created by cfa-cc $as_me 1.0.0, which was
    2062 generated by GNU Autoconf 2.69.  Invocation command line was
     2038generated by GNU Autoconf 2.68.  Invocation command line was
    20632039
    20642040  $ $0 $@
     
    24442420fi
    24452421
    2446 case $enable_silent_rules in # (((
    2447   yes) AM_DEFAULT_VERBOSITY=0;;
    2448    no) AM_DEFAULT_VERBOSITY=1;;
    2449     *) AM_DEFAULT_VERBOSITY=1;;
     2422case $enable_silent_rules in
     2423yes) AM_DEFAULT_VERBOSITY=0;;
     2424no) AM_DEFAULT_VERBOSITY=1;;
     2425*)  AM_DEFAULT_VERBOSITY=1;;
    24502426esac
    24512427am_make=${MAKE-make}
     
    24852461fi
    24862462
    2487 am__api_version='1.14'
     2463am__api_version='1.11'
    24882464
    24892465# Find a good install program.  We prefer a C program (faster),
     
    25242500    for ac_prog in ginstall scoinst install; do
    25252501      for ac_exec_ext in '' $ac_executable_extensions; do
    2526         if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
     2502        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
    25272503          if test $ac_prog = install &&
    25282504            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
     
    25822558{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
    25832559$as_echo_n "checking whether build environment is sane... " >&6; }
     2560# Just in case
     2561sleep 1
     2562echo timestamp > conftest.file
    25842563# Reject unsafe characters in $srcdir or the absolute working directory
    25852564# name.  Accept space and tab only in the latter.
     
    25922571case $srcdir in
    25932572  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
    2594     as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
     2573    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
    25952574esac
    25962575
    2597 # Do 'set' in a subshell so we don't clobber the current shell's
     2576# Do `set' in a subshell so we don't clobber the current shell's
    25982577# arguments.  Must try -L first in case configure is actually a
    25992578# symlink; some systems play weird games with the mod time of symlinks
     
    26012580# directory).
    26022581if (
    2603    am_has_slept=no
    2604    for am_try in 1 2; do
    2605      echo "timestamp, slept: $am_has_slept" > conftest.file
    2606      set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
    2607      if test "$*" = "X"; then
    2608         # -L didn't work.
    2609         set X `ls -t "$srcdir/configure" conftest.file`
    2610      fi
    2611      if test "$*" != "X $srcdir/configure conftest.file" \
    2612         && test "$*" != "X conftest.file $srcdir/configure"; then
    2613 
    2614         # If neither matched, then we have a broken ls.  This can happen
    2615         # if, for instance, CONFIG_SHELL is bash and it inherits a
    2616         # broken ls alias from the environment.  This has actually
    2617         # happened.  Such a system could not be considered "sane".
    2618         as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
    2619   alias in your environment" "$LINENO" 5
    2620      fi
    2621      if test "$2" = conftest.file || test $am_try -eq 2; then
    2622        break
    2623      fi
    2624      # Just in case.
    2625      sleep 1
    2626      am_has_slept=yes
    2627    done
     2582   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
     2583   if test "$*" = "X"; then
     2584      # -L didn't work.
     2585      set X `ls -t "$srcdir/configure" conftest.file`
     2586   fi
     2587   rm -f conftest.file
     2588   if test "$*" != "X $srcdir/configure conftest.file" \
     2589      && test "$*" != "X conftest.file $srcdir/configure"; then
     2590
     2591      # If neither matched, then we have a broken ls.  This can happen
     2592      # if, for instance, CONFIG_SHELL is bash and it inherits a
     2593      # broken ls alias from the environment.  This has actually
     2594      # happened.  Such a system could not be considered "sane".
     2595      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
     2596alias in your environment" "$LINENO" 5
     2597   fi
     2598
    26282599   test "$2" = conftest.file
    26292600   )
     
    26372608{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    26382609$as_echo "yes" >&6; }
    2639 # If we didn't sleep, we still need to ensure time stamps of config.status and
    2640 # generated files are strictly newer.
    2641 am_sleep_pid=
    2642 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
    2643   ( sleep 1 ) &
    2644   am_sleep_pid=$!
    2645 fi
    2646 
    2647 rm -f conftest.file
    2648 
    26492610test "$program_prefix" != NONE &&
    26502611  program_transform_name="s&^&$program_prefix&;$program_transform_name"
     
    26692630fi
    26702631# Use eval to expand $SHELL
    2671 if eval "$MISSING --is-lightweight"; then
    2672   am_missing_run="$MISSING "
     2632if eval "$MISSING --run true"; then
     2633  am_missing_run="$MISSING --run "
    26732634else
    26742635  am_missing_run=
    2675   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
    2676 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
     2636  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
     2637$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
    26772638fi
    26782639
     
    26862647fi
    26872648
    2688 # Installed binaries are usually stripped using 'strip' when the user
    2689 # run "make install-strip".  However 'strip' might not be the right
     2649# Installed binaries are usually stripped using `strip' when the user
     2650# run `make install-strip'.  However `strip' might not be the right
    26902651# tool to use in cross-compilation environments, therefore Automake
    2691 # will honor the 'STRIP' environment variable to overrule this program.
     2652# will honor the `STRIP' environment variable to overrule this program.
    26922653if test "$cross_compiling" != no; then
    26932654  if test -n "$ac_tool_prefix"; then
     
    27082669  test -z "$as_dir" && as_dir=.
    27092670    for ac_exec_ext in '' $ac_executable_extensions; do
    2710   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2671  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    27112672    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    27122673    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    27482709  test -z "$as_dir" && as_dir=.
    27492710    for ac_exec_ext in '' $ac_executable_extensions; do
    2750   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2711  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    27512712    ac_cv_prog_ac_ct_STRIP="strip"
    27522713    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    27992760    for ac_prog in mkdir gmkdir; do
    28002761         for ac_exec_ext in '' $ac_executable_extensions; do
    2801            as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
     2762           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
    28022763           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
    28032764             'mkdir (GNU coreutils) '* | \
     
    28282789$as_echo "$MKDIR_P" >&6; }
    28292790
     2791mkdir_p="$MKDIR_P"
     2792case $mkdir_p in
     2793  [\\/$]* | ?:[\\/]*) ;;
     2794  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
     2795esac
     2796
    28302797for ac_prog in gawk mawk nawk awk
    28312798do
     
    28462813  test -z "$as_dir" && as_dir=.
    28472814    for ac_exec_ext in '' $ac_executable_extensions; do
    2848   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2815  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    28492816    ac_cv_prog_AWK="$ac_prog"
    28502817    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    29602927MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
    29612928
    2962 # For better backward compatibility.  To be removed once Automake 1.9.x
    2963 # dies out for good.  For more background, see:
    2964 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
    2965 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
    2966 mkdir_p='$(MKDIR_P)'
    2967 
    29682929# We need awk for the "check" target.  The system "awk" is bad on
    29692930# some platforms.
     
    29722933AMTAR='$${TAR-tar}'
    29732934
    2974 
    2975 # We'll loop over all known methods to create a tar archive until one works.
    2976 _am_tools='gnutar  pax cpio none'
    2977 
    29782935am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
    29792936
     
    29822939
    29832940
    2984 
    2985 # POSIX will say in a future version that running "rm -f" with no argument
    2986 # is OK; and we want to be able to make that assumption in our Makefile
    2987 # recipes.  So use an aggressive probe to check that the usage we want is
    2988 # actually supported "in the wild" to an acceptable degree.
    2989 # See automake bug#10828.
    2990 # To make any issue more visible, cause the running configure to be aborted
    2991 # by default if the 'rm' program in use doesn't match our expectations; the
    2992 # user can still override this though.
    2993 if rm -f && rm -fr && rm -rf; then : OK; else
    2994   cat >&2 <<'END'
    2995 Oops!
    2996 
    2997 Your 'rm' program seems unable to run without file operands specified
    2998 on the command line, even when the '-f' option is present.  This is contrary
    2999 to the behaviour of most rm programs out there, and not conforming with
    3000 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
    3001 
    3002 Please tell bug-automake@gnu.org about your system, including the value
    3003 of your $PATH and any error possibly output before this message.  This
    3004 can help us improve future automake versions.
    3005 
    3006 END
    3007   if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
    3008     echo 'Configuration will proceed anyway, since you have set the' >&2
    3009     echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
    3010     echo >&2
    3011   else
    3012     cat >&2 <<'END'
    3013 Aborting the configuration process, to ensure you take notice of the issue.
    3014 
    3015 You can download and install GNU coreutils to get an 'rm' implementation
    3016 that behaves properly: <http://www.gnu.org/software/coreutils/>.
    3017 
    3018 If you want to complete the configuration process using your problematic
    3019 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
    3020 to "yes", and re-run configure.
    3021 
    3022 END
    3023     as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
    3024   fi
    3025 fi
    30262941
    30272942{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
     
    30792994  test -z "$as_dir" && as_dir=.
    30802995    for ac_exec_ext in '' $ac_executable_extensions; do
    3081   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2996  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    30822997    ac_cv_path_BACKEND_CC="$as_dir/$ac_word$ac_exec_ext"
    30832998    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    31943109  test -z "$as_dir" && as_dir=.
    31953110    for ac_exec_ext in '' $ac_executable_extensions; do
    3196   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3111  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    31973112    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    31983113    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    32383153  test -z "$as_dir" && as_dir=.
    32393154    for ac_exec_ext in '' $ac_executable_extensions; do
    3240   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3155  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    32413156    ac_cv_prog_ac_ct_CXX="$ac_prog"
    32423157    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    36913606# First try GNU make style include.
    36923607echo "include confinc" > confmf
    3693 # Ignore all kinds of additional output from 'make'.
     3608# Ignore all kinds of additional output from `make'.
    36943609case `$am_make -s -f confmf 2> /dev/null` in #(
    36953610*the\ am__doit\ target*)
     
    37473662  # making bogus files that we don't know about and never remove.  For
    37483663  # instance it was reported that on HP-UX the gcc test will end up
    3749   # making a dummy file named 'D' -- because '-MD' means "put the output
    3750   # in D".
     3664  # making a dummy file named `D' -- because `-MD' means `put the output
     3665  # in D'.
    37513666  rm -rf conftest.dir
    37523667  mkdir conftest.dir
     
    37833698    for i in 1 2 3 4 5 6; do
    37843699      echo '#include "conftst'$i'.h"' >> sub/conftest.c
    3785       # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
    3786       # Solaris 10 /bin/sh.
    3787       echo '/* dummy */' > sub/conftst$i.h
     3700      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
     3701      # Solaris 8's {/usr,}/bin/sh.
     3702      touch sub/conftst$i.h
    37883703    done
    37893704    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
    37903705
    3791     # We check with '-c' and '-o' for the sake of the "dashmstdout"
     3706    # We check with `-c' and `-o' for the sake of the "dashmstdout"
    37923707    # mode.  It turns out that the SunPro C++ compiler does not properly
    3793     # handle '-M -o', and we need to detect this.  Also, some Intel
    3794     # versions had trouble with output in subdirs.
     3708    # handle `-M -o', and we need to detect this.  Also, some Intel
     3709    # versions had trouble with output in subdirs
    37953710    am__obj=sub/conftest.${OBJEXT-o}
    37963711    am__minus_obj="-o $am__obj"
     
    38013716      ;;
    38023717    nosideeffect)
    3803       # After this tag, mechanisms are not by side-effect, so they'll
    3804       # only be used when explicitly requested.
     3718      # after this tag, mechanisms are not by side-effect, so they'll
     3719      # only be used when explicitly requested
    38053720      if test "x$enable_dependency_tracking" = xyes; then
    38063721        continue
     
    38103725      ;;
    38113726    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
    3812       # This compiler won't grok '-c -o', but also, the minuso test has
     3727      # This compiler won't grok `-c -o', but also, the minuso test has
    38133728      # not run yet.  These depmodes are late enough in the game, and
    38143729      # so weak that their functioning should not be impacted.
     
    38863801  test -z "$as_dir" && as_dir=.
    38873802    for ac_exec_ext in '' $ac_executable_extensions; do
    3888   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3803  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    38893804    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    38903805    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    39263841  test -z "$as_dir" && as_dir=.
    39273842    for ac_exec_ext in '' $ac_executable_extensions; do
    3928   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3843  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    39293844    ac_cv_prog_ac_ct_CC="gcc"
    39303845    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    39793894  test -z "$as_dir" && as_dir=.
    39803895    for ac_exec_ext in '' $ac_executable_extensions; do
    3981   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3896  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    39823897    ac_cv_prog_CC="${ac_tool_prefix}cc"
    39833898    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    40203935  test -z "$as_dir" && as_dir=.
    40213936    for ac_exec_ext in '' $ac_executable_extensions; do
    4022   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3937  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    40233938    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
    40243939       ac_prog_rejected=yes
     
    40783993  test -z "$as_dir" && as_dir=.
    40793994    for ac_exec_ext in '' $ac_executable_extensions; do
    4080   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     3995  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    40813996    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    40823997    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    41224037  test -z "$as_dir" && as_dir=.
    41234038    for ac_exec_ext in '' $ac_executable_extensions; do
    4124   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     4039  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    41254040    ac_cv_prog_ac_ct_CC="$ac_prog"
    41264041    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    43184233#include <stdarg.h>
    43194234#include <stdio.h>
    4320 struct stat;
     4235#include <sys/types.h>
     4236#include <sys/stat.h>
    43214237/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
    43224238struct buf { int x; };
     
    44034319ac_compiler_gnu=$ac_cv_c_compiler_gnu
    44044320
    4405 ac_ext=c
    4406 ac_cpp='$CPP $CPPFLAGS'
    4407 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    4408 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    4409 ac_compiler_gnu=$ac_cv_c_compiler_gnu
    4410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
    4411 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
    4412 if ${am_cv_prog_cc_c_o+:} false; then :
    4413   $as_echo_n "(cached) " >&6
    4414 else
    4415   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    4416 /* end confdefs.h.  */
    4417 
    4418 int
    4419 main ()
    4420 {
    4421 
    4422   ;
    4423   return 0;
    4424 }
    4425 _ACEOF
    4426   # Make sure it works both with $CC and with simple cc.
    4427   # Following AC_PROG_CC_C_O, we do the test twice because some
    4428   # compilers refuse to overwrite an existing .o file with -o,
    4429   # though they will create one.
    4430   am_cv_prog_cc_c_o=yes
    4431   for am_i in 1 2; do
    4432     if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
    4433    ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
    4434    ac_status=$?
    4435    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4436    (exit $ac_status); } \
    4437          && test -f conftest2.$ac_objext; then
    4438       : OK
    4439     else
    4440       am_cv_prog_cc_c_o=no
    4441       break
    4442     fi
    4443   done
    4444   rm -f core conftest*
    4445   unset am_i
    4446 fi
    4447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
    4448 $as_echo "$am_cv_prog_cc_c_o" >&6; }
    4449 if test "$am_cv_prog_cc_c_o" != yes; then
    4450    # Losing compiler, so override with the script.
    4451    # FIXME: It is wrong to rewrite CC.
    4452    # But if we don't then we get into trouble of one sort or another.
    4453    # A longer-term fix would be to have automake use am__CC in this case,
    4454    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
    4455    CC="$am_aux_dir/compile $CC"
    4456 fi
    4457 ac_ext=c
    4458 ac_cpp='$CPP $CPPFLAGS'
    4459 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    4460 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    4461 ac_compiler_gnu=$ac_cv_c_compiler_gnu
    4462 
    4463 
    44644321depcc="$CC"   am_compiler_list=
    44654322
     
    44734330  # making bogus files that we don't know about and never remove.  For
    44744331  # instance it was reported that on HP-UX the gcc test will end up
    4475   # making a dummy file named 'D' -- because '-MD' means "put the output
    4476   # in D".
     4332  # making a dummy file named `D' -- because `-MD' means `put the output
     4333  # in D'.
    44774334  rm -rf conftest.dir
    44784335  mkdir conftest.dir
     
    45094366    for i in 1 2 3 4 5 6; do
    45104367      echo '#include "conftst'$i'.h"' >> sub/conftest.c
    4511       # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
    4512       # Solaris 10 /bin/sh.
    4513       echo '/* dummy */' > sub/conftst$i.h
     4368      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
     4369      # Solaris 8's {/usr,}/bin/sh.
     4370      touch sub/conftst$i.h
    45144371    done
    45154372    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
    45164373
    4517     # We check with '-c' and '-o' for the sake of the "dashmstdout"
     4374    # We check with `-c' and `-o' for the sake of the "dashmstdout"
    45184375    # mode.  It turns out that the SunPro C++ compiler does not properly
    4519     # handle '-M -o', and we need to detect this.  Also, some Intel
    4520     # versions had trouble with output in subdirs.
     4376    # handle `-M -o', and we need to detect this.  Also, some Intel
     4377    # versions had trouble with output in subdirs
    45214378    am__obj=sub/conftest.${OBJEXT-o}
    45224379    am__minus_obj="-o $am__obj"
     
    45274384      ;;
    45284385    nosideeffect)
    4529       # After this tag, mechanisms are not by side-effect, so they'll
    4530       # only be used when explicitly requested.
     4386      # after this tag, mechanisms are not by side-effect, so they'll
     4387      # only be used when explicitly requested
    45314388      if test "x$enable_dependency_tracking" = xyes; then
    45324389        continue
     
    45364393      ;;
    45374394    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
    4538       # This compiler won't grok '-c -o', but also, the minuso test has
     4395      # This compiler won't grok `-c -o', but also, the minuso test has
    45394396      # not run yet.  These depmodes are late enough in the game, and
    45404397      # so weak that their functioning should not be impacted.
     
    45904447
    45914448
     4449if test "x$CC" != xcc; then
     4450  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
     4451$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
     4452else
     4453  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
     4454$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
     4455fi
     4456set dummy $CC; ac_cc=`$as_echo "$2" |
     4457                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
     4458if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
     4459  $as_echo_n "(cached) " >&6
     4460else
     4461  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     4462/* end confdefs.h.  */
     4463
     4464int
     4465main ()
     4466{
     4467
     4468  ;
     4469  return 0;
     4470}
     4471_ACEOF
     4472# Make sure it works both with $CC and with simple cc.
     4473# We do the test twice because some compilers refuse to overwrite an
     4474# existing .o file with -o, though they will create one.
     4475ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
     4476rm -f conftest2.*
     4477if { { case "(($ac_try" in
     4478  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4479  *) ac_try_echo=$ac_try;;
     4480esac
     4481eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
     4482$as_echo "$ac_try_echo"; } >&5
     4483  (eval "$ac_try") 2>&5
     4484  ac_status=$?
     4485  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
     4486  test $ac_status = 0; } &&
     4487   test -f conftest2.$ac_objext && { { case "(($ac_try" in
     4488  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4489  *) ac_try_echo=$ac_try;;
     4490esac
     4491eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
     4492$as_echo "$ac_try_echo"; } >&5
     4493  (eval "$ac_try") 2>&5
     4494  ac_status=$?
     4495  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
     4496  test $ac_status = 0; };
     4497then
     4498  eval ac_cv_prog_cc_${ac_cc}_c_o=yes
     4499  if test "x$CC" != xcc; then
     4500    # Test first that cc exists at all.
     4501    if { ac_try='cc -c conftest.$ac_ext >&5'
     4502  { { case "(($ac_try" in
     4503  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4504  *) ac_try_echo=$ac_try;;
     4505esac
     4506eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
     4507$as_echo "$ac_try_echo"; } >&5
     4508  (eval "$ac_try") 2>&5
     4509  ac_status=$?
     4510  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
     4511  test $ac_status = 0; }; }; then
     4512      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
     4513      rm -f conftest2.*
     4514      if { { case "(($ac_try" in
     4515  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4516  *) ac_try_echo=$ac_try;;
     4517esac
     4518eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
     4519$as_echo "$ac_try_echo"; } >&5
     4520  (eval "$ac_try") 2>&5
     4521  ac_status=$?
     4522  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
     4523  test $ac_status = 0; } &&
     4524         test -f conftest2.$ac_objext && { { case "(($ac_try" in
     4525  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     4526  *) ac_try_echo=$ac_try;;
     4527esac
     4528eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
     4529$as_echo "$ac_try_echo"; } >&5
     4530  (eval "$ac_try") 2>&5
     4531  ac_status=$?
     4532  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
     4533  test $ac_status = 0; };
     4534      then
     4535        # cc works too.
     4536        :
     4537      else
     4538        # cc exists but doesn't like -o.
     4539        eval ac_cv_prog_cc_${ac_cc}_c_o=no
     4540      fi
     4541    fi
     4542  fi
     4543else
     4544  eval ac_cv_prog_cc_${ac_cc}_c_o=no
     4545fi
     4546rm -f core conftest*
     4547
     4548fi
     4549if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
     4550  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
     4551$as_echo "yes" >&6; }
     4552else
     4553  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     4554$as_echo "no" >&6; }
     4555
     4556$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
     4557
     4558fi
     4559
     4560# FIXME: we rely on the cache variable name because
     4561# there is no other way.
     4562set dummy $CC
     4563am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
     4564eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
     4565if test "$am_t" != yes; then
     4566   # Losing compiler, so override with the script.
     4567   # FIXME: It is wrong to rewrite CC.
     4568   # But if we don't then we get into trouble of one sort or another.
     4569   # A longer-term fix would be to have automake use am__CC in this case,
     4570   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
     4571   CC="$am_aux_dir/compile $CC"
     4572fi
     4573
    45924574        # deprecated
    45934575# These are often not installed and people miss seeing the "no", so stop the configure.
     
    46104592  test -z "$as_dir" && as_dir=.
    46114593    for ac_exec_ext in '' $ac_executable_extensions; do
    4612   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     4594  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    46134595    ac_cv_prog_YACC="$ac_prog"
    46144596    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    46554637  test -z "$as_dir" && as_dir=.
    46564638    for ac_exec_ext in '' $ac_executable_extensions; do
    4657   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     4639  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    46584640    ac_cv_prog_LEX="$ac_prog"
    46594641    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    46874669c { yymore (); }
    46884670d { yyless (1); }
    4689 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
    4690     yyless ((input () != 0)); }
     4671e { yyless (input () != 0); }
    46914672f { unput (yytext[0]); }
    46924673. { BEGIN INITIAL; }
     
    48464827  test -z "$as_dir" && as_dir=.
    48474828    for ac_exec_ext in '' $ac_executable_extensions; do
    4848   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     4829  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    48494830    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    48504831    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    48864867  test -z "$as_dir" && as_dir=.
    48874868    for ac_exec_ext in '' $ac_executable_extensions; do
    4888   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     4869  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    48894870    ac_cv_prog_ac_ct_RANLIB="ranlib"
    48904871    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    50795060    for ac_exec_ext in '' $ac_executable_extensions; do
    50805061      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
    5081       as_fn_executable_p "$ac_path_GREP" || continue
     5062      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
    50825063# Check for GNU ac_path_GREP and select it if it is found.
    50835064  # Check for GNU $ac_path_GREP
     
    51455126    for ac_exec_ext in '' $ac_executable_extensions; do
    51465127      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
    5147       as_fn_executable_p "$ac_path_EGREP" || continue
     5128      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
    51485129# Check for GNU ac_path_EGREP and select it if it is found.
    51495130  # Check for GNU $ac_path_EGREP
     
    54845465$ac_includes_default
    54855466int
    5486 find_stack_direction (int *addr, int depth)
     5467find_stack_direction ()
    54875468{
    5488   int dir, dummy = 0;
    5489   if (! addr)
    5490     addr = &dummy;
    5491   *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
    5492   dir = depth ? find_stack_direction (addr, depth - 1) : 0;
    5493   return dir + dummy;
     5469  static char *addr = 0;
     5470  auto char dummy;
     5471  if (addr == 0)
     5472    {
     5473      addr = &dummy;
     5474      return find_stack_direction ();
     5475    }
     5476  else
     5477    return (&dummy > addr) ? 1 : -1;
    54945478}
    54955479
    54965480int
    5497 main (int argc, char **argv)
     5481main ()
    54985482{
    5499   return find_stack_direction (0, argc + !argv + 20) < 0;
     5483  return find_stack_direction () < 0;
    55005484}
    55015485_ACEOF
     
    55425526/* end confdefs.h.  */
    55435527
    5544              #include <stdbool.h>
    5545              #ifndef bool
    5546               "error: bool is not defined"
    5547              #endif
    5548              #ifndef false
    5549               "error: false is not defined"
    5550              #endif
    5551              #if false
    5552               "error: false is not 0"
    5553              #endif
    5554              #ifndef true
    5555               "error: true is not defined"
    5556              #endif
    5557              #if true != 1
    5558               "error: true is not 1"
    5559              #endif
    5560              #ifndef __bool_true_false_are_defined
    5561               "error: __bool_true_false_are_defined is not defined"
    5562              #endif
    5563 
    5564              struct s { _Bool s: 1; _Bool t; } s;
    5565 
    5566              char a[true == 1 ? 1 : -1];
    5567              char b[false == 0 ? 1 : -1];
    5568              char c[__bool_true_false_are_defined == 1 ? 1 : -1];
    5569              char d[(bool) 0.5 == true ? 1 : -1];
    5570              /* See body of main program for 'e'.  */
    5571              char f[(_Bool) 0.0 == false ? 1 : -1];
    5572              char g[true];
    5573              char h[sizeof (_Bool)];
    5574              char i[sizeof s.t];
    5575              enum { j = false, k = true, l = false * true, m = true * 256 };
    5576              /* The following fails for
    5577                 HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
    5578              _Bool n[m];
    5579              char o[sizeof n == m * sizeof n[0] ? 1 : -1];
    5580              char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
    5581              /* Catch a bug in an HP-UX C compiler.  See
    5582                 http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
    5583                 http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
    5584               */
    5585              _Bool q = true;
    5586              _Bool *pq = &q;
     5528#include <stdbool.h>
     5529#ifndef bool
     5530 "error: bool is not defined"
     5531#endif
     5532#ifndef false
     5533 "error: false is not defined"
     5534#endif
     5535#if false
     5536 "error: false is not 0"
     5537#endif
     5538#ifndef true
     5539 "error: true is not defined"
     5540#endif
     5541#if true != 1
     5542 "error: true is not 1"
     5543#endif
     5544#ifndef __bool_true_false_are_defined
     5545 "error: __bool_true_false_are_defined is not defined"
     5546#endif
     5547
     5548        struct s { _Bool s: 1; _Bool t; } s;
     5549
     5550        char a[true == 1 ? 1 : -1];
     5551        char b[false == 0 ? 1 : -1];
     5552        char c[__bool_true_false_are_defined == 1 ? 1 : -1];
     5553        char d[(bool) 0.5 == true ? 1 : -1];
     5554        /* See body of main program for 'e'.  */
     5555        char f[(_Bool) 0.0 == false ? 1 : -1];
     5556        char g[true];
     5557        char h[sizeof (_Bool)];
     5558        char i[sizeof s.t];
     5559        enum { j = false, k = true, l = false * true, m = true * 256 };
     5560        /* The following fails for
     5561           HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
     5562        _Bool n[m];
     5563        char o[sizeof n == m * sizeof n[0] ? 1 : -1];
     5564        char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
     5565        /* Catch a bug in an HP-UX C compiler.  See
     5566           http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
     5567           http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
     5568        */
     5569        _Bool q = true;
     5570        _Bool *pq = &q;
    55875571
    55885572int
     
    55905574{
    55915575
    5592              bool e = &s;
    5593              *pq |= q;
    5594              *pq |= ! q;
    5595              /* Refer to every declared value, to avoid compiler optimizations.  */
    5596              return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
    5597                      + !m + !n + !o + !p + !q + !pq);
     5576        bool e = &s;
     5577        *pq |= q;
     5578        *pq |= ! q;
     5579        /* Refer to every declared value, to avoid compiler optimizations.  */
     5580        return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
     5581                + !m + !n + !o + !p + !q + !pq);
    55985582
    55995583  ;
     
    56105594{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
    56115595$as_echo "$ac_cv_header_stdbool_h" >&6; }
    5612    ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
     5596ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
    56135597if test "x$ac_cv_type__Bool" = xyes; then :
    56145598
     
    56195603
    56205604fi
    5621 
    56225605
    56235606if test $ac_cv_header_stdbool_h = yes; then
     
    59265909
    59275910
    5928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
    5929 $as_echo_n "checking that generated files are newer than configure... " >&6; }
    5930    if test -n "$am_sleep_pid"; then
    5931      # Hide warnings about reused PIDs.
    5932      wait $am_sleep_pid 2>/dev/null
    5933    fi
    5934    { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
    5935 $as_echo "done" >&6; }
    59365911 if test -n "$EXEEXT"; then
    59375912  am__EXEEXT_TRUE=
     
    62566231    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    62576232    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    6258     # In both cases, we have to default to `cp -pR'.
     6233    # In both cases, we have to default to `cp -p'.
    62596234    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    6260       as_ln_s='cp -pR'
     6235      as_ln_s='cp -p'
    62616236  elif ln conf$$.file conf$$ 2>/dev/null; then
    62626237    as_ln_s=ln
    62636238  else
    6264     as_ln_s='cp -pR'
     6239    as_ln_s='cp -p'
    62656240  fi
    62666241else
    6267   as_ln_s='cp -pR'
     6242  as_ln_s='cp -p'
    62686243fi
    62696244rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
     
    63256300fi
    63266301
    6327 
    6328 # as_fn_executable_p FILE
    6329 # -----------------------
    6330 # Test if FILE is an executable regular file.
    6331 as_fn_executable_p ()
    6332 {
    6333   test -f "$1" && test -x "$1"
    6334 } # as_fn_executable_p
    6335 as_test_x='test -x'
    6336 as_executable_p=as_fn_executable_p
     6302if test -x / >/dev/null 2>&1; then
     6303  as_test_x='test -x'
     6304else
     6305  if ls -dL / >/dev/null 2>&1; then
     6306    as_ls_L_option=L
     6307  else
     6308    as_ls_L_option=
     6309  fi
     6310  as_test_x='
     6311    eval sh -c '\''
     6312      if test -d "$1"; then
     6313        test -d "$1/.";
     6314      else
     6315        case $1 in #(
     6316        -*)set "./$1";;
     6317        esac;
     6318        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
     6319        ???[sx]*):;;*)false;;esac;fi
     6320    '\'' sh
     6321  '
     6322fi
     6323as_executable_p=$as_test_x
    63376324
    63386325# Sed expression to map a string onto a valid CPP name.
     
    63566343ac_log="
    63576344This file was extended by cfa-cc $as_me 1.0.0, which was
    6358 generated by GNU Autoconf 2.69.  Invocation command line was
     6345generated by GNU Autoconf 2.68.  Invocation command line was
    63596346
    63606347  CONFIG_FILES    = $CONFIG_FILES
     
    64226409ac_cs_version="\\
    64236410cfa-cc config.status 1.0.0
    6424 configured by $0, generated by GNU Autoconf 2.69,
     6411configured by $0, generated by GNU Autoconf 2.68,
    64256412  with options \\"\$ac_cs_config\\"
    64266413
    6427 Copyright (C) 2012 Free Software Foundation, Inc.
     6414Copyright (C) 2010 Free Software Foundation, Inc.
    64286415This config.status script is free software; the Free Software Foundation
    64296416gives unlimited permission to copy, distribute and modify it."
     
    65166503cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    65176504if \$ac_cs_recheck; then
    6518   set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     6505  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    65196506  shift
    65206507  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
     
    71547141  case $ac_file$ac_mode in
    71557142    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
    7156   # Older Autoconf quotes --file arguments for eval, but not when files
     7143  # Autoconf 2.62 quotes --file arguments for eval, but not when files
    71577144  # are listed without --file.  Let's play safe and only enable the eval
    71587145  # if we detect the quoting.
     
    71677154    mf=`echo "$mf" | sed -e 's/:.*$//'`
    71687155    # Check whether this is an Automake generated Makefile or not.
    7169     # We used to match only the files named 'Makefile.in', but
     7156    # We used to match only the files named `Makefile.in', but
    71707157    # some people rename them; so instead we look at the file content.
    71717158    # Grep'ing the first line is not enough: some people post-process
     
    72017188    fi
    72027189    # Extract the definition of DEPDIR, am__include, and am__quote
    7203     # from the Makefile without running 'make'.
     7190    # from the Makefile without running `make'.
    72047191    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
    72057192    test -z "$DEPDIR" && continue
    72067193    am__include=`sed -n 's/^am__include = //p' < "$mf"`
    7207     test -z "$am__include" && continue
     7194    test -z "am__include" && continue
    72087195    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
     7196    # When using ansi2knr, U may be empty or an underscore; expand it
     7197    U=`sed -n 's/^U = //p' < "$mf"`
    72097198    # Find all dependency output files, they are included files with
    72107199    # $(DEPDIR) in their names.  We invoke sed twice because it is the
     
    72137202    for file in `sed -n "
    72147203      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
    7215          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
     7204         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
    72167205      # Make sure the directory exists.
    72177206      test -f "$dirpart/$file" && continue
  • src/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,
     
    5859
    5960VPATH = @srcdir@
    60 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
    61 am__make_running_with_option = \
    62   case $${target_option-} in \
    63       ?) ;; \
    64       *) echo "am__make_running_with_option: internal error: invalid" \
    65               "target option '$${target_option-}' specified" >&2; \
    66          exit 1;; \
    67   esac; \
    68   has_opt=no; \
    69   sane_makeflags=$$MAKEFLAGS; \
    70   if $(am__is_gnu_make); then \
    71     sane_makeflags=$$MFLAGS; \
    72   else \
    73     case $$MAKEFLAGS in \
    74       *\\[\ \   ]*) \
    75         bs=\\; \
    76         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
    77           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
    78     esac; \
    79   fi; \
    80   skip_next=no; \
    81   strip_trailopt () \
    82   { \
    83     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
    84   }; \
    85   for flg in $$sane_makeflags; do \
    86     test $$skip_next = yes && { skip_next=no; continue; }; \
    87     case $$flg in \
    88       *=*|--*) continue;; \
    89         -*I) strip_trailopt 'I'; skip_next=yes;; \
    90       -*I?*) strip_trailopt 'I';; \
    91         -*O) strip_trailopt 'O'; skip_next=yes;; \
    92       -*O?*) strip_trailopt 'O';; \
    93         -*l) strip_trailopt 'l'; skip_next=yes;; \
    94       -*l?*) strip_trailopt 'l';; \
    95       -[dEDm]) skip_next=yes;; \
    96       -[JT]) skip_next=yes;; \
    97     esac; \
    98     case $$flg in \
    99       *$$target_option*) has_opt=yes; break;; \
    100     esac; \
    101   done; \
    102   test $$has_opt = yes
    103 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
    104 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    10561pkgdatadir = $(datadir)/@PACKAGE@
    10662pkgincludedir = $(includedir)/@PACKAGE@
     
    12278        $(srcdir)/Common/module.mk $(srcdir)/ControlStruct/module.mk \
    12379        $(srcdir)/Designators/module.mk $(srcdir)/GenPoly/module.mk \
    124         $(srcdir)/InitTweak/module.mk $(srcdir)/Parser/module.mk \
     80        $(srcdir)/InitTweak/module.mk $(srcdir)/Makefile.am \
     81        $(srcdir)/Makefile.in $(srcdir)/Parser/module.mk \
    12582        $(srcdir)/ResolvExpr/module.mk $(srcdir)/SymTab/module.mk \
    12683        $(srcdir)/SynTree/module.mk $(srcdir)/Tuples/module.mk \
    127         $(srcdir)/Makefile.in $(srcdir)/Makefile.am Parser/parser.hh \
    128         Parser/parser.cc Parser/lex.cc $(top_srcdir)/automake/depcomp \
    129         $(top_srcdir)/automake/ylwrap
     84        Parser/lex.cc Parser/parser.cc Parser/parser.h
    13085cfa_cpplib_PROGRAMS = driver/cfa-cpp$(EXEEXT)
    13186subdir = src
     
    253208driver_cfa_cpp_LINK = $(CXXLD) $(driver_cfa_cpp_CXXFLAGS) $(CXXFLAGS) \
    254209        $(AM_LDFLAGS) $(LDFLAGS) -o $@
    255 AM_V_P = $(am__v_P_@AM_V@)
    256 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    257 am__v_P_0 = false
    258 am__v_P_1 = :
    259 AM_V_GEN = $(am__v_GEN_@AM_V@)
    260 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    261 am__v_GEN_0 = @echo "  GEN     " $@;
    262 am__v_GEN_1 =
    263 AM_V_at = $(am__v_at_@AM_V@)
    264 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    265 am__v_at_0 = @
    266 am__v_at_1 =
    267210DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    268211depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
     
    272215am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    273216am__v_lt_0 = --silent
    274 am__v_lt_1 =
    275217CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    276218        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
    277219AM_V_CXX = $(am__v_CXX_@AM_V@)
    278220am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
    279 am__v_CXX_0 = @echo "  CXX     " $@;
    280 am__v_CXX_1 =
     221am__v_CXX_0 = @echo "  CXX   " $@;
     222AM_V_at = $(am__v_at_@AM_V@)
     223am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
     224am__v_at_0 = @
    281225CXXLD = $(CXX)
    282226CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
     
    284228AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
    285229am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
    286 am__v_CXXLD_0 = @echo "  CXXLD   " $@;
    287 am__v_CXXLD_1 =
     230am__v_CXXLD_0 = @echo "  CXXLD " $@;
    288231@MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
    289232LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
    290233AM_V_LEX = $(am__v_LEX_@AM_V@)
    291234am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
    292 am__v_LEX_0 = @echo "  LEX     " $@;
    293 am__v_LEX_1 =
     235am__v_LEX_0 = @echo "  LEX   " $@;
    294236YLWRAP = $(top_srcdir)/automake/ylwrap
    295237@MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
    296 am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
    297                    -e s/c++$$/h++/ -e s/c$$/h/
    298238YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
    299239AM_V_YACC = $(am__v_YACC_@AM_V@)
    300240am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
    301 am__v_YACC_0 = @echo "  YACC    " $@;
    302 am__v_YACC_1 =
     241am__v_YACC_0 = @echo "  YACC  " $@;
    303242COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    304243        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    305244AM_V_CC = $(am__v_CC_@AM_V@)
    306245am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    307 am__v_CC_0 = @echo "  CC      " $@;
    308 am__v_CC_1 =
     246am__v_CC_0 = @echo "  CC    " $@;
    309247CCLD = $(CC)
    310248LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    311249AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    312250am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    313 am__v_CCLD_0 = @echo "  CCLD    " $@;
    314 am__v_CCLD_1 =
     251am__v_CCLD_0 = @echo "  CCLD  " $@;
     252AM_V_GEN = $(am__v_GEN_@AM_V@)
     253am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
     254am__v_GEN_0 = @echo "  GEN   " $@;
    315255SOURCES = $(driver_cfa_cpp_SOURCES)
    316256DIST_SOURCES = $(driver_cfa_cpp_SOURCES)
    317 am__can_run_installinfo = \
    318   case $$AM_UPDATE_INFO_DIR in \
    319     n|no|NO) false;; \
    320     *) (install-info --version) >/dev/null 2>&1;; \
    321   esac
    322 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    323 # Read a list of newline-separated strings from the standard input,
    324 # and print each of them once, without duplicates.  Input order is
    325 # *not* preserved.
    326 am__uniquify_input = $(AWK) '\
    327   BEGIN { nonempty = 0; } \
    328   { items[$$0] = 1; nonempty = 1; } \
    329   END { if (nonempty) { for (i in items) print i; }; } \
    330 '
    331 # Make sure the list of sources is unique.  This is necessary because,
    332 # e.g., the same source file might be shared among _SOURCES variables
    333 # for different programs/libraries.
    334 am__define_uniq_tagged_files = \
    335   list='$(am__tagged_files)'; \
    336   unique=`for i in $$list; do \
    337     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    338   done | $(am__uniquify_input)`
    339257ETAGS = etags
    340258CTAGS = ctags
     
    549467install-cfa_cpplibPROGRAMS: $(cfa_cpplib_PROGRAMS)
    550468        @$(NORMAL_INSTALL)
     469        test -z "$(cfa_cpplibdir)" || $(MKDIR_P) "$(DESTDIR)$(cfa_cpplibdir)"
    551470        @list='$(cfa_cpplib_PROGRAMS)'; test -n "$(cfa_cpplibdir)" || list=; \
    552         if test -n "$$list"; then \
    553           echo " $(MKDIR_P) '$(DESTDIR)$(cfa_cpplibdir)'"; \
    554           $(MKDIR_P) "$(DESTDIR)$(cfa_cpplibdir)" || exit 1; \
    555         fi; \
    556471        for p in $$list; do echo "$$p $$p"; done | \
    557472        sed 's/$(EXEEXT)$$//' | \
    558         while read p p1; do if test -f $$p \
    559           ; then echo "$$p"; echo "$$p"; else :; fi; \
     473        while read p p1; do if test -f $$p; \
     474          then echo "$$p"; echo "$$p"; else :; fi; \
    560475        done | \
    561         sed -e 'p;s,.*/,,;n;h' \
    562             -e 's|.*|.|' \
     476        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
    563477            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
    564478        sed 'N;N;N;s,\n, ,g' | \
     
    581495        files=`for p in $$list; do echo "$$p"; done | \
    582496          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
    583               -e 's/$$/$(EXEEXT)/' \
    584         `; \
     497              -e 's/$$/$(EXEEXT)/' `; \
    585498        test -n "$$list" || exit 0; \
    586499        echo " ( cd '$(DESTDIR)$(cfa_cpplibdir)' && rm -f" $$files ")"; \
     
    692605InitTweak/driver_cfa_cpp-InitTweak.$(OBJEXT):  \
    693606        InitTweak/$(am__dirstamp) InitTweak/$(DEPDIR)/$(am__dirstamp)
    694 Parser/parser.hh: Parser/parser.cc
     607Parser/parser.h: Parser/parser.cc
    695608        @if test ! -f $@; then rm -f Parser/parser.cc; else :; fi
    696609        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) Parser/parser.cc; else :; fi
     
    894807        @$(MKDIR_P) driver
    895808        @: > driver/$(am__dirstamp)
    896 
    897809driver/cfa-cpp$(EXEEXT): $(driver_cfa_cpp_OBJECTS) $(driver_cfa_cpp_DEPENDENCIES) $(EXTRA_driver_cfa_cpp_DEPENDENCIES) driver/$(am__dirstamp)
    898810        @rm -f driver/cfa-cpp$(EXEEXT)
     
    901813mostlyclean-compile:
    902814        -rm -f *.$(OBJEXT)
    903         -rm -f CodeGen/*.$(OBJEXT)
    904         -rm -f Common/*.$(OBJEXT)
    905         -rm -f ControlStruct/*.$(OBJEXT)
    906         -rm -f Designators/*.$(OBJEXT)
    907         -rm -f GenPoly/*.$(OBJEXT)
    908         -rm -f InitTweak/*.$(OBJEXT)
    909         -rm -f Parser/*.$(OBJEXT)
    910         -rm -f ResolvExpr/*.$(OBJEXT)
    911         -rm -f SymTab/*.$(OBJEXT)
    912         -rm -f SynTree/*.$(OBJEXT)
    913         -rm -f Tuples/*.$(OBJEXT)
     815        -rm -f CodeGen/driver_cfa_cpp-CodeGenerator.$(OBJEXT)
     816        -rm -f CodeGen/driver_cfa_cpp-FixNames.$(OBJEXT)
     817        -rm -f CodeGen/driver_cfa_cpp-GenType.$(OBJEXT)
     818        -rm -f CodeGen/driver_cfa_cpp-Generate.$(OBJEXT)
     819        -rm -f CodeGen/driver_cfa_cpp-OperatorTable.$(OBJEXT)
     820        -rm -f Common/driver_cfa_cpp-SemanticError.$(OBJEXT)
     821        -rm -f Common/driver_cfa_cpp-UniqueName.$(OBJEXT)
     822        -rm -f ControlStruct/driver_cfa_cpp-CaseRangeMutator.$(OBJEXT)
     823        -rm -f ControlStruct/driver_cfa_cpp-ChooseMutator.$(OBJEXT)
     824        -rm -f ControlStruct/driver_cfa_cpp-ForExprMutator.$(OBJEXT)
     825        -rm -f ControlStruct/driver_cfa_cpp-LabelFixer.$(OBJEXT)
     826        -rm -f ControlStruct/driver_cfa_cpp-LabelGenerator.$(OBJEXT)
     827        -rm -f ControlStruct/driver_cfa_cpp-LabelTypeChecker.$(OBJEXT)
     828        -rm -f ControlStruct/driver_cfa_cpp-MLEMutator.$(OBJEXT)
     829        -rm -f ControlStruct/driver_cfa_cpp-Mutate.$(OBJEXT)
     830        -rm -f Designators/driver_cfa_cpp-Processor.$(OBJEXT)
     831        -rm -f GenPoly/driver_cfa_cpp-Box.$(OBJEXT)
     832        -rm -f GenPoly/driver_cfa_cpp-CopyParams.$(OBJEXT)
     833        -rm -f GenPoly/driver_cfa_cpp-DeclMutator.$(OBJEXT)
     834        -rm -f GenPoly/driver_cfa_cpp-FindFunction.$(OBJEXT)
     835        -rm -f GenPoly/driver_cfa_cpp-GenPoly.$(OBJEXT)
     836        -rm -f GenPoly/driver_cfa_cpp-Lvalue.$(OBJEXT)
     837        -rm -f GenPoly/driver_cfa_cpp-PolyMutator.$(OBJEXT)
     838        -rm -f GenPoly/driver_cfa_cpp-ScrubTyVars.$(OBJEXT)
     839        -rm -f GenPoly/driver_cfa_cpp-Specialize.$(OBJEXT)
     840        -rm -f InitTweak/driver_cfa_cpp-FixGlobalInit.$(OBJEXT)
     841        -rm -f InitTweak/driver_cfa_cpp-FixInit.$(OBJEXT)
     842        -rm -f InitTweak/driver_cfa_cpp-GenInit.$(OBJEXT)
     843        -rm -f InitTweak/driver_cfa_cpp-InitTweak.$(OBJEXT)
     844        -rm -f Parser/driver_cfa_cpp-DeclarationNode.$(OBJEXT)
     845        -rm -f Parser/driver_cfa_cpp-ExpressionNode.$(OBJEXT)
     846        -rm -f Parser/driver_cfa_cpp-InitializerNode.$(OBJEXT)
     847        -rm -f Parser/driver_cfa_cpp-LinkageSpec.$(OBJEXT)
     848        -rm -f Parser/driver_cfa_cpp-ParseNode.$(OBJEXT)
     849        -rm -f Parser/driver_cfa_cpp-Parser.$(OBJEXT)
     850        -rm -f Parser/driver_cfa_cpp-StatementNode.$(OBJEXT)
     851        -rm -f Parser/driver_cfa_cpp-TypeData.$(OBJEXT)
     852        -rm -f Parser/driver_cfa_cpp-TypedefTable.$(OBJEXT)
     853        -rm -f Parser/driver_cfa_cpp-lex.$(OBJEXT)
     854        -rm -f Parser/driver_cfa_cpp-parser.$(OBJEXT)
     855        -rm -f Parser/driver_cfa_cpp-parseutility.$(OBJEXT)
     856        -rm -f ResolvExpr/driver_cfa_cpp-AdjustExprType.$(OBJEXT)
     857        -rm -f ResolvExpr/driver_cfa_cpp-Alternative.$(OBJEXT)
     858        -rm -f ResolvExpr/driver_cfa_cpp-AlternativeFinder.$(OBJEXT)
     859        -rm -f ResolvExpr/driver_cfa_cpp-AlternativePrinter.$(OBJEXT)
     860        -rm -f ResolvExpr/driver_cfa_cpp-CastCost.$(OBJEXT)
     861        -rm -f ResolvExpr/driver_cfa_cpp-CommonType.$(OBJEXT)
     862        -rm -f ResolvExpr/driver_cfa_cpp-ConversionCost.$(OBJEXT)
     863        -rm -f ResolvExpr/driver_cfa_cpp-FindOpenVars.$(OBJEXT)
     864        -rm -f ResolvExpr/driver_cfa_cpp-Occurs.$(OBJEXT)
     865        -rm -f ResolvExpr/driver_cfa_cpp-PolyCost.$(OBJEXT)
     866        -rm -f ResolvExpr/driver_cfa_cpp-PtrsAssignable.$(OBJEXT)
     867        -rm -f ResolvExpr/driver_cfa_cpp-PtrsCastable.$(OBJEXT)
     868        -rm -f ResolvExpr/driver_cfa_cpp-RenameVars.$(OBJEXT)
     869        -rm -f ResolvExpr/driver_cfa_cpp-ResolveTypeof.$(OBJEXT)
     870        -rm -f ResolvExpr/driver_cfa_cpp-Resolver.$(OBJEXT)
     871        -rm -f ResolvExpr/driver_cfa_cpp-TypeEnvironment.$(OBJEXT)
     872        -rm -f ResolvExpr/driver_cfa_cpp-Unify.$(OBJEXT)
     873        -rm -f SymTab/driver_cfa_cpp-Autogen.$(OBJEXT)
     874        -rm -f SymTab/driver_cfa_cpp-FixFunction.$(OBJEXT)
     875        -rm -f SymTab/driver_cfa_cpp-ImplementationType.$(OBJEXT)
     876        -rm -f SymTab/driver_cfa_cpp-Indexer.$(OBJEXT)
     877        -rm -f SymTab/driver_cfa_cpp-Mangler.$(OBJEXT)
     878        -rm -f SymTab/driver_cfa_cpp-TypeEquality.$(OBJEXT)
     879        -rm -f SymTab/driver_cfa_cpp-Validate.$(OBJEXT)
     880        -rm -f SynTree/driver_cfa_cpp-AddressExpr.$(OBJEXT)
     881        -rm -f SynTree/driver_cfa_cpp-AggregateDecl.$(OBJEXT)
     882        -rm -f SynTree/driver_cfa_cpp-ApplicationExpr.$(OBJEXT)
     883        -rm -f SynTree/driver_cfa_cpp-ArrayType.$(OBJEXT)
     884        -rm -f SynTree/driver_cfa_cpp-AttrType.$(OBJEXT)
     885        -rm -f SynTree/driver_cfa_cpp-Attribute.$(OBJEXT)
     886        -rm -f SynTree/driver_cfa_cpp-BasicType.$(OBJEXT)
     887        -rm -f SynTree/driver_cfa_cpp-CommaExpr.$(OBJEXT)
     888        -rm -f SynTree/driver_cfa_cpp-CompoundStmt.$(OBJEXT)
     889        -rm -f SynTree/driver_cfa_cpp-Constant.$(OBJEXT)
     890        -rm -f SynTree/driver_cfa_cpp-DeclStmt.$(OBJEXT)
     891        -rm -f SynTree/driver_cfa_cpp-Declaration.$(OBJEXT)
     892        -rm -f SynTree/driver_cfa_cpp-DeclarationWithType.$(OBJEXT)
     893        -rm -f SynTree/driver_cfa_cpp-Expression.$(OBJEXT)
     894        -rm -f SynTree/driver_cfa_cpp-FunctionDecl.$(OBJEXT)
     895        -rm -f SynTree/driver_cfa_cpp-FunctionType.$(OBJEXT)
     896        -rm -f SynTree/driver_cfa_cpp-Initializer.$(OBJEXT)
     897        -rm -f SynTree/driver_cfa_cpp-Mutator.$(OBJEXT)
     898        -rm -f SynTree/driver_cfa_cpp-NamedTypeDecl.$(OBJEXT)
     899        -rm -f SynTree/driver_cfa_cpp-ObjectDecl.$(OBJEXT)
     900        -rm -f SynTree/driver_cfa_cpp-PointerType.$(OBJEXT)
     901        -rm -f SynTree/driver_cfa_cpp-ReferenceToType.$(OBJEXT)
     902        -rm -f SynTree/driver_cfa_cpp-Statement.$(OBJEXT)
     903        -rm -f SynTree/driver_cfa_cpp-TupleExpr.$(OBJEXT)
     904        -rm -f SynTree/driver_cfa_cpp-TupleType.$(OBJEXT)
     905        -rm -f SynTree/driver_cfa_cpp-Type.$(OBJEXT)
     906        -rm -f SynTree/driver_cfa_cpp-TypeDecl.$(OBJEXT)
     907        -rm -f SynTree/driver_cfa_cpp-TypeExpr.$(OBJEXT)
     908        -rm -f SynTree/driver_cfa_cpp-TypeSubstitution.$(OBJEXT)
     909        -rm -f SynTree/driver_cfa_cpp-TypeofType.$(OBJEXT)
     910        -rm -f SynTree/driver_cfa_cpp-VarArgsType.$(OBJEXT)
     911        -rm -f SynTree/driver_cfa_cpp-Visitor.$(OBJEXT)
     912        -rm -f SynTree/driver_cfa_cpp-VoidType.$(OBJEXT)
     913        -rm -f Tuples/driver_cfa_cpp-AssignExpand.$(OBJEXT)
     914        -rm -f Tuples/driver_cfa_cpp-FunctionChecker.$(OBJEXT)
     915        -rm -f Tuples/driver_cfa_cpp-FunctionFixer.$(OBJEXT)
     916        -rm -f Tuples/driver_cfa_cpp-Mutate.$(OBJEXT)
     917        -rm -f Tuples/driver_cfa_cpp-NameMatcher.$(OBJEXT)
     918        -rm -f Tuples/driver_cfa_cpp-TupleAssignment.$(OBJEXT)
    914919
    915920distclean-compile:
     
    25272532
    25282533.yy.cc:
    2529         $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
    2530 
    2531 ID: $(am__tagged_files)
    2532         $(am__define_uniq_tagged_files); mkid -fID $$unique
    2533 tags: tags-am
    2534 TAGS: tags
    2535 
    2536 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
     2534        $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
     2535
     2536ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
     2537        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
     2538        unique=`for i in $$list; do \
     2539            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     2540          done | \
     2541          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     2542              END { if (nonempty) { for (i in files) print i; }; }'`; \
     2543        mkid -fID $$unique
     2544tags: TAGS
     2545
     2546TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     2547                $(TAGS_FILES) $(LISP)
    25372548        set x; \
    25382549        here=`pwd`; \
    2539         $(am__define_uniq_tagged_files); \
     2550        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
     2551        unique=`for i in $$list; do \
     2552            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     2553          done | \
     2554          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     2555              END { if (nonempty) { for (i in files) print i; }; }'`; \
    25402556        shift; \
    25412557        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
     
    25492565          fi; \
    25502566        fi
    2551 ctags: ctags-am
    2552 
    2553 CTAGS: ctags
    2554 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    2555         $(am__define_uniq_tagged_files); \
     2567ctags: CTAGS
     2568CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     2569                $(TAGS_FILES) $(LISP)
     2570        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
     2571        unique=`for i in $$list; do \
     2572            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     2573          done | \
     2574          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     2575              END { if (nonempty) { for (i in files) print i; }; }'`; \
    25562576        test -z "$(CTAGS_ARGS)$$unique" \
    25572577          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     
    25622582          && $(am__cd) $(top_srcdir) \
    25632583          && gtags -i $(GTAGS_ARGS) "$$here"
    2564 cscopelist: cscopelist-am
    2565 
    2566 cscopelist-am: $(am__tagged_files)
    2567         list='$(am__tagged_files)'; \
    2568         case "$(srcdir)" in \
    2569           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    2570           *) sdir=$(subdir)/$(srcdir) ;; \
    2571         esac; \
    2572         for i in $$list; do \
    2573           if test -f "$$i"; then \
    2574             echo "$(subdir)/$$i"; \
    2575           else \
    2576             echo "$$sdir/$$i"; \
    2577           fi; \
    2578         done >> $(top_builddir)/cscope.files
    25792584
    25802585distclean-tags:
     
    26752680        -rm -f Parser/lex.cc
    26762681        -rm -f Parser/parser.cc
    2677         -rm -f Parser/parser.hh
     2682        -rm -f Parser/parser.h
    26782683        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
    26792684        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
     
    27492754.MAKE: all check install install-am install-strip
    27502755
    2751 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
    2752         clean-cfa_cpplibPROGRAMS clean-generic cscopelist-am ctags \
    2753         ctags-am distclean distclean-compile distclean-generic \
    2754         distclean-tags distdir dvi dvi-am html html-am info info-am \
    2755         install install-am install-cfa_cpplibPROGRAMS install-data \
    2756         install-data-am install-dvi install-dvi-am install-exec \
    2757         install-exec-am install-html install-html-am install-info \
    2758         install-info-am install-man install-pdf install-pdf-am \
    2759         install-ps install-ps-am install-strip installcheck \
    2760         installcheck-am installdirs maintainer-clean \
    2761         maintainer-clean-generic mostlyclean mostlyclean-compile \
    2762         mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
    2763         uninstall-am uninstall-cfa_cpplibPROGRAMS
     2756.PHONY: CTAGS GTAGS all all-am check check-am clean \
     2757        clean-cfa_cpplibPROGRAMS clean-generic ctags distclean \
     2758        distclean-compile distclean-generic distclean-tags distdir dvi \
     2759        dvi-am html html-am info info-am install install-am \
     2760        install-cfa_cpplibPROGRAMS install-data install-data-am \
     2761        install-dvi install-dvi-am install-exec install-exec-am \
     2762        install-html install-html-am install-info install-info-am \
     2763        install-man install-pdf install-pdf-am install-ps \
     2764        install-ps-am install-strip installcheck installcheck-am \
     2765        installdirs maintainer-clean maintainer-clean-generic \
     2766        mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
     2767        ps ps-am tags uninstall uninstall-am \
     2768        uninstall-cfa_cpplibPROGRAMS
    27642769
    27652770
  • src/driver/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,
     
    1920
    2021VPATH = @srcdir@
    21 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
    22 am__make_running_with_option = \
    23   case $${target_option-} in \
    24       ?) ;; \
    25       *) echo "am__make_running_with_option: internal error: invalid" \
    26               "target option '$${target_option-}' specified" >&2; \
    27          exit 1;; \
    28   esac; \
    29   has_opt=no; \
    30   sane_makeflags=$$MAKEFLAGS; \
    31   if $(am__is_gnu_make); then \
    32     sane_makeflags=$$MFLAGS; \
    33   else \
    34     case $$MAKEFLAGS in \
    35       *\\[\ \   ]*) \
    36         bs=\\; \
    37         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
    38           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
    39     esac; \
    40   fi; \
    41   skip_next=no; \
    42   strip_trailopt () \
    43   { \
    44     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
    45   }; \
    46   for flg in $$sane_makeflags; do \
    47     test $$skip_next = yes && { skip_next=no; continue; }; \
    48     case $$flg in \
    49       *=*|--*) continue;; \
    50         -*I) strip_trailopt 'I'; skip_next=yes;; \
    51       -*I?*) strip_trailopt 'I';; \
    52         -*O) strip_trailopt 'O'; skip_next=yes;; \
    53       -*O?*) strip_trailopt 'O';; \
    54         -*l) strip_trailopt 'l'; skip_next=yes;; \
    55       -*l?*) strip_trailopt 'l';; \
    56       -[dEDm]) skip_next=yes;; \
    57       -[JT]) skip_next=yes;; \
    58     esac; \
    59     case $$flg in \
    60       *$$target_option*) has_opt=yes; break;; \
    61     esac; \
    62   done; \
    63   test $$has_opt = yes
    64 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
    65 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    6622pkgdatadir = $(datadir)/@PACKAGE@
    6723pkgincludedir = $(includedir)/@PACKAGE@
     
    8339cc1lib_PROGRAMS = cc1$(EXEEXT)
    8440subdir = src/driver
    85 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
    86         $(top_srcdir)/automake/depcomp
     41DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
    8742ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    8843am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    10156cfa_OBJECTS = $(am_cfa_OBJECTS)
    10257cfa_LDADD = $(LDADD)
    103 AM_V_P = $(am__v_P_@AM_V@)
    104 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    105 am__v_P_0 = false
    106 am__v_P_1 = :
    107 AM_V_GEN = $(am__v_GEN_@AM_V@)
    108 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    109 am__v_GEN_0 = @echo "  GEN     " $@;
    110 am__v_GEN_1 =
    111 AM_V_at = $(am__v_at_@AM_V@)
    112 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    113 am__v_at_0 = @
    114 am__v_at_1 =
    11558DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    11659depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
     
    12164AM_V_CXX = $(am__v_CXX_@AM_V@)
    12265am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
    123 am__v_CXX_0 = @echo "  CXX     " $@;
    124 am__v_CXX_1 =
     66am__v_CXX_0 = @echo "  CXX   " $@;
     67AM_V_at = $(am__v_at_@AM_V@)
     68am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
     69am__v_at_0 = @
    12570CXXLD = $(CXX)
    12671CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
     
    12873AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
    12974am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
    130 am__v_CXXLD_0 = @echo "  CXXLD   " $@;
    131 am__v_CXXLD_1 =
     75am__v_CXXLD_0 = @echo "  CXXLD " $@;
     76AM_V_GEN = $(am__v_GEN_@AM_V@)
     77am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
     78am__v_GEN_0 = @echo "  GEN   " $@;
    13279SOURCES = $(cc1_SOURCES) $(cfa_SOURCES)
    13380DIST_SOURCES = $(cc1_SOURCES) $(cfa_SOURCES)
    134 am__can_run_installinfo = \
    135   case $$AM_UPDATE_INFO_DIR in \
    136     n|no|NO) false;; \
    137     *) (install-info --version) >/dev/null 2>&1;; \
    138   esac
    139 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    140 # Read a list of newline-separated strings from the standard input,
    141 # and print each of them once, without duplicates.  Input order is
    142 # *not* preserved.
    143 am__uniquify_input = $(AWK) '\
    144   BEGIN { nonempty = 0; } \
    145   { items[$$0] = 1; nonempty = 1; } \
    146   END { if (nonempty) { for (i in items) print i; }; } \
    147 '
    148 # Make sure the list of sources is unique.  This is necessary because,
    149 # e.g., the same source file might be shared among _SOURCES variables
    150 # for different programs/libraries.
    151 am__define_uniq_tagged_files = \
    152   list='$(am__tagged_files)'; \
    153   unique=`for i in $$list; do \
    154     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    155   done | $(am__uniquify_input)`
    15681ETAGS = etags
    15782CTAGS = ctags
     
    307232install-binPROGRAMS: $(bin_PROGRAMS)
    308233        @$(NORMAL_INSTALL)
     234        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
    309235        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
    310         if test -n "$$list"; then \
    311           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
    312           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
    313         fi; \
    314236        for p in $$list; do echo "$$p $$p"; done | \
    315237        sed 's/$(EXEEXT)$$//' | \
    316         while read p p1; do if test -f $$p \
    317           ; then echo "$$p"; echo "$$p"; else :; fi; \
     238        while read p p1; do if test -f $$p; \
     239          then echo "$$p"; echo "$$p"; else :; fi; \
    318240        done | \
    319         sed -e 'p;s,.*/,,;n;h' \
    320             -e 's|.*|.|' \
     241        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
    321242            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
    322243        sed 'N;N;N;s,\n, ,g' | \
     
    339260        files=`for p in $$list; do echo "$$p"; done | \
    340261          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
    341               -e 's/$$/$(EXEEXT)/' \
    342         `; \
     262              -e 's/$$/$(EXEEXT)/' `; \
    343263        test -n "$$list" || exit 0; \
    344264        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
     
    349269install-cc1libPROGRAMS: $(cc1lib_PROGRAMS)
    350270        @$(NORMAL_INSTALL)
     271        test -z "$(cc1libdir)" || $(MKDIR_P) "$(DESTDIR)$(cc1libdir)"
    351272        @list='$(cc1lib_PROGRAMS)'; test -n "$(cc1libdir)" || list=; \
    352         if test -n "$$list"; then \
    353           echo " $(MKDIR_P) '$(DESTDIR)$(cc1libdir)'"; \
    354           $(MKDIR_P) "$(DESTDIR)$(cc1libdir)" || exit 1; \
    355         fi; \
    356273        for p in $$list; do echo "$$p $$p"; done | \
    357274        sed 's/$(EXEEXT)$$//' | \
    358         while read p p1; do if test -f $$p \
    359           ; then echo "$$p"; echo "$$p"; else :; fi; \
     275        while read p p1; do if test -f $$p; \
     276          then echo "$$p"; echo "$$p"; else :; fi; \
    360277        done | \
    361         sed -e 'p;s,.*/,,;n;h' \
    362             -e 's|.*|.|' \
     278        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
    363279            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
    364280        sed 'N;N;N;s,\n, ,g' | \
     
    381297        files=`for p in $$list; do echo "$$p"; done | \
    382298          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
    383               -e 's/$$/$(EXEEXT)/' \
    384         `; \
     299              -e 's/$$/$(EXEEXT)/' `; \
    385300        test -n "$$list" || exit 0; \
    386301        echo " ( cd '$(DESTDIR)$(cc1libdir)' && rm -f" $$files ")"; \
     
    389304clean-cc1libPROGRAMS:
    390305        -test -z "$(cc1lib_PROGRAMS)" || rm -f $(cc1lib_PROGRAMS)
    391 
    392306cc1$(EXEEXT): $(cc1_OBJECTS) $(cc1_DEPENDENCIES) $(EXTRA_cc1_DEPENDENCIES)
    393307        @rm -f cc1$(EXEEXT)
    394308        $(AM_V_CXXLD)$(CXXLINK) $(cc1_OBJECTS) $(cc1_LDADD) $(LIBS)
    395 
    396309cfa$(EXEEXT): $(cfa_OBJECTS) $(cfa_DEPENDENCIES) $(EXTRA_cfa_DEPENDENCIES)
    397310        @rm -f cfa$(EXEEXT)
     
    421334@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    422335
    423 ID: $(am__tagged_files)
    424         $(am__define_uniq_tagged_files); mkid -fID $$unique
    425 tags: tags-am
    426 TAGS: tags
    427 
    428 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
     336ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
     337        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
     338        unique=`for i in $$list; do \
     339            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     340          done | \
     341          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     342              END { if (nonempty) { for (i in files) print i; }; }'`; \
     343        mkid -fID $$unique
     344tags: TAGS
     345
     346TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     347                $(TAGS_FILES) $(LISP)
    429348        set x; \
    430349        here=`pwd`; \
    431         $(am__define_uniq_tagged_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; }; }'`; \
    432356        shift; \
    433357        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
     
    441365          fi; \
    442366        fi
    443 ctags: ctags-am
    444 
    445 CTAGS: ctags
    446 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    447         $(am__define_uniq_tagged_files); \
     367ctags: CTAGS
     368CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     369                $(TAGS_FILES) $(LISP)
     370        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
     371        unique=`for i in $$list; do \
     372            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     373          done | \
     374          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     375              END { if (nonempty) { for (i in files) print i; }; }'`; \
    448376        test -z "$(CTAGS_ARGS)$$unique" \
    449377          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     
    454382          && $(am__cd) $(top_srcdir) \
    455383          && gtags -i $(GTAGS_ARGS) "$$here"
    456 cscopelist: cscopelist-am
    457 
    458 cscopelist-am: $(am__tagged_files)
    459         list='$(am__tagged_files)'; \
    460         case "$(srcdir)" in \
    461           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    462           *) sdir=$(subdir)/$(srcdir) ;; \
    463         esac; \
    464         for i in $$list; do \
    465           if test -f "$$i"; then \
    466             echo "$(subdir)/$$i"; \
    467           else \
    468             echo "$$sdir/$$i"; \
    469           fi; \
    470         done >> $(top_builddir)/cscope.files
    471384
    472385distclean-tags:
     
    613526.MAKE: install-am install-strip
    614527
    615 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
    616         clean-binPROGRAMS clean-cc1libPROGRAMS clean-generic \
    617         cscopelist-am ctags ctags-am distclean distclean-compile \
    618         distclean-generic distclean-tags distdir dvi dvi-am html \
    619         html-am info info-am install install-am install-binPROGRAMS \
    620         install-cc1libPROGRAMS install-data install-data-am \
    621         install-dvi install-dvi-am install-exec install-exec-am \
    622         install-html install-html-am install-info install-info-am \
    623         install-man install-pdf install-pdf-am install-ps \
    624         install-ps-am install-strip installcheck installcheck-am \
    625         installdirs maintainer-clean maintainer-clean-generic \
    626         mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
    627         ps ps-am tags tags-am uninstall uninstall-am \
    628         uninstall-binPROGRAMS uninstall-cc1libPROGRAMS
     528.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
     529        clean-cc1libPROGRAMS clean-generic ctags distclean \
     530        distclean-compile distclean-generic distclean-tags distdir dvi \
     531        dvi-am html html-am info info-am install install-am \
     532        install-binPROGRAMS install-cc1libPROGRAMS install-data \
     533        install-data-am install-dvi install-dvi-am install-exec \
     534        install-exec-am install-html install-html-am install-info \
     535        install-info-am install-man install-pdf install-pdf-am \
     536        install-ps install-ps-am install-strip installcheck \
     537        installcheck-am installdirs maintainer-clean \
     538        maintainer-clean-generic mostlyclean mostlyclean-compile \
     539        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
     540        uninstall-am uninstall-binPROGRAMS uninstall-cc1libPROGRAMS
    629541
    630542
  • src/examples/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,
     
    1920
    2021VPATH = @srcdir@
    21 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
    22 am__make_running_with_option = \
    23   case $${target_option-} in \
    24       ?) ;; \
    25       *) echo "am__make_running_with_option: internal error: invalid" \
    26               "target option '$${target_option-}' specified" >&2; \
    27          exit 1;; \
    28   esac; \
    29   has_opt=no; \
    30   sane_makeflags=$$MAKEFLAGS; \
    31   if $(am__is_gnu_make); then \
    32     sane_makeflags=$$MFLAGS; \
    33   else \
    34     case $$MAKEFLAGS in \
    35       *\\[\ \   ]*) \
    36         bs=\\; \
    37         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
    38           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
    39     esac; \
    40   fi; \
    41   skip_next=no; \
    42   strip_trailopt () \
    43   { \
    44     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
    45   }; \
    46   for flg in $$sane_makeflags; do \
    47     test $$skip_next = yes && { skip_next=no; continue; }; \
    48     case $$flg in \
    49       *=*|--*) continue;; \
    50         -*I) strip_trailopt 'I'; skip_next=yes;; \
    51       -*I?*) strip_trailopt 'I';; \
    52         -*O) strip_trailopt 'O'; skip_next=yes;; \
    53       -*O?*) strip_trailopt 'O';; \
    54         -*l) strip_trailopt 'l'; skip_next=yes;; \
    55       -*l?*) strip_trailopt 'l';; \
    56       -[dEDm]) skip_next=yes;; \
    57       -[JT]) skip_next=yes;; \
    58     esac; \
    59     case $$flg in \
    60       *$$target_option*) has_opt=yes; break;; \
    61     esac; \
    62   done; \
    63   test $$has_opt = yes
    64 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
    65 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    6622pkgdatadir = $(datadir)/@PACKAGE@
    6723pkgincludedir = $(includedir)/@PACKAGE@
     
    8339        avl_test$(EXEEXT)
    8440subdir = src/examples
    85 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
    86         $(top_srcdir)/automake/depcomp
     41DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
    8742ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    8843am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    10661vector_test_OBJECTS = $(am_vector_test_OBJECTS)
    10762vector_test_LDADD = $(LDADD)
    108 AM_V_P = $(am__v_P_@AM_V@)
    109 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    110 am__v_P_0 = false
    111 am__v_P_1 = :
    112 AM_V_GEN = $(am__v_GEN_@AM_V@)
    113 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    114 am__v_GEN_0 = @echo "  GEN     " $@;
    115 am__v_GEN_1 =
    116 AM_V_at = $(am__v_at_@AM_V@)
    117 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    118 am__v_at_0 = @
    119 am__v_at_1 =
    12063DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    12164depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
     
    12568am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    12669am__v_lt_0 = --silent
    127 am__v_lt_1 =
    12870COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    12971        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    13072AM_V_CC = $(am__v_CC_@AM_V@)
    13173am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    132 am__v_CC_0 = @echo "  CC      " $@;
    133 am__v_CC_1 =
     74am__v_CC_0 = @echo "  CC    " $@;
     75AM_V_at = $(am__v_at_@AM_V@)
     76am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
     77am__v_at_0 = @
    13478CCLD = $(CC)
    13579LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    13680AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    13781am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    138 am__v_CCLD_0 = @echo "  CCLD    " $@;
    139 am__v_CCLD_1 =
     82am__v_CCLD_0 = @echo "  CCLD  " $@;
     83AM_V_GEN = $(am__v_GEN_@AM_V@)
     84am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
     85am__v_GEN_0 = @echo "  GEN   " $@;
    14086SOURCES = $(avl_test_SOURCES) $(fstream_test_SOURCES) \
    14187        $(vector_test_SOURCES)
    14288DIST_SOURCES = $(avl_test_SOURCES) $(fstream_test_SOURCES) \
    14389        $(vector_test_SOURCES)
    144 am__can_run_installinfo = \
    145   case $$AM_UPDATE_INFO_DIR in \
    146     n|no|NO) false;; \
    147     *) (install-info --version) >/dev/null 2>&1;; \
    148   esac
    149 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    150 # Read a list of newline-separated strings from the standard input,
    151 # and print each of them once, without duplicates.  Input order is
    152 # *not* preserved.
    153 am__uniquify_input = $(AWK) '\
    154   BEGIN { nonempty = 0; } \
    155   { items[$$0] = 1; nonempty = 1; } \
    156   END { if (nonempty) { for (i in items) print i; }; } \
    157 '
    158 # Make sure the list of sources is unique.  This is necessary because,
    159 # e.g., the same source file might be shared among _SOURCES variables
    160 # for different programs/libraries.
    161 am__define_uniq_tagged_files = \
    162   list='$(am__tagged_files)'; \
    163   unique=`for i in $$list; do \
    164     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    165   done | $(am__uniquify_input)`
    16690ETAGS = etags
    16791CTAGS = ctags
     
    314238clean-noinstPROGRAMS:
    315239        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
    316 
    317240avl_test$(EXEEXT): $(avl_test_OBJECTS) $(avl_test_DEPENDENCIES) $(EXTRA_avl_test_DEPENDENCIES)
    318241        @rm -f avl_test$(EXEEXT)
    319242        $(AM_V_CCLD)$(LINK) $(avl_test_OBJECTS) $(avl_test_LDADD) $(LIBS)
    320 
    321243fstream_test$(EXEEXT): $(fstream_test_OBJECTS) $(fstream_test_DEPENDENCIES) $(EXTRA_fstream_test_DEPENDENCIES)
    322244        @rm -f fstream_test$(EXEEXT)
    323245        $(AM_V_CCLD)$(LINK) $(fstream_test_OBJECTS) $(fstream_test_LDADD) $(LIBS)
    324 
    325246vector_test$(EXEEXT): $(vector_test_OBJECTS) $(vector_test_DEPENDENCIES) $(EXTRA_vector_test_DEPENDENCIES)
    326247        @rm -f vector_test$(EXEEXT)
     
    350271@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    351272@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    352 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
     273@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
    353274
    354275.c.obj:
     
    357278@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    358279@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    359 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
     280@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
    360281
    361282avl_test.o: avltree/avl_test.c
     
    457378@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o avl-private.obj `if test -f 'avltree/avl-private.c'; then $(CYGPATH_W) 'avltree/avl-private.c'; else $(CYGPATH_W) '$(srcdir)/avltree/avl-private.c'; fi`
    458379
    459 ID: $(am__tagged_files)
    460         $(am__define_uniq_tagged_files); mkid -fID $$unique
    461 tags: tags-am
    462 TAGS: tags
    463 
    464 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
     380ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
     381        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
     382        unique=`for i in $$list; do \
     383            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     384          done | \
     385          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     386              END { if (nonempty) { for (i in files) print i; }; }'`; \
     387        mkid -fID $$unique
     388tags: TAGS
     389
     390TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     391                $(TAGS_FILES) $(LISP)
    465392        set x; \
    466393        here=`pwd`; \
    467         $(am__define_uniq_tagged_files); \
     394        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
     395        unique=`for i in $$list; do \
     396            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     397          done | \
     398          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     399              END { if (nonempty) { for (i in files) print i; }; }'`; \
    468400        shift; \
    469401        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
     
    477409          fi; \
    478410        fi
    479 ctags: ctags-am
    480 
    481 CTAGS: ctags
    482 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    483         $(am__define_uniq_tagged_files); \
     411ctags: CTAGS
     412CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     413                $(TAGS_FILES) $(LISP)
     414        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
     415        unique=`for i in $$list; do \
     416            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     417          done | \
     418          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     419              END { if (nonempty) { for (i in files) print i; }; }'`; \
    484420        test -z "$(CTAGS_ARGS)$$unique" \
    485421          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     
    490426          && $(am__cd) $(top_srcdir) \
    491427          && gtags -i $(GTAGS_ARGS) "$$here"
    492 cscopelist: cscopelist-am
    493 
    494 cscopelist-am: $(am__tagged_files)
    495         list='$(am__tagged_files)'; \
    496         case "$(srcdir)" in \
    497           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    498           *) sdir=$(subdir)/$(srcdir) ;; \
    499         esac; \
    500         for i in $$list; do \
    501           if test -f "$$i"; then \
    502             echo "$(subdir)/$$i"; \
    503           else \
    504             echo "$$sdir/$$i"; \
    505           fi; \
    506         done >> $(top_builddir)/cscope.files
    507428
    508429distclean-tags:
     
    644565.MAKE: install-am install-strip
    645566
    646 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
    647         clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
    648         distclean-compile distclean-generic distclean-tags distdir dvi \
    649         dvi-am html html-am info info-am install install-am \
    650         install-data install-data-am install-dvi install-dvi-am \
    651         install-exec install-exec-am install-html install-html-am \
    652         install-info install-info-am install-man install-pdf \
    653         install-pdf-am install-ps install-ps-am install-strip \
    654         installcheck installcheck-am installdirs maintainer-clean \
     567.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
     568        clean-noinstPROGRAMS ctags distclean distclean-compile \
     569        distclean-generic distclean-tags distdir dvi dvi-am html \
     570        html-am info info-am install install-am install-data \
     571        install-data-am install-dvi install-dvi-am install-exec \
     572        install-exec-am install-html install-html-am install-info \
     573        install-info-am install-man install-pdf install-pdf-am \
     574        install-ps install-ps-am install-strip installcheck \
     575        installcheck-am installdirs maintainer-clean \
    655576        maintainer-clean-generic mostlyclean mostlyclean-compile \
    656         mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
     577        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
    657578        uninstall-am
    658579
  • 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
  • src/tests/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,
     
    1920
    2021VPATH = @srcdir@
    21 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
    22 am__make_running_with_option = \
    23   case $${target_option-} in \
    24       ?) ;; \
    25       *) echo "am__make_running_with_option: internal error: invalid" \
    26               "target option '$${target_option-}' specified" >&2; \
    27          exit 1;; \
    28   esac; \
    29   has_opt=no; \
    30   sane_makeflags=$$MAKEFLAGS; \
    31   if $(am__is_gnu_make); then \
    32     sane_makeflags=$$MFLAGS; \
    33   else \
    34     case $$MAKEFLAGS in \
    35       *\\[\ \   ]*) \
    36         bs=\\; \
    37         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
    38           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
    39     esac; \
    40   fi; \
    41   skip_next=no; \
    42   strip_trailopt () \
    43   { \
    44     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
    45   }; \
    46   for flg in $$sane_makeflags; do \
    47     test $$skip_next = yes && { skip_next=no; continue; }; \
    48     case $$flg in \
    49       *=*|--*) continue;; \
    50         -*I) strip_trailopt 'I'; skip_next=yes;; \
    51       -*I?*) strip_trailopt 'I';; \
    52         -*O) strip_trailopt 'O'; skip_next=yes;; \
    53       -*O?*) strip_trailopt 'O';; \
    54         -*l) strip_trailopt 'l'; skip_next=yes;; \
    55       -*l?*) strip_trailopt 'l';; \
    56       -[dEDm]) skip_next=yes;; \
    57       -[JT]) skip_next=yes;; \
    58     esac; \
    59     case $$flg in \
    60       *$$target_option*) has_opt=yes; break;; \
    61     esac; \
    62   done; \
    63   test $$has_opt = yes
    64 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
    65 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    6622pkgdatadir = $(datadir)/@PACKAGE@
    6723pkgincludedir = $(includedir)/@PACKAGE@
     
    8339        avl_test$(EXEEXT)
    8440subdir = src/tests
    85 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
    86         $(top_srcdir)/automake/depcomp
     41DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
    8742ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    8843am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    10661vector_test_OBJECTS = $(am_vector_test_OBJECTS)
    10762vector_test_LDADD = $(LDADD)
    108 AM_V_P = $(am__v_P_@AM_V@)
    109 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    110 am__v_P_0 = false
    111 am__v_P_1 = :
    112 AM_V_GEN = $(am__v_GEN_@AM_V@)
    113 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    114 am__v_GEN_0 = @echo "  GEN     " $@;
    115 am__v_GEN_1 =
    116 AM_V_at = $(am__v_at_@AM_V@)
    117 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    118 am__v_at_0 = @
    119 am__v_at_1 =
    12063DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    12164depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
     
    12568am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    12669am__v_lt_0 = --silent
    127 am__v_lt_1 =
    12870COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    12971        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    13072AM_V_CC = $(am__v_CC_@AM_V@)
    13173am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    132 am__v_CC_0 = @echo "  CC      " $@;
    133 am__v_CC_1 =
     74am__v_CC_0 = @echo "  CC    " $@;
     75AM_V_at = $(am__v_at_@AM_V@)
     76am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
     77am__v_at_0 = @
    13478CCLD = $(CC)
    13579LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    13680AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    13781am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    138 am__v_CCLD_0 = @echo "  CCLD    " $@;
    139 am__v_CCLD_1 =
     82am__v_CCLD_0 = @echo "  CCLD  " $@;
     83AM_V_GEN = $(am__v_GEN_@AM_V@)
     84am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
     85am__v_GEN_0 = @echo "  GEN   " $@;
    14086SOURCES = $(avl_test_SOURCES) $(fstream_test_SOURCES) \
    14187        $(vector_test_SOURCES)
    14288DIST_SOURCES = $(avl_test_SOURCES) $(fstream_test_SOURCES) \
    14389        $(vector_test_SOURCES)
    144 am__can_run_installinfo = \
    145   case $$AM_UPDATE_INFO_DIR in \
    146     n|no|NO) false;; \
    147     *) (install-info --version) >/dev/null 2>&1;; \
    148   esac
    149 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    150 # Read a list of newline-separated strings from the standard input,
    151 # and print each of them once, without duplicates.  Input order is
    152 # *not* preserved.
    153 am__uniquify_input = $(AWK) '\
    154   BEGIN { nonempty = 0; } \
    155   { items[$$0] = 1; nonempty = 1; } \
    156   END { if (nonempty) { for (i in items) print i; }; } \
    157 '
    158 # Make sure the list of sources is unique.  This is necessary because,
    159 # e.g., the same source file might be shared among _SOURCES variables
    160 # for different programs/libraries.
    161 am__define_uniq_tagged_files = \
    162   list='$(am__tagged_files)'; \
    163   unique=`for i in $$list; do \
    164     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    165   done | $(am__uniquify_input)`
    16690ETAGS = etags
    16791CTAGS = ctags
     
    314238clean-noinstPROGRAMS:
    315239        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
    316 
    317240avl_test$(EXEEXT): $(avl_test_OBJECTS) $(avl_test_DEPENDENCIES) $(EXTRA_avl_test_DEPENDENCIES)
    318241        @rm -f avl_test$(EXEEXT)
    319242        $(AM_V_CCLD)$(LINK) $(avl_test_OBJECTS) $(avl_test_LDADD) $(LIBS)
    320 
    321243fstream_test$(EXEEXT): $(fstream_test_OBJECTS) $(fstream_test_DEPENDENCIES) $(EXTRA_fstream_test_DEPENDENCIES)
    322244        @rm -f fstream_test$(EXEEXT)
    323245        $(AM_V_CCLD)$(LINK) $(fstream_test_OBJECTS) $(fstream_test_LDADD) $(LIBS)
    324 
    325246vector_test$(EXEEXT): $(vector_test_OBJECTS) $(vector_test_DEPENDENCIES) $(EXTRA_vector_test_DEPENDENCIES)
    326247        @rm -f vector_test$(EXEEXT)
     
    350271@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    351272@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    352 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
     273@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
    353274
    354275.c.obj:
     
    357278@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    358279@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    359 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
     280@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
    360281
    361282avl_test.o: avltree/avl_test.c
     
    457378@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o avl-private.obj `if test -f 'avltree/avl-private.c'; then $(CYGPATH_W) 'avltree/avl-private.c'; else $(CYGPATH_W) '$(srcdir)/avltree/avl-private.c'; fi`
    458379
    459 ID: $(am__tagged_files)
    460         $(am__define_uniq_tagged_files); mkid -fID $$unique
    461 tags: tags-am
    462 TAGS: tags
    463 
    464 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
     380ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
     381        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
     382        unique=`for i in $$list; do \
     383            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     384          done | \
     385          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     386              END { if (nonempty) { for (i in files) print i; }; }'`; \
     387        mkid -fID $$unique
     388tags: TAGS
     389
     390TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     391                $(TAGS_FILES) $(LISP)
    465392        set x; \
    466393        here=`pwd`; \
    467         $(am__define_uniq_tagged_files); \
     394        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
     395        unique=`for i in $$list; do \
     396            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     397          done | \
     398          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     399              END { if (nonempty) { for (i in files) print i; }; }'`; \
    468400        shift; \
    469401        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
     
    477409          fi; \
    478410        fi
    479 ctags: ctags-am
    480 
    481 CTAGS: ctags
    482 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    483         $(am__define_uniq_tagged_files); \
     411ctags: CTAGS
     412CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     413                $(TAGS_FILES) $(LISP)
     414        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
     415        unique=`for i in $$list; do \
     416            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     417          done | \
     418          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     419              END { if (nonempty) { for (i in files) print i; }; }'`; \
    484420        test -z "$(CTAGS_ARGS)$$unique" \
    485421          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     
    490426          && $(am__cd) $(top_srcdir) \
    491427          && gtags -i $(GTAGS_ARGS) "$$here"
    492 cscopelist: cscopelist-am
    493 
    494 cscopelist-am: $(am__tagged_files)
    495         list='$(am__tagged_files)'; \
    496         case "$(srcdir)" in \
    497           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    498           *) sdir=$(subdir)/$(srcdir) ;; \
    499         esac; \
    500         for i in $$list; do \
    501           if test -f "$$i"; then \
    502             echo "$(subdir)/$$i"; \
    503           else \
    504             echo "$$sdir/$$i"; \
    505           fi; \
    506         done >> $(top_builddir)/cscope.files
    507428
    508429distclean-tags:
     
    644565.MAKE: install-am install-strip
    645566
    646 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
    647         clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
    648         distclean-compile distclean-generic distclean-tags distdir dvi \
    649         dvi-am html html-am info info-am install install-am \
    650         install-data install-data-am install-dvi install-dvi-am \
    651         install-exec install-exec-am install-html install-html-am \
    652         install-info install-info-am install-man install-pdf \
    653         install-pdf-am install-ps install-ps-am install-strip \
    654         installcheck installcheck-am installdirs maintainer-clean \
     567.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
     568        clean-noinstPROGRAMS ctags distclean distclean-compile \
     569        distclean-generic distclean-tags distdir dvi dvi-am html \
     570        html-am info info-am install install-am install-data \
     571        install-data-am install-dvi install-dvi-am install-exec \
     572        install-exec-am install-html install-html-am install-info \
     573        install-info-am install-man install-pdf install-pdf-am \
     574        install-ps install-ps-am install-strip installcheck \
     575        installcheck-am installdirs maintainer-clean \
    655576        maintainer-clean-generic mostlyclean mostlyclean-compile \
    656         mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
     577        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
    657578        uninstall-am
    658579
Note: See TracChangeset for help on using the changeset viewer.