Changes in / [c8c03683:7ff30d07]


Ignore:
Files:
69 added
69 deleted
10 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rc8c03683 r7ff30d07  
     1#!groovy
     2
    13//===========================================================================================================
    24// Main compilation routine
     
    1719                //escapes the sandbox
    1820                //Also specify the compiler by hand
    19                 sh "./configure CXX=${currentCC.cpp_cc} --with-backend-compiler=${currentCC.cfa_backend_cc} --prefix=${install_dir} > /dev/null"
     21                sh "./configure CXX=${currentCC.cpp_cc} --with-backend-compiler=${currentCC.cfa_backend_cc} --prefix=${install_dir} --enable-silent-rules --quiet"
    2022
    2123                //Compile the project
     
    2527
    2628                //Run the tests from the example directory
    27                 dir ('src/examples') {
     29                dir ('src/tests') {
    2830                        sh './runTests.sh'
    2931                }
  • Makefile.in

    rc8c03683 r7ff30d07  
    1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
     1# Makefile.in generated by automake 1.14.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
    6 # Foundation, Inc.
     4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
     5
    76# This Makefile.in is free software; the Free Software Foundation
    87# gives unlimited permission to copy and/or distribute it,
     
    1918###############################################################################
    2019VPATH = @srcdir@
     20am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
     21am__make_running_with_option = \
     22  case $${target_option-} in \
     23      ?) ;; \
     24      *) echo "am__make_running_with_option: internal error: invalid" \
     25              "target option '$${target_option-}' specified" >&2; \
     26         exit 1;; \
     27  esac; \
     28  has_opt=no; \
     29  sane_makeflags=$$MAKEFLAGS; \
     30  if $(am__is_gnu_make); then \
     31    sane_makeflags=$$MFLAGS; \
     32  else \
     33    case $$MAKEFLAGS in \
     34      *\\[\ \   ]*) \
     35        bs=\\; \
     36        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     37          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
     38    esac; \
     39  fi; \
     40  skip_next=no; \
     41  strip_trailopt () \
     42  { \
     43    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     44  }; \
     45  for flg in $$sane_makeflags; do \
     46    test $$skip_next = yes && { skip_next=no; continue; }; \
     47    case $$flg in \
     48      *=*|--*) continue;; \
     49        -*I) strip_trailopt 'I'; skip_next=yes;; \
     50      -*I?*) strip_trailopt 'I';; \
     51        -*O) strip_trailopt 'O'; skip_next=yes;; \
     52      -*O?*) strip_trailopt 'O';; \
     53        -*l) strip_trailopt 'l'; skip_next=yes;; \
     54      -*l?*) strip_trailopt 'l';; \
     55      -[dEDm]) skip_next=yes;; \
     56      -[JT]) skip_next=yes;; \
     57    esac; \
     58    case $$flg in \
     59      *$$target_option*) has_opt=yes; break;; \
     60    esac; \
     61  done; \
     62  test $$has_opt = yes
     63am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     64am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    2165pkgdatadir = $(datadir)/@PACKAGE@
    2266pkgincludedir = $(includedir)/@PACKAGE@
     
    3680POST_UNINSTALL = :
    3781subdir = .
    38 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
    39         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
    40         $(top_srcdir)/configure INSTALL automake/compile \
     82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
     83        $(top_srcdir)/configure $(am__configure_deps) \
     84        $(srcdir)/config.h.in INSTALL README automake/compile \
    4185        automake/depcomp automake/install-sh automake/missing \
    42         automake/ylwrap
     86        automake/ylwrap $(top_srcdir)/automake/compile \
     87        $(top_srcdir)/automake/install-sh \
     88        $(top_srcdir)/automake/missing
    4389ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    4490am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    5197CONFIG_CLEAN_FILES =
    5298CONFIG_CLEAN_VPATH_FILES =
     99AM_V_P = $(am__v_P_@AM_V@)
     100am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
     101am__v_P_0 = false
     102am__v_P_1 = :
    53103AM_V_GEN = $(am__v_GEN_@AM_V@)
    54104am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    55 am__v_GEN_0 = @echo "  GEN   " $@;
     105am__v_GEN_0 = @echo "  GEN     " $@;
     106am__v_GEN_1 =
    56107AM_V_at = $(am__v_at_@AM_V@)
    57108am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    58109am__v_at_0 = @
     110am__v_at_1 =
    59111SOURCES =
    60112DIST_SOURCES =
    61 RECURSIVE_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
     113RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
     114        ctags-recursive dvi-recursive html-recursive info-recursive \
     115        install-data-recursive install-dvi-recursive \
     116        install-exec-recursive install-html-recursive \
     117        install-info-recursive install-pdf-recursive \
     118        install-ps-recursive install-recursive installcheck-recursive \
     119        installdirs-recursive pdf-recursive ps-recursive \
     120        tags-recursive uninstall-recursive
     121am__can_run_installinfo = \
     122  case $$AM_UPDATE_INFO_DIR in \
     123    n|no|NO) false;; \
     124    *) (install-info --version) >/dev/null 2>&1;; \
     125  esac
    68126RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
    69127  distclean-recursive maintainer-clean-recursive
    70 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
    71         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
    72         distdir dist dist-all distcheck
     128am__recursive_targets = \
     129  $(RECURSIVE_TARGETS) \
     130  $(RECURSIVE_CLEAN_TARGETS) \
     131  $(am__extra_recursive_targets)
     132AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
     133        cscope distdir dist dist-all distcheck
     134am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
     135        $(LISP)config.h.in
     136# Read a list of newline-separated strings from the standard input,
     137# and print each of them once, without duplicates.  Input order is
     138# *not* preserved.
     139am__uniquify_input = $(AWK) '\
     140  BEGIN { nonempty = 0; } \
     141  { items[$$0] = 1; nonempty = 1; } \
     142  END { if (nonempty) { for (i in items) print i; }; } \
     143'
     144# Make sure the list of sources is unique.  This is necessary because,
     145# e.g., the same source file might be shared among _SOURCES variables
     146# for different programs/libraries.
     147am__define_uniq_tagged_files = \
     148  list='$(am__tagged_files)'; \
     149  unique=`for i in $$list; do \
     150    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     151  done | $(am__uniquify_input)`
    73152ETAGS = etags
    74153CTAGS = ctags
     154CSCOPE = cscope
    75155DIST_SUBDIRS = $(SUBDIRS)
    76156DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     
    83163      || { sleep 5 && rm -rf "$(distdir)"; }; \
    84164  else :; fi
     165am__post_remove_distdir = $(am__remove_distdir)
    85166am__relativize = \
    86167  dir0=`pwd`; \
     
    110191DIST_ARCHIVES = $(distdir).tar.gz
    111192GZIP_ENV = --best
     193DIST_TARGETS = dist-gzip
    112194distuninstallcheck_listfiles = find . -type f -print
    113195am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
     
    263345
    264346config.h: 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
     347        @test -f $@ || rm -f stamp-h1
     348        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
    267349
    268350stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
     
    278360
    279361# This directory's subdirectories are mostly independent; you can cd
    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; \
     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; \
    293374        dot_seen=no; \
    294375        target=`echo $@ | sed s/-recursive//`; \
    295         list='$(SUBDIRS)'; for subdir in $$list; do \
     376        case "$@" in \
     377          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
     378          *) list='$(SUBDIRS)' ;; \
     379        esac; \
     380        for subdir in $$list; do \
    296381          echo "Making $$target in $$subdir"; \
    297382          if test "$$subdir" = "."; then \
     
    308393        fi; test -z "$$fail"
    309394
    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"
    340 tags-recursive:
    341         list='$(SUBDIRS)'; for subdir in $$list; do \
    342           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
    343         done
    344 ctags-recursive:
    345         list='$(SUBDIRS)'; for subdir in $$list; do \
    346           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
    347         done
    348 
    349 ID: $(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
    357 tags: TAGS
    358 
    359 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
    360                 $(TAGS_FILES) $(LISP)
     395ID: $(am__tagged_files)
     396        $(am__define_uniq_tagged_files); mkid -fID $$unique
     397tags: tags-recursive
     398TAGS: tags
     399
     400tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    361401        set x; \
    362402        here=`pwd`; \
     
    374414          fi; \
    375415        done; \
    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; }; }'`; \
     416        $(am__define_uniq_tagged_files); \
    382417        shift; \
    383418        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
     
    391426          fi; \
    392427        fi
    393 ctags: CTAGS
    394 CTAGS: 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; }; }'`; \
     428ctags: ctags-recursive
     429
     430CTAGS: ctags
     431ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
     432        $(am__define_uniq_tagged_files); \
    402433        test -z "$(CTAGS_ARGS)$$unique" \
    403434          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     
    408439          && $(am__cd) $(top_srcdir) \
    409440          && gtags -i $(GTAGS_ARGS) "$$here"
     441cscope: cscope.files
     442        test ! -s cscope.files \
     443          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
     444clean-cscope:
     445        -rm -f cscope.files
     446cscope.files: clean-cscope cscopelist
     447cscopelist: cscopelist-recursive
     448
     449cscopelist-am: $(am__tagged_files)
     450        list='$(am__tagged_files)'; \
     451        case "$(srcdir)" in \
     452          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
     453          *) sdir=$(subdir)/$(srcdir) ;; \
     454        esac; \
     455        for i in $$list; do \
     456          if test -f "$$i"; then \
     457            echo "$(subdir)/$$i"; \
     458          else \
     459            echo "$$sdir/$$i"; \
     460          fi; \
     461        done >> $(top_builddir)/cscope.files
    410462
    411463distclean-tags:
    412464        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
     465        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
    413466
    414467distdir: $(DISTFILES)
     
    446499        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    447500          if test "$$subdir" = .; then :; else \
    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 \
     501            $(am__make_dryrun) \
     502              || test -d "$(distdir)/$$subdir" \
     503              || $(MKDIR_P) "$(distdir)/$$subdir" \
     504              || exit 1; \
    455505            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
    456506            $(am__relativize); \
     
    481531dist-gzip: distdir
    482532        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    483         $(am__remove_distdir)
     533        $(am__post_remove_distdir)
    484534
    485535dist-bzip2: distdir
    486536        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
    487         $(am__remove_distdir)
     537        $(am__post_remove_distdir)
    488538
    489539dist-lzip: distdir
    490540        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
    491         $(am__remove_distdir)
    492 
    493 dist-lzma: distdir
    494         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
    495         $(am__remove_distdir)
     541        $(am__post_remove_distdir)
    496542
    497543dist-xz: distdir
    498544        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
    499         $(am__remove_distdir)
     545        $(am__post_remove_distdir)
    500546
    501547dist-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
    502551        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
    503         $(am__remove_distdir)
     552        $(am__post_remove_distdir)
    504553
    505554dist-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
    506558        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
    507         $(am__remove_distdir)
     559        $(am__post_remove_distdir)
    508560
    509561dist-zip: distdir
    510562        -rm -f $(distdir).zip
    511563        zip -rq $(distdir).zip $(distdir)
    512         $(am__remove_distdir)
    513 
    514 dist dist-all: distdir
    515         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    516         $(am__remove_distdir)
     564        $(am__post_remove_distdir)
     565
     566dist dist-all:
     567        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
     568        $(am__post_remove_distdir)
    517569
    518570# This target untars the dist file and tries a VPATH configuration.  Then
     
    525577        *.tar.bz2*) \
    526578          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
    527         *.tar.lzma*) \
    528           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
    529579        *.tar.lz*) \
    530580          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
     
    538588          unzip $(distdir).zip ;;\
    539589        esac
    540         chmod -R a-w $(distdir); chmod a+w $(distdir)
    541         mkdir $(distdir)/_build
    542         mkdir $(distdir)/_inst
     590        chmod -R a-w $(distdir)
     591        chmod u+w $(distdir)
     592        mkdir $(distdir)/_build $(distdir)/_inst
    543593        chmod a-w $(distdir)
    544594        test -d $(distdir)/_build || exit 0; \
     
    547597          && am__cwd=`pwd` \
    548598          && $(am__cd) $(distdir)/_build \
    549           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
     599          && ../configure \
    550600            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
    551601            $(DISTCHECK_CONFIGURE_FLAGS) \
     602            --srcdir=.. --prefix="$$dc_install_base" \
    552603          && $(MAKE) $(AM_MAKEFLAGS) \
    553604          && $(MAKE) $(AM_MAKEFLAGS) dvi \
     
    572623          && cd "$$am__cwd" \
    573624          || exit 1
    574         $(am__remove_distdir)
     625        $(am__post_remove_distdir)
    575626        @(echo "$(distdir) archives ready for distribution: "; \
    576627          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
     
    707758uninstall-am:
    708759
    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 \
     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 \
    716766        distcheck distclean distclean-generic distclean-hdr \
    717767        distclean-tags distcleancheck distdir distuninstallcheck dvi \
     
    723773        installcheck installcheck-am installdirs installdirs-am \
    724774        maintainer-clean maintainer-clean-generic mostlyclean \
    725         mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
    726         uninstall uninstall-am
     775        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
     776        uninstall-am
    727777
    728778
  • aclocal.m4

    rc8c03683 r7ff30d07  
    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.
     1# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
     2
     3# Copyright (C) 1996-2013 Free Software Foundation, Inc.
     4
    65# This file is free software; the Free Software Foundation
    76# gives unlimited permission to copy and/or distribute it,
     
    1312# PARTICULAR PURPOSE.
    1413
     14m4_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.68],,
    18 [m4_warning([this file was generated for autoconf 2.68.
     17m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
     18[m4_warning([this file was generated for autoconf 2.69.
    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, 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
     21To 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.
    3128
    3229# AM_AUTOMAKE_VERSION(VERSION)
     
    3633# (This private macro should not be called outside this file.)
    3734AC_DEFUN([AM_AUTOMAKE_VERSION],
    38 [am__api_version='1.11'
     35[am__api_version='1.14'
    3936dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
    4037dnl require some minimum version.  Point them to the right macro.
    41 m4_if([$1], [1.11.3], [],
     38m4_if([$1], [1.14.1], [],
    4239      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
    4340])
     
    5552# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
    5653AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
    57 [AM_AUTOMAKE_VERSION([1.11.3])dnl
     54[AM_AUTOMAKE_VERSION([1.14.1])dnl
    5855m4_ifndef([AC_AUTOCONF_VERSION],
    5956  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
     
    6259# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
    6360
    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
     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.
    7166
    7267# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
    73 # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
    74 # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
     68# $ac_aux_dir to '$srcdir/foo'.  In other projects, it is set to
     69# '$srcdir', '$srcdir/..', or '$srcdir/../..'.
    7570#
    7671# Of course, Automake must honor this variable whenever it calls a
     
    9186# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
    9287# are both prefixed by $srcdir.  In an in-source build this is usually
    93 # harmless because $srcdir is `.', but things will broke when you
     88# harmless because $srcdir is '.', but things will broke when you
    9489# start a VPATH build or use an absolute $srcdir.
    9590#
     
    117112# AM_CONDITIONAL                                            -*- Autoconf -*-
    118113
    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
     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.
    127119
    128120# AM_CONDITIONAL(NAME, SHELL-CONDITION)
     
    130122# Define a conditional.
    131123AC_DEFUN([AM_CONDITIONAL],
    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
     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
    135127AC_SUBST([$1_TRUE])dnl
    136128AC_SUBST([$1_FALSE])dnl
     
    151143fi])])
    152144
    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
     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
    163153# written in clear, in which case automake, when reading aclocal.m4,
    164154# will think it sees a *use*, and therefore will trigger all it's
     
    170160# ----------------------
    171161# See how the compiler implements dependency checking.
    172 # NAME is "CC", "CXX", "GCJ", or "OBJC".
     162# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
    173163# We try a few techniques and use that to set a single cache variable.
    174164#
     
    183173AC_REQUIRE([AM_DEP_TRACK])dnl
    184174
    185 ifelse([$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=])
     175m4_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=])
    191182
    192183AC_CACHE_CHECK([dependency style of $depcc],
     
    196187  # making bogus files that we don't know about and never remove.  For
    197188  # instance it was reported that on HP-UX the gcc test will end up
    198   # making a dummy file named `D' -- because `-MD' means `put the output
    199   # in D'.
     189  # making a dummy file named 'D' -- because '-MD' means "put the output
     190  # in D".
    200191  rm -rf conftest.dir
    201192  mkdir conftest.dir
     
    237228    for i in 1 2 3 4 5 6; do
    238229      echo '#include "conftst'$i'.h"' >> sub/conftest.c
    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
     230      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
     231      # Solaris 10 /bin/sh.
     232      echo '/* dummy */' > sub/conftst$i.h
    242233    done
    243234    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
    244235
    245     # We check with `-c' and `-o' for the sake of the "dashmstdout"
     236    # We check with '-c' and '-o' for the sake of the "dashmstdout"
    246237    # mode.  It turns out that the SunPro C++ compiler does not properly
    247     # handle `-M -o', and we need to detect this.  Also, some Intel
    248     # versions had trouble with output in subdirs
     238    # handle '-M -o', and we need to detect this.  Also, some Intel
     239    # versions had trouble with output in subdirs.
    249240    am__obj=sub/conftest.${OBJEXT-o}
    250241    am__minus_obj="-o $am__obj"
     
    255246      ;;
    256247    nosideeffect)
    257       # after this tag, mechanisms are not by side-effect, so they'll
    258       # only be used when explicitly requested
     248      # After this tag, mechanisms are not by side-effect, so they'll
     249      # only be used when explicitly requested.
    259250      if test "x$enable_dependency_tracking" = xyes; then
    260251        continue
     
    264255      ;;
    265256    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
    266       # This compiler won't grok `-c -o', but also, the minuso test has
     257      # This compiler won't grok '-c -o', but also, the minuso test has
    267258      # not run yet.  These depmodes are late enough in the game, and
    268259      # so weak that their functioning should not be impacted.
     
    312303# -------------
    313304# Choose a directory name for dependency files.
    314 # This macro is AC_REQUIREd in _AM_DEPENDENCIES
     305# This macro is AC_REQUIREd in _AM_DEPENDENCIES.
    315306AC_DEFUN([AM_SET_DEPDIR],
    316307[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
     
    322313# ------------
    323314AC_DEFUN([AM_DEP_TRACK],
    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])
     315[AC_ARG_ENABLE([dependency-tracking], [dnl
     316AS_HELP_STRING(
     317  [--enable-dependency-tracking],
     318  [do not reject slow dependency extractors])
     319AS_HELP_STRING(
     320  [--disable-dependency-tracking],
     321  [speeds up one-time build])])
    327322if test "x$enable_dependency_tracking" != xno; then
    328323  am_depcomp="$ac_aux_dir/depcomp"
     
    339334# Generate code to set up dependency tracking.              -*- Autoconf -*-
    340335
    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
     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
    349342
    350343# _AM_OUTPUT_DEPENDENCY_COMMANDS
     
    352345AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
    353346[{
    354   # Autoconf 2.62 quotes --file arguments for eval, but not when files
     347  # Older Autoconf quotes --file arguments for eval, but not when files
    355348  # are listed without --file.  Let's play safe and only enable the eval
    356349  # if we detect the quoting.
     
    365358    mf=`echo "$mf" | sed -e 's/:.*$//'`
    366359    # Check whether this is an Automake generated Makefile or not.
    367     # We used to match only the files named `Makefile.in', but
     360    # We used to match only the files named 'Makefile.in', but
    368361    # some people rename them; so instead we look at the file content.
    369362    # Grep'ing the first line is not enough: some people post-process
     
    377370    fi
    378371    # Extract the definition of DEPDIR, am__include, and am__quote
    379     # from the Makefile without running `make'.
     372    # from the Makefile without running 'make'.
    380373    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
    381374    test -z "$DEPDIR" && continue
    382375    am__include=`sed -n 's/^am__include = //p' < "$mf"`
    383     test -z "am__include" && continue
     376    test -z "$am__include" && continue
    384377    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"`
    387378    # Find all dependency output files, they are included files with
    388379    # $(DEPDIR) in their names.  We invoke sed twice because it is the
     
    391382    for file in `sed -n "
    392383      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
    393          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
     384         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
    394385      # Make sure the directory exists.
    395386      test -f "$dirpart/$file" && continue
     
    409400#
    410401# This code is only required when automatic dependency tracking
    411 # is enabled.  FIXME.  This creates each `.P' file that we will
     402# is enabled.  FIXME.  This creates each '.P' file that we will
    412403# need in order to bootstrap the dependency handling code.
    413404AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
     
    419410# Do all the work for Automake.                             -*- Autoconf -*-
    420411
    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
     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.
    429417
    430418# This macro actually does too much.  Some checks are only needed if
    431419# your package does certain things.  But this isn't really a big deal.
     420
     421dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
     422m4_define([AC_PROG_CC],
     423m4_defn([AC_PROG_CC])
     424[_AM_PROG_CC_C_O
     425])
    432426
    433427# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
     
    443437# release and drop the old call support.
    444438AC_DEFUN([AM_INIT_AUTOMAKE],
    445 [AC_PREREQ([2.62])dnl
     439[AC_PREREQ([2.65])dnl
    446440dnl Autoconf wants to disallow AM_ names.  We explicitly allow
    447441dnl the ones we care about.
     
    472466dnl Distinguish between old-style and new-style calls.
    473467m4_ifval([$2],
    474 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
     468[AC_DIAGNOSE([obsolete],
     469             [$0: two- and three-arguments forms are deprecated.])
     470m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
    475471 AC_SUBST([PACKAGE], [$1])dnl
    476472 AC_SUBST([VERSION], [$2])],
    477473[_AM_SET_OPTIONS([$1])dnl
    478474dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
    479 m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
     475m4_if(
     476  m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
     477  [ok:ok],,
    480478  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
    481479 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
     
    483481
    484482_AM_IF_OPTION([no-define],,
    485 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
    486  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
     483[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
     484 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
    487485
    488486# Some tools Automake needs.
    489487AC_REQUIRE([AM_SANITY_CHECK])dnl
    490488AC_REQUIRE([AC_ARG_PROGRAM])dnl
    491 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
    492 AM_MISSING_PROG(AUTOCONF, autoconf)
    493 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
    494 AM_MISSING_PROG(AUTOHEADER, autoheader)
    495 AM_MISSING_PROG(MAKEINFO, makeinfo)
     489AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
     490AM_MISSING_PROG([AUTOCONF], [autoconf])
     491AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
     492AM_MISSING_PROG([AUTOHEADER], [autoheader])
     493AM_MISSING_PROG([MAKEINFO], [makeinfo])
    496494AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
    497495AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
    498 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
     496AC_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>
     501AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
    499502# We need awk for the "check" target.  The system "awk" is bad on
    500503# some platforms.
     
    507510_AM_IF_OPTION([no-dependencies],,
    508511[AC_PROVIDE_IFELSE([AC_PROG_CC],
    509                   [_AM_DEPENDENCIES(CC)],
    510                   [define([AC_PROG_CC],
    511                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
     512                  [_AM_DEPENDENCIES([CC])],
     513                  [m4_define([AC_PROG_CC],
     514                             m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
    512515AC_PROVIDE_IFELSE([AC_PROG_CXX],
    513                   [_AM_DEPENDENCIES(CXX)],
    514                   [define([AC_PROG_CXX],
    515                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
     516                  [_AM_DEPENDENCIES([CXX])],
     517                  [m4_define([AC_PROG_CXX],
     518                             m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
    516519AC_PROVIDE_IFELSE([AC_PROG_OBJC],
    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
    522 dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
    523 dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
    524 dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
     520                  [_AM_DEPENDENCIES([OBJC])],
     521                  [m4_define([AC_PROG_OBJC],
     522                             m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
     523AC_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])
     528AC_REQUIRE([AM_SILENT_RULES])dnl
     529dnl The testsuite driver may need to know about EXEEXT, so add the
     530dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
     531dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
    525532AC_CONFIG_COMMANDS_PRE(dnl
    526533[m4_provide_if([_AM_COMPILER_EXEEXT],
    527534  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
    528 ])
    529 
    530 dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
     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.
     544if rm -f && rm -fr && rm -rf; then : OK; else
     545  cat >&2 <<'END'
     546Oops!
     547
     548Your 'rm' program seems unable to run without file operands specified
     549on the command line, even when the '-f' option is present.  This is contrary
     550to the behaviour of most rm programs out there, and not conforming with
     551the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
     552
     553Please tell bug-automake@gnu.org about your system, including the value
     554of your $PATH and any error possibly output before this message.  This
     555can help us improve future automake versions.
     556
     557END
     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'
     564Aborting the configuration process, to ensure you take notice of the issue.
     565
     566You can download and install GNU coreutils to get an 'rm' implementation
     567that behaves properly: <http://www.gnu.org/software/coreutils/>.
     568
     569If you want to complete the configuration process using your problematic
     570'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
     571to "yes", and re-run configure.
     572
     573END
     574    AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
     575  fi
     576fi])
     577
     578dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
    531579dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
    532580dnl mangled by Autoconf and run in a shell conditional statement.
    533581m4_define([_AC_COMPILER_EXEEXT],
    534582m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
    535 
    536583
    537584# When config.status generates a header, we must update the stamp-h file.
     
    556603echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
    557604
    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
     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.
    566610
    567611# AM_PROG_INSTALL_SH
     
    578622  esac
    579623fi
    580 AC_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
     624AC_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.
    589631
    590632# Check whether the underlying file-system supports filenames
     
    604646# From Jim Meyering
    605647
    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
     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.
    614653
    615654# AM_MAINTAINER_MODE([DEFAULT-MODE])
    616655# ----------------------------------
    617656# Control maintainer-specific portions of Makefiles.
    618 # Default is to disable them, unless `enable' is passed literally.
    619 # For symmetry, `disable' may be passed as well.  Anyway, the user
     657# Default is to disable them, unless 'enable' is passed literally.
     658# For symmetry, 'disable' may be passed as well.  Anyway, the user
    620659# can override the default with the --enable/--disable switch.
    621660AC_DEFUN([AM_MAINTAINER_MODE],
     
    628667  dnl maintainer-mode's default is 'disable' unless 'enable' is passed
    629668  AC_ARG_ENABLE([maintainer-mode],
    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]))
     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]))
    634674  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
    635675  AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
     
    639679)
    640680
    641 AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
    642 
    643681# Check to see how 'make' treats includes.                  -*- Autoconf -*-
    644682
    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
     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.
    652688
    653689# AM_MAKE_INCLUDE()
     
    668704# First try GNU make style include.
    669705echo "include confinc" > confmf
    670 # Ignore all kinds of additional output from `make'.
     706# Ignore all kinds of additional output from 'make'.
    671707case `$am_make -s -f confmf 2> /dev/null` in #(
    672708*the\ am__doit\ target*)
     
    693729])
    694730
    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.
    707 AC_DEFUN([AM_PROG_CC_C_O],
    708 [AC_REQUIRE([AC_PROG_CC_C_O])dnl
    709 AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    710 AC_REQUIRE_AUX_FILE([compile])dnl
    711 # FIXME: we rely on the cache variable name because
    712 # there is no other way.
    713 set dummy $CC
    714 am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
    715 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
    716 if 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"
    723 fi
    724 dnl Make sure AC_PROG_CC is never called again, or it will override our
    725 dnl setting of CC.
    726 m4_define([AC_PROG_CC],
    727           [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
    728 ])
    729 
    730731# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
    731732
    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
     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.
    740738
    741739# AM_MISSING_PROG(NAME, PROGRAM)
     
    746744AC_SUBST($1)])
    747745
    748 
    749746# AM_MISSING_HAS_RUN
    750747# ------------------
    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.
     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.
    753750AC_DEFUN([AM_MISSING_HAS_RUN],
    754751[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
     
    763760fi
    764761# Use eval to expand $SHELL
    765 if eval "$MISSING --run true"; then
    766   am_missing_run="$MISSING --run "
     762if eval "$MISSING --is-lightweight"; then
     763  am_missing_run="$MISSING "
    767764else
    768765  am_missing_run=
    769   AC_MSG_WARN([`missing' script is too old or missing])
    770 fi
    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'.
    785 AC_DEFUN([AM_PROG_MKDIR_P],
    786 [AC_PREREQ([2.60])dnl
    787 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
    788 dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
    789 dnl while keeping a definition of mkdir_p for backward compatibility.
    790 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
    791 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
    792 dnl Makefile.ins that do not define MKDIR_P, so we do our own
    793 dnl adjustment using top_builddir (which is defined more often than
    794 dnl MKDIR_P).
    795 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
    796 case $mkdir_p in
    797   [[\\/$]]* | ?:[[\\/]]*) ;;
    798   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
    799 esac
     766  AC_MSG_WARN(['missing' script is too old or missing])
     767fi
    800768])
    801769
    802770# Helper functions for option handling.                     -*- Autoconf -*-
    803771
    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
     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.
    812777
    813778# _AM_MANGLE_OPTION(NAME)
     
    820785# Set option NAME.  Presently that only means defining a flag for this option.
    821786AC_DEFUN([_AM_SET_OPTION],
    822 [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
     787[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
    823788
    824789# _AM_SET_OPTIONS(OPTIONS)
     
    834799[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
    835800
     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.
     811AC_DEFUN([_AM_PROG_CC_C_O],
     812[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
     813AC_REQUIRE_AUX_FILE([compile])dnl
     814AC_LANG_PUSH([C])dnl
     815AC_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])
     835if 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"
     842fi
     843AC_LANG_POP([C])])
     844
     845# For backward compatibility.
     846AC_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.)
     858AC_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
    836865# Check to make sure that the build environment is sane.    -*- Autoconf -*-
    837866
    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
     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.
    846872
    847873# AM_SANITY_CHECK
     
    849875AC_DEFUN([AM_SANITY_CHECK],
    850876[AC_MSG_CHECKING([whether build environment is sane])
    851 # Just in case
    852 sleep 1
    853 echo timestamp > conftest.file
    854877# Reject unsafe characters in $srcdir or the absolute working directory
    855878# name.  Accept space and tab only in the latter.
     
    862885case $srcdir in
    863886  *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
    864     AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
     887    AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
    865888esac
    866889
    867 # Do `set' in a subshell so we don't clobber the current shell's
     890# Do 'set' in a subshell so we don't clobber the current shell's
    868891# arguments.  Must try -L first in case configure is actually a
    869892# symlink; some systems play weird games with the mod time of symlinks
     
    871894# directory).
    872895if (
    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
    887 alias in your environment])
    888    fi
    889 
     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
    890921   test "$[2]" = conftest.file
    891922   )
     
    897928Check your system clock])
    898929fi
    899 AC_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
     930AC_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.
     933am_sleep_pid=
     934if grep 'slept: no' conftest.file >/dev/null 2>&1; then
     935  ( sleep 1 ) &
     936  am_sleep_pid=$!
     937fi
     938AC_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])])
     945rm -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.
    908953
    909954# AM_SILENT_RULES([DEFAULT])
    910955# --------------------------
    911956# Enable less verbose build rules; with the default set to DEFAULT
    912 # (`yes' being less verbose, `no' or empty being verbose).
     957# ("yes" being less verbose, "no" or empty being verbose).
    913958AC_DEFUN([AM_SILENT_RULES],
    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')])
    917 case $enable_silent_rules in
    918 yes) AM_DEFAULT_VERBOSITY=0;;
    919 no)  AM_DEFAULT_VERBOSITY=1;;
    920 *)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
     959[AC_ARG_ENABLE([silent-rules], [dnl
     960AS_HELP_STRING(
     961  [--enable-silent-rules],
     962  [less verbose build output (undo: "make V=1")])
     963AS_HELP_STRING(
     964  [--disable-silent-rules],
     965  [verbose build output (undo: "make V=0")])dnl
     966])
     967case $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]);;
    921971esac
    922972dnl
    923 dnl A few `make' implementations (e.g., NonStop OS and NextStep)
     973dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
    924974dnl do not support nested variable expansions.
    925975dnl See automake bug#9928 and bug#10237.
     
    939989fi])
    940990if test $am_cv_make_support_nested_variables = yes; then
    941   dnl Using `$V' instead of `$(V)' breaks IRIX make.
     991  dnl Using '$V' instead of '$(V)' breaks IRIX make.
    942992  AM_V='$(V)'
    943993  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
     
    9561006])
    9571007
    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
     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.
    9651013
    9661014# AM_PROG_INSTALL_STRIP
    9671015# ---------------------
    968 # One issue with vendor `install' (even GNU) is that you can't
     1016# One issue with vendor 'install' (even GNU) is that you can't
    9691017# specify the program used to strip binaries.  This is especially
    9701018# annoying in cross-compiling environments, where the build's strip
    9711019# is unlikely to handle the host's binaries.
    9721020# Fortunately install-sh will honor a STRIPPROG variable, so we
    973 # always use install-sh in `make install-strip', and initialize
     1021# always use install-sh in "make install-strip", and initialize
    9741022# STRIPPROG with the value of the STRIP variable (set by the user).
    9751023AC_DEFUN([AM_PROG_INSTALL_STRIP],
    9761024[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
    977 # Installed binaries are usually stripped using `strip' when the user
    978 # run `make install-strip'.  However `strip' might not be the right
     1025# Installed binaries are usually stripped using 'strip' when the user
     1026# run "make install-strip".  However 'strip' might not be the right
    9791027# tool to use in cross-compilation environments, therefore Automake
    980 # will honor the `STRIP' environment variable to overrule this program.
    981 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
     1028# will honor the 'STRIP' environment variable to overrule this program.
     1029dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
    9821030if test "$cross_compiling" != no; then
    9831031  AC_CHECK_TOOL([STRIP], [strip], :)
     
    9861034AC_SUBST([INSTALL_STRIP_PROGRAM])])
    9871035
    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
     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.
    9951041
    9961042# _AM_SUBST_NOTMAKE(VARIABLE)
     
    10071053# Check how to create a tarball.                            -*- Autoconf -*-
    10081054
    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
     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.
    10161060
    10171061# _AM_PROG_TAR(FORMAT)
    10181062# --------------------
    10191063# Check how to create a tarball in format FORMAT.
    1020 # FORMAT should be one of `v7', `ustar', or `pax'.
     1064# FORMAT should be one of 'v7', 'ustar', or 'pax'.
    10211065#
    10221066# Substitute a variable $(am__tar) that is a command
     
    10281072# a tarball read from stdin.
    10291073#     $(am__untar) < result.tar
     1074#
    10301075AC_DEFUN([_AM_PROG_TAR],
    10311076[# Always define AMTAR for backward compatibility.  Yes, it's still used
    10321077# in the wild :-(  We should find a proper way to deprecate it ...
    10331078AC_SUBST([AMTAR], ['$${TAR-tar}'])
     1079
     1080# We'll loop over all known methods to create a tar archive until one works.
     1081_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
     1082
    10341083m4_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])])
    1038 AC_MSG_CHECKING([how to create a $1 tar archive])
    1039 # Loop over all known methods to create a tar archive until one works.
    1040 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
    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 `-'.
    1044 for _am_tool in $_am_tools
    1045 do
    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
     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
    10861177  rm -rf conftest.dir
    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
    1095 done
    1096 rm -rf conftest.dir
    1097 
    1098 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
    1099 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
     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
    11001182AC_SUBST([am__tar])
    11011183AC_SUBST([am__untar])
  • config.h.in

    rc8c03683 r7ff30d07  
    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
    9895
    9996/* Name of package */
  • configure

    rc8c03683 r7ff30d07  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.68 for cfa-cc 1.0.0.
     3# Generated by GNU Autoconf 2.69 for cfa-cc 1.0.0.
    44#
    55# Report bugs to <cforall@plg.uwaterloo.ca>.
    66#
    77#
    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.
     8# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
    119#
    1210#
     
    137135(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
    138136
     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.
     145BASH_ENV=/dev/null
     146ENV=/dev/null
     147(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
     148case $- in # ((((
     149  *v*x* | *x*v* ) as_opts=-vx ;;
     150  *v* ) as_opts=-v ;;
     151  *x* ) as_opts=-x ;;
     152  * ) as_opts= ;;
     153esac
     154exec $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
     158as_fn_exit 255
     159  fi
     160  # We don't want this to propagate to other subprocesses.
     161          { _as_can_reexec=; unset _as_can_reexec;}
    139162if test "x$CONFIG_SHELL" = x; then
    140163  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
     
    170193  exitcode=1; echo positional parameters were not saved.
    171194fi
    172 test x\$exitcode = x0 || exit 1"
     195test x\$exitcode = x0 || exit 1
     196test -x / || exit 1"
    173197  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
    174198  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
     
    215239
    216240      if test "x$CONFIG_SHELL" != x; then :
    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+"$@"}
     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.
     246BASH_ENV=/dev/null
     247ENV=/dev/null
     248(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
     249case $- in # ((((
     250  *v*x* | *x*v* ) as_opts=-vx ;;
     251  *v* ) as_opts=-v ;;
     252  *x* ) as_opts=-x ;;
     253  * ) as_opts= ;;
     254esac
     255exec $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
     259exit 255
    232260fi
    233261
     
    332360
    333361} # as_fn_mkdir_p
     362
     363# as_fn_executable_p FILE
     364# -----------------------
     365# Test if FILE is an executable regular file.
     366as_fn_executable_p ()
     367{
     368  test -f "$1" && test -x "$1"
     369} # as_fn_executable_p
    334370# as_fn_append VAR VALUE
    335371# ----------------------
     
    453489    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
    454490
     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
    455495  # Don't try to exec as it changes $[0], causing all sort of problems
    456496  # (the dirname of $[0] is not the place where we might find the
     
    487527    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    488528    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    489     # In both cases, we have to default to `cp -p'.
     529    # In both cases, we have to default to `cp -pR'.
    490530    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    491       as_ln_s='cp -p'
     531      as_ln_s='cp -pR'
    492532  elif ln conf$$.file conf$$ 2>/dev/null; then
    493533    as_ln_s=ln
    494534  else
    495     as_ln_s='cp -p'
     535    as_ln_s='cp -pR'
    496536  fi
    497537else
    498   as_ln_s='cp -p'
     538  as_ln_s='cp -pR'
    499539fi
    500540rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
     
    508548fi
    509549
    510 if test -x / >/dev/null 2>&1; then
    511   as_test_x='test -x'
    512 else
    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   '
    530 fi
    531 as_executable_p=$as_test_x
     550as_test_x='test -x'
     551as_executable_p=as_fn_executable_p
    532552
    533553# Sed expression to map a string onto a valid CPP name.
     
    11901210  if test "x$build_alias" = x; then
    11911211    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
    11941212  elif test "x$build_alias" != "x$host_alias"; then
    11951213    cross_compiling=yes
     
    13511369  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    13521370  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
    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
     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
    13591380
    13601381Optional Packages:
     
    14481469  cat <<\_ACEOF
    14491470cfa-cc configure 1.0.0
    1450 generated by GNU Autoconf 2.68
    1451 
    1452 Copyright (C) 2010 Free Software Foundation, Inc.
     1471generated by GNU Autoconf 2.69
     1472
     1473Copyright (C) 2012 Free Software Foundation, Inc.
    14531474This configure script is free software; the Free Software Foundation
    14541475gives unlimited permission to copy, distribute and modify it.
     
    15641585       } && test -s conftest$ac_exeext && {
    15651586         test "$cross_compiling" = yes ||
    1566          $as_test_x conftest$ac_exeext
     1587         test -x conftest$ac_exeext
    15671588       }; then :
    15681589  ac_retval=0
     
    19301951{
    19311952static int test_array [1 - 2 * !(0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1))];
    1932 test_array [0] = 0
     1953test_array [0] = 0;
     1954return test_array [0];
    19331955
    19341956  ;
     
    19461968static int test_array [1 - 2 * !(($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1)
    19471969                 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2))];
    1948 test_array [0] = 0
     1970test_array [0] = 0;
     1971return test_array [0];
    19491972
    19501973  ;
     
    20032026{
    20042027static int test_array [1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)];
    2005 test_array [0] = 0
     2028test_array [0] = 0;
     2029return test_array [0];
    20062030
    20072031  ;
     
    20362060
    20372061It was created by cfa-cc $as_me 1.0.0, which was
    2038 generated by GNU Autoconf 2.68.  Invocation command line was
     2062generated by GNU Autoconf 2.69.  Invocation command line was
    20392063
    20402064  $ $0 $@
     
    24202444fi
    24212445
    2422 case $enable_silent_rules in
    2423 yes) AM_DEFAULT_VERBOSITY=0;;
    2424 no) AM_DEFAULT_VERBOSITY=1;;
    2425 *)  AM_DEFAULT_VERBOSITY=1;;
     2446case $enable_silent_rules in # (((
     2447  yes) AM_DEFAULT_VERBOSITY=0;;
     2448   no) AM_DEFAULT_VERBOSITY=1;;
     2449    *) AM_DEFAULT_VERBOSITY=1;;
    24262450esac
    24272451am_make=${MAKE-make}
     
    24612485fi
    24622486
    2463 am__api_version='1.11'
     2487am__api_version='1.14'
    24642488
    24652489# Find a good install program.  We prefer a C program (faster),
     
    25002524    for ac_prog in ginstall scoinst install; do
    25012525      for ac_exec_ext in '' $ac_executable_extensions; do
    2502         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
     2526        if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
    25032527          if test $ac_prog = install &&
    25042528            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
     
    25582582{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
    25592583$as_echo_n "checking whether build environment is sane... " >&6; }
    2560 # Just in case
    2561 sleep 1
    2562 echo timestamp > conftest.file
    25632584# Reject unsafe characters in $srcdir or the absolute working directory
    25642585# name.  Accept space and tab only in the latter.
     
    25712592case $srcdir in
    25722593  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
    2573     as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
     2594    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
    25742595esac
    25752596
    2576 # Do `set' in a subshell so we don't clobber the current shell's
     2597# Do 'set' in a subshell so we don't clobber the current shell's
    25772598# arguments.  Must try -L first in case configure is actually a
    25782599# symlink; some systems play weird games with the mod time of symlinks
     
    25802601# directory).
    25812602if (
    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
    2596 alias in your environment" "$LINENO" 5
    2597    fi
    2598 
     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
    25992628   test "$2" = conftest.file
    26002629   )
     
    26082637{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    26092638$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.
     2641am_sleep_pid=
     2642if grep 'slept: no' conftest.file >/dev/null 2>&1; then
     2643  ( sleep 1 ) &
     2644  am_sleep_pid=$!
     2645fi
     2646
     2647rm -f conftest.file
     2648
    26102649test "$program_prefix" != NONE &&
    26112650  program_transform_name="s&^&$program_prefix&;$program_transform_name"
     
    26302669fi
    26312670# Use eval to expand $SHELL
    2632 if eval "$MISSING --run true"; then
    2633   am_missing_run="$MISSING --run "
     2671if eval "$MISSING --is-lightweight"; then
     2672  am_missing_run="$MISSING "
    26342673else
    26352674  am_missing_run=
    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;}
     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;}
    26382677fi
    26392678
     
    26472686fi
    26482687
    2649 # Installed binaries are usually stripped using `strip' when the user
    2650 # run `make install-strip'.  However `strip' might not be the right
     2688# Installed binaries are usually stripped using 'strip' when the user
     2689# run "make install-strip".  However 'strip' might not be the right
    26512690# tool to use in cross-compilation environments, therefore Automake
    2652 # will honor the `STRIP' environment variable to overrule this program.
     2691# will honor the 'STRIP' environment variable to overrule this program.
    26532692if test "$cross_compiling" != no; then
    26542693  if test -n "$ac_tool_prefix"; then
     
    26692708  test -z "$as_dir" && as_dir=.
    26702709    for ac_exec_ext in '' $ac_executable_extensions; do
    2671   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     2710  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    26722711    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    26732712    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    27092748  test -z "$as_dir" && as_dir=.
    27102749    for ac_exec_ext in '' $ac_executable_extensions; do
    2711   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     2750  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    27122751    ac_cv_prog_ac_ct_STRIP="strip"
    27132752    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    27602799    for ac_prog in mkdir gmkdir; do
    27612800         for ac_exec_ext in '' $ac_executable_extensions; do
    2762            { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
     2801           as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
    27632802           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
    27642803             'mkdir (GNU coreutils) '* | \
     
    27892828$as_echo "$MKDIR_P" >&6; }
    27902829
    2791 mkdir_p="$MKDIR_P"
    2792 case $mkdir_p in
    2793   [\\/$]* | ?:[\\/]*) ;;
    2794   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
    2795 esac
    2796 
    27972830for ac_prog in gawk mawk nawk awk
    27982831do
     
    28132846  test -z "$as_dir" && as_dir=.
    28142847    for ac_exec_ext in '' $ac_executable_extensions; do
    2815   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     2848  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    28162849    ac_cv_prog_AWK="$ac_prog"
    28172850    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    29272960MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
    29282961
     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>
     2966mkdir_p='$(MKDIR_P)'
     2967
    29292968# We need awk for the "check" target.  The system "awk" is bad on
    29302969# some platforms.
     
    29332972AMTAR='$${TAR-tar}'
    29342973
     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
    29352978am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
    29362979
     
    29392982
    29402983
     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.
     2993if rm -f && rm -fr && rm -rf; then : OK; else
     2994  cat >&2 <<'END'
     2995Oops!
     2996
     2997Your 'rm' program seems unable to run without file operands specified
     2998on the command line, even when the '-f' option is present.  This is contrary
     2999to the behaviour of most rm programs out there, and not conforming with
     3000the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
     3001
     3002Please tell bug-automake@gnu.org about your system, including the value
     3003of your $PATH and any error possibly output before this message.  This
     3004can help us improve future automake versions.
     3005
     3006END
     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'
     3013Aborting the configuration process, to ensure you take notice of the issue.
     3014
     3015You can download and install GNU coreutils to get an 'rm' implementation
     3016that behaves properly: <http://www.gnu.org/software/coreutils/>.
     3017
     3018If you want to complete the configuration process using your problematic
     3019'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
     3020to "yes", and re-run configure.
     3021
     3022END
     3023    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
     3024  fi
     3025fi
    29413026
    29423027{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
     
    29943079  test -z "$as_dir" && as_dir=.
    29953080    for ac_exec_ext in '' $ac_executable_extensions; do
    2996   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     3081  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    29973082    ac_cv_path_BACKEND_CC="$as_dir/$ac_word$ac_exec_ext"
    29983083    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    31093194  test -z "$as_dir" && as_dir=.
    31103195    for ac_exec_ext in '' $ac_executable_extensions; do
    3111   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     3196  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    31123197    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    31133198    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    31533238  test -z "$as_dir" && as_dir=.
    31543239    for ac_exec_ext in '' $ac_executable_extensions; do
    3155   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     3240  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    31563241    ac_cv_prog_ac_ct_CXX="$ac_prog"
    31573242    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    36063691# First try GNU make style include.
    36073692echo "include confinc" > confmf
    3608 # Ignore all kinds of additional output from `make'.
     3693# Ignore all kinds of additional output from 'make'.
    36093694case `$am_make -s -f confmf 2> /dev/null` in #(
    36103695*the\ am__doit\ target*)
     
    36623747  # making bogus files that we don't know about and never remove.  For
    36633748  # instance it was reported that on HP-UX the gcc test will end up
    3664   # making a dummy file named `D' -- because `-MD' means `put the output
    3665   # in D'.
     3749  # making a dummy file named 'D' -- because '-MD' means "put the output
     3750  # in D".
    36663751  rm -rf conftest.dir
    36673752  mkdir conftest.dir
     
    36983783    for i in 1 2 3 4 5 6; do
    36993784      echo '#include "conftst'$i'.h"' >> sub/conftest.c
    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
     3785      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
     3786      # Solaris 10 /bin/sh.
     3787      echo '/* dummy */' > sub/conftst$i.h
    37033788    done
    37043789    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
    37053790
    3706     # We check with `-c' and `-o' for the sake of the "dashmstdout"
     3791    # We check with '-c' and '-o' for the sake of the "dashmstdout"
    37073792    # mode.  It turns out that the SunPro C++ compiler does not properly
    3708     # handle `-M -o', and we need to detect this.  Also, some Intel
    3709     # versions had trouble with output in subdirs
     3793    # handle '-M -o', and we need to detect this.  Also, some Intel
     3794    # versions had trouble with output in subdirs.
    37103795    am__obj=sub/conftest.${OBJEXT-o}
    37113796    am__minus_obj="-o $am__obj"
     
    37163801      ;;
    37173802    nosideeffect)
    3718       # after this tag, mechanisms are not by side-effect, so they'll
    3719       # only be used when explicitly requested
     3803      # After this tag, mechanisms are not by side-effect, so they'll
     3804      # only be used when explicitly requested.
    37203805      if test "x$enable_dependency_tracking" = xyes; then
    37213806        continue
     
    37253810      ;;
    37263811    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
    3727       # This compiler won't grok `-c -o', but also, the minuso test has
     3812      # This compiler won't grok '-c -o', but also, the minuso test has
    37283813      # not run yet.  These depmodes are late enough in the game, and
    37293814      # so weak that their functioning should not be impacted.
     
    38013886  test -z "$as_dir" && as_dir=.
    38023887    for ac_exec_ext in '' $ac_executable_extensions; do
    3803   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     3888  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    38043889    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    38053890    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    38413926  test -z "$as_dir" && as_dir=.
    38423927    for ac_exec_ext in '' $ac_executable_extensions; do
    3843   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     3928  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    38443929    ac_cv_prog_ac_ct_CC="gcc"
    38453930    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    38943979  test -z "$as_dir" && as_dir=.
    38953980    for ac_exec_ext in '' $ac_executable_extensions; do
    3896   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     3981  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    38973982    ac_cv_prog_CC="${ac_tool_prefix}cc"
    38983983    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    39354020  test -z "$as_dir" && as_dir=.
    39364021    for ac_exec_ext in '' $ac_executable_extensions; do
    3937   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     4022  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    39384023    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
    39394024       ac_prog_rejected=yes
     
    39934078  test -z "$as_dir" && as_dir=.
    39944079    for ac_exec_ext in '' $ac_executable_extensions; do
    3995   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     4080  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    39964081    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    39974082    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    40374122  test -z "$as_dir" && as_dir=.
    40384123    for ac_exec_ext in '' $ac_executable_extensions; do
    4039   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     4124  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    40404125    ac_cv_prog_ac_ct_CC="$ac_prog"
    40414126    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    42334318#include <stdarg.h>
    42344319#include <stdio.h>
    4235 #include <sys/types.h>
    4236 #include <sys/stat.h>
     4320struct stat;
    42374321/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
    42384322struct buf { int x; };
     
    43194403ac_compiler_gnu=$ac_cv_c_compiler_gnu
    43204404
     4405ac_ext=c
     4406ac_cpp='$CPP $CPPFLAGS'
     4407ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     4408ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
     4409ac_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; }
     4412if ${am_cv_prog_cc_c_o+:} false; then :
     4413  $as_echo_n "(cached) " >&6
     4414else
     4415  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     4416/* end confdefs.h.  */
     4417
     4418int
     4419main ()
     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
     4446fi
     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; }
     4449if 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"
     4456fi
     4457ac_ext=c
     4458ac_cpp='$CPP $CPPFLAGS'
     4459ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     4460ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
     4461ac_compiler_gnu=$ac_cv_c_compiler_gnu
     4462
     4463
    43214464depcc="$CC"   am_compiler_list=
    43224465
     
    43304473  # making bogus files that we don't know about and never remove.  For
    43314474  # instance it was reported that on HP-UX the gcc test will end up
    4332   # making a dummy file named `D' -- because `-MD' means `put the output
    4333   # in D'.
     4475  # making a dummy file named 'D' -- because '-MD' means "put the output
     4476  # in D".
    43344477  rm -rf conftest.dir
    43354478  mkdir conftest.dir
     
    43664509    for i in 1 2 3 4 5 6; do
    43674510      echo '#include "conftst'$i'.h"' >> sub/conftest.c
    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
     4511      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
     4512      # Solaris 10 /bin/sh.
     4513      echo '/* dummy */' > sub/conftst$i.h
    43714514    done
    43724515    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
    43734516
    4374     # We check with `-c' and `-o' for the sake of the "dashmstdout"
     4517    # We check with '-c' and '-o' for the sake of the "dashmstdout"
    43754518    # mode.  It turns out that the SunPro C++ compiler does not properly
    4376     # handle `-M -o', and we need to detect this.  Also, some Intel
    4377     # versions had trouble with output in subdirs
     4519    # handle '-M -o', and we need to detect this.  Also, some Intel
     4520    # versions had trouble with output in subdirs.
    43784521    am__obj=sub/conftest.${OBJEXT-o}
    43794522    am__minus_obj="-o $am__obj"
     
    43844527      ;;
    43854528    nosideeffect)
    4386       # after this tag, mechanisms are not by side-effect, so they'll
    4387       # only be used when explicitly requested
     4529      # After this tag, mechanisms are not by side-effect, so they'll
     4530      # only be used when explicitly requested.
    43884531      if test "x$enable_dependency_tracking" = xyes; then
    43894532        continue
     
    43934536      ;;
    43944537    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
    4395       # This compiler won't grok `-c -o', but also, the minuso test has
     4538      # This compiler won't grok '-c -o', but also, the minuso test has
    43964539      # not run yet.  These depmodes are late enough in the game, and
    43974540      # so weak that their functioning should not be impacted.
     
    44474590
    44484591
    4449 if 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; }
    4452 else
    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; }
    4455 fi
    4456 set dummy $CC; ac_cc=`$as_echo "$2" |
    4457                       sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
    4458 if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
    4459   $as_echo_n "(cached) " >&6
    4460 else
    4461   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    4462 /* end confdefs.h.  */
    4463 
    4464 int
    4465 main ()
    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.
    4475 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
    4476 rm -f conftest2.*
    4477 if { { case "(($ac_try" in
    4478   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4479   *) ac_try_echo=$ac_try;;
    4480 esac
    4481 eval 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;;
    4490 esac
    4491 eval 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; };
    4497 then
    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;;
    4505 esac
    4506 eval 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;;
    4517 esac
    4518 eval 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;;
    4527 esac
    4528 eval 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
    4543 else
    4544   eval ac_cv_prog_cc_${ac_cc}_c_o=no
    4545 fi
    4546 rm -f core conftest*
    4547 
    4548 fi
    4549 if 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; }
    4552 else
    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 
    4558 fi
    4559 
    4560 # FIXME: we rely on the cache variable name because
    4561 # there is no other way.
    4562 set dummy $CC
    4563 am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
    4564 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
    4565 if 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"
    4572 fi
    4573 
    45744592        # deprecated
    45754593# These are often not installed and people miss seeing the "no", so stop the configure.
     
    45924610  test -z "$as_dir" && as_dir=.
    45934611    for ac_exec_ext in '' $ac_executable_extensions; do
    4594   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     4612  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    45954613    ac_cv_prog_YACC="$ac_prog"
    45964614    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    46374655  test -z "$as_dir" && as_dir=.
    46384656    for ac_exec_ext in '' $ac_executable_extensions; do
    4639   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     4657  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    46404658    ac_cv_prog_LEX="$ac_prog"
    46414659    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    46694687c { yymore (); }
    46704688d { yyless (1); }
    4671 e { yyless (input () != 0); }
     4689e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
     4690    yyless ((input () != 0)); }
    46724691f { unput (yytext[0]); }
    46734692. { BEGIN INITIAL; }
     
    48274846  test -z "$as_dir" && as_dir=.
    48284847    for ac_exec_ext in '' $ac_executable_extensions; do
    4829   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     4848  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    48304849    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    48314850    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    48674886  test -z "$as_dir" && as_dir=.
    48684887    for ac_exec_ext in '' $ac_executable_extensions; do
    4869   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     4888  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    48704889    ac_cv_prog_ac_ct_RANLIB="ranlib"
    48714890    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    50605079    for ac_exec_ext in '' $ac_executable_extensions; do
    50615080      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
    5062       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
     5081      as_fn_executable_p "$ac_path_GREP" || continue
    50635082# Check for GNU ac_path_GREP and select it if it is found.
    50645083  # Check for GNU $ac_path_GREP
     
    51265145    for ac_exec_ext in '' $ac_executable_extensions; do
    51275146      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
    5128       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
     5147      as_fn_executable_p "$ac_path_EGREP" || continue
    51295148# Check for GNU ac_path_EGREP and select it if it is found.
    51305149  # Check for GNU $ac_path_EGREP
     
    54655484$ac_includes_default
    54665485int
    5467 find_stack_direction ()
     5486find_stack_direction (int *addr, int depth)
    54685487{
    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;
     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;
    54785494}
    54795495
    54805496int
    5481 main ()
     5497main (int argc, char **argv)
    54825498{
    5483   return find_stack_direction () < 0;
     5499  return find_stack_direction (0, argc + !argv + 20) < 0;
    54845500}
    54855501_ACEOF
     
    55265542/* end confdefs.h.  */
    55275543
    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;
     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;
    55715587
    55725588int
     
    55745590{
    55755591
    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);
     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);
    55825598
    55835599  ;
     
    55945610{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
    55955611$as_echo "$ac_cv_header_stdbool_h" >&6; }
    5596 ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
     5612   ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
    55975613if test "x$ac_cv_type__Bool" = xyes; then :
    55985614
     
    56035619
    56045620fi
     5621
    56055622
    56065623if test $ac_cv_header_stdbool_h = yes; then
     
    57975814
    57985815
    5799 ac_config_files="$ac_config_files Makefile src/driver/Makefile src/Makefile src/examples/Makefile src/libcfa/Makefile"
     5816ac_config_files="$ac_config_files Makefile src/driver/Makefile src/Makefile src/examples/Makefile src/tests/Makefile src/libcfa/Makefile"
    58005817
    58015818
     
    59095926
    59105927
     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; }
    59115936 if test -n "$EXEEXT"; then
    59125937  am__EXEEXT_TRUE=
     
    62316256    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    62326257    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    6233     # In both cases, we have to default to `cp -p'.
     6258    # In both cases, we have to default to `cp -pR'.
    62346259    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    6235       as_ln_s='cp -p'
     6260      as_ln_s='cp -pR'
    62366261  elif ln conf$$.file conf$$ 2>/dev/null; then
    62376262    as_ln_s=ln
    62386263  else
    6239     as_ln_s='cp -p'
     6264    as_ln_s='cp -pR'
    62406265  fi
    62416266else
    6242   as_ln_s='cp -p'
     6267  as_ln_s='cp -pR'
    62436268fi
    62446269rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
     
    63006325fi
    63016326
    6302 if test -x / >/dev/null 2>&1; then
    6303   as_test_x='test -x'
    6304 else
    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   '
    6322 fi
    6323 as_executable_p=$as_test_x
     6327
     6328# as_fn_executable_p FILE
     6329# -----------------------
     6330# Test if FILE is an executable regular file.
     6331as_fn_executable_p ()
     6332{
     6333  test -f "$1" && test -x "$1"
     6334} # as_fn_executable_p
     6335as_test_x='test -x'
     6336as_executable_p=as_fn_executable_p
    63246337
    63256338# Sed expression to map a string onto a valid CPP name.
     
    63436356ac_log="
    63446357This file was extended by cfa-cc $as_me 1.0.0, which was
    6345 generated by GNU Autoconf 2.68.  Invocation command line was
     6358generated by GNU Autoconf 2.69.  Invocation command line was
    63466359
    63476360  CONFIG_FILES    = $CONFIG_FILES
     
    64096422ac_cs_version="\\
    64106423cfa-cc config.status 1.0.0
    6411 configured by $0, generated by GNU Autoconf 2.68,
     6424configured by $0, generated by GNU Autoconf 2.69,
    64126425  with options \\"\$ac_cs_config\\"
    64136426
    6414 Copyright (C) 2010 Free Software Foundation, Inc.
     6427Copyright (C) 2012 Free Software Foundation, Inc.
    64156428This config.status script is free software; the Free Software Foundation
    64166429gives unlimited permission to copy, distribute and modify it."
     
    65036516cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    65046517if \$ac_cs_recheck; then
    6505   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     6518  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    65066519  shift
    65076520  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
     
    65436556    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
    65446557    "src/examples/Makefile") CONFIG_FILES="$CONFIG_FILES src/examples/Makefile" ;;
     6558    "src/tests/Makefile") CONFIG_FILES="$CONFIG_FILES src/tests/Makefile" ;;
    65456559    "src/libcfa/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcfa/Makefile" ;;
    65466560
     
    71407154  case $ac_file$ac_mode in
    71417155    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
    7142   # Autoconf 2.62 quotes --file arguments for eval, but not when files
     7156  # Older Autoconf quotes --file arguments for eval, but not when files
    71437157  # are listed without --file.  Let's play safe and only enable the eval
    71447158  # if we detect the quoting.
     
    71537167    mf=`echo "$mf" | sed -e 's/:.*$//'`
    71547168    # Check whether this is an Automake generated Makefile or not.
    7155     # We used to match only the files named `Makefile.in', but
     7169    # We used to match only the files named 'Makefile.in', but
    71567170    # some people rename them; so instead we look at the file content.
    71577171    # Grep'ing the first line is not enough: some people post-process
     
    71877201    fi
    71887202    # Extract the definition of DEPDIR, am__include, and am__quote
    7189     # from the Makefile without running `make'.
     7203    # from the Makefile without running 'make'.
    71907204    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
    71917205    test -z "$DEPDIR" && continue
    71927206    am__include=`sed -n 's/^am__include = //p' < "$mf"`
    7193     test -z "am__include" && continue
     7207    test -z "$am__include" && continue
    71947208    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
    7195     # When using ansi2knr, U may be empty or an underscore; expand it
    7196     U=`sed -n 's/^U = //p' < "$mf"`
    71977209    # Find all dependency output files, they are included files with
    71987210    # $(DEPDIR) in their names.  We invoke sed twice because it is the
     
    72017213    for file in `sed -n "
    72027214      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
    7203          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
     7215         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
    72047216      # Make sure the directory exists.
    72057217      test -f "$dirpart/$file" && continue
  • configure.ac

    rc8c03683 r7ff30d07  
    2020# Installation paths
    2121
    22 AC_ARG_WITH(backend-compiler, 
    23         [  --with-backend-compiler=PROGRAM     PROGRAM that performs the final code compilation (must be gcc-compatible) ], 
     22AC_ARG_WITH(backend-compiler,
     23        [  --with-backend-compiler=PROGRAM     PROGRAM that performs the final code compilation (must be gcc-compatible) ],
    2424        backendcompiler=$withval, backendcompiler="")
    2525if test "x$backendcompiler" != x; then
     
    3939else
    4040        cfa_prefix=${prefix}
    41 fi 
     41fi
    4242AC_DEFINE_UNQUOTED(CFA_PREFIX, "${cfa_prefix}", [Location of cfa install.])
    4343AC_SUBST(CFA_PREFIX, ${cfa_prefix})
     
    4747else
    4848        cfa_incdir=${includedir}
    49 fi 
     49fi
    5050AC_DEFINE_UNQUOTED(CFA_INCDIR, "${cfa_incdir}", [Location of include files.])
    5151AC_SUBST(CFA_INCDIR, ${cfa_incdir})
     
    5555else
    5656        cfa_bindir=${bindir}
    57 fi 
     57fi
    5858AC_DEFINE_UNQUOTED(CFA_BINDIR, "${cfa_bindir}", [Location of cfa command.])
    5959AC_SUBST(CFA_BINDIR, ${cfa_bindir})
     
    6363else
    6464        cfa_libdir=${libdir}
    65 fi 
     65fi
    6666AC_DEFINE_UNQUOTED(CFA_LIBDIR, "${cfa_libdir}", [Location of cc1 and cfa-cpp commands.])
    6767AC_SUBST(CFA_LIBDIR, ${cfa_libdir})
     
    106106        src/Makefile
    107107        src/examples/Makefile
     108        src/tests/Makefile
    108109        src/libcfa/Makefile
    109110        ])
  • src/Makefile.in

    rc8c03683 r7ff30d07  
    1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
     1# Makefile.in generated by automake 1.14.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
    6 # Foundation, Inc.
     4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
     5
    76# This Makefile.in is free software; the Free Software Foundation
    87# gives unlimited permission to copy and/or distribute it,
     
    5958
    6059VPATH = @srcdir@
     60am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
     61am__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
     103am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     104am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    61105pkgdatadir = $(datadir)/@PACKAGE@
    62106pkgincludedir = $(includedir)/@PACKAGE@
     
    78122        $(srcdir)/Common/module.mk $(srcdir)/ControlStruct/module.mk \
    79123        $(srcdir)/Designators/module.mk $(srcdir)/GenPoly/module.mk \
    80         $(srcdir)/InitTweak/module.mk $(srcdir)/Makefile.am \
    81         $(srcdir)/Makefile.in $(srcdir)/Parser/module.mk \
     124        $(srcdir)/InitTweak/module.mk $(srcdir)/Parser/module.mk \
    82125        $(srcdir)/ResolvExpr/module.mk $(srcdir)/SymTab/module.mk \
    83126        $(srcdir)/SynTree/module.mk $(srcdir)/Tuples/module.mk \
    84         Parser/lex.cc Parser/parser.cc Parser/parser.h
     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
    85130cfa_cpplib_PROGRAMS = driver/cfa-cpp$(EXEEXT)
    86131subdir = src
     
    208253driver_cfa_cpp_LINK = $(CXXLD) $(driver_cfa_cpp_CXXFLAGS) $(CXXFLAGS) \
    209254        $(AM_LDFLAGS) $(LDFLAGS) -o $@
     255AM_V_P = $(am__v_P_@AM_V@)
     256am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
     257am__v_P_0 = false
     258am__v_P_1 = :
     259AM_V_GEN = $(am__v_GEN_@AM_V@)
     260am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
     261am__v_GEN_0 = @echo "  GEN     " $@;
     262am__v_GEN_1 =
     263AM_V_at = $(am__v_at_@AM_V@)
     264am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
     265am__v_at_0 = @
     266am__v_at_1 =
    210267DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    211268depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
     
    215272am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    216273am__v_lt_0 = --silent
     274am__v_lt_1 =
    217275CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    218276        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
    219277AM_V_CXX = $(am__v_CXX_@AM_V@)
    220278am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
    221 am__v_CXX_0 = @echo "  CXX   " $@;
    222 AM_V_at = $(am__v_at_@AM_V@)
    223 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    224 am__v_at_0 = @
     279am__v_CXX_0 = @echo "  CXX     " $@;
     280am__v_CXX_1 =
    225281CXXLD = $(CXX)
    226282CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
     
    228284AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
    229285am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
    230 am__v_CXXLD_0 = @echo "  CXXLD " $@;
     286am__v_CXXLD_0 = @echo "  CXXLD   " $@;
     287am__v_CXXLD_1 =
    231288@MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
    232289LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
    233290AM_V_LEX = $(am__v_LEX_@AM_V@)
    234291am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
    235 am__v_LEX_0 = @echo "  LEX   " $@;
     292am__v_LEX_0 = @echo "  LEX     " $@;
     293am__v_LEX_1 =
    236294YLWRAP = $(top_srcdir)/automake/ylwrap
    237295@MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
     296am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
     297                   -e s/c++$$/h++/ -e s/c$$/h/
    238298YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
    239299AM_V_YACC = $(am__v_YACC_@AM_V@)
    240300am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
    241 am__v_YACC_0 = @echo "  YACC  " $@;
     301am__v_YACC_0 = @echo "  YACC    " $@;
     302am__v_YACC_1 =
    242303COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    243304        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    244305AM_V_CC = $(am__v_CC_@AM_V@)
    245306am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    246 am__v_CC_0 = @echo "  CC    " $@;
     307am__v_CC_0 = @echo "  CC      " $@;
     308am__v_CC_1 =
    247309CCLD = $(CC)
    248310LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    249311AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    250312am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    251 am__v_CCLD_0 = @echo "  CCLD  " $@;
    252 AM_V_GEN = $(am__v_GEN_@AM_V@)
    253 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    254 am__v_GEN_0 = @echo "  GEN   " $@;
     313am__v_CCLD_0 = @echo "  CCLD    " $@;
     314am__v_CCLD_1 =
    255315SOURCES = $(driver_cfa_cpp_SOURCES)
    256316DIST_SOURCES = $(driver_cfa_cpp_SOURCES)
     317am__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
     322am__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.
     326am__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.
     334am__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)`
    257339ETAGS = etags
    258340CTAGS = ctags
     
    467549install-cfa_cpplibPROGRAMS: $(cfa_cpplib_PROGRAMS)
    468550        @$(NORMAL_INSTALL)
    469         test -z "$(cfa_cpplibdir)" || $(MKDIR_P) "$(DESTDIR)$(cfa_cpplibdir)"
    470551        @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; \
    471556        for p in $$list; do echo "$$p $$p"; done | \
    472557        sed 's/$(EXEEXT)$$//' | \
    473         while read p p1; do if test -f $$p; \
    474           then echo "$$p"; echo "$$p"; else :; fi; \
     558        while read p p1; do if test -f $$p \
     559          ; then echo "$$p"; echo "$$p"; else :; fi; \
    475560        done | \
    476         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
     561        sed -e 'p;s,.*/,,;n;h' \
     562            -e 's|.*|.|' \
    477563            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
    478564        sed 'N;N;N;s,\n, ,g' | \
     
    495581        files=`for p in $$list; do echo "$$p"; done | \
    496582          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
    497               -e 's/$$/$(EXEEXT)/' `; \
     583              -e 's/$$/$(EXEEXT)/' \
     584        `; \
    498585        test -n "$$list" || exit 0; \
    499586        echo " ( cd '$(DESTDIR)$(cfa_cpplibdir)' && rm -f" $$files ")"; \
     
    605692InitTweak/driver_cfa_cpp-InitTweak.$(OBJEXT):  \
    606693        InitTweak/$(am__dirstamp) InitTweak/$(DEPDIR)/$(am__dirstamp)
    607 Parser/parser.h: Parser/parser.cc
     694Parser/parser.hh: Parser/parser.cc
    608695        @if test ! -f $@; then rm -f Parser/parser.cc; else :; fi
    609696        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) Parser/parser.cc; else :; fi
     
    807894        @$(MKDIR_P) driver
    808895        @: > driver/$(am__dirstamp)
     896
    809897driver/cfa-cpp$(EXEEXT): $(driver_cfa_cpp_OBJECTS) $(driver_cfa_cpp_DEPENDENCIES) $(EXTRA_driver_cfa_cpp_DEPENDENCIES) driver/$(am__dirstamp)
    810898        @rm -f driver/cfa-cpp$(EXEEXT)
     
    813901mostlyclean-compile:
    814902        -rm -f *.$(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)
     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)
    919914
    920915distclean-compile:
     
    24312426
    24322427SynTree/driver_cfa_cpp-Attribute.o: SynTree/Attribute.cc
    2433 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(driver_cfa_cpp_CXXFLAGS) $(CXXFLAGS) -MT SynTree/driver_cfa_cpp-Attribute.o -MD -MP -MF SynTree/$(DEPDIR)/driver_cfa_cpp-Attribute.Tpo -c -o SynTree/driver_cfa_cpp-Attribute.o `test -f 'SynTree/Attribute.cc' || echo '$(srcdir)/'`SynTree/Attribute.cc
    2434 @am__fastdepCXX_TRUE@   $(am__mv) SynTree/$(DEPDIR)/driver_cfa_cpp-Attribute.Tpo SynTree/$(DEPDIR)/driver_cfa_cpp-Attribute.Po
    2435 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='SynTree/Attribute.cc' object='SynTree/driver_cfa_cpp-Attribute.o' libtool=no @AMDEPBACKSLASH@
    2436 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2437 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(driver_cfa_cpp_CXXFLAGS) $(CXXFLAGS) -c -o SynTree/driver_cfa_cpp-Attribute.o `test -f 'SynTree/Attribute.cc' || echo '$(srcdir)/'`SynTree/Attribute.cc
     2428@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(driver_cfa_cpp_CXXFLAGS) $(CXXFLAGS) -MT SynTree/driver_cfa_cpp-Attribute.o -MD -MP -MF SynTree/$(DEPDIR)/driver_cfa_cpp-Attribute.Tpo -c -o SynTree/driver_cfa_cpp-Attribute.o `test -f 'SynTree/Attribute.cc' || echo '$(srcdir)/'`SynTree/Attribute.cc
     2429@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) SynTree/$(DEPDIR)/driver_cfa_cpp-Attribute.Tpo SynTree/$(DEPDIR)/driver_cfa_cpp-Attribute.Po
     2430@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='SynTree/Attribute.cc' object='SynTree/driver_cfa_cpp-Attribute.o' libtool=no @AMDEPBACKSLASH@
     2431@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     2432@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(driver_cfa_cpp_CXXFLAGS) $(CXXFLAGS) -c -o SynTree/driver_cfa_cpp-Attribute.o `test -f 'SynTree/Attribute.cc' || echo '$(srcdir)/'`SynTree/Attribute.cc
    24382433
    24392434SynTree/driver_cfa_cpp-Attribute.obj: SynTree/Attribute.cc
    2440 @am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(driver_cfa_cpp_CXXFLAGS) $(CXXFLAGS) -MT SynTree/driver_cfa_cpp-Attribute.obj -MD -MP -MF SynTree/$(DEPDIR)/driver_cfa_cpp-Attribute.Tpo -c -o SynTree/driver_cfa_cpp-Attribute.obj `if test -f 'SynTree/Attribute.cc'; then $(CYGPATH_W) 'SynTree/Attribute.cc'; else $(CYGPATH_W) '$(srcdir)/SynTree/Attribute.cc'; fi`
    2441 @am__fastdepCXX_TRUE@   $(am__mv) SynTree/$(DEPDIR)/driver_cfa_cpp-Attribute.Tpo SynTree/$(DEPDIR)/driver_cfa_cpp-Attribute.Po
    2442 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='SynTree/Attribute.cc' object='SynTree/driver_cfa_cpp-Attribute.obj' libtool=no @AMDEPBACKSLASH@
    2443 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2444 @am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(driver_cfa_cpp_CXXFLAGS) $(CXXFLAGS) -c -o SynTree/driver_cfa_cpp-Attribute.obj `if test -f 'SynTree/Attribute.cc'; then $(CYGPATH_W) 'SynTree/Attribute.cc'; else $(CYGPATH_W) '$(srcdir)/SynTree/Attribute.cc'; fi`
     2435@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(driver_cfa_cpp_CXXFLAGS) $(CXXFLAGS) -MT SynTree/driver_cfa_cpp-Attribute.obj -MD -MP -MF SynTree/$(DEPDIR)/driver_cfa_cpp-Attribute.Tpo -c -o SynTree/driver_cfa_cpp-Attribute.obj `if test -f 'SynTree/Attribute.cc'; then $(CYGPATH_W) 'SynTree/Attribute.cc'; else $(CYGPATH_W) '$(srcdir)/SynTree/Attribute.cc'; fi`
     2436@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) SynTree/$(DEPDIR)/driver_cfa_cpp-Attribute.Tpo SynTree/$(DEPDIR)/driver_cfa_cpp-Attribute.Po
     2437@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='SynTree/Attribute.cc' object='SynTree/driver_cfa_cpp-Attribute.obj' libtool=no @AMDEPBACKSLASH@
     2438@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     2439@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(driver_cfa_cpp_CXXFLAGS) $(CXXFLAGS) -c -o SynTree/driver_cfa_cpp-Attribute.obj `if test -f 'SynTree/Attribute.cc'; then $(CYGPATH_W) 'SynTree/Attribute.cc'; else $(CYGPATH_W) '$(srcdir)/SynTree/Attribute.cc'; fi`
    24452440
    24462441Tuples/driver_cfa_cpp-Mutate.o: Tuples/Mutate.cc
     
    25322527
    25332528.yy.cc:
    2534         $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
    2535 
    2536 ID: $(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
    2544 tags: TAGS
    2545 
    2546 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    2547                 $(TAGS_FILES) $(LISP)
     2529        $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
     2530
     2531ID: $(am__tagged_files)
     2532        $(am__define_uniq_tagged_files); mkid -fID $$unique
     2533tags: tags-am
     2534TAGS: tags
     2535
     2536tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    25482537        set x; \
    25492538        here=`pwd`; \
    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; }; }'`; \
     2539        $(am__define_uniq_tagged_files); \
    25562540        shift; \
    25572541        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
     
    25652549          fi; \
    25662550        fi
    2567 ctags: CTAGS
    2568 CTAGS:  $(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; }; }'`; \
     2551ctags: ctags-am
     2552
     2553CTAGS: ctags
     2554ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
     2555        $(am__define_uniq_tagged_files); \
    25762556        test -z "$(CTAGS_ARGS)$$unique" \
    25772557          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     
    25822562          && $(am__cd) $(top_srcdir) \
    25832563          && gtags -i $(GTAGS_ARGS) "$$here"
     2564cscopelist: cscopelist-am
     2565
     2566cscopelist-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
    25842579
    25852580distclean-tags:
     
    26802675        -rm -f Parser/lex.cc
    26812676        -rm -f Parser/parser.cc
    2682         -rm -f Parser/parser.h
     2677        -rm -f Parser/parser.hh
    26832678        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
    26842679        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
     
    27542749.MAKE: all check install install-am install-strip
    27552750
    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
     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
    27692764
    27702765
  • src/driver/Makefile.in

    rc8c03683 r7ff30d07  
    1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
     1# Makefile.in generated by automake 1.14.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
    6 # Foundation, Inc.
     4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
     5
    76# This Makefile.in is free software; the Free Software Foundation
    87# gives unlimited permission to copy and/or distribute it,
     
    2019
    2120VPATH = @srcdir@
     21am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
     22am__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
     64am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     65am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    2266pkgdatadir = $(datadir)/@PACKAGE@
    2367pkgincludedir = $(includedir)/@PACKAGE@
     
    3983cc1lib_PROGRAMS = cc1$(EXEEXT)
    4084subdir = src/driver
    41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
     85DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
     86        $(top_srcdir)/automake/depcomp
    4287ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    4388am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    56101cfa_OBJECTS = $(am_cfa_OBJECTS)
    57102cfa_LDADD = $(LDADD)
     103AM_V_P = $(am__v_P_@AM_V@)
     104am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
     105am__v_P_0 = false
     106am__v_P_1 = :
     107AM_V_GEN = $(am__v_GEN_@AM_V@)
     108am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
     109am__v_GEN_0 = @echo "  GEN     " $@;
     110am__v_GEN_1 =
     111AM_V_at = $(am__v_at_@AM_V@)
     112am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
     113am__v_at_0 = @
     114am__v_at_1 =
    58115DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    59116depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
     
    64121AM_V_CXX = $(am__v_CXX_@AM_V@)
    65122am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
    66 am__v_CXX_0 = @echo "  CXX   " $@;
    67 AM_V_at = $(am__v_at_@AM_V@)
    68 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    69 am__v_at_0 = @
     123am__v_CXX_0 = @echo "  CXX     " $@;
     124am__v_CXX_1 =
    70125CXXLD = $(CXX)
    71126CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
     
    73128AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
    74129am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
    75 am__v_CXXLD_0 = @echo "  CXXLD " $@;
    76 AM_V_GEN = $(am__v_GEN_@AM_V@)
    77 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    78 am__v_GEN_0 = @echo "  GEN   " $@;
     130am__v_CXXLD_0 = @echo "  CXXLD   " $@;
     131am__v_CXXLD_1 =
    79132SOURCES = $(cc1_SOURCES) $(cfa_SOURCES)
    80133DIST_SOURCES = $(cc1_SOURCES) $(cfa_SOURCES)
     134am__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
     139am__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.
     143am__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.
     151am__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)`
    81156ETAGS = etags
    82157CTAGS = ctags
     
    232307install-binPROGRAMS: $(bin_PROGRAMS)
    233308        @$(NORMAL_INSTALL)
    234         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
    235309        @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; \
    236314        for p in $$list; do echo "$$p $$p"; done | \
    237315        sed 's/$(EXEEXT)$$//' | \
    238         while read p p1; do if test -f $$p; \
    239           then echo "$$p"; echo "$$p"; else :; fi; \
     316        while read p p1; do if test -f $$p \
     317          ; then echo "$$p"; echo "$$p"; else :; fi; \
    240318        done | \
    241         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
     319        sed -e 'p;s,.*/,,;n;h' \
     320            -e 's|.*|.|' \
    242321            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
    243322        sed 'N;N;N;s,\n, ,g' | \
     
    260339        files=`for p in $$list; do echo "$$p"; done | \
    261340          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
    262               -e 's/$$/$(EXEEXT)/' `; \
     341              -e 's/$$/$(EXEEXT)/' \
     342        `; \
    263343        test -n "$$list" || exit 0; \
    264344        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
     
    269349install-cc1libPROGRAMS: $(cc1lib_PROGRAMS)
    270350        @$(NORMAL_INSTALL)
    271         test -z "$(cc1libdir)" || $(MKDIR_P) "$(DESTDIR)$(cc1libdir)"
    272351        @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; \
    273356        for p in $$list; do echo "$$p $$p"; done | \
    274357        sed 's/$(EXEEXT)$$//' | \
    275         while read p p1; do if test -f $$p; \
    276           then echo "$$p"; echo "$$p"; else :; fi; \
     358        while read p p1; do if test -f $$p \
     359          ; then echo "$$p"; echo "$$p"; else :; fi; \
    277360        done | \
    278         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
     361        sed -e 'p;s,.*/,,;n;h' \
     362            -e 's|.*|.|' \
    279363            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
    280364        sed 'N;N;N;s,\n, ,g' | \
     
    297381        files=`for p in $$list; do echo "$$p"; done | \
    298382          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
    299               -e 's/$$/$(EXEEXT)/' `; \
     383              -e 's/$$/$(EXEEXT)/' \
     384        `; \
    300385        test -n "$$list" || exit 0; \
    301386        echo " ( cd '$(DESTDIR)$(cc1libdir)' && rm -f" $$files ")"; \
     
    304389clean-cc1libPROGRAMS:
    305390        -test -z "$(cc1lib_PROGRAMS)" || rm -f $(cc1lib_PROGRAMS)
     391
    306392cc1$(EXEEXT): $(cc1_OBJECTS) $(cc1_DEPENDENCIES) $(EXTRA_cc1_DEPENDENCIES)
    307393        @rm -f cc1$(EXEEXT)
    308394        $(AM_V_CXXLD)$(CXXLINK) $(cc1_OBJECTS) $(cc1_LDADD) $(LIBS)
     395
    309396cfa$(EXEEXT): $(cfa_OBJECTS) $(cfa_DEPENDENCIES) $(EXTRA_cfa_DEPENDENCIES)
    310397        @rm -f cfa$(EXEEXT)
     
    334421@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    335422
    336 ID: $(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
    344 tags: TAGS
    345 
    346 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    347                 $(TAGS_FILES) $(LISP)
     423ID: $(am__tagged_files)
     424        $(am__define_uniq_tagged_files); mkid -fID $$unique
     425tags: tags-am
     426TAGS: tags
     427
     428tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    348429        set x; \
    349430        here=`pwd`; \
    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; }; }'`; \
     431        $(am__define_uniq_tagged_files); \
    356432        shift; \
    357433        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
     
    365441          fi; \
    366442        fi
    367 ctags: CTAGS
    368 CTAGS:  $(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; }; }'`; \
     443ctags: ctags-am
     444
     445CTAGS: ctags
     446ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
     447        $(am__define_uniq_tagged_files); \
    376448        test -z "$(CTAGS_ARGS)$$unique" \
    377449          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     
    382454          && $(am__cd) $(top_srcdir) \
    383455          && gtags -i $(GTAGS_ARGS) "$$here"
     456cscopelist: cscopelist-am
     457
     458cscopelist-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
    384471
    385472distclean-tags:
     
    526613.MAKE: install-am install-strip
    527614
    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
     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
    541629
    542630
  • src/examples/Makefile.in

    rc8c03683 r7ff30d07  
    1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
     1# Makefile.in generated by automake 1.14.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
    6 # Foundation, Inc.
     4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
     5
    76# This Makefile.in is free software; the Free Software Foundation
    87# gives unlimited permission to copy and/or distribute it,
     
    2019
    2120VPATH = @srcdir@
     21am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
     22am__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
     64am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     65am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    2266pkgdatadir = $(datadir)/@PACKAGE@
    2367pkgincludedir = $(includedir)/@PACKAGE@
     
    3983        avl_test$(EXEEXT)
    4084subdir = src/examples
    41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
     85DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
     86        $(top_srcdir)/automake/depcomp
    4287ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    4388am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    61106vector_test_OBJECTS = $(am_vector_test_OBJECTS)
    62107vector_test_LDADD = $(LDADD)
     108AM_V_P = $(am__v_P_@AM_V@)
     109am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
     110am__v_P_0 = false
     111am__v_P_1 = :
     112AM_V_GEN = $(am__v_GEN_@AM_V@)
     113am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
     114am__v_GEN_0 = @echo "  GEN     " $@;
     115am__v_GEN_1 =
     116AM_V_at = $(am__v_at_@AM_V@)
     117am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
     118am__v_at_0 = @
     119am__v_at_1 =
    63120DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    64121depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
     
    68125am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    69126am__v_lt_0 = --silent
     127am__v_lt_1 =
    70128COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    71129        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    72130AM_V_CC = $(am__v_CC_@AM_V@)
    73131am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    74 am__v_CC_0 = @echo "  CC    " $@;
    75 AM_V_at = $(am__v_at_@AM_V@)
    76 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    77 am__v_at_0 = @
     132am__v_CC_0 = @echo "  CC      " $@;
     133am__v_CC_1 =
    78134CCLD = $(CC)
    79135LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    80136AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    81137am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    82 am__v_CCLD_0 = @echo "  CCLD  " $@;
    83 AM_V_GEN = $(am__v_GEN_@AM_V@)
    84 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    85 am__v_GEN_0 = @echo "  GEN   " $@;
     138am__v_CCLD_0 = @echo "  CCLD    " $@;
     139am__v_CCLD_1 =
    86140SOURCES = $(avl_test_SOURCES) $(fstream_test_SOURCES) \
    87141        $(vector_test_SOURCES)
    88142DIST_SOURCES = $(avl_test_SOURCES) $(fstream_test_SOURCES) \
    89143        $(vector_test_SOURCES)
     144am__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
     149am__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.
     153am__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.
     161am__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)`
    90166ETAGS = etags
    91167CTAGS = ctags
     
    238314clean-noinstPROGRAMS:
    239315        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
     316
    240317avl_test$(EXEEXT): $(avl_test_OBJECTS) $(avl_test_DEPENDENCIES) $(EXTRA_avl_test_DEPENDENCIES)
    241318        @rm -f avl_test$(EXEEXT)
    242319        $(AM_V_CCLD)$(LINK) $(avl_test_OBJECTS) $(avl_test_LDADD) $(LIBS)
     320
    243321fstream_test$(EXEEXT): $(fstream_test_OBJECTS) $(fstream_test_DEPENDENCIES) $(EXTRA_fstream_test_DEPENDENCIES)
    244322        @rm -f fstream_test$(EXEEXT)
    245323        $(AM_V_CCLD)$(LINK) $(fstream_test_OBJECTS) $(fstream_test_LDADD) $(LIBS)
     324
    246325vector_test$(EXEEXT): $(vector_test_OBJECTS) $(vector_test_DEPENDENCIES) $(EXTRA_vector_test_DEPENDENCIES)
    247326        @rm -f vector_test$(EXEEXT)
     
    271350@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    272351@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    273 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
     352@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
    274353
    275354.c.obj:
     
    278357@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    279358@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    280 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
     359@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    281360
    282361avl_test.o: avltree/avl_test.c
     
    378457@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`
    379458
    380 ID: $(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
    388 tags: TAGS
    389 
    390 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    391                 $(TAGS_FILES) $(LISP)
     459ID: $(am__tagged_files)
     460        $(am__define_uniq_tagged_files); mkid -fID $$unique
     461tags: tags-am
     462TAGS: tags
     463
     464tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    392465        set x; \
    393466        here=`pwd`; \
    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; }; }'`; \
     467        $(am__define_uniq_tagged_files); \
    400468        shift; \
    401469        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
     
    409477          fi; \
    410478        fi
    411 ctags: CTAGS
    412 CTAGS:  $(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; }; }'`; \
     479ctags: ctags-am
     480
     481CTAGS: ctags
     482ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
     483        $(am__define_uniq_tagged_files); \
    420484        test -z "$(CTAGS_ARGS)$$unique" \
    421485          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     
    426490          && $(am__cd) $(top_srcdir) \
    427491          && gtags -i $(GTAGS_ARGS) "$$here"
     492cscopelist: cscopelist-am
     493
     494cscopelist-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
    428507
    429508distclean-tags:
     
    565644.MAKE: install-am install-strip
    566645
    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 \
     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 \
    576655        maintainer-clean-generic mostlyclean mostlyclean-compile \
    577         mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
     656        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
    578657        uninstall-am
    579658
  • src/libcfa/Makefile.in

    rc8c03683 r7ff30d07  
    1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
     1# Makefile.in generated by automake 1.14.1 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
    6 # Foundation, Inc.
     4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
     5
    76# This Makefile.in is free software; the Free Software Foundation
    87# gives unlimited permission to copy and/or distribute it,
     
    2221
    2322VPATH = @srcdir@
     23am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
     24am__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
     66am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     67am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    2468pkgdatadir = $(datadir)/@PACKAGE@
    2569pkgincludedir = $(includedir)/@PACKAGE@
     
    3983POST_UNINSTALL = :
    4084subdir = src/libcfa
    41 DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
    42         $(srcdir)/Makefile.in
     85DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
     86        $(top_srcdir)/automake/depcomp $(include_HEADERS)
    4387ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    4488am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    83127AM_V_AR = $(am__v_AR_@AM_V@)
    84128am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
    85 am__v_AR_0 = @echo "  AR    " $@;
    86 AM_V_at = $(am__v_at_@AM_V@)
    87 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    88 am__v_at_0 = @
     129am__v_AR_0 = @echo "  AR      " $@;
     130am__v_AR_1 =
    89131libcfa_a_AR = $(AR) $(ARFLAGS)
    90132libcfa_a_LIBADD =
     
    94136am_libcfa_a_OBJECTS = libcfa-prelude.$(OBJEXT) $(am__objects_1)
    95137libcfa_a_OBJECTS = $(am_libcfa_a_OBJECTS)
     138AM_V_P = $(am__v_P_@AM_V@)
     139am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
     140am__v_P_0 = false
     141am__v_P_1 = :
     142AM_V_GEN = $(am__v_GEN_@AM_V@)
     143am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
     144am__v_GEN_0 = @echo "  GEN     " $@;
     145am__v_GEN_1 =
     146AM_V_at = $(am__v_at_@AM_V@)
     147am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
     148am__v_at_0 = @
     149am__v_at_1 =
    96150DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    97151depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
     
    102156AM_V_CC = $(am__v_CC_@AM_V@)
    103157am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    104 am__v_CC_0 = @echo "  CC    " $@;
     158am__v_CC_0 = @echo "  CC      " $@;
     159am__v_CC_1 =
    105160CCLD = $(CC)
    106161LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    107162AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    108163am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    109 am__v_CCLD_0 = @echo "  CCLD  " $@;
    110 AM_V_GEN = $(am__v_GEN_@AM_V@)
    111 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    112 am__v_GEN_0 = @echo "  GEN   " $@;
     164am__v_CCLD_0 = @echo "  CCLD    " $@;
     165am__v_CCLD_1 =
    113166SOURCES = $(libcfa_a_SOURCES)
    114167DIST_SOURCES = $(libcfa_a_SOURCES)
     168am__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
    115173DATA = $(cfalib_DATA)
    116174HEADERS = $(include_HEADERS)
     175am__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.
     179am__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.
     187am__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)`
    117192ETAGS = etags
    118193CTAGS = ctags
     
    134209CFA_LIBDIR = @CFA_LIBDIR@
    135210CFA_PREFIX = @CFA_PREFIX@
    136 CFLAGS = -quiet -g -Wall -Wno-unused-function -B${abs_top_srcdir}/src/driver -XCFA -t  # TEMPORARY: does not build with -O2
     211CFLAGS = -g -Wall -Wno-unused-function -B${abs_top_srcdir}/src/driver -XCFA -t  # TEMPORARY: does not build with -O2
    137212CPP = @CPP@
    138213CPPFLAGS = @CPPFLAGS@
     
    271346install-libLIBRARIES: $(lib_LIBRARIES)
    272347        @$(NORMAL_INSTALL)
    273         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
    274348        @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
    275349        list2=; for p in $$list; do \
     
    279353        done; \
    280354        test -z "$$list2" || { \
     355          echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
     356          $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
    281357          echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
    282358          $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
     
    299375clean-libLIBRARIES:
    300376        -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
     377
    301378libcfa.a: $(libcfa_a_OBJECTS) $(libcfa_a_DEPENDENCIES) $(EXTRA_libcfa_a_DEPENDENCIES)
    302379        $(AM_V_at)-rm -f libcfa.a
     
    324401@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    325402@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    326 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
     403@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
    327404
    328405.c.obj:
     
    331408@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    332409@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    333 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
     410@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    334411install-cfalibDATA: $(cfalib_DATA)
    335412        @$(NORMAL_INSTALL)
    336         test -z "$(cfalibdir)" || $(MKDIR_P) "$(DESTDIR)$(cfalibdir)"
    337413        @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; \
    338418        for p in $$list; do \
    339419          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
     
    352432install-includeHEADERS: $(include_HEADERS)
    353433        @$(NORMAL_INSTALL)
    354         test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
    355434        @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; \
    356439        for p in $$list; do \
    357440          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
     
    369452        dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
    370453
    371 ID: $(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
    379 tags: TAGS
    380 
    381 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    382                 $(TAGS_FILES) $(LISP)
     454ID: $(am__tagged_files)
     455        $(am__define_uniq_tagged_files); mkid -fID $$unique
     456tags: tags-am
     457TAGS: tags
     458
     459tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    383460        set x; \
    384461        here=`pwd`; \
    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; }; }'`; \
     462        $(am__define_uniq_tagged_files); \
    391463        shift; \
    392464        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
     
    400472          fi; \
    401473        fi
    402 ctags: CTAGS
    403 CTAGS:  $(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; }; }'`; \
     474ctags: ctags-am
     475
     476CTAGS: ctags
     477ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
     478        $(am__define_uniq_tagged_files); \
    411479        test -z "$(CTAGS_ARGS)$$unique" \
    412480          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     
    417485          && $(am__cd) $(top_srcdir) \
    418486          && gtags -i $(GTAGS_ARGS) "$$here"
     487cscopelist: cscopelist-am
     488
     489cscopelist-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
    419502
    420503distclean-tags:
     
    562645.MAKE: install-am install-strip
    563646
    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 \
     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 \
    574657        maintainer-clean-generic mostlyclean mostlyclean-compile \
    575         mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
     658        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
    576659        uninstall-am uninstall-cfalibDATA uninstall-includeHEADERS \
    577660        uninstall-libLIBRARIES
Note: See TracChangeset for help on using the changeset viewer.