| ... | ... |
@@ -1,9 +1,8 @@ |
| 1 |
-# Makefile.in generated by automake 1.11.3 from Makefile.am. |
|
| 1 |
+# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
| 2 | 2 |
# @configure_input@ |
| 3 | 3 |
|
| 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 |
+ |
|
| 7 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
| 8 | 7 |
# gives unlimited permission to copy and/or distribute it, |
| 9 | 8 |
# with or without modifications, as long as this notice is preserved. |
| ... | ... |
@@ -35,6 +34,51 @@ |
| 35 | 35 |
|
| 36 | 36 |
|
| 37 | 37 |
VPATH = @srcdir@ |
| 38 |
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
| 39 |
+am__make_running_with_option = \ |
|
| 40 |
+ case $${target_option-} in \
|
|
| 41 |
+ ?) ;; \ |
|
| 42 |
+ *) echo "am__make_running_with_option: internal error: invalid" \ |
|
| 43 |
+ "target option '$${target_option-}' specified" >&2; \
|
|
| 44 |
+ exit 1;; \ |
|
| 45 |
+ esac; \ |
|
| 46 |
+ has_opt=no; \ |
|
| 47 |
+ sane_makeflags=$$MAKEFLAGS; \ |
|
| 48 |
+ if $(am__is_gnu_make); then \ |
|
| 49 |
+ sane_makeflags=$$MFLAGS; \ |
|
| 50 |
+ else \ |
|
| 51 |
+ case $$MAKEFLAGS in \ |
|
| 52 |
+ *\\[\ \ ]*) \ |
|
| 53 |
+ bs=\\; \ |
|
| 54 |
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
|
| 55 |
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
|
| 56 |
+ esac; \ |
|
| 57 |
+ fi; \ |
|
| 58 |
+ skip_next=no; \ |
|
| 59 |
+ strip_trailopt () \ |
|
| 60 |
+ { \
|
|
| 61 |
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
|
| 62 |
+ }; \ |
|
| 63 |
+ for flg in $$sane_makeflags; do \ |
|
| 64 |
+ test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
| 65 |
+ case $$flg in \ |
|
| 66 |
+ *=*|--*) continue;; \ |
|
| 67 |
+ -*I) strip_trailopt 'I'; skip_next=yes;; \ |
|
| 68 |
+ -*I?*) strip_trailopt 'I';; \ |
|
| 69 |
+ -*O) strip_trailopt 'O'; skip_next=yes;; \ |
|
| 70 |
+ -*O?*) strip_trailopt 'O';; \ |
|
| 71 |
+ -*l) strip_trailopt 'l'; skip_next=yes;; \ |
|
| 72 |
+ -*l?*) strip_trailopt 'l';; \ |
|
| 73 |
+ -[dEDm]) skip_next=yes;; \ |
|
| 74 |
+ -[JT]) skip_next=yes;; \ |
|
| 75 |
+ esac; \ |
|
| 76 |
+ case $$flg in \ |
|
| 77 |
+ *$$target_option*) has_opt=yes; break;; \ |
|
| 78 |
+ esac; \ |
|
| 79 |
+ done; \ |
|
| 80 |
+ test $$has_opt = yes |
|
| 81 |
+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
|
| 82 |
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
|
| 38 | 83 |
pkgdatadir = $(datadir)/@PACKAGE@ |
| 39 | 84 |
pkgincludedir = $(includedir)/@PACKAGE@ |
| 40 | 85 |
pkglibdir = $(libdir)/@PACKAGE@ |
| ... | ... |
@@ -56,10 +100,10 @@ host_triplet = @host@ |
| 56 | 56 |
target_triplet = @target@ |
| 57 | 57 |
@ENABLE_CLAMSUBMIT_TRUE@am__append_1 = clamsubmit |
| 58 | 58 |
subdir = . |
| 59 |
-DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ |
|
| 60 |
- $(srcdir)/Makefile.in $(srcdir)/clamav-config.h.in \ |
|
| 61 |
- $(srcdir)/clamav-config.in $(srcdir)/libclamav.pc.in \ |
|
| 62 |
- $(srcdir)/platform.h.in $(top_srcdir)/configure \ |
|
| 59 |
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
|
| 60 |
+ $(top_srcdir)/configure $(am__configure_deps) \ |
|
| 61 |
+ $(srcdir)/clamav-config.h.in $(srcdir)/clamav-config.in \ |
|
| 62 |
+ $(srcdir)/libclamav.pc.in $(srcdir)/platform.h.in \ |
|
| 63 | 63 |
$(top_srcdir)/docs/man/clamav-milter.8.in \ |
| 64 | 64 |
$(top_srcdir)/docs/man/clamav-milter.conf.5.in \ |
| 65 | 65 |
$(top_srcdir)/docs/man/clambc.1.in \ |
| ... | ... |
@@ -67,16 +111,21 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ |
| 67 | 67 |
$(top_srcdir)/docs/man/clamd.8.in \ |
| 68 | 68 |
$(top_srcdir)/docs/man/clamd.conf.5.in \ |
| 69 | 69 |
$(top_srcdir)/docs/man/clamdscan.1.in \ |
| 70 |
- $(top_srcdir)/docs/man/clamdtop.1.in \ |
|
| 71 | 70 |
$(top_srcdir)/docs/man/clamscan.1.in \ |
| 72 |
- $(top_srcdir)/docs/man/clamsubmit.1.in \ |
|
| 73 | 71 |
$(top_srcdir)/docs/man/freshclam.1.in \ |
| 74 | 72 |
$(top_srcdir)/docs/man/freshclam.conf.5.in \ |
| 75 |
- $(top_srcdir)/docs/man/sigtool.1.in AUTHORS COPYING ChangeLog \ |
|
| 76 |
- INSTALL NEWS config/compile config/config.guess \ |
|
| 77 |
- config/config.rpath config/config.sub config/depcomp \ |
|
| 78 |
- config/install-sh config/ltmain.sh config/missing \ |
|
| 79 |
- config/ylwrap |
|
| 73 |
+ $(top_srcdir)/docs/man/sigtool.1.in \ |
|
| 74 |
+ $(top_srcdir)/docs/man/clamdtop.1.in \ |
|
| 75 |
+ $(top_srcdir)/docs/man/clamsubmit.1.in AUTHORS COPYING \ |
|
| 76 |
+ ChangeLog INSTALL NEWS README config/compile \ |
|
| 77 |
+ config/config.guess config/config.rpath config/config.sub \ |
|
| 78 |
+ config/depcomp config/install-sh config/missing config/ylwrap \ |
|
| 79 |
+ config/ltmain.sh $(top_srcdir)/config/compile \ |
|
| 80 |
+ $(top_srcdir)/config/config.guess \ |
|
| 81 |
+ $(top_srcdir)/config/config.rpath \ |
|
| 82 |
+ $(top_srcdir)/config/config.sub \ |
|
| 83 |
+ $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \ |
|
| 84 |
+ $(top_srcdir)/config/missing |
|
| 80 | 85 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 81 | 86 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
| 82 | 87 |
$(top_srcdir)/m4/argz.m4 \ |
| ... | ... |
@@ -187,29 +236,63 @@ am__uninstall_files_from_dir = { \
|
| 187 | 187 |
} |
| 188 | 188 |
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" |
| 189 | 189 |
SCRIPTS = $(bin_SCRIPTS) |
| 190 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 191 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 192 |
+am__v_P_0 = false |
|
| 193 |
+am__v_P_1 = : |
|
| 190 | 194 |
AM_V_GEN = $(am__v_GEN_@AM_V@) |
| 191 | 195 |
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| 192 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 196 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 197 |
+am__v_GEN_1 = |
|
| 193 | 198 |
AM_V_at = $(am__v_at_@AM_V@) |
| 194 | 199 |
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| 195 | 200 |
am__v_at_0 = @ |
| 201 |
+am__v_at_1 = |
|
| 196 | 202 |
SOURCES = |
| 197 | 203 |
DIST_SOURCES = |
| 198 |
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
|
| 199 |
- html-recursive info-recursive install-data-recursive \ |
|
| 200 |
- install-dvi-recursive install-exec-recursive \ |
|
| 201 |
- install-html-recursive install-info-recursive \ |
|
| 202 |
- install-pdf-recursive install-ps-recursive install-recursive \ |
|
| 203 |
- installcheck-recursive installdirs-recursive pdf-recursive \ |
|
| 204 |
- ps-recursive uninstall-recursive |
|
| 204 |
+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ |
|
| 205 |
+ ctags-recursive dvi-recursive html-recursive info-recursive \ |
|
| 206 |
+ install-data-recursive install-dvi-recursive \ |
|
| 207 |
+ install-exec-recursive install-html-recursive \ |
|
| 208 |
+ install-info-recursive install-pdf-recursive \ |
|
| 209 |
+ install-ps-recursive install-recursive installcheck-recursive \ |
|
| 210 |
+ installdirs-recursive pdf-recursive ps-recursive \ |
|
| 211 |
+ tags-recursive uninstall-recursive |
|
| 212 |
+am__can_run_installinfo = \ |
|
| 213 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 214 |
+ n|no|NO) false;; \ |
|
| 215 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 216 |
+ esac |
|
| 205 | 217 |
DATA = $(pkgconfig_DATA) |
| 206 | 218 |
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
| 207 | 219 |
distclean-recursive maintainer-clean-recursive |
| 208 |
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ |
|
| 209 |
- $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ |
|
| 210 |
- distdir dist dist-all distcheck |
|
| 220 |
+am__recursive_targets = \ |
|
| 221 |
+ $(RECURSIVE_TARGETS) \ |
|
| 222 |
+ $(RECURSIVE_CLEAN_TARGETS) \ |
|
| 223 |
+ $(am__extra_recursive_targets) |
|
| 224 |
+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
|
| 225 |
+ cscope distdir dist dist-all distcheck |
|
| 226 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ |
|
| 227 |
+ $(LISP)clamav-config.h.in |
|
| 228 |
+# Read a list of newline-separated strings from the standard input, |
|
| 229 |
+# and print each of them once, without duplicates. Input order is |
|
| 230 |
+# *not* preserved. |
|
| 231 |
+am__uniquify_input = $(AWK) '\ |
|
| 232 |
+ BEGIN { nonempty = 0; } \
|
|
| 233 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 234 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 235 |
+' |
|
| 236 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 237 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 238 |
+# for different programs/libraries. |
|
| 239 |
+am__define_uniq_tagged_files = \ |
|
| 240 |
+ list='$(am__tagged_files)'; \ |
|
| 241 |
+ unique=`for i in $$list; do \ |
|
| 242 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 243 |
+ done | $(am__uniquify_input)` |
|
| 211 | 244 |
ETAGS = etags |
| 212 | 245 |
CTAGS = ctags |
| 246 |
+CSCOPE = cscope |
|
| 213 | 247 |
DIST_SUBDIRS = libltdl libclamav clamscan clamd clamdscan freshclam \ |
| 214 | 248 |
sigtool clamconf database docs etc clamav-milter test clamdtop \ |
| 215 | 249 |
clambc unit_tests clamsubmit |
| ... | ... |
@@ -222,6 +305,7 @@ am__remove_distdir = \ |
| 222 | 222 |
&& rm -rf "$(distdir)" \ |
| 223 | 223 |
|| { sleep 5 && rm -rf "$(distdir)"; }; \
|
| 224 | 224 |
else :; fi |
| 225 |
+am__post_remove_distdir = $(am__remove_distdir) |
|
| 225 | 226 |
am__relativize = \ |
| 226 | 227 |
dir0=`pwd`; \ |
| 227 | 228 |
sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
| ... | ... |
@@ -249,6 +333,7 @@ am__relativize = \ |
| 249 | 249 |
reldir="$$dir2" |
| 250 | 250 |
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 |
| 251 | 251 |
GZIP_ENV = --best |
| 252 |
+DIST_TARGETS = dist-bzip2 dist-gzip |
|
| 252 | 253 |
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ |
| 253 | 254 |
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' |
| 254 | 255 |
distcleancheck_listfiles = find . -type f -print |
| ... | ... |
@@ -504,8 +589,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 504 | 504 |
$(am__aclocal_m4_deps): |
| 505 | 505 |
|
| 506 | 506 |
clamav-config.h: stamp-h1 |
| 507 |
- @if test ! -f $@; then rm -f stamp-h1; else :; fi |
|
| 508 |
- @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi |
|
| 507 |
+ @test -f $@ || rm -f stamp-h1 |
|
| 508 |
+ @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 |
|
| 509 | 509 |
|
| 510 | 510 |
stamp-h1: $(srcdir)/clamav-config.h.in $(top_builddir)/config.status |
| 511 | 511 |
@rm -f stamp-h1 |
| ... | ... |
@@ -551,8 +636,11 @@ docs/man/clamsubmit.1: $(top_builddir)/config.status $(top_srcdir)/docs/man/clam |
| 551 | 551 |
cd $(top_builddir) && $(SHELL) ./config.status $@ |
| 552 | 552 |
install-binSCRIPTS: $(bin_SCRIPTS) |
| 553 | 553 |
@$(NORMAL_INSTALL) |
| 554 |
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" |
|
| 555 | 554 |
@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ |
| 555 |
+ if test -n "$$list"; then \ |
|
| 556 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
|
| 557 |
+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
|
| 558 |
+ fi; \ |
|
| 556 | 559 |
for p in $$list; do \ |
| 557 | 560 |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| 558 | 561 |
if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ |
| ... | ... |
@@ -607,8 +695,11 @@ distclean-libtool: |
| 607 | 607 |
-rm -f libtool config.lt |
| 608 | 608 |
install-pkgconfigDATA: $(pkgconfig_DATA) |
| 609 | 609 |
@$(NORMAL_INSTALL) |
| 610 |
- test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" |
|
| 611 | 610 |
@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ |
| 611 |
+ if test -n "$$list"; then \ |
|
| 612 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ |
|
| 613 |
+ $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ |
|
| 614 |
+ fi; \ |
|
| 612 | 615 |
for p in $$list; do \ |
| 613 | 616 |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| 614 | 617 |
echo "$$d$$p"; \ |
| ... | ... |
@@ -625,22 +716,25 @@ uninstall-pkgconfigDATA: |
| 625 | 625 |
dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) |
| 626 | 626 |
|
| 627 | 627 |
# This directory's subdirectories are mostly independent; you can cd |
| 628 |
-# into them and run `make' without going through this Makefile. |
|
| 629 |
-# To change the values of `make' variables: instead of editing Makefiles, |
|
| 630 |
-# (1) if the variable is set in `config.status', edit `config.status' |
|
| 631 |
-# (which will cause the Makefiles to be regenerated when you run `make'); |
|
| 632 |
-# (2) otherwise, pass the desired values on the `make' command line. |
|
| 633 |
-$(RECURSIVE_TARGETS): |
|
| 634 |
- @fail= failcom='exit 1'; \ |
|
| 635 |
- for f in x $$MAKEFLAGS; do \ |
|
| 636 |
- case $$f in \ |
|
| 637 |
- *=* | --[!k]*);; \ |
|
| 638 |
- *k*) failcom='fail=yes';; \ |
|
| 639 |
- esac; \ |
|
| 640 |
- done; \ |
|
| 628 |
+# into them and run 'make' without going through this Makefile. |
|
| 629 |
+# To change the values of 'make' variables: instead of editing Makefiles, |
|
| 630 |
+# (1) if the variable is set in 'config.status', edit 'config.status' |
|
| 631 |
+# (which will cause the Makefiles to be regenerated when you run 'make'); |
|
| 632 |
+# (2) otherwise, pass the desired values on the 'make' command line. |
|
| 633 |
+$(am__recursive_targets): |
|
| 634 |
+ @fail=; \ |
|
| 635 |
+ if $(am__make_keepgoing); then \ |
|
| 636 |
+ failcom='fail=yes'; \ |
|
| 637 |
+ else \ |
|
| 638 |
+ failcom='exit 1'; \ |
|
| 639 |
+ fi; \ |
|
| 641 | 640 |
dot_seen=no; \ |
| 642 | 641 |
target=`echo $@ | sed s/-recursive//`; \ |
| 643 |
- list='$(SUBDIRS)'; for subdir in $$list; do \ |
|
| 642 |
+ case "$@" in \ |
|
| 643 |
+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
|
| 644 |
+ *) list='$(SUBDIRS)' ;; \ |
|
| 645 |
+ esac; \ |
|
| 646 |
+ for subdir in $$list; do \ |
|
| 644 | 647 |
echo "Making $$target in $$subdir"; \ |
| 645 | 648 |
if test "$$subdir" = "."; then \ |
| 646 | 649 |
dot_seen=yes; \ |
| ... | ... |
@@ -655,57 +749,12 @@ $(RECURSIVE_TARGETS): |
| 655 | 655 |
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| 656 | 656 |
fi; test -z "$$fail" |
| 657 | 657 |
|
| 658 |
-$(RECURSIVE_CLEAN_TARGETS): |
|
| 659 |
- @fail= failcom='exit 1'; \ |
|
| 660 |
- for f in x $$MAKEFLAGS; do \ |
|
| 661 |
- case $$f in \ |
|
| 662 |
- *=* | --[!k]*);; \ |
|
| 663 |
- *k*) failcom='fail=yes';; \ |
|
| 664 |
- esac; \ |
|
| 665 |
- done; \ |
|
| 666 |
- dot_seen=no; \ |
|
| 667 |
- case "$@" in \ |
|
| 668 |
- distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
|
| 669 |
- *) list='$(SUBDIRS)' ;; \ |
|
| 670 |
- esac; \ |
|
| 671 |
- rev=''; for subdir in $$list; do \ |
|
| 672 |
- if test "$$subdir" = "."; then :; else \ |
|
| 673 |
- rev="$$subdir $$rev"; \ |
|
| 674 |
- fi; \ |
|
| 675 |
- done; \ |
|
| 676 |
- rev="$$rev ."; \ |
|
| 677 |
- target=`echo $@ | sed s/-recursive//`; \ |
|
| 678 |
- for subdir in $$rev; do \ |
|
| 679 |
- echo "Making $$target in $$subdir"; \ |
|
| 680 |
- if test "$$subdir" = "."; then \ |
|
| 681 |
- local_target="$$target-am"; \ |
|
| 682 |
- else \ |
|
| 683 |
- local_target="$$target"; \ |
|
| 684 |
- fi; \ |
|
| 685 |
- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
|
| 686 |
- || eval $$failcom; \ |
|
| 687 |
- done && test -z "$$fail" |
|
| 688 |
-tags-recursive: |
|
| 689 |
- list='$(SUBDIRS)'; for subdir in $$list; do \ |
|
| 690 |
- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
|
| 691 |
- done |
|
| 692 |
-ctags-recursive: |
|
| 693 |
- list='$(SUBDIRS)'; for subdir in $$list; do \ |
|
| 694 |
- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
|
| 695 |
- done |
|
| 658 |
+ID: $(am__tagged_files) |
|
| 659 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 660 |
+tags: tags-recursive |
|
| 661 |
+TAGS: tags |
|
| 696 | 662 |
|
| 697 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 698 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 699 |
- unique=`for i in $$list; do \ |
|
| 700 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 701 |
- done | \ |
|
| 702 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 703 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 704 |
- mkid -fID $$unique |
|
| 705 |
-tags: TAGS |
|
| 706 |
- |
|
| 707 |
-TAGS: tags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIES) \ |
|
| 708 |
- $(TAGS_FILES) $(LISP) |
|
| 663 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 709 | 664 |
set x; \ |
| 710 | 665 |
here=`pwd`; \ |
| 711 | 666 |
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
| ... | ... |
@@ -721,12 +770,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIE |
| 721 | 721 |
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
| 722 | 722 |
fi; \ |
| 723 | 723 |
done; \ |
| 724 |
- list='$(SOURCES) $(HEADERS) clamav-config.h.in $(LISP) $(TAGS_FILES)'; \ |
|
| 725 |
- unique=`for i in $$list; do \ |
|
| 726 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 727 |
- done | \ |
|
| 728 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 729 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 724 |
+ $(am__define_uniq_tagged_files); \ |
|
| 730 | 725 |
shift; \ |
| 731 | 726 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 732 | 727 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -738,15 +782,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIE |
| 738 | 738 |
$$unique; \ |
| 739 | 739 |
fi; \ |
| 740 | 740 |
fi |
| 741 |
-ctags: CTAGS |
|
| 742 |
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIES) \ |
|
| 743 |
- $(TAGS_FILES) $(LISP) |
|
| 744 |
- list='$(SOURCES) $(HEADERS) clamav-config.h.in $(LISP) $(TAGS_FILES)'; \ |
|
| 745 |
- unique=`for i in $$list; do \ |
|
| 746 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 747 |
- done | \ |
|
| 748 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 749 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 741 |
+ctags: ctags-recursive |
|
| 742 |
+ |
|
| 743 |
+CTAGS: ctags |
|
| 744 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 745 |
+ $(am__define_uniq_tagged_files); \ |
|
| 750 | 746 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 751 | 747 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 752 | 748 |
$$unique |
| ... | ... |
@@ -755,9 +795,31 @@ GTAGS: |
| 755 | 755 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 756 | 756 |
&& $(am__cd) $(top_srcdir) \ |
| 757 | 757 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 758 |
+cscope: cscope.files |
|
| 759 |
+ test ! -s cscope.files \ |
|
| 760 |
+ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) |
|
| 761 |
+clean-cscope: |
|
| 762 |
+ -rm -f cscope.files |
|
| 763 |
+cscope.files: clean-cscope cscopelist |
|
| 764 |
+cscopelist: cscopelist-recursive |
|
| 765 |
+ |
|
| 766 |
+cscopelist-am: $(am__tagged_files) |
|
| 767 |
+ list='$(am__tagged_files)'; \ |
|
| 768 |
+ case "$(srcdir)" in \ |
|
| 769 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 770 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 771 |
+ esac; \ |
|
| 772 |
+ for i in $$list; do \ |
|
| 773 |
+ if test -f "$$i"; then \ |
|
| 774 |
+ echo "$(subdir)/$$i"; \ |
|
| 775 |
+ else \ |
|
| 776 |
+ echo "$$sdir/$$i"; \ |
|
| 777 |
+ fi; \ |
|
| 778 |
+ done >> $(top_builddir)/cscope.files |
|
| 758 | 779 |
|
| 759 | 780 |
distclean-tags: |
| 760 | 781 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 782 |
+ -rm -f cscope.out cscope.in.out cscope.po.out cscope.files |
|
| 761 | 783 |
|
| 762 | 784 |
distdir: $(DISTFILES) |
| 763 | 785 |
$(am__remove_distdir) |
| ... | ... |
@@ -793,13 +855,10 @@ distdir: $(DISTFILES) |
| 793 | 793 |
done |
| 794 | 794 |
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
| 795 | 795 |
if test "$$subdir" = .; then :; else \ |
| 796 |
- test -d "$(distdir)/$$subdir" \ |
|
| 797 |
- || $(MKDIR_P) "$(distdir)/$$subdir" \ |
|
| 798 |
- || exit 1; \ |
|
| 799 |
- fi; \ |
|
| 800 |
- done |
|
| 801 |
- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
|
| 802 |
- if test "$$subdir" = .; then :; else \ |
|
| 796 |
+ $(am__make_dryrun) \ |
|
| 797 |
+ || test -d "$(distdir)/$$subdir" \ |
|
| 798 |
+ || $(MKDIR_P) "$(distdir)/$$subdir" \ |
|
| 799 |
+ || exit 1; \ |
|
| 803 | 800 |
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
| 804 | 801 |
$(am__relativize); \ |
| 805 | 802 |
new_distdir=$$reldir; \ |
| ... | ... |
@@ -831,40 +890,41 @@ distdir: $(DISTFILES) |
| 831 | 831 |
|| chmod -R a+r "$(distdir)" |
| 832 | 832 |
dist-gzip: distdir |
| 833 | 833 |
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
| 834 |
- $(am__remove_distdir) |
|
| 834 |
+ $(am__post_remove_distdir) |
|
| 835 | 835 |
dist-bzip2: distdir |
| 836 | 836 |
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
|
| 837 |
- $(am__remove_distdir) |
|
| 837 |
+ $(am__post_remove_distdir) |
|
| 838 | 838 |
|
| 839 | 839 |
dist-lzip: distdir |
| 840 | 840 |
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
|
| 841 |
- $(am__remove_distdir) |
|
| 842 |
- |
|
| 843 |
-dist-lzma: distdir |
|
| 844 |
- tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma |
|
| 845 |
- $(am__remove_distdir) |
|
| 841 |
+ $(am__post_remove_distdir) |
|
| 846 | 842 |
|
| 847 | 843 |
dist-xz: distdir |
| 848 | 844 |
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
|
| 849 |
- $(am__remove_distdir) |
|
| 845 |
+ $(am__post_remove_distdir) |
|
| 850 | 846 |
|
| 851 | 847 |
dist-tarZ: distdir |
| 848 |
+ @echo WARNING: "Support for shar distribution archives is" \ |
|
| 849 |
+ "deprecated." >&2 |
|
| 850 |
+ @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
|
| 852 | 851 |
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
| 853 |
- $(am__remove_distdir) |
|
| 852 |
+ $(am__post_remove_distdir) |
|
| 854 | 853 |
|
| 855 | 854 |
dist-shar: distdir |
| 855 |
+ @echo WARNING: "Support for distribution archives compressed with" \ |
|
| 856 |
+ "legacy program 'compress' is deprecated." >&2 |
|
| 857 |
+ @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
|
| 856 | 858 |
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
| 857 |
- $(am__remove_distdir) |
|
| 859 |
+ $(am__post_remove_distdir) |
|
| 858 | 860 |
|
| 859 | 861 |
dist-zip: distdir |
| 860 | 862 |
-rm -f $(distdir).zip |
| 861 | 863 |
zip -rq $(distdir).zip $(distdir) |
| 862 |
- $(am__remove_distdir) |
|
| 864 |
+ $(am__post_remove_distdir) |
|
| 863 | 865 |
|
| 864 |
-dist dist-all: distdir |
|
| 865 |
- tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
|
| 866 |
- tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
|
|
| 867 |
- $(am__remove_distdir) |
|
| 866 |
+dist dist-all: |
|
| 867 |
+ $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' |
|
| 868 |
+ $(am__post_remove_distdir) |
|
| 868 | 869 |
|
| 869 | 870 |
# This target untars the dist file and tries a VPATH configuration. Then |
| 870 | 871 |
# it guarantees that the distribution is self-contained by making another |
| ... | ... |
@@ -875,8 +935,6 @@ distcheck: dist |
| 875 | 875 |
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ |
| 876 | 876 |
*.tar.bz2*) \ |
| 877 | 877 |
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
| 878 |
- *.tar.lzma*) \ |
|
| 879 |
- lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ |
|
| 880 | 878 |
*.tar.lz*) \ |
| 881 | 879 |
lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ |
| 882 | 880 |
*.tar.xz*) \ |
| ... | ... |
@@ -888,18 +946,19 @@ distcheck: dist |
| 888 | 888 |
*.zip*) \ |
| 889 | 889 |
unzip $(distdir).zip ;;\ |
| 890 | 890 |
esac |
| 891 |
- chmod -R a-w $(distdir); chmod a+w $(distdir) |
|
| 892 |
- mkdir $(distdir)/_build |
|
| 893 |
- mkdir $(distdir)/_inst |
|
| 891 |
+ chmod -R a-w $(distdir) |
|
| 892 |
+ chmod u+w $(distdir) |
|
| 893 |
+ mkdir $(distdir)/_build $(distdir)/_inst |
|
| 894 | 894 |
chmod a-w $(distdir) |
| 895 | 895 |
test -d $(distdir)/_build || exit 0; \ |
| 896 | 896 |
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
| 897 | 897 |
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
| 898 | 898 |
&& am__cwd=`pwd` \ |
| 899 | 899 |
&& $(am__cd) $(distdir)/_build \ |
| 900 |
- && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
|
| 900 |
+ && ../configure \ |
|
| 901 | 901 |
$(AM_DISTCHECK_CONFIGURE_FLAGS) \ |
| 902 | 902 |
$(DISTCHECK_CONFIGURE_FLAGS) \ |
| 903 |
+ --srcdir=.. --prefix="$$dc_install_base" \ |
|
| 903 | 904 |
&& $(MAKE) $(AM_MAKEFLAGS) \ |
| 904 | 905 |
&& $(MAKE) $(AM_MAKEFLAGS) dvi \ |
| 905 | 906 |
&& $(MAKE) $(AM_MAKEFLAGS) check \ |
| ... | ... |
@@ -922,7 +981,7 @@ distcheck: dist |
| 922 | 922 |
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ |
| 923 | 923 |
&& cd "$$am__cwd" \ |
| 924 | 924 |
|| exit 1 |
| 925 |
- $(am__remove_distdir) |
|
| 925 |
+ $(am__post_remove_distdir) |
|
| 926 | 926 |
@(echo "$(distdir) archives ready for distribution: "; \ |
| 927 | 927 |
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
| 928 | 928 |
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
| ... | ... |
@@ -1061,26 +1120,25 @@ ps-am: |
| 1061 | 1061 |
|
| 1062 | 1062 |
uninstall-am: uninstall-binSCRIPTS uninstall-pkgconfigDATA |
| 1063 | 1063 |
|
| 1064 |
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ |
|
| 1065 |
- ctags-recursive install-am install-strip tags-recursive |
|
| 1066 |
- |
|
| 1067 |
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
|
| 1068 |
- all all-am am--refresh check check-am clean clean-generic \ |
|
| 1069 |
- clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ |
|
| 1070 |
- dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \ |
|
| 1071 |
- dist-xz dist-zip distcheck distclean distclean-generic \ |
|
| 1072 |
- distclean-hdr distclean-libtool distclean-tags distcleancheck \ |
|
| 1073 |
- distdir distuninstallcheck dvi dvi-am html html-am info \ |
|
| 1074 |
- info-am install install-am install-binSCRIPTS install-data \ |
|
| 1075 |
- install-data-am install-dvi install-dvi-am install-exec \ |
|
| 1076 |
- install-exec-am install-html install-html-am install-info \ |
|
| 1077 |
- install-info-am install-man install-pdf install-pdf-am \ |
|
| 1078 |
- install-pkgconfigDATA install-ps install-ps-am install-strip \ |
|
| 1079 |
- installcheck installcheck-am installcheck-binSCRIPTS \ |
|
| 1080 |
- installdirs installdirs-am maintainer-clean \ |
|
| 1081 |
- maintainer-clean-generic mostlyclean mostlyclean-generic \ |
|
| 1082 |
- mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ |
|
| 1083 |
- uninstall uninstall-am uninstall-binSCRIPTS \ |
|
| 1064 |
+.MAKE: $(am__recursive_targets) all install-am install-strip |
|
| 1065 |
+ |
|
| 1066 |
+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ |
|
| 1067 |
+ am--refresh check check-am clean clean-cscope clean-generic \ |
|
| 1068 |
+ clean-libtool cscope cscopelist-am ctags ctags-am dist \ |
|
| 1069 |
+ dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ |
|
| 1070 |
+ dist-tarZ dist-xz dist-zip distcheck distclean \ |
|
| 1071 |
+ distclean-generic distclean-hdr distclean-libtool \ |
|
| 1072 |
+ distclean-tags distcleancheck distdir distuninstallcheck dvi \ |
|
| 1073 |
+ dvi-am html html-am info info-am install install-am \ |
|
| 1074 |
+ install-binSCRIPTS install-data install-data-am install-dvi \ |
|
| 1075 |
+ install-dvi-am install-exec install-exec-am install-html \ |
|
| 1076 |
+ install-html-am install-info install-info-am install-man \ |
|
| 1077 |
+ install-pdf install-pdf-am install-pkgconfigDATA install-ps \ |
|
| 1078 |
+ install-ps-am install-strip installcheck installcheck-am \ |
|
| 1079 |
+ installcheck-binSCRIPTS installdirs installdirs-am \ |
|
| 1080 |
+ maintainer-clean maintainer-clean-generic mostlyclean \ |
|
| 1081 |
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 1082 |
+ tags tags-am uninstall uninstall-am uninstall-binSCRIPTS \ |
|
| 1084 | 1083 |
uninstall-pkgconfigDATA |
| 1085 | 1084 |
|
| 1086 | 1085 |
lcov: |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 |
-# generated automatically by aclocal 1.11.3 -*- Autoconf -*- |
|
| 1 |
+# generated automatically by aclocal 1.14.1 -*- Autoconf -*- |
|
| 2 |
+ |
|
| 3 |
+# Copyright (C) 1996-2013 Free Software Foundation, Inc. |
|
| 2 | 4 |
|
| 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. |
|
| 6 | 5 |
# This file is free software; the Free Software Foundation |
| 7 | 6 |
# gives unlimited permission to copy and/or distribute it, |
| 8 | 7 |
# with or without modifications, as long as this notice is preserved. |
| ... | ... |
@@ -12,33 +11,31 @@ |
| 12 | 12 |
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| 13 | 13 |
# PARTICULAR PURPOSE. |
| 14 | 14 |
|
| 15 |
+m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) |
|
| 15 | 16 |
m4_ifndef([AC_AUTOCONF_VERSION], |
| 16 | 17 |
[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. |
|
| 18 |
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, |
|
| 19 |
+[m4_warning([this file was generated for autoconf 2.69. |
|
| 19 | 20 |
You have another version of autoconf. It may work, but is not guaranteed to. |
| 20 | 21 |
If 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 |
+To do so, use the procedure documented by the package, typically 'autoreconf'.])]) |
|
| 22 | 23 |
|
| 23 |
-# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software |
|
| 24 |
-# Foundation, Inc. |
|
| 24 |
+# Copyright (C) 2002-2013 Free Software Foundation, Inc. |
|
| 25 | 25 |
# |
| 26 | 26 |
# This file is free software; the Free Software Foundation |
| 27 | 27 |
# gives unlimited permission to copy and/or distribute it, |
| 28 | 28 |
# with or without modifications, as long as this notice is preserved. |
| 29 | 29 |
|
| 30 |
-# serial 1 |
|
| 31 |
- |
|
| 32 | 30 |
# AM_AUTOMAKE_VERSION(VERSION) |
| 33 | 31 |
# ---------------------------- |
| 34 | 32 |
# Automake X.Y traces this macro to ensure aclocal.m4 has been |
| 35 | 33 |
# generated from the m4 files accompanying Automake X.Y. |
| 36 | 34 |
# (This private macro should not be called outside this file.) |
| 37 | 35 |
AC_DEFUN([AM_AUTOMAKE_VERSION], |
| 38 |
-[am__api_version='1.11' |
|
| 36 |
+[am__api_version='1.14' |
|
| 39 | 37 |
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to |
| 40 | 38 |
dnl require some minimum version. Point them to the right macro. |
| 41 |
-m4_if([$1], [1.11.3], [], |
|
| 39 |
+m4_if([$1], [1.14.1], [], |
|
| 42 | 40 |
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl |
| 43 | 41 |
]) |
| 44 | 42 |
|
| ... | ... |
@@ -54,24 +51,22 @@ m4_define([_AM_AUTOCONF_VERSION], []) |
| 54 | 54 |
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. |
| 55 | 55 |
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. |
| 56 | 56 |
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], |
| 57 |
-[AM_AUTOMAKE_VERSION([1.11.3])dnl |
|
| 57 |
+[AM_AUTOMAKE_VERSION([1.14.1])dnl |
|
| 58 | 58 |
m4_ifndef([AC_AUTOCONF_VERSION], |
| 59 | 59 |
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl |
| 60 | 60 |
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) |
| 61 | 61 |
|
| 62 | 62 |
# AM_AUX_DIR_EXPAND -*- Autoconf -*- |
| 63 | 63 |
|
| 64 |
-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. |
|
| 64 |
+# Copyright (C) 2001-2013 Free Software Foundation, Inc. |
|
| 65 | 65 |
# |
| 66 | 66 |
# This file is free software; the Free Software Foundation |
| 67 | 67 |
# gives unlimited permission to copy and/or distribute it, |
| 68 | 68 |
# with or without modifications, as long as this notice is preserved. |
| 69 | 69 |
|
| 70 |
-# serial 1 |
|
| 71 |
- |
|
| 72 | 70 |
# 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/../..'. |
|
| 71 |
+# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to |
|
| 72 |
+# '$srcdir', '$srcdir/..', or '$srcdir/../..'. |
|
| 75 | 73 |
# |
| 76 | 74 |
# Of course, Automake must honor this variable whenever it calls a |
| 77 | 75 |
# tool from the auxiliary directory. The problem is that $srcdir (and |
| ... | ... |
@@ -90,7 +85,7 @@ _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) |
| 90 | 90 |
# |
| 91 | 91 |
# The reason of the latter failure is that $top_srcdir and $ac_aux_dir |
| 92 | 92 |
# are both prefixed by $srcdir. In an in-source build this is usually |
| 93 |
-# harmless because $srcdir is `.', but things will broke when you |
|
| 93 |
+# harmless because $srcdir is '.', but things will broke when you |
|
| 94 | 94 |
# start a VPATH build or use an absolute $srcdir. |
| 95 | 95 |
# |
| 96 | 96 |
# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, |
| ... | ... |
@@ -116,22 +111,19 @@ am_aux_dir=`cd $ac_aux_dir && pwd` |
| 116 | 116 |
|
| 117 | 117 |
# AM_CONDITIONAL -*- Autoconf -*- |
| 118 | 118 |
|
| 119 |
-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 |
|
| 120 |
-# Free Software Foundation, Inc. |
|
| 119 |
+# Copyright (C) 1997-2013 Free Software Foundation, Inc. |
|
| 121 | 120 |
# |
| 122 | 121 |
# This file is free software; the Free Software Foundation |
| 123 | 122 |
# gives unlimited permission to copy and/or distribute it, |
| 124 | 123 |
# with or without modifications, as long as this notice is preserved. |
| 125 | 124 |
|
| 126 |
-# serial 9 |
|
| 127 |
- |
|
| 128 | 125 |
# AM_CONDITIONAL(NAME, SHELL-CONDITION) |
| 129 | 126 |
# ------------------------------------- |
| 130 | 127 |
# Define a conditional. |
| 131 | 128 |
AC_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 |
|
| 129 |
+[AC_PREREQ([2.52])dnl |
|
| 130 |
+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], |
|
| 131 |
+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl |
|
| 135 | 132 |
AC_SUBST([$1_TRUE])dnl |
| 136 | 133 |
AC_SUBST([$1_FALSE])dnl |
| 137 | 134 |
_AM_SUBST_NOTMAKE([$1_TRUE])dnl |
| ... | ... |
@@ -150,16 +142,14 @@ AC_CONFIG_COMMANDS_PRE( |
| 150 | 150 |
Usually this means the macro was only invoked conditionally.]]) |
| 151 | 151 |
fi])]) |
| 152 | 152 |
|
| 153 |
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, |
|
| 154 |
-# 2010, 2011 Free Software Foundation, Inc. |
|
| 153 |
+# Copyright (C) 1999-2013 Free Software Foundation, Inc. |
|
| 155 | 154 |
# |
| 156 | 155 |
# This file is free software; the Free Software Foundation |
| 157 | 156 |
# gives unlimited permission to copy and/or distribute it, |
| 158 | 157 |
# with or without modifications, as long as this notice is preserved. |
| 159 | 158 |
|
| 160 |
-# serial 12 |
|
| 161 | 159 |
|
| 162 |
-# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be |
|
| 160 |
+# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be |
|
| 163 | 161 |
# written in clear, in which case automake, when reading aclocal.m4, |
| 164 | 162 |
# will think it sees a *use*, and therefore will trigger all it's |
| 165 | 163 |
# C support machinery. Also note that it means that autoscan, seeing |
| ... | ... |
@@ -169,7 +159,7 @@ fi])]) |
| 169 | 169 |
# _AM_DEPENDENCIES(NAME) |
| 170 | 170 |
# ---------------------- |
| 171 | 171 |
# See how the compiler implements dependency checking. |
| 172 |
-# NAME is "CC", "CXX", "GCJ", or "OBJC". |
|
| 172 |
+# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". |
|
| 173 | 173 |
# We try a few techniques and use that to set a single cache variable. |
| 174 | 174 |
# |
| 175 | 175 |
# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was |
| ... | ... |
@@ -182,12 +172,13 @@ AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl |
| 182 | 182 |
AC_REQUIRE([AM_MAKE_INCLUDE])dnl |
| 183 | 183 |
AC_REQUIRE([AM_DEP_TRACK])dnl |
| 184 | 184 |
|
| 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=]) |
|
| 185 |
+m4_if([$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], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], |
|
| 189 |
+ [$1], [UPC], [depcc="$UPC" am_compiler_list=], |
|
| 190 |
+ [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], |
|
| 191 |
+ [depcc="$$1" am_compiler_list=]) |
|
| 191 | 192 |
|
| 192 | 193 |
AC_CACHE_CHECK([dependency style of $depcc], |
| 193 | 194 |
[am_cv_$1_dependencies_compiler_type], |
| ... | ... |
@@ -195,8 +186,8 @@ AC_CACHE_CHECK([dependency style of $depcc], |
| 195 | 195 |
# We make a subdir and do the tests there. Otherwise we can end up |
| 196 | 196 |
# making bogus files that we don't know about and never remove. For |
| 197 | 197 |
# 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'. |
|
| 198 |
+ # making a dummy file named 'D' -- because '-MD' means "put the output |
|
| 199 |
+ # in D". |
|
| 200 | 200 |
rm -rf conftest.dir |
| 201 | 201 |
mkdir conftest.dir |
| 202 | 202 |
# Copy depcomp to subdir because otherwise we won't find it if we're |
| ... | ... |
@@ -236,16 +227,16 @@ AC_CACHE_CHECK([dependency style of $depcc], |
| 236 | 236 |
: > sub/conftest.c |
| 237 | 237 |
for i in 1 2 3 4 5 6; do |
| 238 | 238 |
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 |
|
| 239 |
+ # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with |
|
| 240 |
+ # Solaris 10 /bin/sh. |
|
| 241 |
+ echo '/* dummy */' > sub/conftst$i.h |
|
| 242 | 242 |
done |
| 243 | 243 |
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
|
| 244 | 244 |
|
| 245 |
- # We check with `-c' and `-o' for the sake of the "dashmstdout" |
|
| 245 |
+ # We check with '-c' and '-o' for the sake of the "dashmstdout" |
|
| 246 | 246 |
# 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 |
|
| 247 |
+ # handle '-M -o', and we need to detect this. Also, some Intel |
|
| 248 |
+ # versions had trouble with output in subdirs. |
|
| 249 | 249 |
am__obj=sub/conftest.${OBJEXT-o}
|
| 250 | 250 |
am__minus_obj="-o $am__obj" |
| 251 | 251 |
case $depmode in |
| ... | ... |
@@ -254,8 +245,8 @@ AC_CACHE_CHECK([dependency style of $depcc], |
| 254 | 254 |
test "$am__universal" = false || continue |
| 255 | 255 |
;; |
| 256 | 256 |
nosideeffect) |
| 257 |
- # after this tag, mechanisms are not by side-effect, so they'll |
|
| 258 |
- # only be used when explicitly requested |
|
| 257 |
+ # After this tag, mechanisms are not by side-effect, so they'll |
|
| 258 |
+ # only be used when explicitly requested. |
|
| 259 | 259 |
if test "x$enable_dependency_tracking" = xyes; then |
| 260 | 260 |
continue |
| 261 | 261 |
else |
| ... | ... |
@@ -263,7 +254,7 @@ AC_CACHE_CHECK([dependency style of $depcc], |
| 263 | 263 |
fi |
| 264 | 264 |
;; |
| 265 | 265 |
msvc7 | msvc7msys | msvisualcpp | msvcmsys) |
| 266 |
- # This compiler won't grok `-c -o', but also, the minuso test has |
|
| 266 |
+ # This compiler won't grok '-c -o', but also, the minuso test has |
|
| 267 | 267 |
# not run yet. These depmodes are late enough in the game, and |
| 268 | 268 |
# so weak that their functioning should not be impacted. |
| 269 | 269 |
am__obj=conftest.${OBJEXT-o}
|
| ... | ... |
@@ -311,7 +302,7 @@ AM_CONDITIONAL([am__fastdep$1], [ |
| 311 | 311 |
# AM_SET_DEPDIR |
| 312 | 312 |
# ------------- |
| 313 | 313 |
# Choose a directory name for dependency files. |
| 314 |
-# This macro is AC_REQUIREd in _AM_DEPENDENCIES |
|
| 314 |
+# This macro is AC_REQUIREd in _AM_DEPENDENCIES. |
|
| 315 | 315 |
AC_DEFUN([AM_SET_DEPDIR], |
| 316 | 316 |
[AC_REQUIRE([AM_SET_LEADING_DOT])dnl |
| 317 | 317 |
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
|
| ... | ... |
@@ -321,9 +312,13 @@ AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
|
| 321 | 321 |
# AM_DEP_TRACK |
| 322 | 322 |
# ------------ |
| 323 | 323 |
AC_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]) |
|
| 324 |
+[AC_ARG_ENABLE([dependency-tracking], [dnl |
|
| 325 |
+AS_HELP_STRING( |
|
| 326 |
+ [--enable-dependency-tracking], |
|
| 327 |
+ [do not reject slow dependency extractors]) |
|
| 328 |
+AS_HELP_STRING( |
|
| 329 |
+ [--disable-dependency-tracking], |
|
| 330 |
+ [speeds up one-time build])]) |
|
| 327 | 331 |
if test "x$enable_dependency_tracking" != xno; then |
| 328 | 332 |
am_depcomp="$ac_aux_dir/depcomp" |
| 329 | 333 |
AMDEPBACKSLASH='\' |
| ... | ... |
@@ -338,20 +333,18 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl |
| 338 | 338 |
|
| 339 | 339 |
# Generate code to set up dependency tracking. -*- Autoconf -*- |
| 340 | 340 |
|
| 341 |
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 |
|
| 342 |
-# Free Software Foundation, Inc. |
|
| 341 |
+# Copyright (C) 1999-2013 Free Software Foundation, Inc. |
|
| 343 | 342 |
# |
| 344 | 343 |
# This file is free software; the Free Software Foundation |
| 345 | 344 |
# gives unlimited permission to copy and/or distribute it, |
| 346 | 345 |
# with or without modifications, as long as this notice is preserved. |
| 347 | 346 |
|
| 348 |
-#serial 5 |
|
| 349 | 347 |
|
| 350 | 348 |
# _AM_OUTPUT_DEPENDENCY_COMMANDS |
| 351 | 349 |
# ------------------------------ |
| 352 | 350 |
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], |
| 353 | 351 |
[{
|
| 354 |
- # Autoconf 2.62 quotes --file arguments for eval, but not when files |
|
| 352 |
+ # Older Autoconf quotes --file arguments for eval, but not when files |
|
| 355 | 353 |
# are listed without --file. Let's play safe and only enable the eval |
| 356 | 354 |
# if we detect the quoting. |
| 357 | 355 |
case $CONFIG_FILES in |
| ... | ... |
@@ -364,7 +357,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], |
| 364 | 364 |
# Strip MF so we end up with the name of the file. |
| 365 | 365 |
mf=`echo "$mf" | sed -e 's/:.*$//'` |
| 366 | 366 |
# Check whether this is an Automake generated Makefile or not. |
| 367 |
- # We used to match only the files named `Makefile.in', but |
|
| 367 |
+ # We used to match only the files named 'Makefile.in', but |
|
| 368 | 368 |
# some people rename them; so instead we look at the file content. |
| 369 | 369 |
# Grep'ing the first line is not enough: some people post-process |
| 370 | 370 |
# each Makefile.in and add a new line on top of each file to say so. |
| ... | ... |
@@ -376,21 +369,19 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], |
| 376 | 376 |
continue |
| 377 | 377 |
fi |
| 378 | 378 |
# Extract the definition of DEPDIR, am__include, and am__quote |
| 379 |
- # from the Makefile without running `make'. |
|
| 379 |
+ # from the Makefile without running 'make'. |
|
| 380 | 380 |
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
| 381 | 381 |
test -z "$DEPDIR" && continue |
| 382 | 382 |
am__include=`sed -n 's/^am__include = //p' < "$mf"` |
| 383 |
- test -z "am__include" && continue |
|
| 383 |
+ test -z "$am__include" && continue |
|
| 384 | 384 |
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"` |
|
| 387 | 385 |
# Find all dependency output files, they are included files with |
| 388 | 386 |
# $(DEPDIR) in their names. We invoke sed twice because it is the |
| 389 | 387 |
# simplest approach to changing $(DEPDIR) to its actual value in the |
| 390 | 388 |
# expansion. |
| 391 | 389 |
for file in `sed -n " |
| 392 | 390 |
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ |
| 393 |
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do |
|
| 391 |
+ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do |
|
| 394 | 392 |
# Make sure the directory exists. |
| 395 | 393 |
test -f "$dirpart/$file" && continue |
| 396 | 394 |
fdir=`AS_DIRNAME(["$file"])` |
| ... | ... |
@@ -408,7 +399,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], |
| 408 | 408 |
# This macro should only be invoked once -- use via AC_REQUIRE. |
| 409 | 409 |
# |
| 410 | 410 |
# This code is only required when automatic dependency tracking |
| 411 |
-# is enabled. FIXME. This creates each `.P' file that we will |
|
| 411 |
+# is enabled. FIXME. This creates each '.P' file that we will |
|
| 412 | 412 |
# need in order to bootstrap the dependency handling code. |
| 413 | 413 |
AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], |
| 414 | 414 |
[AC_CONFIG_COMMANDS([depfiles], |
| ... | ... |
@@ -418,18 +409,21 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], |
| 418 | 418 |
|
| 419 | 419 |
# Do all the work for Automake. -*- Autoconf -*- |
| 420 | 420 |
|
| 421 |
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
|
| 422 |
-# 2005, 2006, 2008, 2009 Free Software Foundation, Inc. |
|
| 421 |
+# Copyright (C) 1996-2013 Free Software Foundation, Inc. |
|
| 423 | 422 |
# |
| 424 | 423 |
# This file is free software; the Free Software Foundation |
| 425 | 424 |
# gives unlimited permission to copy and/or distribute it, |
| 426 | 425 |
# with or without modifications, as long as this notice is preserved. |
| 427 | 426 |
|
| 428 |
-# serial 16 |
|
| 429 |
- |
|
| 430 | 427 |
# This macro actually does too much. Some checks are only needed if |
| 431 | 428 |
# your package does certain things. But this isn't really a big deal. |
| 432 | 429 |
|
| 430 |
+dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. |
|
| 431 |
+m4_define([AC_PROG_CC], |
|
| 432 |
+m4_defn([AC_PROG_CC]) |
|
| 433 |
+[_AM_PROG_CC_C_O |
|
| 434 |
+]) |
|
| 435 |
+ |
|
| 433 | 436 |
# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) |
| 434 | 437 |
# AM_INIT_AUTOMAKE([OPTIONS]) |
| 435 | 438 |
# ----------------------------------------------- |
| ... | ... |
@@ -442,7 +436,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], |
| 442 | 442 |
# arguments mandatory, and then we can depend on a new Autoconf |
| 443 | 443 |
# release and drop the old call support. |
| 444 | 444 |
AC_DEFUN([AM_INIT_AUTOMAKE], |
| 445 |
-[AC_PREREQ([2.62])dnl |
|
| 445 |
+[AC_PREREQ([2.65])dnl |
|
| 446 | 446 |
dnl Autoconf wants to disallow AM_ names. We explicitly allow |
| 447 | 447 |
dnl the ones we care about. |
| 448 | 448 |
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl |
| ... | ... |
@@ -471,31 +465,40 @@ AC_SUBST([CYGPATH_W]) |
| 471 | 471 |
# Define the identity of the package. |
| 472 | 472 |
dnl Distinguish between old-style and new-style calls. |
| 473 | 473 |
m4_ifval([$2], |
| 474 |
-[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl |
|
| 474 |
+[AC_DIAGNOSE([obsolete], |
|
| 475 |
+ [$0: two- and three-arguments forms are deprecated.]) |
|
| 476 |
+m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl |
|
| 475 | 477 |
AC_SUBST([PACKAGE], [$1])dnl |
| 476 | 478 |
AC_SUBST([VERSION], [$2])], |
| 477 | 479 |
[_AM_SET_OPTIONS([$1])dnl |
| 478 | 480 |
dnl 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,, |
|
| 481 |
+m4_if( |
|
| 482 |
+ m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), |
|
| 483 |
+ [ok:ok],, |
|
| 480 | 484 |
[m4_fatal([AC_INIT should be called with package and version arguments])])dnl |
| 481 | 485 |
AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl |
| 482 | 486 |
AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl |
| 483 | 487 |
|
| 484 | 488 |
_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 |
|
| 489 |
+[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) |
|
| 490 |
+ AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl |
|
| 487 | 491 |
|
| 488 | 492 |
# Some tools Automake needs. |
| 489 | 493 |
AC_REQUIRE([AM_SANITY_CHECK])dnl |
| 490 | 494 |
AC_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) |
|
| 495 |
+AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
|
|
| 496 |
+AM_MISSING_PROG([AUTOCONF], [autoconf]) |
|
| 497 |
+AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
|
|
| 498 |
+AM_MISSING_PROG([AUTOHEADER], [autoheader]) |
|
| 499 |
+AM_MISSING_PROG([MAKEINFO], [makeinfo]) |
|
| 496 | 500 |
AC_REQUIRE([AM_PROG_INSTALL_SH])dnl |
| 497 | 501 |
AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl |
| 498 |
-AC_REQUIRE([AM_PROG_MKDIR_P])dnl |
|
| 502 |
+AC_REQUIRE([AC_PROG_MKDIR_P])dnl |
|
| 503 |
+# For better backward compatibility. To be removed once Automake 1.9.x |
|
| 504 |
+# dies out for good. For more background, see: |
|
| 505 |
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> |
|
| 506 |
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
|
| 507 |
+AC_SUBST([mkdir_p], ['$(MKDIR_P)']) |
|
| 499 | 508 |
# We need awk for the "check" target. The system "awk" is bad on |
| 500 | 509 |
# some platforms. |
| 501 | 510 |
AC_REQUIRE([AC_PROG_AWK])dnl |
| ... | ... |
@@ -506,34 +509,78 @@ _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], |
| 506 | 506 |
[_AM_PROG_TAR([v7])])]) |
| 507 | 507 |
_AM_IF_OPTION([no-dependencies],, |
| 508 | 508 |
[AC_PROVIDE_IFELSE([AC_PROG_CC], |
| 509 |
- [_AM_DEPENDENCIES(CC)], |
|
| 510 |
- [define([AC_PROG_CC], |
|
| 511 |
- defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl |
|
| 509 |
+ [_AM_DEPENDENCIES([CC])], |
|
| 510 |
+ [m4_define([AC_PROG_CC], |
|
| 511 |
+ m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl |
|
| 512 | 512 |
AC_PROVIDE_IFELSE([AC_PROG_CXX], |
| 513 |
- [_AM_DEPENDENCIES(CXX)], |
|
| 514 |
- [define([AC_PROG_CXX], |
|
| 515 |
- defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl |
|
| 513 |
+ [_AM_DEPENDENCIES([CXX])], |
|
| 514 |
+ [m4_define([AC_PROG_CXX], |
|
| 515 |
+ m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl |
|
| 516 | 516 |
AC_PROVIDE_IFELSE([AC_PROG_OBJC], |
| 517 |
- [_AM_DEPENDENCIES(OBJC)], |
|
| 518 |
- [define([AC_PROG_OBJC], |
|
| 519 |
- defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl |
|
| 517 |
+ [_AM_DEPENDENCIES([OBJC])], |
|
| 518 |
+ [m4_define([AC_PROG_OBJC], |
|
| 519 |
+ m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl |
|
| 520 |
+AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], |
|
| 521 |
+ [_AM_DEPENDENCIES([OBJCXX])], |
|
| 522 |
+ [m4_define([AC_PROG_OBJCXX], |
|
| 523 |
+ m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl |
|
| 520 | 524 |
]) |
| 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. |
|
| 525 |
+AC_REQUIRE([AM_SILENT_RULES])dnl |
|
| 526 |
+dnl The testsuite driver may need to know about EXEEXT, so add the |
|
| 527 |
+dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This |
|
| 528 |
+dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. |
|
| 525 | 529 |
AC_CONFIG_COMMANDS_PRE(dnl |
| 526 | 530 |
[m4_provide_if([_AM_COMPILER_EXEEXT], |
| 527 | 531 |
[AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl |
| 528 |
-]) |
|
| 529 | 532 |
|
| 530 |
-dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not |
|
| 533 |
+# POSIX will say in a future version that running "rm -f" with no argument |
|
| 534 |
+# is OK; and we want to be able to make that assumption in our Makefile |
|
| 535 |
+# recipes. So use an aggressive probe to check that the usage we want is |
|
| 536 |
+# actually supported "in the wild" to an acceptable degree. |
|
| 537 |
+# See automake bug#10828. |
|
| 538 |
+# To make any issue more visible, cause the running configure to be aborted |
|
| 539 |
+# by default if the 'rm' program in use doesn't match our expectations; the |
|
| 540 |
+# user can still override this though. |
|
| 541 |
+if rm -f && rm -fr && rm -rf; then : OK; else |
|
| 542 |
+ cat >&2 <<'END' |
|
| 543 |
+Oops! |
|
| 544 |
+ |
|
| 545 |
+Your 'rm' program seems unable to run without file operands specified |
|
| 546 |
+on the command line, even when the '-f' option is present. This is contrary |
|
| 547 |
+to the behaviour of most rm programs out there, and not conforming with |
|
| 548 |
+the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542> |
|
| 549 |
+ |
|
| 550 |
+Please tell bug-automake@gnu.org about your system, including the value |
|
| 551 |
+of your $PATH and any error possibly output before this message. This |
|
| 552 |
+can help us improve future automake versions. |
|
| 553 |
+ |
|
| 554 |
+END |
|
| 555 |
+ if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then |
|
| 556 |
+ echo 'Configuration will proceed anyway, since you have set the' >&2 |
|
| 557 |
+ echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 |
|
| 558 |
+ echo >&2 |
|
| 559 |
+ else |
|
| 560 |
+ cat >&2 <<'END' |
|
| 561 |
+Aborting the configuration process, to ensure you take notice of the issue. |
|
| 562 |
+ |
|
| 563 |
+You can download and install GNU coreutils to get an 'rm' implementation |
|
| 564 |
+that behaves properly: <http://www.gnu.org/software/coreutils/>. |
|
| 565 |
+ |
|
| 566 |
+If you want to complete the configuration process using your problematic |
|
| 567 |
+'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM |
|
| 568 |
+to "yes", and re-run configure. |
|
| 569 |
+ |
|
| 570 |
+END |
|
| 571 |
+ AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) |
|
| 572 |
+ fi |
|
| 573 |
+fi]) |
|
| 574 |
+ |
|
| 575 |
+dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not |
|
| 531 | 576 |
dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further |
| 532 | 577 |
dnl mangled by Autoconf and run in a shell conditional statement. |
| 533 | 578 |
m4_define([_AC_COMPILER_EXEEXT], |
| 534 | 579 |
m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) |
| 535 | 580 |
|
| 536 |
- |
|
| 537 | 581 |
# When config.status generates a header, we must update the stamp-h file. |
| 538 | 582 |
# This file resides in the same directory as the config header |
| 539 | 583 |
# that is generated. The stamp files are numbered to have different names. |
| ... | ... |
@@ -555,15 +602,12 @@ for _am_header in $config_headers :; do |
| 555 | 555 |
done |
| 556 | 556 |
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) |
| 557 | 557 |
|
| 558 |
-# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, |
|
| 559 |
-# Inc. |
|
| 558 |
+# Copyright (C) 2001-2013 Free Software Foundation, Inc. |
|
| 560 | 559 |
# |
| 561 | 560 |
# This file is free software; the Free Software Foundation |
| 562 | 561 |
# gives unlimited permission to copy and/or distribute it, |
| 563 | 562 |
# with or without modifications, as long as this notice is preserved. |
| 564 | 563 |
|
| 565 |
-# serial 1 |
|
| 566 |
- |
|
| 567 | 564 |
# AM_PROG_INSTALL_SH |
| 568 | 565 |
# ------------------ |
| 569 | 566 |
# Define $install_sh. |
| ... | ... |
@@ -577,16 +621,14 @@ if test x"${install_sh}" != xset; then
|
| 577 | 577 |
install_sh="\${SHELL} $am_aux_dir/install-sh"
|
| 578 | 578 |
esac |
| 579 | 579 |
fi |
| 580 |
-AC_SUBST(install_sh)]) |
|
| 580 |
+AC_SUBST([install_sh])]) |
|
| 581 | 581 |
|
| 582 |
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc. |
|
| 582 |
+# Copyright (C) 2003-2013 Free Software Foundation, Inc. |
|
| 583 | 583 |
# |
| 584 | 584 |
# This file is free software; the Free Software Foundation |
| 585 | 585 |
# gives unlimited permission to copy and/or distribute it, |
| 586 | 586 |
# with or without modifications, as long as this notice is preserved. |
| 587 | 587 |
|
| 588 |
-# serial 2 |
|
| 589 |
- |
|
| 590 | 588 |
# Check whether the underlying file-system supports filenames |
| 591 | 589 |
# with a leading dot. For instance MS-DOS doesn't. |
| 592 | 590 |
AC_DEFUN([AM_SET_LEADING_DOT], |
| ... | ... |
@@ -600,21 +642,18 @@ fi |
| 600 | 600 |
rmdir .tst 2>/dev/null |
| 601 | 601 |
AC_SUBST([am__leading_dot])]) |
| 602 | 602 |
|
| 603 |
-# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005 |
|
| 604 |
-# Free Software Foundation, Inc. |
|
| 603 |
+# Copyright (C) 1998-2013 Free Software Foundation, Inc. |
|
| 605 | 604 |
# |
| 606 | 605 |
# This file is free software; the Free Software Foundation |
| 607 | 606 |
# gives unlimited permission to copy and/or distribute it, |
| 608 | 607 |
# with or without modifications, as long as this notice is preserved. |
| 609 | 608 |
|
| 610 |
-# serial 5 |
|
| 611 |
- |
|
| 612 | 609 |
# AM_PROG_LEX |
| 613 | 610 |
# ----------- |
| 614 | 611 |
# Autoconf leaves LEX=: if lex or flex can't be found. Change that to a |
| 615 | 612 |
# "missing" invocation, for better error output. |
| 616 | 613 |
AC_DEFUN([AM_PROG_LEX], |
| 617 |
-[AC_PREREQ(2.50)dnl |
|
| 614 |
+[AC_PREREQ([2.50])dnl |
|
| 618 | 615 |
AC_REQUIRE([AM_MISSING_HAS_RUN])dnl |
| 619 | 616 |
AC_REQUIRE([AC_PROG_LEX])dnl |
| 620 | 617 |
if test "$LEX" = :; then |
| ... | ... |
@@ -623,14 +662,12 @@ fi]) |
| 623 | 623 |
|
| 624 | 624 |
# Check to see how 'make' treats includes. -*- Autoconf -*- |
| 625 | 625 |
|
| 626 |
-# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. |
|
| 626 |
+# Copyright (C) 2001-2013 Free Software Foundation, Inc. |
|
| 627 | 627 |
# |
| 628 | 628 |
# This file is free software; the Free Software Foundation |
| 629 | 629 |
# gives unlimited permission to copy and/or distribute it, |
| 630 | 630 |
# with or without modifications, as long as this notice is preserved. |
| 631 | 631 |
|
| 632 |
-# serial 4 |
|
| 633 |
- |
|
| 634 | 632 |
# AM_MAKE_INCLUDE() |
| 635 | 633 |
# ----------------- |
| 636 | 634 |
# Check to see how make treats includes. |
| ... | ... |
@@ -648,7 +685,7 @@ am__quote= |
| 648 | 648 |
_am_result=none |
| 649 | 649 |
# First try GNU make style include. |
| 650 | 650 |
echo "include confinc" > confmf |
| 651 |
-# Ignore all kinds of additional output from `make'. |
|
| 651 |
+# Ignore all kinds of additional output from 'make'. |
|
| 652 | 652 |
case `$am_make -s -f confmf 2> /dev/null` in #( |
| 653 | 653 |
*the\ am__doit\ target*) |
| 654 | 654 |
am__include=include |
| ... | ... |
@@ -675,15 +712,12 @@ rm -f confinc confmf |
| 675 | 675 |
|
| 676 | 676 |
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- |
| 677 | 677 |
|
| 678 |
-# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 |
|
| 679 |
-# Free Software Foundation, Inc. |
|
| 678 |
+# Copyright (C) 1997-2013 Free Software Foundation, Inc. |
|
| 680 | 679 |
# |
| 681 | 680 |
# This file is free software; the Free Software Foundation |
| 682 | 681 |
# gives unlimited permission to copy and/or distribute it, |
| 683 | 682 |
# with or without modifications, as long as this notice is preserved. |
| 684 | 683 |
|
| 685 |
-# serial 6 |
|
| 686 |
- |
|
| 687 | 684 |
# AM_MISSING_PROG(NAME, PROGRAM) |
| 688 | 685 |
# ------------------------------ |
| 689 | 686 |
AC_DEFUN([AM_MISSING_PROG], |
| ... | ... |
@@ -691,11 +725,10 @@ AC_DEFUN([AM_MISSING_PROG], |
| 691 | 691 |
$1=${$1-"${am_missing_run}$2"}
|
| 692 | 692 |
AC_SUBST($1)]) |
| 693 | 693 |
|
| 694 |
- |
|
| 695 | 694 |
# AM_MISSING_HAS_RUN |
| 696 | 695 |
# ------------------ |
| 697 |
-# Define MISSING if not defined so far and test if it supports --run. |
|
| 698 |
-# If it does, set am_missing_run to use it, otherwise, to nothing. |
|
| 696 |
+# Define MISSING if not defined so far and test if it is modern enough. |
|
| 697 |
+# If it is, set am_missing_run to use it, otherwise, to nothing. |
|
| 699 | 698 |
AC_DEFUN([AM_MISSING_HAS_RUN], |
| 700 | 699 |
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl |
| 701 | 700 |
AC_REQUIRE_AUX_FILE([missing])dnl |
| ... | ... |
@@ -708,54 +741,22 @@ if test x"${MISSING+set}" != xset; then
|
| 708 | 708 |
esac |
| 709 | 709 |
fi |
| 710 | 710 |
# Use eval to expand $SHELL |
| 711 |
-if eval "$MISSING --run true"; then |
|
| 712 |
- am_missing_run="$MISSING --run " |
|
| 711 |
+if eval "$MISSING --is-lightweight"; then |
|
| 712 |
+ am_missing_run="$MISSING " |
|
| 713 | 713 |
else |
| 714 | 714 |
am_missing_run= |
| 715 |
- AC_MSG_WARN([`missing' script is too old or missing]) |
|
| 715 |
+ AC_MSG_WARN(['missing' script is too old or missing]) |
|
| 716 | 716 |
fi |
| 717 | 717 |
]) |
| 718 | 718 |
|
| 719 |
-# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, |
|
| 720 |
-# Inc. |
|
| 721 |
-# |
|
| 722 |
-# This file is free software; the Free Software Foundation |
|
| 723 |
-# gives unlimited permission to copy and/or distribute it, |
|
| 724 |
-# with or without modifications, as long as this notice is preserved. |
|
| 725 |
- |
|
| 726 |
-# serial 1 |
|
| 727 |
- |
|
| 728 |
-# AM_PROG_MKDIR_P |
|
| 729 |
-# --------------- |
|
| 730 |
-# Check for `mkdir -p'. |
|
| 731 |
-AC_DEFUN([AM_PROG_MKDIR_P], |
|
| 732 |
-[AC_PREREQ([2.60])dnl |
|
| 733 |
-AC_REQUIRE([AC_PROG_MKDIR_P])dnl |
|
| 734 |
-dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, |
|
| 735 |
-dnl while keeping a definition of mkdir_p for backward compatibility. |
|
| 736 |
-dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. |
|
| 737 |
-dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of |
|
| 738 |
-dnl Makefile.ins that do not define MKDIR_P, so we do our own |
|
| 739 |
-dnl adjustment using top_builddir (which is defined more often than |
|
| 740 |
-dnl MKDIR_P). |
|
| 741 |
-AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl |
|
| 742 |
-case $mkdir_p in |
|
| 743 |
- [[\\/$]]* | ?:[[\\/]]*) ;; |
|
| 744 |
- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; |
|
| 745 |
-esac |
|
| 746 |
-]) |
|
| 747 |
- |
|
| 748 | 719 |
# Helper functions for option handling. -*- Autoconf -*- |
| 749 | 720 |
|
| 750 |
-# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software |
|
| 751 |
-# Foundation, Inc. |
|
| 721 |
+# Copyright (C) 2001-2013 Free Software Foundation, Inc. |
|
| 752 | 722 |
# |
| 753 | 723 |
# This file is free software; the Free Software Foundation |
| 754 | 724 |
# gives unlimited permission to copy and/or distribute it, |
| 755 | 725 |
# with or without modifications, as long as this notice is preserved. |
| 756 | 726 |
|
| 757 |
-# serial 5 |
|
| 758 |
- |
|
| 759 | 727 |
# _AM_MANGLE_OPTION(NAME) |
| 760 | 728 |
# ----------------------- |
| 761 | 729 |
AC_DEFUN([_AM_MANGLE_OPTION], |
| ... | ... |
@@ -765,7 +766,7 @@ AC_DEFUN([_AM_MANGLE_OPTION], |
| 765 | 765 |
# -------------------- |
| 766 | 766 |
# Set option NAME. Presently that only means defining a flag for this option. |
| 767 | 767 |
AC_DEFUN([_AM_SET_OPTION], |
| 768 |
-[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) |
|
| 768 |
+[m4_define(_AM_MANGLE_OPTION([$1]), [1])]) |
|
| 769 | 769 |
|
| 770 | 770 |
# _AM_SET_OPTIONS(OPTIONS) |
| 771 | 771 |
# ------------------------ |
| ... | ... |
@@ -779,13 +780,58 @@ AC_DEFUN([_AM_SET_OPTIONS], |
| 779 | 779 |
AC_DEFUN([_AM_IF_OPTION], |
| 780 | 780 |
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) |
| 781 | 781 |
|
| 782 |
-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. |
|
| 782 |
+# Copyright (C) 1999-2013 Free Software Foundation, Inc. |
|
| 783 | 783 |
# |
| 784 | 784 |
# This file is free software; the Free Software Foundation |
| 785 | 785 |
# gives unlimited permission to copy and/or distribute it, |
| 786 | 786 |
# with or without modifications, as long as this notice is preserved. |
| 787 | 787 |
|
| 788 |
-# serial 1 |
|
| 788 |
+# _AM_PROG_CC_C_O |
|
| 789 |
+# --------------- |
|
| 790 |
+# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC |
|
| 791 |
+# to automatically call this. |
|
| 792 |
+AC_DEFUN([_AM_PROG_CC_C_O], |
|
| 793 |
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl |
|
| 794 |
+AC_REQUIRE_AUX_FILE([compile])dnl |
|
| 795 |
+AC_LANG_PUSH([C])dnl |
|
| 796 |
+AC_CACHE_CHECK( |
|
| 797 |
+ [whether $CC understands -c and -o together], |
|
| 798 |
+ [am_cv_prog_cc_c_o], |
|
| 799 |
+ [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) |
|
| 800 |
+ # Make sure it works both with $CC and with simple cc. |
|
| 801 |
+ # Following AC_PROG_CC_C_O, we do the test twice because some |
|
| 802 |
+ # compilers refuse to overwrite an existing .o file with -o, |
|
| 803 |
+ # though they will create one. |
|
| 804 |
+ am_cv_prog_cc_c_o=yes |
|
| 805 |
+ for am_i in 1 2; do |
|
| 806 |
+ if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ |
|
| 807 |
+ && test -f conftest2.$ac_objext; then |
|
| 808 |
+ : OK |
|
| 809 |
+ else |
|
| 810 |
+ am_cv_prog_cc_c_o=no |
|
| 811 |
+ break |
|
| 812 |
+ fi |
|
| 813 |
+ done |
|
| 814 |
+ rm -f core conftest* |
|
| 815 |
+ unset am_i]) |
|
| 816 |
+if test "$am_cv_prog_cc_c_o" != yes; then |
|
| 817 |
+ # Losing compiler, so override with the script. |
|
| 818 |
+ # FIXME: It is wrong to rewrite CC. |
|
| 819 |
+ # But if we don't then we get into trouble of one sort or another. |
|
| 820 |
+ # A longer-term fix would be to have automake use am__CC in this case, |
|
| 821 |
+ # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" |
|
| 822 |
+ CC="$am_aux_dir/compile $CC" |
|
| 823 |
+fi |
|
| 824 |
+AC_LANG_POP([C])]) |
|
| 825 |
+ |
|
| 826 |
+# For backward compatibility. |
|
| 827 |
+AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) |
|
| 828 |
+ |
|
| 829 |
+# Copyright (C) 2001-2013 Free Software Foundation, Inc. |
|
| 830 |
+# |
|
| 831 |
+# This file is free software; the Free Software Foundation |
|
| 832 |
+# gives unlimited permission to copy and/or distribute it, |
|
| 833 |
+# with or without modifications, as long as this notice is preserved. |
|
| 789 | 834 |
|
| 790 | 835 |
# AM_RUN_LOG(COMMAND) |
| 791 | 836 |
# ------------------- |
| ... | ... |
@@ -800,22 +846,16 @@ AC_DEFUN([AM_RUN_LOG], |
| 800 | 800 |
|
| 801 | 801 |
# Check to make sure that the build environment is sane. -*- Autoconf -*- |
| 802 | 802 |
|
| 803 |
-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 |
|
| 804 |
-# Free Software Foundation, Inc. |
|
| 803 |
+# Copyright (C) 1996-2013 Free Software Foundation, Inc. |
|
| 805 | 804 |
# |
| 806 | 805 |
# This file is free software; the Free Software Foundation |
| 807 | 806 |
# gives unlimited permission to copy and/or distribute it, |
| 808 | 807 |
# with or without modifications, as long as this notice is preserved. |
| 809 | 808 |
|
| 810 |
-# serial 5 |
|
| 811 |
- |
|
| 812 | 809 |
# AM_SANITY_CHECK |
| 813 | 810 |
# --------------- |
| 814 | 811 |
AC_DEFUN([AM_SANITY_CHECK], |
| 815 | 812 |
[AC_MSG_CHECKING([whether build environment is sane]) |
| 816 |
-# Just in case |
|
| 817 |
-sleep 1 |
|
| 818 |
-echo timestamp > conftest.file |
|
| 819 | 813 |
# Reject unsafe characters in $srcdir or the absolute working directory |
| 820 | 814 |
# name. Accept space and tab only in the latter. |
| 821 | 815 |
am_lf=' |
| ... | ... |
@@ -826,32 +866,40 @@ case `pwd` in |
| 826 | 826 |
esac |
| 827 | 827 |
case $srcdir in |
| 828 | 828 |
*[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) |
| 829 |
- AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; |
|
| 829 |
+ AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; |
|
| 830 | 830 |
esac |
| 831 | 831 |
|
| 832 |
-# Do `set' in a subshell so we don't clobber the current shell's |
|
| 832 |
+# Do 'set' in a subshell so we don't clobber the current shell's |
|
| 833 | 833 |
# arguments. Must try -L first in case configure is actually a |
| 834 | 834 |
# symlink; some systems play weird games with the mod time of symlinks |
| 835 | 835 |
# (eg FreeBSD returns the mod time of the symlink's containing |
| 836 | 836 |
# directory). |
| 837 | 837 |
if ( |
| 838 |
- set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
|
| 839 |
- if test "$[*]" = "X"; then |
|
| 840 |
- # -L didn't work. |
|
| 841 |
- set X `ls -t "$srcdir/configure" conftest.file` |
|
| 842 |
- fi |
|
| 843 |
- rm -f conftest.file |
|
| 844 |
- if test "$[*]" != "X $srcdir/configure conftest.file" \ |
|
| 845 |
- && test "$[*]" != "X conftest.file $srcdir/configure"; then |
|
| 846 |
- |
|
| 847 |
- # If neither matched, then we have a broken ls. This can happen |
|
| 848 |
- # if, for instance, CONFIG_SHELL is bash and it inherits a |
|
| 849 |
- # broken ls alias from the environment. This has actually |
|
| 850 |
- # happened. Such a system could not be considered "sane". |
|
| 851 |
- AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken |
|
| 852 |
-alias in your environment]) |
|
| 853 |
- fi |
|
| 854 |
- |
|
| 838 |
+ am_has_slept=no |
|
| 839 |
+ for am_try in 1 2; do |
|
| 840 |
+ echo "timestamp, slept: $am_has_slept" > conftest.file |
|
| 841 |
+ set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
|
| 842 |
+ if test "$[*]" = "X"; then |
|
| 843 |
+ # -L didn't work. |
|
| 844 |
+ set X `ls -t "$srcdir/configure" conftest.file` |
|
| 845 |
+ fi |
|
| 846 |
+ if test "$[*]" != "X $srcdir/configure conftest.file" \ |
|
| 847 |
+ && test "$[*]" != "X conftest.file $srcdir/configure"; then |
|
| 848 |
+ |
|
| 849 |
+ # If neither matched, then we have a broken ls. This can happen |
|
| 850 |
+ # if, for instance, CONFIG_SHELL is bash and it inherits a |
|
| 851 |
+ # broken ls alias from the environment. This has actually |
|
| 852 |
+ # happened. Such a system could not be considered "sane". |
|
| 853 |
+ AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken |
|
| 854 |
+ alias in your environment]) |
|
| 855 |
+ fi |
|
| 856 |
+ if test "$[2]" = conftest.file || test $am_try -eq 2; then |
|
| 857 |
+ break |
|
| 858 |
+ fi |
|
| 859 |
+ # Just in case. |
|
| 860 |
+ sleep 1 |
|
| 861 |
+ am_has_slept=yes |
|
| 862 |
+ done |
|
| 855 | 863 |
test "$[2]" = conftest.file |
| 856 | 864 |
) |
| 857 | 865 |
then |
| ... | ... |
@@ -861,31 +909,50 @@ else |
| 861 | 861 |
AC_MSG_ERROR([newly created file is older than distributed files! |
| 862 | 862 |
Check your system clock]) |
| 863 | 863 |
fi |
| 864 |
-AC_MSG_RESULT(yes)]) |
|
| 864 |
+AC_MSG_RESULT([yes]) |
|
| 865 |
+# If we didn't sleep, we still need to ensure time stamps of config.status and |
|
| 866 |
+# generated files are strictly newer. |
|
| 867 |
+am_sleep_pid= |
|
| 868 |
+if grep 'slept: no' conftest.file >/dev/null 2>&1; then |
|
| 869 |
+ ( sleep 1 ) & |
|
| 870 |
+ am_sleep_pid=$! |
|
| 871 |
+fi |
|
| 872 |
+AC_CONFIG_COMMANDS_PRE( |
|
| 873 |
+ [AC_MSG_CHECKING([that generated files are newer than configure]) |
|
| 874 |
+ if test -n "$am_sleep_pid"; then |
|
| 875 |
+ # Hide warnings about reused PIDs. |
|
| 876 |
+ wait $am_sleep_pid 2>/dev/null |
|
| 877 |
+ fi |
|
| 878 |
+ AC_MSG_RESULT([done])]) |
|
| 879 |
+rm -f conftest.file |
|
| 880 |
+]) |
|
| 865 | 881 |
|
| 866 |
-# Copyright (C) 2009, 2011 Free Software Foundation, Inc. |
|
| 882 |
+# Copyright (C) 2009-2013 Free Software Foundation, Inc. |
|
| 867 | 883 |
# |
| 868 | 884 |
# This file is free software; the Free Software Foundation |
| 869 | 885 |
# gives unlimited permission to copy and/or distribute it, |
| 870 | 886 |
# with or without modifications, as long as this notice is preserved. |
| 871 | 887 |
|
| 872 |
-# serial 2 |
|
| 873 |
- |
|
| 874 | 888 |
# AM_SILENT_RULES([DEFAULT]) |
| 875 | 889 |
# -------------------------- |
| 876 | 890 |
# Enable less verbose build rules; with the default set to DEFAULT |
| 877 |
-# (`yes' being less verbose, `no' or empty being verbose). |
|
| 891 |
+# ("yes" being less verbose, "no" or empty being verbose).
|
|
| 878 | 892 |
AC_DEFUN([AM_SILENT_RULES], |
| 879 |
-[AC_ARG_ENABLE([silent-rules], |
|
| 880 |
-[ --enable-silent-rules less verbose build output (undo: `make V=1') |
|
| 881 |
- --disable-silent-rules verbose build output (undo: `make V=0')]) |
|
| 882 |
-case $enable_silent_rules in |
|
| 883 |
-yes) AM_DEFAULT_VERBOSITY=0;; |
|
| 884 |
-no) AM_DEFAULT_VERBOSITY=1;; |
|
| 885 |
-*) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; |
|
| 893 |
+[AC_ARG_ENABLE([silent-rules], [dnl |
|
| 894 |
+AS_HELP_STRING( |
|
| 895 |
+ [--enable-silent-rules], |
|
| 896 |
+ [less verbose build output (undo: "make V=1")]) |
|
| 897 |
+AS_HELP_STRING( |
|
| 898 |
+ [--disable-silent-rules], |
|
| 899 |
+ [verbose build output (undo: "make V=0")])dnl |
|
| 900 |
+]) |
|
| 901 |
+case $enable_silent_rules in @%:@ ((( |
|
| 902 |
+ yes) AM_DEFAULT_VERBOSITY=0;; |
|
| 903 |
+ no) AM_DEFAULT_VERBOSITY=1;; |
|
| 904 |
+ *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; |
|
| 886 | 905 |
esac |
| 887 | 906 |
dnl |
| 888 |
-dnl A few `make' implementations (e.g., NonStop OS and NextStep) |
|
| 907 |
+dnl A few 'make' implementations (e.g., NonStop OS and NextStep) |
|
| 889 | 908 |
dnl do not support nested variable expansions. |
| 890 | 909 |
dnl See automake bug#9928 and bug#10237. |
| 891 | 910 |
am_make=${MAKE-make}
|
| ... | ... |
@@ -903,7 +970,7 @@ else |
| 903 | 903 |
am_cv_make_support_nested_variables=no |
| 904 | 904 |
fi]) |
| 905 | 905 |
if test $am_cv_make_support_nested_variables = yes; then |
| 906 |
- dnl Using `$V' instead of `$(V)' breaks IRIX make. |
|
| 906 |
+ dnl Using '$V' instead of '$(V)' breaks IRIX make. |
|
| 907 | 907 |
AM_V='$(V)' |
| 908 | 908 |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' |
| 909 | 909 |
else |
| ... | ... |
@@ -920,44 +987,40 @@ AC_SUBST([AM_BACKSLASH])dnl |
| 920 | 920 |
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl |
| 921 | 921 |
]) |
| 922 | 922 |
|
| 923 |
-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. |
|
| 923 |
+# Copyright (C) 2001-2013 Free Software Foundation, Inc. |
|
| 924 | 924 |
# |
| 925 | 925 |
# This file is free software; the Free Software Foundation |
| 926 | 926 |
# gives unlimited permission to copy and/or distribute it, |
| 927 | 927 |
# with or without modifications, as long as this notice is preserved. |
| 928 | 928 |
|
| 929 |
-# serial 1 |
|
| 930 |
- |
|
| 931 | 929 |
# AM_PROG_INSTALL_STRIP |
| 932 | 930 |
# --------------------- |
| 933 |
-# One issue with vendor `install' (even GNU) is that you can't |
|
| 931 |
+# One issue with vendor 'install' (even GNU) is that you can't |
|
| 934 | 932 |
# specify the program used to strip binaries. This is especially |
| 935 | 933 |
# annoying in cross-compiling environments, where the build's strip |
| 936 | 934 |
# is unlikely to handle the host's binaries. |
| 937 | 935 |
# Fortunately install-sh will honor a STRIPPROG variable, so we |
| 938 |
-# always use install-sh in `make install-strip', and initialize |
|
| 936 |
+# always use install-sh in "make install-strip", and initialize |
|
| 939 | 937 |
# STRIPPROG with the value of the STRIP variable (set by the user). |
| 940 | 938 |
AC_DEFUN([AM_PROG_INSTALL_STRIP], |
| 941 | 939 |
[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl |
| 942 |
-# Installed binaries are usually stripped using `strip' when the user |
|
| 943 |
-# run `make install-strip'. However `strip' might not be the right |
|
| 940 |
+# Installed binaries are usually stripped using 'strip' when the user |
|
| 941 |
+# run "make install-strip". However 'strip' might not be the right |
|
| 944 | 942 |
# tool to use in cross-compilation environments, therefore Automake |
| 945 |
-# will honor the `STRIP' environment variable to overrule this program. |
|
| 946 |
-dnl Don't test for $cross_compiling = yes, because it might be `maybe'. |
|
| 943 |
+# will honor the 'STRIP' environment variable to overrule this program. |
|
| 944 |
+dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. |
|
| 947 | 945 |
if test "$cross_compiling" != no; then |
| 948 | 946 |
AC_CHECK_TOOL([STRIP], [strip], :) |
| 949 | 947 |
fi |
| 950 | 948 |
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" |
| 951 | 949 |
AC_SUBST([INSTALL_STRIP_PROGRAM])]) |
| 952 | 950 |
|
| 953 |
-# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. |
|
| 951 |
+# Copyright (C) 2006-2013 Free Software Foundation, Inc. |
|
| 954 | 952 |
# |
| 955 | 953 |
# This file is free software; the Free Software Foundation |
| 956 | 954 |
# gives unlimited permission to copy and/or distribute it, |
| 957 | 955 |
# with or without modifications, as long as this notice is preserved. |
| 958 | 956 |
|
| 959 |
-# serial 3 |
|
| 960 |
- |
|
| 961 | 957 |
# _AM_SUBST_NOTMAKE(VARIABLE) |
| 962 | 958 |
# --------------------------- |
| 963 | 959 |
# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. |
| ... | ... |
@@ -971,18 +1034,16 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) |
| 971 | 971 |
|
| 972 | 972 |
# Check how to create a tarball. -*- Autoconf -*- |
| 973 | 973 |
|
| 974 |
-# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. |
|
| 974 |
+# Copyright (C) 2004-2013 Free Software Foundation, Inc. |
|
| 975 | 975 |
# |
| 976 | 976 |
# This file is free software; the Free Software Foundation |
| 977 | 977 |
# gives unlimited permission to copy and/or distribute it, |
| 978 | 978 |
# with or without modifications, as long as this notice is preserved. |
| 979 | 979 |
|
| 980 |
-# serial 2 |
|
| 981 |
- |
|
| 982 | 980 |
# _AM_PROG_TAR(FORMAT) |
| 983 | 981 |
# -------------------- |
| 984 | 982 |
# Check how to create a tarball in format FORMAT. |
| 985 |
-# FORMAT should be one of `v7', `ustar', or `pax'. |
|
| 983 |
+# FORMAT should be one of 'v7', 'ustar', or 'pax'. |
|
| 986 | 984 |
# |
| 987 | 985 |
# Substitute a variable $(am__tar) that is a command |
| 988 | 986 |
# writing to stdout a FORMAT-tarball containing the directory |
| ... | ... |
@@ -992,76 +1053,114 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) |
| 992 | 992 |
# Substitute a variable $(am__untar) that extract such |
| 993 | 993 |
# a tarball read from stdin. |
| 994 | 994 |
# $(am__untar) < result.tar |
| 995 |
+# |
|
| 995 | 996 |
AC_DEFUN([_AM_PROG_TAR], |
| 996 | 997 |
[# Always define AMTAR for backward compatibility. Yes, it's still used |
| 997 | 998 |
# in the wild :-( We should find a proper way to deprecate it ... |
| 998 | 999 |
AC_SUBST([AMTAR], ['$${TAR-tar}'])
|
| 999 |
-m4_if([$1], [v7], |
|
| 1000 |
- [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
|
|
| 1001 |
- [m4_case([$1], [ustar],, [pax],, |
|
| 1002 |
- [m4_fatal([Unknown tar format])]) |
|
| 1003 |
-AC_MSG_CHECKING([how to create a $1 tar archive]) |
|
| 1004 |
-# Loop over all known methods to create a tar archive until one works. |
|
| 1000 |
+ |
|
| 1001 |
+# We'll loop over all known methods to create a tar archive until one works. |
|
| 1005 | 1002 |
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' |
| 1006 |
-_am_tools=${am_cv_prog_tar_$1-$_am_tools}
|
|
| 1007 |
-# Do not fold the above two line into one, because Tru64 sh and |
|
| 1008 |
-# Solaris sh will not grok spaces in the rhs of `-'. |
|
| 1009 |
-for _am_tool in $_am_tools |
|
| 1010 |
-do |
|
| 1011 |
- case $_am_tool in |
|
| 1012 |
- gnutar) |
|
| 1013 |
- for _am_tar in tar gnutar gtar; |
|
| 1014 |
- do |
|
| 1015 |
- AM_RUN_LOG([$_am_tar --version]) && break |
|
| 1016 |
- done |
|
| 1017 |
- am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' |
|
| 1018 |
- am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' |
|
| 1019 |
- am__untar="$_am_tar -xf -" |
|
| 1020 |
- ;; |
|
| 1021 |
- plaintar) |
|
| 1022 |
- # Must skip GNU tar: if it does not support --format= it doesn't create |
|
| 1023 |
- # ustar tarball either. |
|
| 1024 |
- (tar --version) >/dev/null 2>&1 && continue |
|
| 1025 |
- am__tar='tar chf - "$$tardir"' |
|
| 1026 |
- am__tar_='tar chf - "$tardir"' |
|
| 1027 |
- am__untar='tar xf -' |
|
| 1028 |
- ;; |
|
| 1029 |
- pax) |
|
| 1030 |
- am__tar='pax -L -x $1 -w "$$tardir"' |
|
| 1031 |
- am__tar_='pax -L -x $1 -w "$tardir"' |
|
| 1032 |
- am__untar='pax -r' |
|
| 1033 |
- ;; |
|
| 1034 |
- cpio) |
|
| 1035 |
- am__tar='find "$$tardir" -print | cpio -o -H $1 -L' |
|
| 1036 |
- am__tar_='find "$tardir" -print | cpio -o -H $1 -L' |
|
| 1037 |
- am__untar='cpio -i -H $1 -d' |
|
| 1038 |
- ;; |
|
| 1039 |
- none) |
|
| 1040 |
- am__tar=false |
|
| 1041 |
- am__tar_=false |
|
| 1042 |
- am__untar=false |
|
| 1043 |
- ;; |
|
| 1044 |
- esac |
|
| 1045 | 1003 |
|
| 1046 |
- # If the value was cached, stop now. We just wanted to have am__tar |
|
| 1047 |
- # and am__untar set. |
|
| 1048 |
- test -n "${am_cv_prog_tar_$1}" && break
|
|
| 1004 |
+m4_if([$1], [v7], |
|
| 1005 |
+ [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
|
|
| 1006 |
+ |
|
| 1007 |
+ [m4_case([$1], |
|
| 1008 |
+ [ustar], |
|
| 1009 |
+ [# The POSIX 1988 'ustar' format is defined with fixed-size fields. |
|
| 1010 |
+ # There is notably a 21 bits limit for the UID and the GID. In fact, |
|
| 1011 |
+ # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 |
|
| 1012 |
+ # and bug#13588). |
|
| 1013 |
+ am_max_uid=2097151 # 2^21 - 1 |
|
| 1014 |
+ am_max_gid=$am_max_uid |
|
| 1015 |
+ # The $UID and $GID variables are not portable, so we need to resort |
|
| 1016 |
+ # to the POSIX-mandated id(1) utility. Errors in the 'id' calls |
|
| 1017 |
+ # below are definitely unexpected, so allow the users to see them |
|
| 1018 |
+ # (that is, avoid stderr redirection). |
|
| 1019 |
+ am_uid=`id -u || echo unknown` |
|
| 1020 |
+ am_gid=`id -g || echo unknown` |
|
| 1021 |
+ AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) |
|
| 1022 |
+ if test $am_uid -le $am_max_uid; then |
|
| 1023 |
+ AC_MSG_RESULT([yes]) |
|
| 1024 |
+ else |
|
| 1025 |
+ AC_MSG_RESULT([no]) |
|
| 1026 |
+ _am_tools=none |
|
| 1027 |
+ fi |
|
| 1028 |
+ AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) |
|
| 1029 |
+ if test $am_gid -le $am_max_gid; then |
|
| 1030 |
+ AC_MSG_RESULT([yes]) |
|
| 1031 |
+ else |
|
| 1032 |
+ AC_MSG_RESULT([no]) |
|
| 1033 |
+ _am_tools=none |
|
| 1034 |
+ fi], |
|
| 1035 |
+ |
|
| 1036 |
+ [pax], |
|
| 1037 |
+ [], |
|
| 1038 |
+ |
|
| 1039 |
+ [m4_fatal([Unknown tar format])]) |
|
| 1040 |
+ |
|
| 1041 |
+ AC_MSG_CHECKING([how to create a $1 tar archive]) |
|
| 1042 |
+ |
|
| 1043 |
+ # Go ahead even if we have the value already cached. We do so because we |
|
| 1044 |
+ # need to set the values for the 'am__tar' and 'am__untar' variables. |
|
| 1045 |
+ _am_tools=${am_cv_prog_tar_$1-$_am_tools}
|
|
| 1046 |
+ |
|
| 1047 |
+ for _am_tool in $_am_tools; do |
|
| 1048 |
+ case $_am_tool in |
|
| 1049 |
+ gnutar) |
|
| 1050 |
+ for _am_tar in tar gnutar gtar; do |
|
| 1051 |
+ AM_RUN_LOG([$_am_tar --version]) && break |
|
| 1052 |
+ done |
|
| 1053 |
+ am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' |
|
| 1054 |
+ am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' |
|
| 1055 |
+ am__untar="$_am_tar -xf -" |
|
| 1056 |
+ ;; |
|
| 1057 |
+ plaintar) |
|
| 1058 |
+ # Must skip GNU tar: if it does not support --format= it doesn't create |
|
| 1059 |
+ # ustar tarball either. |
|
| 1060 |
+ (tar --version) >/dev/null 2>&1 && continue |
|
| 1061 |
+ am__tar='tar chf - "$$tardir"' |
|
| 1062 |
+ am__tar_='tar chf - "$tardir"' |
|
| 1063 |
+ am__untar='tar xf -' |
|
| 1064 |
+ ;; |
|
| 1065 |
+ pax) |
|
| 1066 |
+ am__tar='pax -L -x $1 -w "$$tardir"' |
|
| 1067 |
+ am__tar_='pax -L -x $1 -w "$tardir"' |
|
| 1068 |
+ am__untar='pax -r' |
|
| 1069 |
+ ;; |
|
| 1070 |
+ cpio) |
|
| 1071 |
+ am__tar='find "$$tardir" -print | cpio -o -H $1 -L' |
|
| 1072 |
+ am__tar_='find "$tardir" -print | cpio -o -H $1 -L' |
|
| 1073 |
+ am__untar='cpio -i -H $1 -d' |
|
| 1074 |
+ ;; |
|
| 1075 |
+ none) |
|
| 1076 |
+ am__tar=false |
|
| 1077 |
+ am__tar_=false |
|
| 1078 |
+ am__untar=false |
|
| 1079 |
+ ;; |
|
| 1080 |
+ esac |
|
| 1049 | 1081 |
|
| 1050 |
- # tar/untar a dummy directory, and stop if the command works |
|
| 1051 |
- rm -rf conftest.dir |
|
| 1052 |
- mkdir conftest.dir |
|
| 1053 |
- echo GrepMe > conftest.dir/file |
|
| 1054 |
- AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) |
|
| 1082 |
+ # If the value was cached, stop now. We just wanted to have am__tar |
|
| 1083 |
+ # and am__untar set. |
|
| 1084 |
+ test -n "${am_cv_prog_tar_$1}" && break
|
|
| 1085 |
+ |
|
| 1086 |
+ # tar/untar a dummy directory, and stop if the command works. |
|
| 1087 |
+ rm -rf conftest.dir |
|
| 1088 |
+ mkdir conftest.dir |
|
| 1089 |
+ echo GrepMe > conftest.dir/file |
|
| 1090 |
+ AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) |
|
| 1091 |
+ rm -rf conftest.dir |
|
| 1092 |
+ if test -s conftest.tar; then |
|
| 1093 |
+ AM_RUN_LOG([$am__untar <conftest.tar]) |
|
| 1094 |
+ AM_RUN_LOG([cat conftest.dir/file]) |
|
| 1095 |
+ grep GrepMe conftest.dir/file >/dev/null 2>&1 && break |
|
| 1096 |
+ fi |
|
| 1097 |
+ done |
|
| 1055 | 1098 |
rm -rf conftest.dir |
| 1056 |
- if test -s conftest.tar; then |
|
| 1057 |
- AM_RUN_LOG([$am__untar <conftest.tar]) |
|
| 1058 |
- grep GrepMe conftest.dir/file >/dev/null 2>&1 && break |
|
| 1059 |
- fi |
|
| 1060 |
-done |
|
| 1061 |
-rm -rf conftest.dir |
|
| 1062 | 1099 |
|
| 1063 |
-AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) |
|
| 1064 |
-AC_MSG_RESULT([$am_cv_prog_tar_$1])]) |
|
| 1100 |
+ AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) |
|
| 1101 |
+ AC_MSG_RESULT([$am_cv_prog_tar_$1])]) |
|
| 1102 |
+ |
|
| 1065 | 1103 |
AC_SUBST([am__tar]) |
| 1066 | 1104 |
AC_SUBST([am__untar]) |
| 1067 | 1105 |
]) # _AM_PROG_TAR |
| ... | ... |
@@ -1,9 +1,8 @@ |
| 1 |
-# Makefile.in generated by automake 1.11.3 from Makefile.am. |
|
| 1 |
+# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
| 2 | 2 |
# @configure_input@ |
| 3 | 3 |
|
| 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 |
+ |
|
| 7 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
| 8 | 7 |
# gives unlimited permission to copy and/or distribute it, |
| 9 | 8 |
# with or without modifications, as long as this notice is preserved. |
| ... | ... |
@@ -34,6 +33,51 @@ |
| 34 | 34 |
# MA 02110-1301, USA. |
| 35 | 35 |
|
| 36 | 36 |
VPATH = @srcdir@ |
| 37 |
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
| 38 |
+am__make_running_with_option = \ |
|
| 39 |
+ case $${target_option-} in \
|
|
| 40 |
+ ?) ;; \ |
|
| 41 |
+ *) echo "am__make_running_with_option: internal error: invalid" \ |
|
| 42 |
+ "target option '$${target_option-}' specified" >&2; \
|
|
| 43 |
+ exit 1;; \ |
|
| 44 |
+ esac; \ |
|
| 45 |
+ has_opt=no; \ |
|
| 46 |
+ sane_makeflags=$$MAKEFLAGS; \ |
|
| 47 |
+ if $(am__is_gnu_make); then \ |
|
| 48 |
+ sane_makeflags=$$MFLAGS; \ |
|
| 49 |
+ else \ |
|
| 50 |
+ case $$MAKEFLAGS in \ |
|
| 51 |
+ *\\[\ \ ]*) \ |
|
| 52 |
+ bs=\\; \ |
|
| 53 |
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
|
| 54 |
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
|
| 55 |
+ esac; \ |
|
| 56 |
+ fi; \ |
|
| 57 |
+ skip_next=no; \ |
|
| 58 |
+ strip_trailopt () \ |
|
| 59 |
+ { \
|
|
| 60 |
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
|
| 61 |
+ }; \ |
|
| 62 |
+ for flg in $$sane_makeflags; do \ |
|
| 63 |
+ test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
| 64 |
+ case $$flg in \ |
|
| 65 |
+ *=*|--*) continue;; \ |
|
| 66 |
+ -*I) strip_trailopt 'I'; skip_next=yes;; \ |
|
| 67 |
+ -*I?*) strip_trailopt 'I';; \ |
|
| 68 |
+ -*O) strip_trailopt 'O'; skip_next=yes;; \ |
|
| 69 |
+ -*O?*) strip_trailopt 'O';; \ |
|
| 70 |
+ -*l) strip_trailopt 'l'; skip_next=yes;; \ |
|
| 71 |
+ -*l?*) strip_trailopt 'l';; \ |
|
| 72 |
+ -[dEDm]) skip_next=yes;; \ |
|
| 73 |
+ -[JT]) skip_next=yes;; \ |
|
| 74 |
+ esac; \ |
|
| 75 |
+ case $$flg in \ |
|
| 76 |
+ *$$target_option*) has_opt=yes; break;; \ |
|
| 77 |
+ esac; \ |
|
| 78 |
+ done; \ |
|
| 79 |
+ test $$has_opt = yes |
|
| 80 |
+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
|
| 81 |
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
|
| 37 | 82 |
pkgdatadir = $(datadir)/@PACKAGE@ |
| 38 | 83 |
pkgincludedir = $(includedir)/@PACKAGE@ |
| 39 | 84 |
pkglibdir = $(libdir)/@PACKAGE@ |
| ... | ... |
@@ -56,7 +100,8 @@ target_triplet = @target@ |
| 56 | 56 |
@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@sbin_PROGRAMS = \ |
| 57 | 57 |
@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@ clamav-milter$(EXEEXT) |
| 58 | 58 |
subdir = clamav-milter |
| 59 |
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
|
| 59 |
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
|
| 60 |
+ $(top_srcdir)/config/depcomp |
|
| 60 | 61 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 61 | 62 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
| 62 | 63 |
$(top_srcdir)/m4/argz.m4 \ |
| ... | ... |
@@ -155,6 +200,19 @@ clamav_milter_LDADD = $(LDADD) |
| 155 | 155 |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 156 | 156 |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 157 | 157 |
am__v_lt_0 = --silent |
| 158 |
+am__v_lt_1 = |
|
| 159 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 160 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 161 |
+am__v_P_0 = false |
|
| 162 |
+am__v_P_1 = : |
|
| 163 |
+AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 164 |
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 165 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 166 |
+am__v_GEN_1 = |
|
| 167 |
+AM_V_at = $(am__v_at_@AM_V@) |
|
| 168 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 169 |
+am__v_at_0 = @ |
|
| 170 |
+am__v_at_1 = |
|
| 158 | 171 |
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 159 | 172 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 160 | 173 |
am__depfiles_maybe = depfiles |
| ... | ... |
@@ -167,22 +225,23 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 167 | 167 |
$(AM_CFLAGS) $(CFLAGS) |
| 168 | 168 |
AM_V_CC = $(am__v_CC_@AM_V@) |
| 169 | 169 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 170 |
-am__v_CC_0 = @echo " CC " $@; |
|
| 171 |
-AM_V_at = $(am__v_at_@AM_V@) |
|
| 172 |
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 173 |
-am__v_at_0 = @ |
|
| 170 |
+am__v_CC_0 = @echo " CC " $@; |
|
| 171 |
+am__v_CC_1 = |
|
| 174 | 172 |
CCLD = $(CC) |
| 175 | 173 |
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 176 | 174 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 177 | 175 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 178 | 176 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 179 | 177 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 180 |
-am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 181 |
-AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 182 |
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 183 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 178 |
+am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 179 |
+am__v_CCLD_1 = |
|
| 184 | 180 |
SOURCES = $(clamav_milter_SOURCES) |
| 185 | 181 |
DIST_SOURCES = $(am__clamav_milter_SOURCES_DIST) |
| 182 |
+am__can_run_installinfo = \ |
|
| 183 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 184 |
+ n|no|NO) false;; \ |
|
| 185 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 186 |
+ esac |
|
| 186 | 187 |
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
| 187 | 188 |
am__vpath_adj = case $$p in \ |
| 188 | 189 |
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
| ... | ... |
@@ -213,6 +272,23 @@ am__uninstall_files_from_dir = { \
|
| 213 | 213 |
man8dir = $(mandir)/man8 |
| 214 | 214 |
NROFF = nroff |
| 215 | 215 |
MANS = $(man_MANS) |
| 216 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 217 |
+# Read a list of newline-separated strings from the standard input, |
|
| 218 |
+# and print each of them once, without duplicates. Input order is |
|
| 219 |
+# *not* preserved. |
|
| 220 |
+am__uniquify_input = $(AWK) '\ |
|
| 221 |
+ BEGIN { nonempty = 0; } \
|
|
| 222 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 223 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 224 |
+' |
|
| 225 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 226 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 227 |
+# for different programs/libraries. |
|
| 228 |
+am__define_uniq_tagged_files = \ |
|
| 229 |
+ list='$(am__tagged_files)'; \ |
|
| 230 |
+ unique=`for i in $$list; do \ |
|
| 231 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 232 |
+ done | $(am__uniquify_input)` |
|
| 216 | 233 |
ETAGS = etags |
| 217 | 234 |
CTAGS = ctags |
| 218 | 235 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| ... | ... |
@@ -474,14 +550,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 474 | 474 |
$(am__aclocal_m4_deps): |
| 475 | 475 |
install-sbinPROGRAMS: $(sbin_PROGRAMS) |
| 476 | 476 |
@$(NORMAL_INSTALL) |
| 477 |
- test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)" |
|
| 478 | 477 |
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ |
| 478 |
+ if test -n "$$list"; then \ |
|
| 479 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \ |
|
| 480 |
+ $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \ |
|
| 481 |
+ fi; \ |
|
| 479 | 482 |
for p in $$list; do echo "$$p $$p"; done | \ |
| 480 | 483 |
sed 's/$(EXEEXT)$$//' | \ |
| 481 |
- while read p p1; do if test -f $$p || test -f $$p1; \ |
|
| 482 |
- then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 484 |
+ while read p p1; do if test -f $$p \ |
|
| 485 |
+ || test -f $$p1 \ |
|
| 486 |
+ ; then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 483 | 487 |
done | \ |
| 484 |
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ |
|
| 488 |
+ sed -e 'p;s,.*/,,;n;h' \ |
|
| 489 |
+ -e 's|.*|.|' \ |
|
| 485 | 490 |
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
| 486 | 491 |
sed 'N;N;N;s,\n, ,g' | \ |
| 487 | 492 |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
| ... | ... |
@@ -502,7 +583,8 @@ uninstall-sbinPROGRAMS: |
| 502 | 502 |
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ |
| 503 | 503 |
files=`for p in $$list; do echo "$$p"; done | \ |
| 504 | 504 |
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
| 505 |
- -e 's/$$/$(EXEEXT)/' `; \ |
|
| 505 |
+ -e 's/$$/$(EXEEXT)/' \ |
|
| 506 |
+ `; \ |
|
| 506 | 507 |
test -n "$$list" || exit 0; \ |
| 507 | 508 |
echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \ |
| 508 | 509 |
cd "$(DESTDIR)$(sbindir)" && rm -f $$files |
| ... | ... |
@@ -531,6 +613,7 @@ installcheck-sbinPROGRAMS: $(sbin_PROGRAMS) |
| 531 | 531 |
else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ |
| 532 | 532 |
done; \ |
| 533 | 533 |
done; rm -f c$${pid}_.???; exit $$bad
|
| 534 |
+ |
|
| 534 | 535 |
clamav-milter$(EXEEXT): $(clamav_milter_OBJECTS) $(clamav_milter_DEPENDENCIES) $(EXTRA_clamav_milter_DEPENDENCIES) |
| 535 | 536 |
@rm -f clamav-milter$(EXEEXT) |
| 536 | 537 |
$(AM_V_CCLD)$(LINK) $(clamav_milter_OBJECTS) $(clamav_milter_LDADD) $(LIBS) |
| ... | ... |
@@ -556,14 +639,14 @@ distclean-compile: |
| 556 | 556 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 557 | 557 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 558 | 558 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 559 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 559 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 560 | 560 |
|
| 561 | 561 |
.c.obj: |
| 562 | 562 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 563 | 563 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 564 | 564 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 565 | 565 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 566 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
| 566 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 567 | 567 |
|
| 568 | 568 |
.c.lo: |
| 569 | 569 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -635,11 +718,18 @@ clean-libtool: |
| 635 | 635 |
-rm -rf .libs _libs |
| 636 | 636 |
install-man8: $(man_MANS) |
| 637 | 637 |
@$(NORMAL_INSTALL) |
| 638 |
- test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)" |
|
| 639 |
- @list=''; test -n "$(man8dir)" || exit 0; \ |
|
| 640 |
- { for i in $$list; do echo "$$i"; done; \
|
|
| 641 |
- l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ |
|
| 642 |
- sed -n '/\.8[a-z]*$$/p'; \ |
|
| 638 |
+ @list1=''; \ |
|
| 639 |
+ list2='$(man_MANS)'; \ |
|
| 640 |
+ test -n "$(man8dir)" \ |
|
| 641 |
+ && test -n "`echo $$list1$$list2`" \ |
|
| 642 |
+ || exit 0; \ |
|
| 643 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \ |
|
| 644 |
+ $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \ |
|
| 645 |
+ { for i in $$list1; do echo "$$i"; done; \
|
|
| 646 |
+ if test -n "$$list2"; then \ |
|
| 647 |
+ for i in $$list2; do echo "$$i"; done \ |
|
| 648 |
+ | sed -n '/\.8[a-z]*$$/p'; \ |
|
| 649 |
+ fi; \ |
|
| 643 | 650 |
} | while read p; do \ |
| 644 | 651 |
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
| 645 | 652 |
echo "$$d$$p"; echo "$$p"; \ |
| ... | ... |
@@ -670,26 +760,15 @@ uninstall-man8: |
| 670 | 670 |
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ |
| 671 | 671 |
dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir) |
| 672 | 672 |
|
| 673 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 674 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 675 |
- unique=`for i in $$list; do \ |
|
| 676 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 677 |
- done | \ |
|
| 678 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 679 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 680 |
- mkid -fID $$unique |
|
| 681 |
-tags: TAGS |
|
| 682 |
- |
|
| 683 |
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 684 |
- $(TAGS_FILES) $(LISP) |
|
| 673 |
+ID: $(am__tagged_files) |
|
| 674 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 675 |
+tags: tags-am |
|
| 676 |
+TAGS: tags |
|
| 677 |
+ |
|
| 678 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 685 | 679 |
set x; \ |
| 686 | 680 |
here=`pwd`; \ |
| 687 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 688 |
- unique=`for i in $$list; do \ |
|
| 689 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 690 |
- done | \ |
|
| 691 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 692 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 681 |
+ $(am__define_uniq_tagged_files); \ |
|
| 693 | 682 |
shift; \ |
| 694 | 683 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 695 | 684 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -701,15 +780,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 701 | 701 |
$$unique; \ |
| 702 | 702 |
fi; \ |
| 703 | 703 |
fi |
| 704 |
-ctags: CTAGS |
|
| 705 |
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 706 |
- $(TAGS_FILES) $(LISP) |
|
| 707 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 708 |
- unique=`for i in $$list; do \ |
|
| 709 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 710 |
- done | \ |
|
| 711 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 712 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 704 |
+ctags: ctags-am |
|
| 705 |
+ |
|
| 706 |
+CTAGS: ctags |
|
| 707 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 708 |
+ $(am__define_uniq_tagged_files); \ |
|
| 713 | 709 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 714 | 710 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 715 | 711 |
$$unique |
| ... | ... |
@@ -718,24 +793,26 @@ GTAGS: |
| 718 | 718 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 719 | 719 |
&& $(am__cd) $(top_srcdir) \ |
| 720 | 720 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 721 |
+cscopelist: cscopelist-am |
|
| 722 |
+ |
|
| 723 |
+cscopelist-am: $(am__tagged_files) |
|
| 724 |
+ list='$(am__tagged_files)'; \ |
|
| 725 |
+ case "$(srcdir)" in \ |
|
| 726 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 727 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 728 |
+ esac; \ |
|
| 729 |
+ for i in $$list; do \ |
|
| 730 |
+ if test -f "$$i"; then \ |
|
| 731 |
+ echo "$(subdir)/$$i"; \ |
|
| 732 |
+ else \ |
|
| 733 |
+ echo "$$sdir/$$i"; \ |
|
| 734 |
+ fi; \ |
|
| 735 |
+ done >> $(top_builddir)/cscope.files |
|
| 721 | 736 |
|
| 722 | 737 |
distclean-tags: |
| 723 | 738 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 724 | 739 |
|
| 725 | 740 |
distdir: $(DISTFILES) |
| 726 |
- @list='$(MANS)'; if test -n "$$list"; then \ |
|
| 727 |
- list=`for p in $$list; do \ |
|
| 728 |
- if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
|
| 729 |
- if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ |
|
| 730 |
- if test -n "$$list" && \ |
|
| 731 |
- grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ |
|
| 732 |
- echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ |
|
| 733 |
- grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ |
|
| 734 |
- echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ |
|
| 735 |
- echo " typically \`make maintainer-clean' will remove them" >&2; \ |
|
| 736 |
- exit 1; \ |
|
| 737 |
- else :; fi; \ |
|
| 738 |
- else :; fi |
|
| 739 | 741 |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 740 | 742 |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 741 | 743 |
list='$(DISTFILES)'; \ |
| ... | ... |
@@ -878,19 +955,20 @@ uninstall-man: uninstall-man8 |
| 878 | 878 |
|
| 879 | 879 |
.MAKE: install-am install-strip |
| 880 | 880 |
|
| 881 |
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ |
|
| 882 |
- clean-libtool clean-sbinPROGRAMS ctags distclean \ |
|
| 883 |
- distclean-compile distclean-generic distclean-libtool \ |
|
| 884 |
- distclean-tags distdir dvi dvi-am html html-am info info-am \ |
|
| 885 |
- install install-am install-data install-data-am install-dvi \ |
|
| 886 |
- install-dvi-am install-exec install-exec-am install-html \ |
|
| 887 |
- install-html-am install-info install-info-am install-man \ |
|
| 888 |
- install-man8 install-pdf install-pdf-am install-ps \ |
|
| 889 |
- install-ps-am install-sbinPROGRAMS install-strip installcheck \ |
|
| 890 |
- installcheck-am installcheck-sbinPROGRAMS installdirs \ |
|
| 891 |
- maintainer-clean maintainer-clean-generic mostlyclean \ |
|
| 892 |
- mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ |
|
| 893 |
- pdf pdf-am ps ps-am tags uninstall uninstall-am uninstall-man \ |
|
| 881 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ |
|
| 882 |
+ clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \ |
|
| 883 |
+ distclean distclean-compile distclean-generic \ |
|
| 884 |
+ distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|
| 885 |
+ html-am info info-am install install-am install-data \ |
|
| 886 |
+ install-data-am install-dvi install-dvi-am install-exec \ |
|
| 887 |
+ install-exec-am install-html install-html-am install-info \ |
|
| 888 |
+ install-info-am install-man install-man8 install-pdf \ |
|
| 889 |
+ install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \ |
|
| 890 |
+ install-strip installcheck installcheck-am \ |
|
| 891 |
+ installcheck-sbinPROGRAMS installdirs maintainer-clean \ |
|
| 892 |
+ maintainer-clean-generic mostlyclean mostlyclean-compile \ |
|
| 893 |
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 894 |
+ tags tags-am uninstall uninstall-am uninstall-man \ |
|
| 894 | 895 |
uninstall-man8 uninstall-sbinPROGRAMS |
| 895 | 896 |
|
| 896 | 897 |
|
| ... | ... |
@@ -1,9 +1,8 @@ |
| 1 |
-# Makefile.in generated by automake 1.11.3 from Makefile.am. |
|
| 1 |
+# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
| 2 | 2 |
# @configure_input@ |
| 3 | 3 |
|
| 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 |
+ |
|
| 7 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
| 8 | 7 |
# gives unlimited permission to copy and/or distribute it, |
| 9 | 8 |
# with or without modifications, as long as this notice is preserved. |
| ... | ... |
@@ -16,6 +15,51 @@ |
| 16 | 16 |
@SET_MAKE@ |
| 17 | 17 |
|
| 18 | 18 |
VPATH = @srcdir@ |
| 19 |
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
| 20 |
+am__make_running_with_option = \ |
|
| 21 |
+ case $${target_option-} in \
|
|
| 22 |
+ ?) ;; \ |
|
| 23 |
+ *) echo "am__make_running_with_option: internal error: invalid" \ |
|
| 24 |
+ "target option '$${target_option-}' specified" >&2; \
|
|
| 25 |
+ exit 1;; \ |
|
| 26 |
+ esac; \ |
|
| 27 |
+ has_opt=no; \ |
|
| 28 |
+ sane_makeflags=$$MAKEFLAGS; \ |
|
| 29 |
+ if $(am__is_gnu_make); then \ |
|
| 30 |
+ sane_makeflags=$$MFLAGS; \ |
|
| 31 |
+ else \ |
|
| 32 |
+ case $$MAKEFLAGS in \ |
|
| 33 |
+ *\\[\ \ ]*) \ |
|
| 34 |
+ bs=\\; \ |
|
| 35 |
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
|
| 36 |
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
|
| 37 |
+ esac; \ |
|
| 38 |
+ fi; \ |
|
| 39 |
+ skip_next=no; \ |
|
| 40 |
+ strip_trailopt () \ |
|
| 41 |
+ { \
|
|
| 42 |
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
|
| 43 |
+ }; \ |
|
| 44 |
+ for flg in $$sane_makeflags; do \ |
|
| 45 |
+ test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
| 46 |
+ case $$flg in \ |
|
| 47 |
+ *=*|--*) continue;; \ |
|
| 48 |
+ -*I) strip_trailopt 'I'; skip_next=yes;; \ |
|
| 49 |
+ -*I?*) strip_trailopt 'I';; \ |
|
| 50 |
+ -*O) strip_trailopt 'O'; skip_next=yes;; \ |
|
| 51 |
+ -*O?*) strip_trailopt 'O';; \ |
|
| 52 |
+ -*l) strip_trailopt 'l'; skip_next=yes;; \ |
|
| 53 |
+ -*l?*) strip_trailopt 'l';; \ |
|
| 54 |
+ -[dEDm]) skip_next=yes;; \ |
|
| 55 |
+ -[JT]) skip_next=yes;; \ |
|
| 56 |
+ esac; \ |
|
| 57 |
+ case $$flg in \ |
|
| 58 |
+ *$$target_option*) has_opt=yes; break;; \ |
|
| 59 |
+ esac; \ |
|
| 60 |
+ done; \ |
|
| 61 |
+ test $$has_opt = yes |
|
| 62 |
+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
|
| 63 |
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
|
| 19 | 64 |
pkgdatadir = $(datadir)/@PACKAGE@ |
| 20 | 65 |
pkgincludedir = $(includedir)/@PACKAGE@ |
| 21 | 66 |
pkglibdir = $(libdir)/@PACKAGE@ |
| ... | ... |
@@ -37,7 +81,8 @@ host_triplet = @host@ |
| 37 | 37 |
target_triplet = @target@ |
| 38 | 38 |
bin_PROGRAMS = clambc$(EXEEXT) |
| 39 | 39 |
subdir = clambc |
| 40 |
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
|
| 40 |
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
|
| 41 |
+ $(top_srcdir)/config/depcomp |
|
| 41 | 42 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 42 | 43 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
| 43 | 44 |
$(top_srcdir)/m4/argz.m4 \ |
| ... | ... |
@@ -121,6 +166,19 @@ clambc_LDADD = $(LDADD) |
| 121 | 121 |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 122 | 122 |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 123 | 123 |
am__v_lt_0 = --silent |
| 124 |
+am__v_lt_1 = |
|
| 125 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 126 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 127 |
+am__v_P_0 = false |
|
| 128 |
+am__v_P_1 = : |
|
| 129 |
+AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 130 |
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 131 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 132 |
+am__v_GEN_1 = |
|
| 133 |
+AM_V_at = $(am__v_at_@AM_V@) |
|
| 134 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 135 |
+am__v_at_0 = @ |
|
| 136 |
+am__v_at_1 = |
|
| 124 | 137 |
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 125 | 138 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 126 | 139 |
am__depfiles_maybe = depfiles |
| ... | ... |
@@ -133,22 +191,40 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 133 | 133 |
$(AM_CFLAGS) $(CFLAGS) |
| 134 | 134 |
AM_V_CC = $(am__v_CC_@AM_V@) |
| 135 | 135 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 136 |
-am__v_CC_0 = @echo " CC " $@; |
|
| 137 |
-AM_V_at = $(am__v_at_@AM_V@) |
|
| 138 |
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 139 |
-am__v_at_0 = @ |
|
| 136 |
+am__v_CC_0 = @echo " CC " $@; |
|
| 137 |
+am__v_CC_1 = |
|
| 140 | 138 |
CCLD = $(CC) |
| 141 | 139 |
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 142 | 140 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 143 | 141 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 144 | 142 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 145 | 143 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 146 |
-am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 147 |
-AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 148 |
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 149 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 144 |
+am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 145 |
+am__v_CCLD_1 = |
|
| 150 | 146 |
SOURCES = $(clambc_SOURCES) |
| 151 | 147 |
DIST_SOURCES = $(clambc_SOURCES) |
| 148 |
+am__can_run_installinfo = \ |
|
| 149 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 150 |
+ n|no|NO) false;; \ |
|
| 151 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 152 |
+ esac |
|
| 153 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 154 |
+# Read a list of newline-separated strings from the standard input, |
|
| 155 |
+# and print each of them once, without duplicates. Input order is |
|
| 156 |
+# *not* preserved. |
|
| 157 |
+am__uniquify_input = $(AWK) '\ |
|
| 158 |
+ BEGIN { nonempty = 0; } \
|
|
| 159 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 160 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 161 |
+' |
|
| 162 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 163 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 164 |
+# for different programs/libraries. |
|
| 165 |
+am__define_uniq_tagged_files = \ |
|
| 166 |
+ list='$(am__tagged_files)'; \ |
|
| 167 |
+ unique=`for i in $$list; do \ |
|
| 168 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 169 |
+ done | $(am__uniquify_input)` |
|
| 152 | 170 |
ETAGS = etags |
| 153 | 171 |
CTAGS = ctags |
| 154 | 172 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| ... | ... |
@@ -399,14 +475,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 399 | 399 |
$(am__aclocal_m4_deps): |
| 400 | 400 |
install-binPROGRAMS: $(bin_PROGRAMS) |
| 401 | 401 |
@$(NORMAL_INSTALL) |
| 402 |
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" |
|
| 403 | 402 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 403 |
+ if test -n "$$list"; then \ |
|
| 404 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
|
| 405 |
+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
|
| 406 |
+ fi; \ |
|
| 404 | 407 |
for p in $$list; do echo "$$p $$p"; done | \ |
| 405 | 408 |
sed 's/$(EXEEXT)$$//' | \ |
| 406 |
- while read p p1; do if test -f $$p || test -f $$p1; \ |
|
| 407 |
- then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 409 |
+ while read p p1; do if test -f $$p \ |
|
| 410 |
+ || test -f $$p1 \ |
|
| 411 |
+ ; then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 408 | 412 |
done | \ |
| 409 |
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ |
|
| 413 |
+ sed -e 'p;s,.*/,,;n;h' \ |
|
| 414 |
+ -e 's|.*|.|' \ |
|
| 410 | 415 |
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
| 411 | 416 |
sed 'N;N;N;s,\n, ,g' | \ |
| 412 | 417 |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
| ... | ... |
@@ -427,7 +508,8 @@ uninstall-binPROGRAMS: |
| 427 | 427 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 428 | 428 |
files=`for p in $$list; do echo "$$p"; done | \ |
| 429 | 429 |
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
| 430 |
- -e 's/$$/$(EXEEXT)/' `; \ |
|
| 430 |
+ -e 's/$$/$(EXEEXT)/' \ |
|
| 431 |
+ `; \ |
|
| 431 | 432 |
test -n "$$list" || exit 0; \ |
| 432 | 433 |
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
| 433 | 434 |
cd "$(DESTDIR)$(bindir)" && rm -f $$files |
| ... | ... |
@@ -456,6 +538,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS) |
| 456 | 456 |
else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ |
| 457 | 457 |
done; \ |
| 458 | 458 |
done; rm -f c$${pid}_.???; exit $$bad
|
| 459 |
+ |
|
| 459 | 460 |
clambc$(EXEEXT): $(clambc_OBJECTS) $(clambc_DEPENDENCIES) $(EXTRA_clambc_DEPENDENCIES) |
| 460 | 461 |
@rm -f clambc$(EXEEXT) |
| 461 | 462 |
$(AM_V_CCLD)$(LINK) $(clambc_OBJECTS) $(clambc_LDADD) $(LIBS) |
| ... | ... |
@@ -476,14 +559,14 @@ distclean-compile: |
| 476 | 476 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 477 | 477 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 478 | 478 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 479 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 479 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 480 | 480 |
|
| 481 | 481 |
.c.obj: |
| 482 | 482 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 483 | 483 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 484 | 484 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 485 | 485 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 486 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
| 486 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 487 | 487 |
|
| 488 | 488 |
.c.lo: |
| 489 | 489 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -540,26 +623,15 @@ mostlyclean-libtool: |
| 540 | 540 |
clean-libtool: |
| 541 | 541 |
-rm -rf .libs _libs |
| 542 | 542 |
|
| 543 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 544 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 545 |
- unique=`for i in $$list; do \ |
|
| 546 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 547 |
- done | \ |
|
| 548 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 549 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 550 |
- mkid -fID $$unique |
|
| 551 |
-tags: TAGS |
|
| 552 |
- |
|
| 553 |
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 554 |
- $(TAGS_FILES) $(LISP) |
|
| 543 |
+ID: $(am__tagged_files) |
|
| 544 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 545 |
+tags: tags-am |
|
| 546 |
+TAGS: tags |
|
| 547 |
+ |
|
| 548 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 555 | 549 |
set x; \ |
| 556 | 550 |
here=`pwd`; \ |
| 557 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 558 |
- unique=`for i in $$list; do \ |
|
| 559 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 560 |
- done | \ |
|
| 561 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 562 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 551 |
+ $(am__define_uniq_tagged_files); \ |
|
| 563 | 552 |
shift; \ |
| 564 | 553 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 565 | 554 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -571,15 +643,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 571 | 571 |
$$unique; \ |
| 572 | 572 |
fi; \ |
| 573 | 573 |
fi |
| 574 |
-ctags: CTAGS |
|
| 575 |
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 576 |
- $(TAGS_FILES) $(LISP) |
|
| 577 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 578 |
- unique=`for i in $$list; do \ |
|
| 579 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 580 |
- done | \ |
|
| 581 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 582 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 574 |
+ctags: ctags-am |
|
| 575 |
+ |
|
| 576 |
+CTAGS: ctags |
|
| 577 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 578 |
+ $(am__define_uniq_tagged_files); \ |
|
| 583 | 579 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 584 | 580 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 585 | 581 |
$$unique |
| ... | ... |
@@ -588,6 +656,21 @@ GTAGS: |
| 588 | 588 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 589 | 589 |
&& $(am__cd) $(top_srcdir) \ |
| 590 | 590 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 591 |
+cscopelist: cscopelist-am |
|
| 592 |
+ |
|
| 593 |
+cscopelist-am: $(am__tagged_files) |
|
| 594 |
+ list='$(am__tagged_files)'; \ |
|
| 595 |
+ case "$(srcdir)" in \ |
|
| 596 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 597 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 598 |
+ esac; \ |
|
| 599 |
+ for i in $$list; do \ |
|
| 600 |
+ if test -f "$$i"; then \ |
|
| 601 |
+ echo "$(subdir)/$$i"; \ |
|
| 602 |
+ else \ |
|
| 603 |
+ echo "$$sdir/$$i"; \ |
|
| 604 |
+ fi; \ |
|
| 605 |
+ done >> $(top_builddir)/cscope.files |
|
| 591 | 606 |
|
| 592 | 607 |
distclean-tags: |
| 593 | 608 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| ... | ... |
@@ -732,19 +815,20 @@ uninstall-am: uninstall-binPROGRAMS |
| 732 | 732 |
|
| 733 | 733 |
.MAKE: install-am install-strip |
| 734 | 734 |
|
| 735 |
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ |
|
| 736 |
- clean-generic clean-libtool ctags distclean distclean-compile \ |
|
| 737 |
- distclean-generic distclean-libtool distclean-tags distdir dvi \ |
|
| 738 |
- dvi-am html html-am info info-am install install-am \ |
|
| 739 |
- install-binPROGRAMS install-data install-data-am install-dvi \ |
|
| 740 |
- install-dvi-am install-exec install-exec-am install-html \ |
|
| 741 |
- install-html-am install-info install-info-am install-man \ |
|
| 742 |
- install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 743 |
- install-strip installcheck installcheck-am \ |
|
| 744 |
- installcheck-binPROGRAMS installdirs maintainer-clean \ |
|
| 745 |
- maintainer-clean-generic mostlyclean mostlyclean-compile \ |
|
| 746 |
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 747 |
- tags uninstall uninstall-am uninstall-binPROGRAMS |
|
| 735 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ |
|
| 736 |
+ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ |
|
| 737 |
+ ctags ctags-am distclean distclean-compile distclean-generic \ |
|
| 738 |
+ distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|
| 739 |
+ html-am info info-am install install-am install-binPROGRAMS \ |
|
| 740 |
+ install-data install-data-am install-dvi install-dvi-am \ |
|
| 741 |
+ install-exec install-exec-am install-html install-html-am \ |
|
| 742 |
+ install-info install-info-am install-man install-pdf \ |
|
| 743 |
+ install-pdf-am install-ps install-ps-am install-strip \ |
|
| 744 |
+ installcheck installcheck-am installcheck-binPROGRAMS \ |
|
| 745 |
+ installdirs maintainer-clean maintainer-clean-generic \ |
|
| 746 |
+ mostlyclean mostlyclean-compile mostlyclean-generic \ |
|
| 747 |
+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
|
| 748 |
+ uninstall-am uninstall-binPROGRAMS |
|
| 748 | 749 |
|
| 749 | 750 |
|
| 750 | 751 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
| ... | ... |
@@ -1,9 +1,8 @@ |
| 1 |
-# Makefile.in generated by automake 1.11.3 from Makefile.am. |
|
| 1 |
+# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
| 2 | 2 |
# @configure_input@ |
| 3 | 3 |
|
| 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 |
+ |
|
| 7 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
| 8 | 7 |
# gives unlimited permission to copy and/or distribute it, |
| 9 | 8 |
# with or without modifications, as long as this notice is preserved. |
| ... | ... |
@@ -34,6 +33,51 @@ |
| 34 | 34 |
# MA 02110-1301, USA. |
| 35 | 35 |
|
| 36 | 36 |
VPATH = @srcdir@ |
| 37 |
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
| 38 |
+am__make_running_with_option = \ |
|
| 39 |
+ case $${target_option-} in \
|
|
| 40 |
+ ?) ;; \ |
|
| 41 |
+ *) echo "am__make_running_with_option: internal error: invalid" \ |
|
| 42 |
+ "target option '$${target_option-}' specified" >&2; \
|
|
| 43 |
+ exit 1;; \ |
|
| 44 |
+ esac; \ |
|
| 45 |
+ has_opt=no; \ |
|
| 46 |
+ sane_makeflags=$$MAKEFLAGS; \ |
|
| 47 |
+ if $(am__is_gnu_make); then \ |
|
| 48 |
+ sane_makeflags=$$MFLAGS; \ |
|
| 49 |
+ else \ |
|
| 50 |
+ case $$MAKEFLAGS in \ |
|
| 51 |
+ *\\[\ \ ]*) \ |
|
| 52 |
+ bs=\\; \ |
|
| 53 |
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
|
| 54 |
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
|
| 55 |
+ esac; \ |
|
| 56 |
+ fi; \ |
|
| 57 |
+ skip_next=no; \ |
|
| 58 |
+ strip_trailopt () \ |
|
| 59 |
+ { \
|
|
| 60 |
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
|
| 61 |
+ }; \ |
|
| 62 |
+ for flg in $$sane_makeflags; do \ |
|
| 63 |
+ test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
| 64 |
+ case $$flg in \ |
|
| 65 |
+ *=*|--*) continue;; \ |
|
| 66 |
+ -*I) strip_trailopt 'I'; skip_next=yes;; \ |
|
| 67 |
+ -*I?*) strip_trailopt 'I';; \ |
|
| 68 |
+ -*O) strip_trailopt 'O'; skip_next=yes;; \ |
|
| 69 |
+ -*O?*) strip_trailopt 'O';; \ |
|
| 70 |
+ -*l) strip_trailopt 'l'; skip_next=yes;; \ |
|
| 71 |
+ -*l?*) strip_trailopt 'l';; \ |
|
| 72 |
+ -[dEDm]) skip_next=yes;; \ |
|
| 73 |
+ -[JT]) skip_next=yes;; \ |
|
| 74 |
+ esac; \ |
|
| 75 |
+ case $$flg in \ |
|
| 76 |
+ *$$target_option*) has_opt=yes; break;; \ |
|
| 77 |
+ esac; \ |
|
| 78 |
+ done; \ |
|
| 79 |
+ test $$has_opt = yes |
|
| 80 |
+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
|
| 81 |
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
|
| 37 | 82 |
pkgdatadir = $(datadir)/@PACKAGE@ |
| 38 | 83 |
pkgincludedir = $(includedir)/@PACKAGE@ |
| 39 | 84 |
pkglibdir = $(libdir)/@PACKAGE@ |
| ... | ... |
@@ -55,7 +99,8 @@ host_triplet = @host@ |
| 55 | 55 |
target_triplet = @target@ |
| 56 | 56 |
bin_PROGRAMS = clamconf$(EXEEXT) |
| 57 | 57 |
subdir = clamconf |
| 58 |
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
|
| 58 |
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
|
| 59 |
+ $(top_srcdir)/config/depcomp |
|
| 59 | 60 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 60 | 61 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
| 61 | 62 |
$(top_srcdir)/m4/argz.m4 \ |
| ... | ... |
@@ -139,6 +184,19 @@ clamconf_LDADD = $(LDADD) |
| 139 | 139 |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 140 | 140 |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 141 | 141 |
am__v_lt_0 = --silent |
| 142 |
+am__v_lt_1 = |
|
| 143 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 144 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 145 |
+am__v_P_0 = false |
|
| 146 |
+am__v_P_1 = : |
|
| 147 |
+AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 148 |
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 149 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 150 |
+am__v_GEN_1 = |
|
| 151 |
+AM_V_at = $(am__v_at_@AM_V@) |
|
| 152 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 153 |
+am__v_at_0 = @ |
|
| 154 |
+am__v_at_1 = |
|
| 142 | 155 |
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 143 | 156 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 144 | 157 |
am__depfiles_maybe = depfiles |
| ... | ... |
@@ -151,22 +209,40 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 151 | 151 |
$(AM_CFLAGS) $(CFLAGS) |
| 152 | 152 |
AM_V_CC = $(am__v_CC_@AM_V@) |
| 153 | 153 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 154 |
-am__v_CC_0 = @echo " CC " $@; |
|
| 155 |
-AM_V_at = $(am__v_at_@AM_V@) |
|
| 156 |
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 157 |
-am__v_at_0 = @ |
|
| 154 |
+am__v_CC_0 = @echo " CC " $@; |
|
| 155 |
+am__v_CC_1 = |
|
| 158 | 156 |
CCLD = $(CC) |
| 159 | 157 |
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 160 | 158 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 161 | 159 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 162 | 160 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 163 | 161 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 164 |
-am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 165 |
-AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 166 |
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 167 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 162 |
+am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 163 |
+am__v_CCLD_1 = |
|
| 168 | 164 |
SOURCES = $(clamconf_SOURCES) |
| 169 | 165 |
DIST_SOURCES = $(clamconf_SOURCES) |
| 166 |
+am__can_run_installinfo = \ |
|
| 167 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 168 |
+ n|no|NO) false;; \ |
|
| 169 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 170 |
+ esac |
|
| 171 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 172 |
+# Read a list of newline-separated strings from the standard input, |
|
| 173 |
+# and print each of them once, without duplicates. Input order is |
|
| 174 |
+# *not* preserved. |
|
| 175 |
+am__uniquify_input = $(AWK) '\ |
|
| 176 |
+ BEGIN { nonempty = 0; } \
|
|
| 177 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 178 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 179 |
+' |
|
| 180 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 181 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 182 |
+# for different programs/libraries. |
|
| 183 |
+am__define_uniq_tagged_files = \ |
|
| 184 |
+ list='$(am__tagged_files)'; \ |
|
| 185 |
+ unique=`for i in $$list; do \ |
|
| 186 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 187 |
+ done | $(am__uniquify_input)` |
|
| 170 | 188 |
ETAGS = etags |
| 171 | 189 |
CTAGS = ctags |
| 172 | 190 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| ... | ... |
@@ -422,14 +498,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 422 | 422 |
$(am__aclocal_m4_deps): |
| 423 | 423 |
install-binPROGRAMS: $(bin_PROGRAMS) |
| 424 | 424 |
@$(NORMAL_INSTALL) |
| 425 |
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" |
|
| 426 | 425 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 426 |
+ if test -n "$$list"; then \ |
|
| 427 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
|
| 428 |
+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
|
| 429 |
+ fi; \ |
|
| 427 | 430 |
for p in $$list; do echo "$$p $$p"; done | \ |
| 428 | 431 |
sed 's/$(EXEEXT)$$//' | \ |
| 429 |
- while read p p1; do if test -f $$p || test -f $$p1; \ |
|
| 430 |
- then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 432 |
+ while read p p1; do if test -f $$p \ |
|
| 433 |
+ || test -f $$p1 \ |
|
| 434 |
+ ; then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 431 | 435 |
done | \ |
| 432 |
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ |
|
| 436 |
+ sed -e 'p;s,.*/,,;n;h' \ |
|
| 437 |
+ -e 's|.*|.|' \ |
|
| 433 | 438 |
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
| 434 | 439 |
sed 'N;N;N;s,\n, ,g' | \ |
| 435 | 440 |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
| ... | ... |
@@ -450,7 +531,8 @@ uninstall-binPROGRAMS: |
| 450 | 450 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 451 | 451 |
files=`for p in $$list; do echo "$$p"; done | \ |
| 452 | 452 |
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
| 453 |
- -e 's/$$/$(EXEEXT)/' `; \ |
|
| 453 |
+ -e 's/$$/$(EXEEXT)/' \ |
|
| 454 |
+ `; \ |
|
| 454 | 455 |
test -n "$$list" || exit 0; \ |
| 455 | 456 |
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
| 456 | 457 |
cd "$(DESTDIR)$(bindir)" && rm -f $$files |
| ... | ... |
@@ -479,6 +561,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS) |
| 479 | 479 |
else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ |
| 480 | 480 |
done; \ |
| 481 | 481 |
done; rm -f c$${pid}_.???; exit $$bad
|
| 482 |
+ |
|
| 482 | 483 |
clamconf$(EXEEXT): $(clamconf_OBJECTS) $(clamconf_DEPENDENCIES) $(EXTRA_clamconf_DEPENDENCIES) |
| 483 | 484 |
@rm -f clamconf$(EXEEXT) |
| 484 | 485 |
$(AM_V_CCLD)$(LINK) $(clamconf_OBJECTS) $(clamconf_LDADD) $(LIBS) |
| ... | ... |
@@ -499,14 +582,14 @@ distclean-compile: |
| 499 | 499 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 500 | 500 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 501 | 501 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 502 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 502 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 503 | 503 |
|
| 504 | 504 |
.c.obj: |
| 505 | 505 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 506 | 506 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 507 | 507 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 508 | 508 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 509 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
| 509 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 510 | 510 |
|
| 511 | 511 |
.c.lo: |
| 512 | 512 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -563,26 +646,15 @@ mostlyclean-libtool: |
| 563 | 563 |
clean-libtool: |
| 564 | 564 |
-rm -rf .libs _libs |
| 565 | 565 |
|
| 566 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 567 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 568 |
- unique=`for i in $$list; do \ |
|
| 569 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 570 |
- done | \ |
|
| 571 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 572 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 573 |
- mkid -fID $$unique |
|
| 574 |
-tags: TAGS |
|
| 575 |
- |
|
| 576 |
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 577 |
- $(TAGS_FILES) $(LISP) |
|
| 566 |
+ID: $(am__tagged_files) |
|
| 567 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 568 |
+tags: tags-am |
|
| 569 |
+TAGS: tags |
|
| 570 |
+ |
|
| 571 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 578 | 572 |
set x; \ |
| 579 | 573 |
here=`pwd`; \ |
| 580 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 581 |
- unique=`for i in $$list; do \ |
|
| 582 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 583 |
- done | \ |
|
| 584 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 585 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 574 |
+ $(am__define_uniq_tagged_files); \ |
|
| 586 | 575 |
shift; \ |
| 587 | 576 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 588 | 577 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -594,15 +666,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 594 | 594 |
$$unique; \ |
| 595 | 595 |
fi; \ |
| 596 | 596 |
fi |
| 597 |
-ctags: CTAGS |
|
| 598 |
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 599 |
- $(TAGS_FILES) $(LISP) |
|
| 600 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 601 |
- unique=`for i in $$list; do \ |
|
| 602 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 603 |
- done | \ |
|
| 604 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 605 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 597 |
+ctags: ctags-am |
|
| 598 |
+ |
|
| 599 |
+CTAGS: ctags |
|
| 600 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 601 |
+ $(am__define_uniq_tagged_files); \ |
|
| 606 | 602 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 607 | 603 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 608 | 604 |
$$unique |
| ... | ... |
@@ -611,6 +679,21 @@ GTAGS: |
| 611 | 611 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 612 | 612 |
&& $(am__cd) $(top_srcdir) \ |
| 613 | 613 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 614 |
+cscopelist: cscopelist-am |
|
| 615 |
+ |
|
| 616 |
+cscopelist-am: $(am__tagged_files) |
|
| 617 |
+ list='$(am__tagged_files)'; \ |
|
| 618 |
+ case "$(srcdir)" in \ |
|
| 619 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 620 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 621 |
+ esac; \ |
|
| 622 |
+ for i in $$list; do \ |
|
| 623 |
+ if test -f "$$i"; then \ |
|
| 624 |
+ echo "$(subdir)/$$i"; \ |
|
| 625 |
+ else \ |
|
| 626 |
+ echo "$$sdir/$$i"; \ |
|
| 627 |
+ fi; \ |
|
| 628 |
+ done >> $(top_builddir)/cscope.files |
|
| 614 | 629 |
|
| 615 | 630 |
distclean-tags: |
| 616 | 631 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| ... | ... |
@@ -755,19 +838,20 @@ uninstall-am: uninstall-binPROGRAMS |
| 755 | 755 |
|
| 756 | 756 |
.MAKE: install-am install-strip |
| 757 | 757 |
|
| 758 |
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ |
|
| 759 |
- clean-generic clean-libtool ctags distclean distclean-compile \ |
|
| 760 |
- distclean-generic distclean-libtool distclean-tags distdir dvi \ |
|
| 761 |
- dvi-am html html-am info info-am install install-am \ |
|
| 762 |
- install-binPROGRAMS install-data install-data-am install-dvi \ |
|
| 763 |
- install-dvi-am install-exec install-exec-am install-html \ |
|
| 764 |
- install-html-am install-info install-info-am install-man \ |
|
| 765 |
- install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 766 |
- install-strip installcheck installcheck-am \ |
|
| 767 |
- installcheck-binPROGRAMS installdirs maintainer-clean \ |
|
| 768 |
- maintainer-clean-generic mostlyclean mostlyclean-compile \ |
|
| 769 |
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 770 |
- tags uninstall uninstall-am uninstall-binPROGRAMS |
|
| 758 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ |
|
| 759 |
+ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ |
|
| 760 |
+ ctags ctags-am distclean distclean-compile distclean-generic \ |
|
| 761 |
+ distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|
| 762 |
+ html-am info info-am install install-am install-binPROGRAMS \ |
|
| 763 |
+ install-data install-data-am install-dvi install-dvi-am \ |
|
| 764 |
+ install-exec install-exec-am install-html install-html-am \ |
|
| 765 |
+ install-info install-info-am install-man install-pdf \ |
|
| 766 |
+ install-pdf-am install-ps install-ps-am install-strip \ |
|
| 767 |
+ installcheck installcheck-am installcheck-binPROGRAMS \ |
|
| 768 |
+ installdirs maintainer-clean maintainer-clean-generic \ |
|
| 769 |
+ mostlyclean mostlyclean-compile mostlyclean-generic \ |
|
| 770 |
+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
|
| 771 |
+ uninstall-am uninstall-binPROGRAMS |
|
| 771 | 772 |
|
| 772 | 773 |
|
| 773 | 774 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
| ... | ... |
@@ -1,9 +1,8 @@ |
| 1 |
-# Makefile.in generated by automake 1.11.3 from Makefile.am. |
|
| 1 |
+# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
| 2 | 2 |
# @configure_input@ |
| 3 | 3 |
|
| 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 |
+ |
|
| 7 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
| 8 | 7 |
# gives unlimited permission to copy and/or distribute it, |
| 9 | 8 |
# with or without modifications, as long as this notice is preserved. |
| ... | ... |
@@ -34,6 +33,51 @@ |
| 34 | 34 |
# MA 02110-1301, USA. |
| 35 | 35 |
|
| 36 | 36 |
VPATH = @srcdir@ |
| 37 |
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
| 38 |
+am__make_running_with_option = \ |
|
| 39 |
+ case $${target_option-} in \
|
|
| 40 |
+ ?) ;; \ |
|
| 41 |
+ *) echo "am__make_running_with_option: internal error: invalid" \ |
|
| 42 |
+ "target option '$${target_option-}' specified" >&2; \
|
|
| 43 |
+ exit 1;; \ |
|
| 44 |
+ esac; \ |
|
| 45 |
+ has_opt=no; \ |
|
| 46 |
+ sane_makeflags=$$MAKEFLAGS; \ |
|
| 47 |
+ if $(am__is_gnu_make); then \ |
|
| 48 |
+ sane_makeflags=$$MFLAGS; \ |
|
| 49 |
+ else \ |
|
| 50 |
+ case $$MAKEFLAGS in \ |
|
| 51 |
+ *\\[\ \ ]*) \ |
|
| 52 |
+ bs=\\; \ |
|
| 53 |
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
|
| 54 |
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
|
| 55 |
+ esac; \ |
|
| 56 |
+ fi; \ |
|
| 57 |
+ skip_next=no; \ |
|
| 58 |
+ strip_trailopt () \ |
|
| 59 |
+ { \
|
|
| 60 |
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
|
| 61 |
+ }; \ |
|
| 62 |
+ for flg in $$sane_makeflags; do \ |
|
| 63 |
+ test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
| 64 |
+ case $$flg in \ |
|
| 65 |
+ *=*|--*) continue;; \ |
|
| 66 |
+ -*I) strip_trailopt 'I'; skip_next=yes;; \ |
|
| 67 |
+ -*I?*) strip_trailopt 'I';; \ |
|
| 68 |
+ -*O) strip_trailopt 'O'; skip_next=yes;; \ |
|
| 69 |
+ -*O?*) strip_trailopt 'O';; \ |
|
| 70 |
+ -*l) strip_trailopt 'l'; skip_next=yes;; \ |
|
| 71 |
+ -*l?*) strip_trailopt 'l';; \ |
|
| 72 |
+ -[dEDm]) skip_next=yes;; \ |
|
| 73 |
+ -[JT]) skip_next=yes;; \ |
|
| 74 |
+ esac; \ |
|
| 75 |
+ case $$flg in \ |
|
| 76 |
+ *$$target_option*) has_opt=yes; break;; \ |
|
| 77 |
+ esac; \ |
|
| 78 |
+ done; \ |
|
| 79 |
+ test $$has_opt = yes |
|
| 80 |
+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
|
| 81 |
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
|
| 37 | 82 |
pkgdatadir = $(datadir)/@PACKAGE@ |
| 38 | 83 |
pkgincludedir = $(includedir)/@PACKAGE@ |
| 39 | 84 |
pkglibdir = $(libdir)/@PACKAGE@ |
| ... | ... |
@@ -55,7 +99,8 @@ host_triplet = @host@ |
| 55 | 55 |
target_triplet = @target@ |
| 56 | 56 |
@BUILD_CLAMD_TRUE@sbin_PROGRAMS = clamd$(EXEEXT) |
| 57 | 57 |
subdir = clamd |
| 58 |
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
|
| 58 |
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
|
| 59 |
+ $(top_srcdir)/config/depcomp |
|
| 59 | 60 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 60 | 61 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
| 61 | 62 |
$(top_srcdir)/m4/argz.m4 \ |
| ... | ... |
@@ -152,6 +197,19 @@ clamd_LDADD = $(LDADD) |
| 152 | 152 |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 153 | 153 |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 154 | 154 |
am__v_lt_0 = --silent |
| 155 |
+am__v_lt_1 = |
|
| 156 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 157 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 158 |
+am__v_P_0 = false |
|
| 159 |
+am__v_P_1 = : |
|
| 160 |
+AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 161 |
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 162 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 163 |
+am__v_GEN_1 = |
|
| 164 |
+AM_V_at = $(am__v_at_@AM_V@) |
|
| 165 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 166 |
+am__v_at_0 = @ |
|
| 167 |
+am__v_at_1 = |
|
| 155 | 168 |
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 156 | 169 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 157 | 170 |
am__depfiles_maybe = depfiles |
| ... | ... |
@@ -164,22 +222,40 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 164 | 164 |
$(AM_CFLAGS) $(CFLAGS) |
| 165 | 165 |
AM_V_CC = $(am__v_CC_@AM_V@) |
| 166 | 166 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 167 |
-am__v_CC_0 = @echo " CC " $@; |
|
| 168 |
-AM_V_at = $(am__v_at_@AM_V@) |
|
| 169 |
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 170 |
-am__v_at_0 = @ |
|
| 167 |
+am__v_CC_0 = @echo " CC " $@; |
|
| 168 |
+am__v_CC_1 = |
|
| 171 | 169 |
CCLD = $(CC) |
| 172 | 170 |
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 173 | 171 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 174 | 172 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 175 | 173 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 176 | 174 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 177 |
-am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 178 |
-AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 179 |
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 180 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 175 |
+am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 176 |
+am__v_CCLD_1 = |
|
| 181 | 177 |
SOURCES = $(clamd_SOURCES) |
| 182 | 178 |
DIST_SOURCES = $(am__clamd_SOURCES_DIST) |
| 179 |
+am__can_run_installinfo = \ |
|
| 180 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 181 |
+ n|no|NO) false;; \ |
|
| 182 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 183 |
+ esac |
|
| 184 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 185 |
+# Read a list of newline-separated strings from the standard input, |
|
| 186 |
+# and print each of them once, without duplicates. Input order is |
|
| 187 |
+# *not* preserved. |
|
| 188 |
+am__uniquify_input = $(AWK) '\ |
|
| 189 |
+ BEGIN { nonempty = 0; } \
|
|
| 190 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 191 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 192 |
+' |
|
| 193 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 194 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 195 |
+# for different programs/libraries. |
|
| 196 |
+am__define_uniq_tagged_files = \ |
|
| 197 |
+ list='$(am__tagged_files)'; \ |
|
| 198 |
+ unique=`for i in $$list; do \ |
|
| 199 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 200 |
+ done | $(am__uniquify_input)` |
|
| 183 | 201 |
ETAGS = etags |
| 184 | 202 |
CTAGS = ctags |
| 185 | 203 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| ... | ... |
@@ -453,14 +529,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 453 | 453 |
$(am__aclocal_m4_deps): |
| 454 | 454 |
install-sbinPROGRAMS: $(sbin_PROGRAMS) |
| 455 | 455 |
@$(NORMAL_INSTALL) |
| 456 |
- test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)" |
|
| 457 | 456 |
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ |
| 457 |
+ if test -n "$$list"; then \ |
|
| 458 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \ |
|
| 459 |
+ $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \ |
|
| 460 |
+ fi; \ |
|
| 458 | 461 |
for p in $$list; do echo "$$p $$p"; done | \ |
| 459 | 462 |
sed 's/$(EXEEXT)$$//' | \ |
| 460 |
- while read p p1; do if test -f $$p || test -f $$p1; \ |
|
| 461 |
- then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 463 |
+ while read p p1; do if test -f $$p \ |
|
| 464 |
+ || test -f $$p1 \ |
|
| 465 |
+ ; then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 462 | 466 |
done | \ |
| 463 |
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ |
|
| 467 |
+ sed -e 'p;s,.*/,,;n;h' \ |
|
| 468 |
+ -e 's|.*|.|' \ |
|
| 464 | 469 |
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
| 465 | 470 |
sed 'N;N;N;s,\n, ,g' | \ |
| 466 | 471 |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
| ... | ... |
@@ -481,7 +562,8 @@ uninstall-sbinPROGRAMS: |
| 481 | 481 |
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ |
| 482 | 482 |
files=`for p in $$list; do echo "$$p"; done | \ |
| 483 | 483 |
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
| 484 |
- -e 's/$$/$(EXEEXT)/' `; \ |
|
| 484 |
+ -e 's/$$/$(EXEEXT)/' \ |
|
| 485 |
+ `; \ |
|
| 485 | 486 |
test -n "$$list" || exit 0; \ |
| 486 | 487 |
echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \ |
| 487 | 488 |
cd "$(DESTDIR)$(sbindir)" && rm -f $$files |
| ... | ... |
@@ -510,6 +592,7 @@ installcheck-sbinPROGRAMS: $(sbin_PROGRAMS) |
| 510 | 510 |
else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ |
| 511 | 511 |
done; \ |
| 512 | 512 |
done; rm -f c$${pid}_.???; exit $$bad
|
| 513 |
+ |
|
| 513 | 514 |
clamd$(EXEEXT): $(clamd_OBJECTS) $(clamd_DEPENDENCIES) $(EXTRA_clamd_DEPENDENCIES) |
| 514 | 515 |
@rm -f clamd$(EXEEXT) |
| 515 | 516 |
$(AM_V_CCLD)$(LINK) $(clamd_OBJECTS) $(clamd_LDADD) $(LIBS) |
| ... | ... |
@@ -539,14 +622,14 @@ distclean-compile: |
| 539 | 539 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 540 | 540 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 541 | 541 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 542 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 542 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 543 | 543 |
|
| 544 | 544 |
.c.obj: |
| 545 | 545 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 546 | 546 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 547 | 547 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 548 | 548 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 549 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
| 549 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 550 | 550 |
|
| 551 | 551 |
.c.lo: |
| 552 | 552 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -617,26 +700,15 @@ mostlyclean-libtool: |
| 617 | 617 |
clean-libtool: |
| 618 | 618 |
-rm -rf .libs _libs |
| 619 | 619 |
|
| 620 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 621 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 622 |
- unique=`for i in $$list; do \ |
|
| 623 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 624 |
- done | \ |
|
| 625 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 626 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 627 |
- mkid -fID $$unique |
|
| 628 |
-tags: TAGS |
|
| 629 |
- |
|
| 630 |
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 631 |
- $(TAGS_FILES) $(LISP) |
|
| 620 |
+ID: $(am__tagged_files) |
|
| 621 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 622 |
+tags: tags-am |
|
| 623 |
+TAGS: tags |
|
| 624 |
+ |
|
| 625 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 632 | 626 |
set x; \ |
| 633 | 627 |
here=`pwd`; \ |
| 634 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 635 |
- unique=`for i in $$list; do \ |
|
| 636 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 637 |
- done | \ |
|
| 638 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 639 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 628 |
+ $(am__define_uniq_tagged_files); \ |
|
| 640 | 629 |
shift; \ |
| 641 | 630 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 642 | 631 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -648,15 +720,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 648 | 648 |
$$unique; \ |
| 649 | 649 |
fi; \ |
| 650 | 650 |
fi |
| 651 |
-ctags: CTAGS |
|
| 652 |
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 653 |
- $(TAGS_FILES) $(LISP) |
|
| 654 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 655 |
- unique=`for i in $$list; do \ |
|
| 656 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 657 |
- done | \ |
|
| 658 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 659 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 651 |
+ctags: ctags-am |
|
| 652 |
+ |
|
| 653 |
+CTAGS: ctags |
|
| 654 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 655 |
+ $(am__define_uniq_tagged_files); \ |
|
| 660 | 656 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 661 | 657 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 662 | 658 |
$$unique |
| ... | ... |
@@ -665,6 +733,21 @@ GTAGS: |
| 665 | 665 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 666 | 666 |
&& $(am__cd) $(top_srcdir) \ |
| 667 | 667 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 668 |
+cscopelist: cscopelist-am |
|
| 669 |
+ |
|
| 670 |
+cscopelist-am: $(am__tagged_files) |
|
| 671 |
+ list='$(am__tagged_files)'; \ |
|
| 672 |
+ case "$(srcdir)" in \ |
|
| 673 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 674 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 675 |
+ esac; \ |
|
| 676 |
+ for i in $$list; do \ |
|
| 677 |
+ if test -f "$$i"; then \ |
|
| 678 |
+ echo "$(subdir)/$$i"; \ |
|
| 679 |
+ else \ |
|
| 680 |
+ echo "$$sdir/$$i"; \ |
|
| 681 |
+ fi; \ |
|
| 682 |
+ done >> $(top_builddir)/cscope.files |
|
| 668 | 683 |
|
| 669 | 684 |
distclean-tags: |
| 670 | 685 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| ... | ... |
@@ -810,20 +893,20 @@ uninstall-am: uninstall-sbinPROGRAMS |
| 810 | 810 |
|
| 811 | 811 |
.MAKE: install-am install-strip |
| 812 | 812 |
|
| 813 |
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ |
|
| 814 |
- clean-libtool clean-sbinPROGRAMS ctags distclean \ |
|
| 815 |
- distclean-compile distclean-generic distclean-libtool \ |
|
| 816 |
- distclean-tags distdir dvi dvi-am html html-am info info-am \ |
|
| 817 |
- install install-am install-data install-data-am install-dvi \ |
|
| 818 |
- install-dvi-am install-exec install-exec-am install-html \ |
|
| 819 |
- install-html-am install-info install-info-am install-man \ |
|
| 820 |
- install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 821 |
- install-sbinPROGRAMS install-strip installcheck \ |
|
| 822 |
- installcheck-am installcheck-sbinPROGRAMS installdirs \ |
|
| 823 |
- maintainer-clean maintainer-clean-generic mostlyclean \ |
|
| 824 |
- mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ |
|
| 825 |
- pdf pdf-am ps ps-am tags uninstall uninstall-am \ |
|
| 826 |
- uninstall-sbinPROGRAMS |
|
| 813 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ |
|
| 814 |
+ clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \ |
|
| 815 |
+ distclean distclean-compile distclean-generic \ |
|
| 816 |
+ distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|
| 817 |
+ html-am info info-am install install-am install-data \ |
|
| 818 |
+ install-data-am install-dvi install-dvi-am install-exec \ |
|
| 819 |
+ install-exec-am install-html install-html-am install-info \ |
|
| 820 |
+ install-info-am install-man install-pdf install-pdf-am \ |
|
| 821 |
+ install-ps install-ps-am install-sbinPROGRAMS install-strip \ |
|
| 822 |
+ installcheck installcheck-am installcheck-sbinPROGRAMS \ |
|
| 823 |
+ installdirs maintainer-clean maintainer-clean-generic \ |
|
| 824 |
+ mostlyclean mostlyclean-compile mostlyclean-generic \ |
|
| 825 |
+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
|
| 826 |
+ uninstall-am uninstall-sbinPROGRAMS |
|
| 827 | 827 |
|
| 828 | 828 |
|
| 829 | 829 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
| ... | ... |
@@ -1,9 +1,8 @@ |
| 1 |
-# Makefile.in generated by automake 1.11.3 from Makefile.am. |
|
| 1 |
+# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
| 2 | 2 |
# @configure_input@ |
| 3 | 3 |
|
| 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 |
+ |
|
| 7 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
| 8 | 7 |
# gives unlimited permission to copy and/or distribute it, |
| 9 | 8 |
# with or without modifications, as long as this notice is preserved. |
| ... | ... |
@@ -34,6 +33,51 @@ |
| 34 | 34 |
# MA 02110-1301, USA. |
| 35 | 35 |
|
| 36 | 36 |
VPATH = @srcdir@ |
| 37 |
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
| 38 |
+am__make_running_with_option = \ |
|
| 39 |
+ case $${target_option-} in \
|
|
| 40 |
+ ?) ;; \ |
|
| 41 |
+ *) echo "am__make_running_with_option: internal error: invalid" \ |
|
| 42 |
+ "target option '$${target_option-}' specified" >&2; \
|
|
| 43 |
+ exit 1;; \ |
|
| 44 |
+ esac; \ |
|
| 45 |
+ has_opt=no; \ |
|
| 46 |
+ sane_makeflags=$$MAKEFLAGS; \ |
|
| 47 |
+ if $(am__is_gnu_make); then \ |
|
| 48 |
+ sane_makeflags=$$MFLAGS; \ |
|
| 49 |
+ else \ |
|
| 50 |
+ case $$MAKEFLAGS in \ |
|
| 51 |
+ *\\[\ \ ]*) \ |
|
| 52 |
+ bs=\\; \ |
|
| 53 |
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
|
| 54 |
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
|
| 55 |
+ esac; \ |
|
| 56 |
+ fi; \ |
|
| 57 |
+ skip_next=no; \ |
|
| 58 |
+ strip_trailopt () \ |
|
| 59 |
+ { \
|
|
| 60 |
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
|
| 61 |
+ }; \ |
|
| 62 |
+ for flg in $$sane_makeflags; do \ |
|
| 63 |
+ test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
| 64 |
+ case $$flg in \ |
|
| 65 |
+ *=*|--*) continue;; \ |
|
| 66 |
+ -*I) strip_trailopt 'I'; skip_next=yes;; \ |
|
| 67 |
+ -*I?*) strip_trailopt 'I';; \ |
|
| 68 |
+ -*O) strip_trailopt 'O'; skip_next=yes;; \ |
|
| 69 |
+ -*O?*) strip_trailopt 'O';; \ |
|
| 70 |
+ -*l) strip_trailopt 'l'; skip_next=yes;; \ |
|
| 71 |
+ -*l?*) strip_trailopt 'l';; \ |
|
| 72 |
+ -[dEDm]) skip_next=yes;; \ |
|
| 73 |
+ -[JT]) skip_next=yes;; \ |
|
| 74 |
+ esac; \ |
|
| 75 |
+ case $$flg in \ |
|
| 76 |
+ *$$target_option*) has_opt=yes; break;; \ |
|
| 77 |
+ esac; \ |
|
| 78 |
+ done; \ |
|
| 79 |
+ test $$has_opt = yes |
|
| 80 |
+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
|
| 81 |
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
|
| 37 | 82 |
pkgdatadir = $(datadir)/@PACKAGE@ |
| 38 | 83 |
pkgincludedir = $(includedir)/@PACKAGE@ |
| 39 | 84 |
pkglibdir = $(libdir)/@PACKAGE@ |
| ... | ... |
@@ -55,7 +99,8 @@ host_triplet = @host@ |
| 55 | 55 |
target_triplet = @target@ |
| 56 | 56 |
@BUILD_CLAMD_TRUE@bin_PROGRAMS = clamdscan$(EXEEXT) |
| 57 | 57 |
subdir = clamdscan |
| 58 |
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
|
| 58 |
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
|
| 59 |
+ $(top_srcdir)/config/depcomp |
|
| 59 | 60 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 60 | 61 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
| 61 | 62 |
$(top_srcdir)/m4/argz.m4 \ |
| ... | ... |
@@ -150,6 +195,19 @@ clamdscan_LDADD = $(LDADD) |
| 150 | 150 |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 151 | 151 |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 152 | 152 |
am__v_lt_0 = --silent |
| 153 |
+am__v_lt_1 = |
|
| 154 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 155 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 156 |
+am__v_P_0 = false |
|
| 157 |
+am__v_P_1 = : |
|
| 158 |
+AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 159 |
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 160 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 161 |
+am__v_GEN_1 = |
|
| 162 |
+AM_V_at = $(am__v_at_@AM_V@) |
|
| 163 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 164 |
+am__v_at_0 = @ |
|
| 165 |
+am__v_at_1 = |
|
| 153 | 166 |
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 154 | 167 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 155 | 168 |
am__depfiles_maybe = depfiles |
| ... | ... |
@@ -162,22 +220,40 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 162 | 162 |
$(AM_CFLAGS) $(CFLAGS) |
| 163 | 163 |
AM_V_CC = $(am__v_CC_@AM_V@) |
| 164 | 164 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 165 |
-am__v_CC_0 = @echo " CC " $@; |
|
| 166 |
-AM_V_at = $(am__v_at_@AM_V@) |
|
| 167 |
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 168 |
-am__v_at_0 = @ |
|
| 165 |
+am__v_CC_0 = @echo " CC " $@; |
|
| 166 |
+am__v_CC_1 = |
|
| 169 | 167 |
CCLD = $(CC) |
| 170 | 168 |
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 171 | 169 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 172 | 170 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 173 | 171 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 174 | 172 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 175 |
-am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 176 |
-AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 177 |
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 178 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 173 |
+am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 174 |
+am__v_CCLD_1 = |
|
| 179 | 175 |
SOURCES = $(clamdscan_SOURCES) |
| 180 | 176 |
DIST_SOURCES = $(am__clamdscan_SOURCES_DIST) |
| 177 |
+am__can_run_installinfo = \ |
|
| 178 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 179 |
+ n|no|NO) false;; \ |
|
| 180 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 181 |
+ esac |
|
| 182 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 183 |
+# Read a list of newline-separated strings from the standard input, |
|
| 184 |
+# and print each of them once, without duplicates. Input order is |
|
| 185 |
+# *not* preserved. |
|
| 186 |
+am__uniquify_input = $(AWK) '\ |
|
| 187 |
+ BEGIN { nonempty = 0; } \
|
|
| 188 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 189 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 190 |
+' |
|
| 191 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 192 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 193 |
+# for different programs/libraries. |
|
| 194 |
+am__define_uniq_tagged_files = \ |
|
| 195 |
+ list='$(am__tagged_files)'; \ |
|
| 196 |
+ unique=`for i in $$list; do \ |
|
| 197 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 198 |
+ done | $(am__uniquify_input)` |
|
| 181 | 199 |
ETAGS = etags |
| 182 | 200 |
CTAGS = ctags |
| 183 | 201 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| ... | ... |
@@ -439,14 +515,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 439 | 439 |
$(am__aclocal_m4_deps): |
| 440 | 440 |
install-binPROGRAMS: $(bin_PROGRAMS) |
| 441 | 441 |
@$(NORMAL_INSTALL) |
| 442 |
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" |
|
| 443 | 442 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 443 |
+ if test -n "$$list"; then \ |
|
| 444 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
|
| 445 |
+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
|
| 446 |
+ fi; \ |
|
| 444 | 447 |
for p in $$list; do echo "$$p $$p"; done | \ |
| 445 | 448 |
sed 's/$(EXEEXT)$$//' | \ |
| 446 |
- while read p p1; do if test -f $$p || test -f $$p1; \ |
|
| 447 |
- then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 449 |
+ while read p p1; do if test -f $$p \ |
|
| 450 |
+ || test -f $$p1 \ |
|
| 451 |
+ ; then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 448 | 452 |
done | \ |
| 449 |
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ |
|
| 453 |
+ sed -e 'p;s,.*/,,;n;h' \ |
|
| 454 |
+ -e 's|.*|.|' \ |
|
| 450 | 455 |
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
| 451 | 456 |
sed 'N;N;N;s,\n, ,g' | \ |
| 452 | 457 |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
| ... | ... |
@@ -467,7 +548,8 @@ uninstall-binPROGRAMS: |
| 467 | 467 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 468 | 468 |
files=`for p in $$list; do echo "$$p"; done | \ |
| 469 | 469 |
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
| 470 |
- -e 's/$$/$(EXEEXT)/' `; \ |
|
| 470 |
+ -e 's/$$/$(EXEEXT)/' \ |
|
| 471 |
+ `; \ |
|
| 471 | 472 |
test -n "$$list" || exit 0; \ |
| 472 | 473 |
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
| 473 | 474 |
cd "$(DESTDIR)$(bindir)" && rm -f $$files |
| ... | ... |
@@ -496,6 +578,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS) |
| 496 | 496 |
else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ |
| 497 | 497 |
done; \ |
| 498 | 498 |
done; rm -f c$${pid}_.???; exit $$bad
|
| 499 |
+ |
|
| 499 | 500 |
clamdscan$(EXEEXT): $(clamdscan_OBJECTS) $(clamdscan_DEPENDENCIES) $(EXTRA_clamdscan_DEPENDENCIES) |
| 500 | 501 |
@rm -f clamdscan$(EXEEXT) |
| 501 | 502 |
$(AM_V_CCLD)$(LINK) $(clamdscan_OBJECTS) $(clamdscan_LDADD) $(LIBS) |
| ... | ... |
@@ -521,14 +604,14 @@ distclean-compile: |
| 521 | 521 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 522 | 522 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 523 | 523 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 524 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 524 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 525 | 525 |
|
| 526 | 526 |
.c.obj: |
| 527 | 527 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 528 | 528 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 529 | 529 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 530 | 530 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 531 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
| 531 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 532 | 532 |
|
| 533 | 533 |
.c.lo: |
| 534 | 534 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -627,26 +710,15 @@ mostlyclean-libtool: |
| 627 | 627 |
clean-libtool: |
| 628 | 628 |
-rm -rf .libs _libs |
| 629 | 629 |
|
| 630 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 631 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 632 |
- unique=`for i in $$list; do \ |
|
| 633 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 634 |
- done | \ |
|
| 635 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 636 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 637 |
- mkid -fID $$unique |
|
| 638 |
-tags: TAGS |
|
| 639 |
- |
|
| 640 |
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 641 |
- $(TAGS_FILES) $(LISP) |
|
| 630 |
+ID: $(am__tagged_files) |
|
| 631 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 632 |
+tags: tags-am |
|
| 633 |
+TAGS: tags |
|
| 634 |
+ |
|
| 635 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 642 | 636 |
set x; \ |
| 643 | 637 |
here=`pwd`; \ |
| 644 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 645 |
- unique=`for i in $$list; do \ |
|
| 646 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 647 |
- done | \ |
|
| 648 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 649 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 638 |
+ $(am__define_uniq_tagged_files); \ |
|
| 650 | 639 |
shift; \ |
| 651 | 640 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 652 | 641 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -658,15 +730,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 658 | 658 |
$$unique; \ |
| 659 | 659 |
fi; \ |
| 660 | 660 |
fi |
| 661 |
-ctags: CTAGS |
|
| 662 |
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 663 |
- $(TAGS_FILES) $(LISP) |
|
| 664 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 665 |
- unique=`for i in $$list; do \ |
|
| 666 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 667 |
- done | \ |
|
| 668 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 669 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 661 |
+ctags: ctags-am |
|
| 662 |
+ |
|
| 663 |
+CTAGS: ctags |
|
| 664 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 665 |
+ $(am__define_uniq_tagged_files); \ |
|
| 670 | 666 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 671 | 667 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 672 | 668 |
$$unique |
| ... | ... |
@@ -675,6 +743,21 @@ GTAGS: |
| 675 | 675 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 676 | 676 |
&& $(am__cd) $(top_srcdir) \ |
| 677 | 677 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 678 |
+cscopelist: cscopelist-am |
|
| 679 |
+ |
|
| 680 |
+cscopelist-am: $(am__tagged_files) |
|
| 681 |
+ list='$(am__tagged_files)'; \ |
|
| 682 |
+ case "$(srcdir)" in \ |
|
| 683 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 684 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 685 |
+ esac; \ |
|
| 686 |
+ for i in $$list; do \ |
|
| 687 |
+ if test -f "$$i"; then \ |
|
| 688 |
+ echo "$(subdir)/$$i"; \ |
|
| 689 |
+ else \ |
|
| 690 |
+ echo "$$sdir/$$i"; \ |
|
| 691 |
+ fi; \ |
|
| 692 |
+ done >> $(top_builddir)/cscope.files |
|
| 678 | 693 |
|
| 679 | 694 |
distclean-tags: |
| 680 | 695 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| ... | ... |
@@ -819,19 +902,20 @@ uninstall-am: uninstall-binPROGRAMS |
| 819 | 819 |
|
| 820 | 820 |
.MAKE: install-am install-strip |
| 821 | 821 |
|
| 822 |
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ |
|
| 823 |
- clean-generic clean-libtool ctags distclean distclean-compile \ |
|
| 824 |
- distclean-generic distclean-libtool distclean-tags distdir dvi \ |
|
| 825 |
- dvi-am html html-am info info-am install install-am \ |
|
| 826 |
- install-binPROGRAMS install-data install-data-am install-dvi \ |
|
| 827 |
- install-dvi-am install-exec install-exec-am install-html \ |
|
| 828 |
- install-html-am install-info install-info-am install-man \ |
|
| 829 |
- install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 830 |
- install-strip installcheck installcheck-am \ |
|
| 831 |
- installcheck-binPROGRAMS installdirs maintainer-clean \ |
|
| 832 |
- maintainer-clean-generic mostlyclean mostlyclean-compile \ |
|
| 833 |
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 834 |
- tags uninstall uninstall-am uninstall-binPROGRAMS |
|
| 822 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ |
|
| 823 |
+ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ |
|
| 824 |
+ ctags ctags-am distclean distclean-compile distclean-generic \ |
|
| 825 |
+ distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|
| 826 |
+ html-am info info-am install install-am install-binPROGRAMS \ |
|
| 827 |
+ install-data install-data-am install-dvi install-dvi-am \ |
|
| 828 |
+ install-exec install-exec-am install-html install-html-am \ |
|
| 829 |
+ install-info install-info-am install-man install-pdf \ |
|
| 830 |
+ install-pdf-am install-ps install-ps-am install-strip \ |
|
| 831 |
+ installcheck installcheck-am installcheck-binPROGRAMS \ |
|
| 832 |
+ installdirs maintainer-clean maintainer-clean-generic \ |
|
| 833 |
+ mostlyclean mostlyclean-compile mostlyclean-generic \ |
|
| 834 |
+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
|
| 835 |
+ uninstall-am uninstall-binPROGRAMS |
|
| 835 | 836 |
|
| 836 | 837 |
|
| 837 | 838 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
| ... | ... |
@@ -1,9 +1,8 @@ |
| 1 |
-# Makefile.in generated by automake 1.11.3 from Makefile.am. |
|
| 1 |
+# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
| 2 | 2 |
# @configure_input@ |
| 3 | 3 |
|
| 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 |
+ |
|
| 7 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
| 8 | 7 |
# gives unlimited permission to copy and/or distribute it, |
| 9 | 8 |
# with or without modifications, as long as this notice is preserved. |
| ... | ... |
@@ -16,6 +15,51 @@ |
| 16 | 16 |
@SET_MAKE@ |
| 17 | 17 |
|
| 18 | 18 |
VPATH = @srcdir@ |
| 19 |
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
| 20 |
+am__make_running_with_option = \ |
|
| 21 |
+ case $${target_option-} in \
|
|
| 22 |
+ ?) ;; \ |
|
| 23 |
+ *) echo "am__make_running_with_option: internal error: invalid" \ |
|
| 24 |
+ "target option '$${target_option-}' specified" >&2; \
|
|
| 25 |
+ exit 1;; \ |
|
| 26 |
+ esac; \ |
|
| 27 |
+ has_opt=no; \ |
|
| 28 |
+ sane_makeflags=$$MAKEFLAGS; \ |
|
| 29 |
+ if $(am__is_gnu_make); then \ |
|
| 30 |
+ sane_makeflags=$$MFLAGS; \ |
|
| 31 |
+ else \ |
|
| 32 |
+ case $$MAKEFLAGS in \ |
|
| 33 |
+ *\\[\ \ ]*) \ |
|
| 34 |
+ bs=\\; \ |
|
| 35 |
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
|
| 36 |
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
|
| 37 |
+ esac; \ |
|
| 38 |
+ fi; \ |
|
| 39 |
+ skip_next=no; \ |
|
| 40 |
+ strip_trailopt () \ |
|
| 41 |
+ { \
|
|
| 42 |
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
|
| 43 |
+ }; \ |
|
| 44 |
+ for flg in $$sane_makeflags; do \ |
|
| 45 |
+ test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
| 46 |
+ case $$flg in \ |
|
| 47 |
+ *=*|--*) continue;; \ |
|
| 48 |
+ -*I) strip_trailopt 'I'; skip_next=yes;; \ |
|
| 49 |
+ -*I?*) strip_trailopt 'I';; \ |
|
| 50 |
+ -*O) strip_trailopt 'O'; skip_next=yes;; \ |
|
| 51 |
+ -*O?*) strip_trailopt 'O';; \ |
|
| 52 |
+ -*l) strip_trailopt 'l'; skip_next=yes;; \ |
|
| 53 |
+ -*l?*) strip_trailopt 'l';; \ |
|
| 54 |
+ -[dEDm]) skip_next=yes;; \ |
|
| 55 |
+ -[JT]) skip_next=yes;; \ |
|
| 56 |
+ esac; \ |
|
| 57 |
+ case $$flg in \ |
|
| 58 |
+ *$$target_option*) has_opt=yes; break;; \ |
|
| 59 |
+ esac; \ |
|
| 60 |
+ done; \ |
|
| 61 |
+ test $$has_opt = yes |
|
| 62 |
+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
|
| 63 |
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
|
| 19 | 64 |
pkgdatadir = $(datadir)/@PACKAGE@ |
| 20 | 65 |
pkgincludedir = $(includedir)/@PACKAGE@ |
| 21 | 66 |
pkglibdir = $(libdir)/@PACKAGE@ |
| ... | ... |
@@ -37,7 +81,8 @@ host_triplet = @host@ |
| 37 | 37 |
target_triplet = @target@ |
| 38 | 38 |
@HAVE_CURSES_TRUE@bin_PROGRAMS = clamdtop$(EXEEXT) |
| 39 | 39 |
subdir = clamdtop |
| 40 |
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
|
| 40 |
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
|
| 41 |
+ $(top_srcdir)/config/depcomp |
|
| 41 | 42 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 42 | 43 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
| 43 | 44 |
$(top_srcdir)/m4/argz.m4 \ |
| ... | ... |
@@ -126,6 +171,19 @@ clamdtop_OBJECTS = $(am_clamdtop_OBJECTS) |
| 126 | 126 |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 127 | 127 |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 128 | 128 |
am__v_lt_0 = --silent |
| 129 |
+am__v_lt_1 = |
|
| 130 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 131 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 132 |
+am__v_P_0 = false |
|
| 133 |
+am__v_P_1 = : |
|
| 134 |
+AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 135 |
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 136 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 137 |
+am__v_GEN_1 = |
|
| 138 |
+AM_V_at = $(am__v_at_@AM_V@) |
|
| 139 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 140 |
+am__v_at_0 = @ |
|
| 141 |
+am__v_at_1 = |
|
| 129 | 142 |
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 130 | 143 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 131 | 144 |
am__depfiles_maybe = depfiles |
| ... | ... |
@@ -138,22 +196,23 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 138 | 138 |
$(AM_CFLAGS) $(CFLAGS) |
| 139 | 139 |
AM_V_CC = $(am__v_CC_@AM_V@) |
| 140 | 140 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 141 |
-am__v_CC_0 = @echo " CC " $@; |
|
| 142 |
-AM_V_at = $(am__v_at_@AM_V@) |
|
| 143 |
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 144 |
-am__v_at_0 = @ |
|
| 141 |
+am__v_CC_0 = @echo " CC " $@; |
|
| 142 |
+am__v_CC_1 = |
|
| 145 | 143 |
CCLD = $(CC) |
| 146 | 144 |
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 147 | 145 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 148 | 146 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 149 | 147 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 150 | 148 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 151 |
-am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 152 |
-AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 153 |
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 154 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 149 |
+am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 150 |
+am__v_CCLD_1 = |
|
| 155 | 151 |
SOURCES = $(clamdtop_SOURCES) |
| 156 | 152 |
DIST_SOURCES = $(am__clamdtop_SOURCES_DIST) |
| 153 |
+am__can_run_installinfo = \ |
|
| 154 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 155 |
+ n|no|NO) false;; \ |
|
| 156 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 157 |
+ esac |
|
| 157 | 158 |
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
| 158 | 159 |
am__vpath_adj = case $$p in \ |
| 159 | 160 |
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
| ... | ... |
@@ -184,6 +243,23 @@ am__uninstall_files_from_dir = { \
|
| 184 | 184 |
man1dir = $(mandir)/man1 |
| 185 | 185 |
NROFF = nroff |
| 186 | 186 |
MANS = $(man_MANS) |
| 187 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 188 |
+# Read a list of newline-separated strings from the standard input, |
|
| 189 |
+# and print each of them once, without duplicates. Input order is |
|
| 190 |
+# *not* preserved. |
|
| 191 |
+am__uniquify_input = $(AWK) '\ |
|
| 192 |
+ BEGIN { nonempty = 0; } \
|
|
| 193 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 194 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 195 |
+' |
|
| 196 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 197 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 198 |
+# for different programs/libraries. |
|
| 199 |
+am__define_uniq_tagged_files = \ |
|
| 200 |
+ list='$(am__tagged_files)'; \ |
|
| 201 |
+ unique=`for i in $$list; do \ |
|
| 202 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 203 |
+ done | $(am__uniquify_input)` |
|
| 187 | 204 |
ETAGS = etags |
| 188 | 205 |
CTAGS = ctags |
| 189 | 206 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| ... | ... |
@@ -436,14 +512,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 436 | 436 |
$(am__aclocal_m4_deps): |
| 437 | 437 |
install-binPROGRAMS: $(bin_PROGRAMS) |
| 438 | 438 |
@$(NORMAL_INSTALL) |
| 439 |
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" |
|
| 440 | 439 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 440 |
+ if test -n "$$list"; then \ |
|
| 441 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
|
| 442 |
+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
|
| 443 |
+ fi; \ |
|
| 441 | 444 |
for p in $$list; do echo "$$p $$p"; done | \ |
| 442 | 445 |
sed 's/$(EXEEXT)$$//' | \ |
| 443 |
- while read p p1; do if test -f $$p || test -f $$p1; \ |
|
| 444 |
- then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 446 |
+ while read p p1; do if test -f $$p \ |
|
| 447 |
+ || test -f $$p1 \ |
|
| 448 |
+ ; then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 445 | 449 |
done | \ |
| 446 |
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ |
|
| 450 |
+ sed -e 'p;s,.*/,,;n;h' \ |
|
| 451 |
+ -e 's|.*|.|' \ |
|
| 447 | 452 |
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
| 448 | 453 |
sed 'N;N;N;s,\n, ,g' | \ |
| 449 | 454 |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
| ... | ... |
@@ -464,7 +545,8 @@ uninstall-binPROGRAMS: |
| 464 | 464 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 465 | 465 |
files=`for p in $$list; do echo "$$p"; done | \ |
| 466 | 466 |
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
| 467 |
- -e 's/$$/$(EXEEXT)/' `; \ |
|
| 467 |
+ -e 's/$$/$(EXEEXT)/' \ |
|
| 468 |
+ `; \ |
|
| 468 | 469 |
test -n "$$list" || exit 0; \ |
| 469 | 470 |
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
| 470 | 471 |
cd "$(DESTDIR)$(bindir)" && rm -f $$files |
| ... | ... |
@@ -493,6 +575,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS) |
| 493 | 493 |
else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ |
| 494 | 494 |
done; \ |
| 495 | 495 |
done; rm -f c$${pid}_.???; exit $$bad
|
| 496 |
+ |
|
| 496 | 497 |
clamdtop$(EXEEXT): $(clamdtop_OBJECTS) $(clamdtop_DEPENDENCIES) $(EXTRA_clamdtop_DEPENDENCIES) |
| 497 | 498 |
@rm -f clamdtop$(EXEEXT) |
| 498 | 499 |
$(AM_V_CCLD)$(LINK) $(clamdtop_OBJECTS) $(clamdtop_LDADD) $(LIBS) |
| ... | ... |
@@ -513,14 +596,14 @@ distclean-compile: |
| 513 | 513 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 514 | 514 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 515 | 515 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 516 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 516 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 517 | 517 |
|
| 518 | 518 |
.c.obj: |
| 519 | 519 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 520 | 520 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 521 | 521 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 522 | 522 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 523 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
| 523 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 524 | 524 |
|
| 525 | 525 |
.c.lo: |
| 526 | 526 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -578,11 +661,18 @@ clean-libtool: |
| 578 | 578 |
-rm -rf .libs _libs |
| 579 | 579 |
install-man1: $(man_MANS) |
| 580 | 580 |
@$(NORMAL_INSTALL) |
| 581 |
- test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" |
|
| 582 |
- @list=''; test -n "$(man1dir)" || exit 0; \ |
|
| 583 |
- { for i in $$list; do echo "$$i"; done; \
|
|
| 584 |
- l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ |
|
| 585 |
- sed -n '/\.1[a-z]*$$/p'; \ |
|
| 581 |
+ @list1=''; \ |
|
| 582 |
+ list2='$(man_MANS)'; \ |
|
| 583 |
+ test -n "$(man1dir)" \ |
|
| 584 |
+ && test -n "`echo $$list1$$list2`" \ |
|
| 585 |
+ || exit 0; \ |
|
| 586 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ |
|
| 587 |
+ $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ |
|
| 588 |
+ { for i in $$list1; do echo "$$i"; done; \
|
|
| 589 |
+ if test -n "$$list2"; then \ |
|
| 590 |
+ for i in $$list2; do echo "$$i"; done \ |
|
| 591 |
+ | sed -n '/\.1[a-z]*$$/p'; \ |
|
| 592 |
+ fi; \ |
|
| 586 | 593 |
} | while read p; do \ |
| 587 | 594 |
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
| 588 | 595 |
echo "$$d$$p"; echo "$$p"; \ |
| ... | ... |
@@ -613,26 +703,15 @@ uninstall-man1: |
| 613 | 613 |
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ |
| 614 | 614 |
dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) |
| 615 | 615 |
|
| 616 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 617 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 618 |
- unique=`for i in $$list; do \ |
|
| 619 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 620 |
- done | \ |
|
| 621 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 622 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 623 |
- mkid -fID $$unique |
|
| 624 |
-tags: TAGS |
|
| 625 |
- |
|
| 626 |
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 627 |
- $(TAGS_FILES) $(LISP) |
|
| 616 |
+ID: $(am__tagged_files) |
|
| 617 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 618 |
+tags: tags-am |
|
| 619 |
+TAGS: tags |
|
| 620 |
+ |
|
| 621 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 628 | 622 |
set x; \ |
| 629 | 623 |
here=`pwd`; \ |
| 630 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 631 |
- unique=`for i in $$list; do \ |
|
| 632 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 633 |
- done | \ |
|
| 634 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 635 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 624 |
+ $(am__define_uniq_tagged_files); \ |
|
| 636 | 625 |
shift; \ |
| 637 | 626 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 638 | 627 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -644,15 +723,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 644 | 644 |
$$unique; \ |
| 645 | 645 |
fi; \ |
| 646 | 646 |
fi |
| 647 |
-ctags: CTAGS |
|
| 648 |
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 649 |
- $(TAGS_FILES) $(LISP) |
|
| 650 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 651 |
- unique=`for i in $$list; do \ |
|
| 652 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 653 |
- done | \ |
|
| 654 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 655 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 647 |
+ctags: ctags-am |
|
| 648 |
+ |
|
| 649 |
+CTAGS: ctags |
|
| 650 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 651 |
+ $(am__define_uniq_tagged_files); \ |
|
| 656 | 652 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 657 | 653 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 658 | 654 |
$$unique |
| ... | ... |
@@ -661,24 +736,26 @@ GTAGS: |
| 661 | 661 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 662 | 662 |
&& $(am__cd) $(top_srcdir) \ |
| 663 | 663 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 664 |
+cscopelist: cscopelist-am |
|
| 665 |
+ |
|
| 666 |
+cscopelist-am: $(am__tagged_files) |
|
| 667 |
+ list='$(am__tagged_files)'; \ |
|
| 668 |
+ case "$(srcdir)" in \ |
|
| 669 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 670 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 671 |
+ esac; \ |
|
| 672 |
+ for i in $$list; do \ |
|
| 673 |
+ if test -f "$$i"; then \ |
|
| 674 |
+ echo "$(subdir)/$$i"; \ |
|
| 675 |
+ else \ |
|
| 676 |
+ echo "$$sdir/$$i"; \ |
|
| 677 |
+ fi; \ |
|
| 678 |
+ done >> $(top_builddir)/cscope.files |
|
| 664 | 679 |
|
| 665 | 680 |
distclean-tags: |
| 666 | 681 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 667 | 682 |
|
| 668 | 683 |
distdir: $(DISTFILES) |
| 669 |
- @list='$(MANS)'; if test -n "$$list"; then \ |
|
| 670 |
- list=`for p in $$list; do \ |
|
| 671 |
- if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
|
| 672 |
- if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ |
|
| 673 |
- if test -n "$$list" && \ |
|
| 674 |
- grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ |
|
| 675 |
- echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ |
|
| 676 |
- grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ |
|
| 677 |
- echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ |
|
| 678 |
- echo " typically \`make maintainer-clean' will remove them" >&2; \ |
|
| 679 |
- exit 1; \ |
|
| 680 |
- else :; fi; \ |
|
| 681 |
- else :; fi |
|
| 682 | 684 |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 683 | 685 |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 684 | 686 |
list='$(DISTFILES)'; \ |
| ... | ... |
@@ -819,19 +896,20 @@ uninstall-man: uninstall-man1 |
| 819 | 819 |
|
| 820 | 820 |
.MAKE: install-am install-strip |
| 821 | 821 |
|
| 822 |
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ |
|
| 823 |
- clean-generic clean-libtool ctags distclean distclean-compile \ |
|
| 824 |
- distclean-generic distclean-libtool distclean-tags distdir dvi \ |
|
| 825 |
- dvi-am html html-am info info-am install install-am \ |
|
| 826 |
- install-binPROGRAMS install-data install-data-am install-dvi \ |
|
| 827 |
- install-dvi-am install-exec install-exec-am install-html \ |
|
| 828 |
- install-html-am install-info install-info-am install-man \ |
|
| 829 |
- install-man1 install-pdf install-pdf-am install-ps \ |
|
| 830 |
- install-ps-am install-strip installcheck installcheck-am \ |
|
| 822 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ |
|
| 823 |
+ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ |
|
| 824 |
+ ctags ctags-am distclean distclean-compile distclean-generic \ |
|
| 825 |
+ distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|
| 826 |
+ html-am info info-am install install-am install-binPROGRAMS \ |
|
| 827 |
+ install-data install-data-am install-dvi install-dvi-am \ |
|
| 828 |
+ install-exec install-exec-am install-html install-html-am \ |
|
| 829 |
+ install-info install-info-am install-man install-man1 \ |
|
| 830 |
+ install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 831 |
+ install-strip installcheck installcheck-am \ |
|
| 831 | 832 |
installcheck-binPROGRAMS installdirs maintainer-clean \ |
| 832 | 833 |
maintainer-clean-generic mostlyclean mostlyclean-compile \ |
| 833 | 834 |
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
| 834 |
- tags uninstall uninstall-am uninstall-binPROGRAMS \ |
|
| 835 |
+ tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ |
|
| 835 | 836 |
uninstall-man uninstall-man1 |
| 836 | 837 |
|
| 837 | 838 |
|
| ... | ... |
@@ -1,9 +1,8 @@ |
| 1 |
-# Makefile.in generated by automake 1.11.3 from Makefile.am. |
|
| 1 |
+# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
| 2 | 2 |
# @configure_input@ |
| 3 | 3 |
|
| 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 |
+ |
|
| 7 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
| 8 | 7 |
# gives unlimited permission to copy and/or distribute it, |
| 9 | 8 |
# with or without modifications, as long as this notice is preserved. |
| ... | ... |
@@ -35,6 +34,51 @@ |
| 35 | 35 |
# MA 02110-1301, USA. |
| 36 | 36 |
|
| 37 | 37 |
VPATH = @srcdir@ |
| 38 |
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
| 39 |
+am__make_running_with_option = \ |
|
| 40 |
+ case $${target_option-} in \
|
|
| 41 |
+ ?) ;; \ |
|
| 42 |
+ *) echo "am__make_running_with_option: internal error: invalid" \ |
|
| 43 |
+ "target option '$${target_option-}' specified" >&2; \
|
|
| 44 |
+ exit 1;; \ |
|
| 45 |
+ esac; \ |
|
| 46 |
+ has_opt=no; \ |
|
| 47 |
+ sane_makeflags=$$MAKEFLAGS; \ |
|
| 48 |
+ if $(am__is_gnu_make); then \ |
|
| 49 |
+ sane_makeflags=$$MFLAGS; \ |
|
| 50 |
+ else \ |
|
| 51 |
+ case $$MAKEFLAGS in \ |
|
| 52 |
+ *\\[\ \ ]*) \ |
|
| 53 |
+ bs=\\; \ |
|
| 54 |
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
|
| 55 |
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
|
| 56 |
+ esac; \ |
|
| 57 |
+ fi; \ |
|
| 58 |
+ skip_next=no; \ |
|
| 59 |
+ strip_trailopt () \ |
|
| 60 |
+ { \
|
|
| 61 |
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
|
| 62 |
+ }; \ |
|
| 63 |
+ for flg in $$sane_makeflags; do \ |
|
| 64 |
+ test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
| 65 |
+ case $$flg in \ |
|
| 66 |
+ *=*|--*) continue;; \ |
|
| 67 |
+ -*I) strip_trailopt 'I'; skip_next=yes;; \ |
|
| 68 |
+ -*I?*) strip_trailopt 'I';; \ |
|
| 69 |
+ -*O) strip_trailopt 'O'; skip_next=yes;; \ |
|
| 70 |
+ -*O?*) strip_trailopt 'O';; \ |
|
| 71 |
+ -*l) strip_trailopt 'l'; skip_next=yes;; \ |
|
| 72 |
+ -*l?*) strip_trailopt 'l';; \ |
|
| 73 |
+ -[dEDm]) skip_next=yes;; \ |
|
| 74 |
+ -[JT]) skip_next=yes;; \ |
|
| 75 |
+ esac; \ |
|
| 76 |
+ case $$flg in \ |
|
| 77 |
+ *$$target_option*) has_opt=yes; break;; \ |
|
| 78 |
+ esac; \ |
|
| 79 |
+ done; \ |
|
| 80 |
+ test $$has_opt = yes |
|
| 81 |
+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
|
| 82 |
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
|
| 38 | 83 |
pkgdatadir = $(datadir)/@PACKAGE@ |
| 39 | 84 |
pkgincludedir = $(includedir)/@PACKAGE@ |
| 40 | 85 |
pkglibdir = $(libdir)/@PACKAGE@ |
| ... | ... |
@@ -56,7 +100,8 @@ host_triplet = @host@ |
| 56 | 56 |
target_triplet = @target@ |
| 57 | 57 |
bin_PROGRAMS = clamscan$(EXEEXT) |
| 58 | 58 |
subdir = clamscan |
| 59 |
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
|
| 59 |
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
|
| 60 |
+ $(top_srcdir)/config/depcomp |
|
| 60 | 61 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 61 | 62 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
| 62 | 63 |
$(top_srcdir)/m4/argz.m4 \ |
| ... | ... |
@@ -141,6 +186,19 @@ clamscan_LDADD = $(LDADD) |
| 141 | 141 |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 142 | 142 |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 143 | 143 |
am__v_lt_0 = --silent |
| 144 |
+am__v_lt_1 = |
|
| 145 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 146 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 147 |
+am__v_P_0 = false |
|
| 148 |
+am__v_P_1 = : |
|
| 149 |
+AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 150 |
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 151 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 152 |
+am__v_GEN_1 = |
|
| 153 |
+AM_V_at = $(am__v_at_@AM_V@) |
|
| 154 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 155 |
+am__v_at_0 = @ |
|
| 156 |
+am__v_at_1 = |
|
| 144 | 157 |
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 145 | 158 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 146 | 159 |
am__depfiles_maybe = depfiles |
| ... | ... |
@@ -153,22 +211,40 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 153 | 153 |
$(AM_CFLAGS) $(CFLAGS) |
| 154 | 154 |
AM_V_CC = $(am__v_CC_@AM_V@) |
| 155 | 155 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 156 |
-am__v_CC_0 = @echo " CC " $@; |
|
| 157 |
-AM_V_at = $(am__v_at_@AM_V@) |
|
| 158 |
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 159 |
-am__v_at_0 = @ |
|
| 156 |
+am__v_CC_0 = @echo " CC " $@; |
|
| 157 |
+am__v_CC_1 = |
|
| 160 | 158 |
CCLD = $(CC) |
| 161 | 159 |
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 162 | 160 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 163 | 161 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 164 | 162 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 165 | 163 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 166 |
-am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 167 |
-AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 168 |
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 169 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 164 |
+am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 165 |
+am__v_CCLD_1 = |
|
| 170 | 166 |
SOURCES = $(clamscan_SOURCES) |
| 171 | 167 |
DIST_SOURCES = $(clamscan_SOURCES) |
| 168 |
+am__can_run_installinfo = \ |
|
| 169 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 170 |
+ n|no|NO) false;; \ |
|
| 171 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 172 |
+ esac |
|
| 173 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 174 |
+# Read a list of newline-separated strings from the standard input, |
|
| 175 |
+# and print each of them once, without duplicates. Input order is |
|
| 176 |
+# *not* preserved. |
|
| 177 |
+am__uniquify_input = $(AWK) '\ |
|
| 178 |
+ BEGIN { nonempty = 0; } \
|
|
| 179 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 180 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 181 |
+' |
|
| 182 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 183 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 184 |
+# for different programs/libraries. |
|
| 185 |
+am__define_uniq_tagged_files = \ |
|
| 186 |
+ list='$(am__tagged_files)'; \ |
|
| 187 |
+ unique=`for i in $$list; do \ |
|
| 188 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 189 |
+ done | $(am__uniquify_input)` |
|
| 172 | 190 |
ETAGS = etags |
| 173 | 191 |
CTAGS = ctags |
| 174 | 192 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| ... | ... |
@@ -426,14 +502,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 426 | 426 |
$(am__aclocal_m4_deps): |
| 427 | 427 |
install-binPROGRAMS: $(bin_PROGRAMS) |
| 428 | 428 |
@$(NORMAL_INSTALL) |
| 429 |
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" |
|
| 430 | 429 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 430 |
+ if test -n "$$list"; then \ |
|
| 431 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
|
| 432 |
+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
|
| 433 |
+ fi; \ |
|
| 431 | 434 |
for p in $$list; do echo "$$p $$p"; done | \ |
| 432 | 435 |
sed 's/$(EXEEXT)$$//' | \ |
| 433 |
- while read p p1; do if test -f $$p || test -f $$p1; \ |
|
| 434 |
- then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 436 |
+ while read p p1; do if test -f $$p \ |
|
| 437 |
+ || test -f $$p1 \ |
|
| 438 |
+ ; then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 435 | 439 |
done | \ |
| 436 |
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ |
|
| 440 |
+ sed -e 'p;s,.*/,,;n;h' \ |
|
| 441 |
+ -e 's|.*|.|' \ |
|
| 437 | 442 |
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
| 438 | 443 |
sed 'N;N;N;s,\n, ,g' | \ |
| 439 | 444 |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
| ... | ... |
@@ -454,7 +535,8 @@ uninstall-binPROGRAMS: |
| 454 | 454 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 455 | 455 |
files=`for p in $$list; do echo "$$p"; done | \ |
| 456 | 456 |
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
| 457 |
- -e 's/$$/$(EXEEXT)/' `; \ |
|
| 457 |
+ -e 's/$$/$(EXEEXT)/' \ |
|
| 458 |
+ `; \ |
|
| 458 | 459 |
test -n "$$list" || exit 0; \ |
| 459 | 460 |
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
| 460 | 461 |
cd "$(DESTDIR)$(bindir)" && rm -f $$files |
| ... | ... |
@@ -483,6 +565,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS) |
| 483 | 483 |
else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ |
| 484 | 484 |
done; \ |
| 485 | 485 |
done; rm -f c$${pid}_.???; exit $$bad
|
| 486 |
+ |
|
| 486 | 487 |
clamscan$(EXEEXT): $(clamscan_OBJECTS) $(clamscan_DEPENDENCIES) $(EXTRA_clamscan_DEPENDENCIES) |
| 487 | 488 |
@rm -f clamscan$(EXEEXT) |
| 488 | 489 |
$(AM_V_CCLD)$(LINK) $(clamscan_OBJECTS) $(clamscan_LDADD) $(LIBS) |
| ... | ... |
@@ -506,14 +589,14 @@ distclean-compile: |
| 506 | 506 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 507 | 507 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 508 | 508 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 509 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 509 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 510 | 510 |
|
| 511 | 511 |
.c.obj: |
| 512 | 512 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 513 | 513 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 514 | 514 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 515 | 515 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 516 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
| 516 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 517 | 517 |
|
| 518 | 518 |
.c.lo: |
| 519 | 519 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -598,26 +681,15 @@ mostlyclean-libtool: |
| 598 | 598 |
clean-libtool: |
| 599 | 599 |
-rm -rf .libs _libs |
| 600 | 600 |
|
| 601 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 602 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 603 |
- unique=`for i in $$list; do \ |
|
| 604 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 605 |
- done | \ |
|
| 606 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 607 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 608 |
- mkid -fID $$unique |
|
| 609 |
-tags: TAGS |
|
| 610 |
- |
|
| 611 |
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 612 |
- $(TAGS_FILES) $(LISP) |
|
| 601 |
+ID: $(am__tagged_files) |
|
| 602 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 603 |
+tags: tags-am |
|
| 604 |
+TAGS: tags |
|
| 605 |
+ |
|
| 606 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 613 | 607 |
set x; \ |
| 614 | 608 |
here=`pwd`; \ |
| 615 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 616 |
- unique=`for i in $$list; do \ |
|
| 617 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 618 |
- done | \ |
|
| 619 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 620 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 609 |
+ $(am__define_uniq_tagged_files); \ |
|
| 621 | 610 |
shift; \ |
| 622 | 611 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 623 | 612 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -629,15 +701,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 629 | 629 |
$$unique; \ |
| 630 | 630 |
fi; \ |
| 631 | 631 |
fi |
| 632 |
-ctags: CTAGS |
|
| 633 |
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 634 |
- $(TAGS_FILES) $(LISP) |
|
| 635 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 636 |
- unique=`for i in $$list; do \ |
|
| 637 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 638 |
- done | \ |
|
| 639 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 640 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 632 |
+ctags: ctags-am |
|
| 633 |
+ |
|
| 634 |
+CTAGS: ctags |
|
| 635 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 636 |
+ $(am__define_uniq_tagged_files); \ |
|
| 641 | 637 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 642 | 638 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 643 | 639 |
$$unique |
| ... | ... |
@@ -646,6 +714,21 @@ GTAGS: |
| 646 | 646 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 647 | 647 |
&& $(am__cd) $(top_srcdir) \ |
| 648 | 648 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 649 |
+cscopelist: cscopelist-am |
|
| 650 |
+ |
|
| 651 |
+cscopelist-am: $(am__tagged_files) |
|
| 652 |
+ list='$(am__tagged_files)'; \ |
|
| 653 |
+ case "$(srcdir)" in \ |
|
| 654 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 655 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 656 |
+ esac; \ |
|
| 657 |
+ for i in $$list; do \ |
|
| 658 |
+ if test -f "$$i"; then \ |
|
| 659 |
+ echo "$(subdir)/$$i"; \ |
|
| 660 |
+ else \ |
|
| 661 |
+ echo "$$sdir/$$i"; \ |
|
| 662 |
+ fi; \ |
|
| 663 |
+ done >> $(top_builddir)/cscope.files |
|
| 649 | 664 |
|
| 650 | 665 |
distclean-tags: |
| 651 | 666 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| ... | ... |
@@ -790,19 +873,20 @@ uninstall-am: uninstall-binPROGRAMS |
| 790 | 790 |
|
| 791 | 791 |
.MAKE: install-am install-strip |
| 792 | 792 |
|
| 793 |
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ |
|
| 794 |
- clean-generic clean-libtool ctags distclean distclean-compile \ |
|
| 795 |
- distclean-generic distclean-libtool distclean-tags distdir dvi \ |
|
| 796 |
- dvi-am html html-am info info-am install install-am \ |
|
| 797 |
- install-binPROGRAMS install-data install-data-am install-dvi \ |
|
| 798 |
- install-dvi-am install-exec install-exec-am install-html \ |
|
| 799 |
- install-html-am install-info install-info-am install-man \ |
|
| 800 |
- install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 801 |
- install-strip installcheck installcheck-am \ |
|
| 802 |
- installcheck-binPROGRAMS installdirs maintainer-clean \ |
|
| 803 |
- maintainer-clean-generic mostlyclean mostlyclean-compile \ |
|
| 804 |
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 805 |
- tags uninstall uninstall-am uninstall-binPROGRAMS |
|
| 793 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ |
|
| 794 |
+ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ |
|
| 795 |
+ ctags ctags-am distclean distclean-compile distclean-generic \ |
|
| 796 |
+ distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|
| 797 |
+ html-am info info-am install install-am install-binPROGRAMS \ |
|
| 798 |
+ install-data install-data-am install-dvi install-dvi-am \ |
|
| 799 |
+ install-exec install-exec-am install-html install-html-am \ |
|
| 800 |
+ install-info install-info-am install-man install-pdf \ |
|
| 801 |
+ install-pdf-am install-ps install-ps-am install-strip \ |
|
| 802 |
+ installcheck installcheck-am installcheck-binPROGRAMS \ |
|
| 803 |
+ installdirs maintainer-clean maintainer-clean-generic \ |
|
| 804 |
+ mostlyclean mostlyclean-compile mostlyclean-generic \ |
|
| 805 |
+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
|
| 806 |
+ uninstall-am uninstall-binPROGRAMS |
|
| 806 | 807 |
|
| 807 | 808 |
|
| 808 | 809 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
| ... | ... |
@@ -1,9 +1,8 @@ |
| 1 |
-# Makefile.in generated by automake 1.11.3 from Makefile.am. |
|
| 1 |
+# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
| 2 | 2 |
# @configure_input@ |
| 3 | 3 |
|
| 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 |
+ |
|
| 7 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
| 8 | 7 |
# gives unlimited permission to copy and/or distribute it, |
| 9 | 8 |
# with or without modifications, as long as this notice is preserved. |
| ... | ... |
@@ -34,6 +33,51 @@ |
| 34 | 34 |
# MA 02110-1301, USA. |
| 35 | 35 |
|
| 36 | 36 |
VPATH = @srcdir@ |
| 37 |
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
| 38 |
+am__make_running_with_option = \ |
|
| 39 |
+ case $${target_option-} in \
|
|
| 40 |
+ ?) ;; \ |
|
| 41 |
+ *) echo "am__make_running_with_option: internal error: invalid" \ |
|
| 42 |
+ "target option '$${target_option-}' specified" >&2; \
|
|
| 43 |
+ exit 1;; \ |
|
| 44 |
+ esac; \ |
|
| 45 |
+ has_opt=no; \ |
|
| 46 |
+ sane_makeflags=$$MAKEFLAGS; \ |
|
| 47 |
+ if $(am__is_gnu_make); then \ |
|
| 48 |
+ sane_makeflags=$$MFLAGS; \ |
|
| 49 |
+ else \ |
|
| 50 |
+ case $$MAKEFLAGS in \ |
|
| 51 |
+ *\\[\ \ ]*) \ |
|
| 52 |
+ bs=\\; \ |
|
| 53 |
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
|
| 54 |
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
|
| 55 |
+ esac; \ |
|
| 56 |
+ fi; \ |
|
| 57 |
+ skip_next=no; \ |
|
| 58 |
+ strip_trailopt () \ |
|
| 59 |
+ { \
|
|
| 60 |
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
|
| 61 |
+ }; \ |
|
| 62 |
+ for flg in $$sane_makeflags; do \ |
|
| 63 |
+ test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
| 64 |
+ case $$flg in \ |
|
| 65 |
+ *=*|--*) continue;; \ |
|
| 66 |
+ -*I) strip_trailopt 'I'; skip_next=yes;; \ |
|
| 67 |
+ -*I?*) strip_trailopt 'I';; \ |
|
| 68 |
+ -*O) strip_trailopt 'O'; skip_next=yes;; \ |
|
| 69 |
+ -*O?*) strip_trailopt 'O';; \ |
|
| 70 |
+ -*l) strip_trailopt 'l'; skip_next=yes;; \ |
|
| 71 |
+ -*l?*) strip_trailopt 'l';; \ |
|
| 72 |
+ -[dEDm]) skip_next=yes;; \ |
|
| 73 |
+ -[JT]) skip_next=yes;; \ |
|
| 74 |
+ esac; \ |
|
| 75 |
+ case $$flg in \ |
|
| 76 |
+ *$$target_option*) has_opt=yes; break;; \ |
|
| 77 |
+ esac; \ |
|
| 78 |
+ done; \ |
|
| 79 |
+ test $$has_opt = yes |
|
| 80 |
+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
|
| 81 |
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
|
| 37 | 82 |
pkgdatadir = $(datadir)/@PACKAGE@ |
| 38 | 83 |
pkgincludedir = $(includedir)/@PACKAGE@ |
| 39 | 84 |
pkglibdir = $(libdir)/@PACKAGE@ |
| ... | ... |
@@ -55,7 +99,8 @@ host_triplet = @host@ |
| 55 | 55 |
target_triplet = @target@ |
| 56 | 56 |
bin_PROGRAMS = clamsubmit$(EXEEXT) |
| 57 | 57 |
subdir = clamsubmit |
| 58 |
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
|
| 58 |
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
|
| 59 |
+ $(top_srcdir)/config/depcomp |
|
| 59 | 60 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 60 | 61 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
| 61 | 62 |
$(top_srcdir)/m4/argz.m4 \ |
| ... | ... |
@@ -139,6 +184,19 @@ clamsubmit_LDADD = $(LDADD) |
| 139 | 139 |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 140 | 140 |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 141 | 141 |
am__v_lt_0 = --silent |
| 142 |
+am__v_lt_1 = |
|
| 143 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 144 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 145 |
+am__v_P_0 = false |
|
| 146 |
+am__v_P_1 = : |
|
| 147 |
+AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 148 |
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 149 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 150 |
+am__v_GEN_1 = |
|
| 151 |
+AM_V_at = $(am__v_at_@AM_V@) |
|
| 152 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 153 |
+am__v_at_0 = @ |
|
| 154 |
+am__v_at_1 = |
|
| 142 | 155 |
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 143 | 156 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 144 | 157 |
am__depfiles_maybe = depfiles |
| ... | ... |
@@ -151,22 +209,40 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 151 | 151 |
$(AM_CFLAGS) $(CFLAGS) |
| 152 | 152 |
AM_V_CC = $(am__v_CC_@AM_V@) |
| 153 | 153 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 154 |
-am__v_CC_0 = @echo " CC " $@; |
|
| 155 |
-AM_V_at = $(am__v_at_@AM_V@) |
|
| 156 |
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 157 |
-am__v_at_0 = @ |
|
| 154 |
+am__v_CC_0 = @echo " CC " $@; |
|
| 155 |
+am__v_CC_1 = |
|
| 158 | 156 |
CCLD = $(CC) |
| 159 | 157 |
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 160 | 158 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 161 | 159 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 162 | 160 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 163 | 161 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 164 |
-am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 165 |
-AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 166 |
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 167 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 162 |
+am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 163 |
+am__v_CCLD_1 = |
|
| 168 | 164 |
SOURCES = $(clamsubmit_SOURCES) |
| 169 | 165 |
DIST_SOURCES = $(clamsubmit_SOURCES) |
| 166 |
+am__can_run_installinfo = \ |
|
| 167 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 168 |
+ n|no|NO) false;; \ |
|
| 169 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 170 |
+ esac |
|
| 171 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 172 |
+# Read a list of newline-separated strings from the standard input, |
|
| 173 |
+# and print each of them once, without duplicates. Input order is |
|
| 174 |
+# *not* preserved. |
|
| 175 |
+am__uniquify_input = $(AWK) '\ |
|
| 176 |
+ BEGIN { nonempty = 0; } \
|
|
| 177 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 178 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 179 |
+' |
|
| 180 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 181 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 182 |
+# for different programs/libraries. |
|
| 183 |
+am__define_uniq_tagged_files = \ |
|
| 184 |
+ list='$(am__tagged_files)'; \ |
|
| 185 |
+ unique=`for i in $$list; do \ |
|
| 186 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 187 |
+ done | $(am__uniquify_input)` |
|
| 170 | 188 |
ETAGS = etags |
| 171 | 189 |
CTAGS = ctags |
| 172 | 190 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| ... | ... |
@@ -420,14 +496,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 420 | 420 |
$(am__aclocal_m4_deps): |
| 421 | 421 |
install-binPROGRAMS: $(bin_PROGRAMS) |
| 422 | 422 |
@$(NORMAL_INSTALL) |
| 423 |
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" |
|
| 424 | 423 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 424 |
+ if test -n "$$list"; then \ |
|
| 425 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
|
| 426 |
+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
|
| 427 |
+ fi; \ |
|
| 425 | 428 |
for p in $$list; do echo "$$p $$p"; done | \ |
| 426 | 429 |
sed 's/$(EXEEXT)$$//' | \ |
| 427 |
- while read p p1; do if test -f $$p || test -f $$p1; \ |
|
| 428 |
- then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 430 |
+ while read p p1; do if test -f $$p \ |
|
| 431 |
+ || test -f $$p1 \ |
|
| 432 |
+ ; then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 429 | 433 |
done | \ |
| 430 |
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ |
|
| 434 |
+ sed -e 'p;s,.*/,,;n;h' \ |
|
| 435 |
+ -e 's|.*|.|' \ |
|
| 431 | 436 |
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
| 432 | 437 |
sed 'N;N;N;s,\n, ,g' | \ |
| 433 | 438 |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
| ... | ... |
@@ -448,7 +529,8 @@ uninstall-binPROGRAMS: |
| 448 | 448 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 449 | 449 |
files=`for p in $$list; do echo "$$p"; done | \ |
| 450 | 450 |
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
| 451 |
- -e 's/$$/$(EXEEXT)/' `; \ |
|
| 451 |
+ -e 's/$$/$(EXEEXT)/' \ |
|
| 452 |
+ `; \ |
|
| 452 | 453 |
test -n "$$list" || exit 0; \ |
| 453 | 454 |
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
| 454 | 455 |
cd "$(DESTDIR)$(bindir)" && rm -f $$files |
| ... | ... |
@@ -477,6 +559,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS) |
| 477 | 477 |
else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ |
| 478 | 478 |
done; \ |
| 479 | 479 |
done; rm -f c$${pid}_.???; exit $$bad
|
| 480 |
+ |
|
| 480 | 481 |
clamsubmit$(EXEEXT): $(clamsubmit_OBJECTS) $(clamsubmit_DEPENDENCIES) $(EXTRA_clamsubmit_DEPENDENCIES) |
| 481 | 482 |
@rm -f clamsubmit$(EXEEXT) |
| 482 | 483 |
$(AM_V_CCLD)$(LINK) $(clamsubmit_OBJECTS) $(clamsubmit_LDADD) $(LIBS) |
| ... | ... |
@@ -498,14 +581,14 @@ distclean-compile: |
| 498 | 498 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 499 | 499 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 500 | 500 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 501 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 501 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 502 | 502 |
|
| 503 | 503 |
.c.obj: |
| 504 | 504 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 505 | 505 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 506 | 506 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 507 | 507 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 508 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
| 508 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 509 | 509 |
|
| 510 | 510 |
.c.lo: |
| 511 | 511 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -576,26 +659,15 @@ mostlyclean-libtool: |
| 576 | 576 |
clean-libtool: |
| 577 | 577 |
-rm -rf .libs _libs |
| 578 | 578 |
|
| 579 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 580 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 581 |
- unique=`for i in $$list; do \ |
|
| 582 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 583 |
- done | \ |
|
| 584 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 585 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 586 |
- mkid -fID $$unique |
|
| 587 |
-tags: TAGS |
|
| 588 |
- |
|
| 589 |
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 590 |
- $(TAGS_FILES) $(LISP) |
|
| 579 |
+ID: $(am__tagged_files) |
|
| 580 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 581 |
+tags: tags-am |
|
| 582 |
+TAGS: tags |
|
| 583 |
+ |
|
| 584 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 591 | 585 |
set x; \ |
| 592 | 586 |
here=`pwd`; \ |
| 593 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 594 |
- unique=`for i in $$list; do \ |
|
| 595 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 596 |
- done | \ |
|
| 597 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 598 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 587 |
+ $(am__define_uniq_tagged_files); \ |
|
| 599 | 588 |
shift; \ |
| 600 | 589 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 601 | 590 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -607,15 +679,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 607 | 607 |
$$unique; \ |
| 608 | 608 |
fi; \ |
| 609 | 609 |
fi |
| 610 |
-ctags: CTAGS |
|
| 611 |
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 612 |
- $(TAGS_FILES) $(LISP) |
|
| 613 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 614 |
- unique=`for i in $$list; do \ |
|
| 615 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 616 |
- done | \ |
|
| 617 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 618 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 610 |
+ctags: ctags-am |
|
| 611 |
+ |
|
| 612 |
+CTAGS: ctags |
|
| 613 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 614 |
+ $(am__define_uniq_tagged_files); \ |
|
| 619 | 615 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 620 | 616 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 621 | 617 |
$$unique |
| ... | ... |
@@ -624,6 +692,21 @@ GTAGS: |
| 624 | 624 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 625 | 625 |
&& $(am__cd) $(top_srcdir) \ |
| 626 | 626 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 627 |
+cscopelist: cscopelist-am |
|
| 628 |
+ |
|
| 629 |
+cscopelist-am: $(am__tagged_files) |
|
| 630 |
+ list='$(am__tagged_files)'; \ |
|
| 631 |
+ case "$(srcdir)" in \ |
|
| 632 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 633 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 634 |
+ esac; \ |
|
| 635 |
+ for i in $$list; do \ |
|
| 636 |
+ if test -f "$$i"; then \ |
|
| 637 |
+ echo "$(subdir)/$$i"; \ |
|
| 638 |
+ else \ |
|
| 639 |
+ echo "$$sdir/$$i"; \ |
|
| 640 |
+ fi; \ |
|
| 641 |
+ done >> $(top_builddir)/cscope.files |
|
| 627 | 642 |
|
| 628 | 643 |
distclean-tags: |
| 629 | 644 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| ... | ... |
@@ -768,19 +851,20 @@ uninstall-am: uninstall-binPROGRAMS |
| 768 | 768 |
|
| 769 | 769 |
.MAKE: install-am install-strip |
| 770 | 770 |
|
| 771 |
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ |
|
| 772 |
- clean-generic clean-libtool ctags distclean distclean-compile \ |
|
| 773 |
- distclean-generic distclean-libtool distclean-tags distdir dvi \ |
|
| 774 |
- dvi-am html html-am info info-am install install-am \ |
|
| 775 |
- install-binPROGRAMS install-data install-data-am install-dvi \ |
|
| 776 |
- install-dvi-am install-exec install-exec-am install-html \ |
|
| 777 |
- install-html-am install-info install-info-am install-man \ |
|
| 778 |
- install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 779 |
- install-strip installcheck installcheck-am \ |
|
| 780 |
- installcheck-binPROGRAMS installdirs maintainer-clean \ |
|
| 781 |
- maintainer-clean-generic mostlyclean mostlyclean-compile \ |
|
| 782 |
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 783 |
- tags uninstall uninstall-am uninstall-binPROGRAMS |
|
| 771 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ |
|
| 772 |
+ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ |
|
| 773 |
+ ctags ctags-am distclean distclean-compile distclean-generic \ |
|
| 774 |
+ distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|
| 775 |
+ html-am info info-am install install-am install-binPROGRAMS \ |
|
| 776 |
+ install-data install-data-am install-dvi install-dvi-am \ |
|
| 777 |
+ install-exec install-exec-am install-html install-html-am \ |
|
| 778 |
+ install-info install-info-am install-man install-pdf \ |
|
| 779 |
+ install-pdf-am install-ps install-ps-am install-strip \ |
|
| 780 |
+ installcheck installcheck-am installcheck-binPROGRAMS \ |
|
| 781 |
+ installdirs maintainer-clean maintainer-clean-generic \ |
|
| 782 |
+ mostlyclean mostlyclean-compile mostlyclean-generic \ |
|
| 783 |
+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
|
| 784 |
+ uninstall-am uninstall-binPROGRAMS |
|
| 784 | 785 |
|
| 785 | 786 |
|
| 786 | 787 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
| ... | ... |
@@ -1,13 +1,11 @@ |
| 1 | 1 |
#! /bin/sh |
| 2 | 2 |
# Guess values for system-dependent variables and create Makefiles. |
| 3 |
-# Generated by GNU Autoconf 2.68 for ClamAV devel. |
|
| 3 |
+# Generated by GNU Autoconf 2.69 for ClamAV devel. |
|
| 4 | 4 |
# |
| 5 | 5 |
# Report bugs to <http://bugs.clamav.net/>. |
| 6 | 6 |
# |
| 7 | 7 |
# |
| 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. |
|
| 11 | 9 |
# |
| 12 | 10 |
# |
| 13 | 11 |
# This configure script is free software; the Free Software Foundation |
| ... | ... |
@@ -136,6 +134,31 @@ export LANGUAGE |
| 136 | 136 |
# CDPATH. |
| 137 | 137 |
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
| 138 | 138 |
|
| 139 |
+# Use a proper internal environment variable to ensure we don't fall |
|
| 140 |
+ # into an infinite loop, continuously re-executing ourselves. |
|
| 141 |
+ if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
|
|
| 142 |
+ _as_can_reexec=no; export _as_can_reexec; |
|
| 143 |
+ # We cannot yet assume a decent shell, so we have to provide a |
|
| 144 |
+# neutralization value for shells without unset; and this also |
|
| 145 |
+# works around shells that cannot unset nonexistent variables. |
|
| 146 |
+# Preserve -v and -x to the replacement shell. |
|
| 147 |
+BASH_ENV=/dev/null |
|
| 148 |
+ENV=/dev/null |
|
| 149 |
+(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
|
| 150 |
+case $- in # (((( |
|
| 151 |
+ *v*x* | *x*v* ) as_opts=-vx ;; |
|
| 152 |
+ *v* ) as_opts=-v ;; |
|
| 153 |
+ *x* ) as_opts=-x ;; |
|
| 154 |
+ * ) as_opts= ;; |
|
| 155 |
+esac |
|
| 156 |
+exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
|
|
| 157 |
+# Admittedly, this is quite paranoid, since all the known shells bail |
|
| 158 |
+# out after a failed `exec'. |
|
| 159 |
+$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 |
|
| 160 |
+as_fn_exit 255 |
|
| 161 |
+ fi |
|
| 162 |
+ # We don't want this to propagate to other subprocesses. |
|
| 163 |
+ { _as_can_reexec=; unset _as_can_reexec;}
|
|
| 139 | 164 |
if test "x$CONFIG_SHELL" = x; then |
| 140 | 165 |
as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
|
| 141 | 166 |
emulate sh |
| ... | ... |
@@ -169,7 +192,8 @@ if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : |
| 169 | 169 |
else |
| 170 | 170 |
exitcode=1; echo positional parameters were not saved. |
| 171 | 171 |
fi |
| 172 |
-test x\$exitcode = x0 || exit 1" |
|
| 172 |
+test x\$exitcode = x0 || exit 1 |
|
| 173 |
+test -x / || exit 1" |
|
| 173 | 174 |
as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO |
| 174 | 175 |
as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO |
| 175 | 176 |
eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && |
| ... | ... |
@@ -222,21 +246,25 @@ IFS=$as_save_IFS |
| 222 | 222 |
|
| 223 | 223 |
|
| 224 | 224 |
if test "x$CONFIG_SHELL" != x; then : |
| 225 |
- # We cannot yet assume a decent shell, so we have to provide a |
|
| 226 |
- # neutralization value for shells without unset; and this also |
|
| 227 |
- # works around shells that cannot unset nonexistent variables. |
|
| 228 |
- # Preserve -v and -x to the replacement shell. |
|
| 229 |
- BASH_ENV=/dev/null |
|
| 230 |
- ENV=/dev/null |
|
| 231 |
- (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
|
| 232 |
- export CONFIG_SHELL |
|
| 233 |
- case $- in # (((( |
|
| 234 |
- *v*x* | *x*v* ) as_opts=-vx ;; |
|
| 235 |
- *v* ) as_opts=-v ;; |
|
| 236 |
- *x* ) as_opts=-x ;; |
|
| 237 |
- * ) as_opts= ;; |
|
| 238 |
- esac |
|
| 239 |
- exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
|
|
| 225 |
+ export CONFIG_SHELL |
|
| 226 |
+ # We cannot yet assume a decent shell, so we have to provide a |
|
| 227 |
+# neutralization value for shells without unset; and this also |
|
| 228 |
+# works around shells that cannot unset nonexistent variables. |
|
| 229 |
+# Preserve -v and -x to the replacement shell. |
|
| 230 |
+BASH_ENV=/dev/null |
|
| 231 |
+ENV=/dev/null |
|
| 232 |
+(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
|
| 233 |
+case $- in # (((( |
|
| 234 |
+ *v*x* | *x*v* ) as_opts=-vx ;; |
|
| 235 |
+ *v* ) as_opts=-v ;; |
|
| 236 |
+ *x* ) as_opts=-x ;; |
|
| 237 |
+ * ) as_opts= ;; |
|
| 238 |
+esac |
|
| 239 |
+exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
|
|
| 240 |
+# Admittedly, this is quite paranoid, since all the known shells bail |
|
| 241 |
+# out after a failed `exec'. |
|
| 242 |
+$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 |
|
| 243 |
+exit 255 |
|
| 240 | 244 |
fi |
| 241 | 245 |
|
| 242 | 246 |
if test x$as_have_required = xno; then : |
| ... | ... |
@@ -339,6 +367,14 @@ $as_echo X"$as_dir" | |
| 339 | 339 |
|
| 340 | 340 |
|
| 341 | 341 |
} # as_fn_mkdir_p |
| 342 |
+ |
|
| 343 |
+# as_fn_executable_p FILE |
|
| 344 |
+# ----------------------- |
|
| 345 |
+# Test if FILE is an executable regular file. |
|
| 346 |
+as_fn_executable_p () |
|
| 347 |
+{
|
|
| 348 |
+ test -f "$1" && test -x "$1" |
|
| 349 |
+} # as_fn_executable_p |
|
| 342 | 350 |
# as_fn_append VAR VALUE |
| 343 | 351 |
# ---------------------- |
| 344 | 352 |
# Append the text in VALUE to the end of the definition contained in VAR. Take |
| ... | ... |
@@ -460,6 +496,10 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits |
| 460 | 460 |
chmod +x "$as_me.lineno" || |
| 461 | 461 |
{ $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
|
| 462 | 462 |
|
| 463 |
+ # If we had to re-execute with $CONFIG_SHELL, we're ensured to have |
|
| 464 |
+ # already done that, so ensure we don't try to do so again and fall |
|
| 465 |
+ # in an infinite loop. This has already happened in practice. |
|
| 466 |
+ _as_can_reexec=no; export _as_can_reexec |
|
| 463 | 467 |
# Don't try to exec as it changes $[0], causing all sort of problems |
| 464 | 468 |
# (the dirname of $[0] is not the place where we might find the |
| 465 | 469 |
# original and so on. Autoconf is especially sensitive to this). |
| ... | ... |
@@ -494,16 +534,16 @@ if (echo >conf$$.file) 2>/dev/null; then |
| 494 | 494 |
# ... but there are two gotchas: |
| 495 | 495 |
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
| 496 | 496 |
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
| 497 |
- # In both cases, we have to default to `cp -p'. |
|
| 497 |
+ # In both cases, we have to default to `cp -pR'. |
|
| 498 | 498 |
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
| 499 |
- as_ln_s='cp -p' |
|
| 499 |
+ as_ln_s='cp -pR' |
|
| 500 | 500 |
elif ln conf$$.file conf$$ 2>/dev/null; then |
| 501 | 501 |
as_ln_s=ln |
| 502 | 502 |
else |
| 503 |
- as_ln_s='cp -p' |
|
| 503 |
+ as_ln_s='cp -pR' |
|
| 504 | 504 |
fi |
| 505 | 505 |
else |
| 506 |
- as_ln_s='cp -p' |
|
| 506 |
+ as_ln_s='cp -pR' |
|
| 507 | 507 |
fi |
| 508 | 508 |
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
| 509 | 509 |
rmdir conf$$.dir 2>/dev/null |
| ... | ... |
@@ -515,28 +555,8 @@ else |
| 515 | 515 |
as_mkdir_p=false |
| 516 | 516 |
fi |
| 517 | 517 |
|
| 518 |
-if test -x / >/dev/null 2>&1; then |
|
| 519 |
- as_test_x='test -x' |
|
| 520 |
-else |
|
| 521 |
- if ls -dL / >/dev/null 2>&1; then |
|
| 522 |
- as_ls_L_option=L |
|
| 523 |
- else |
|
| 524 |
- as_ls_L_option= |
|
| 525 |
- fi |
|
| 526 |
- as_test_x=' |
|
| 527 |
- eval sh -c '\'' |
|
| 528 |
- if test -d "$1"; then |
|
| 529 |
- test -d "$1/."; |
|
| 530 |
- else |
|
| 531 |
- case $1 in #( |
|
| 532 |
- -*)set "./$1";; |
|
| 533 |
- esac; |
|
| 534 |
- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( |
|
| 535 |
- ???[sx]*):;;*)false;;esac;fi |
|
| 536 |
- '\'' sh |
|
| 537 |
- ' |
|
| 538 |
-fi |
|
| 539 |
-as_executable_p=$as_test_x |
|
| 518 |
+as_test_x='test -x' |
|
| 519 |
+as_executable_p=as_fn_executable_p |
|
| 540 | 520 |
|
| 541 | 521 |
# Sed expression to map a string onto a valid CPP name. |
| 542 | 522 |
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
| ... | ... |
@@ -1374,8 +1394,6 @@ target=$target_alias |
| 1374 | 1374 |
if test "x$host_alias" != x; then |
| 1375 | 1375 |
if test "x$build_alias" = x; then |
| 1376 | 1376 |
cross_compiling=maybe |
| 1377 |
- $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. |
|
| 1378 |
- If a cross compiler is detected then cross compile mode will be used" >&2 |
|
| 1379 | 1377 |
elif test "x$build_alias" != "x$host_alias"; then |
| 1380 | 1378 |
cross_compiling=yes |
| 1381 | 1379 |
fi |
| ... | ... |
@@ -1540,10 +1558,12 @@ Optional Features: |
| 1540 | 1540 |
--disable-option-checking ignore unrecognized --enable/--with options |
| 1541 | 1541 |
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
| 1542 | 1542 |
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
| 1543 |
- --enable-silent-rules less verbose build output (undo: `make V=1') |
|
| 1544 |
- --disable-silent-rules verbose build output (undo: `make V=0') |
|
| 1545 |
- --disable-dependency-tracking speeds up one-time build |
|
| 1546 |
- --enable-dependency-tracking do not reject slow dependency extractors |
|
| 1543 |
+ --enable-silent-rules less verbose build output (undo: "make V=1") |
|
| 1544 |
+ --disable-silent-rules verbose build output (undo: "make V=0") |
|
| 1545 |
+ --enable-dependency-tracking |
|
| 1546 |
+ do not reject slow dependency extractors |
|
| 1547 |
+ --disable-dependency-tracking |
|
| 1548 |
+ speeds up one-time build |
|
| 1547 | 1549 |
--enable-static[=PKGS] build static libraries [default=no] |
| 1548 | 1550 |
--enable-shared[=PKGS] build shared libraries [default=yes] |
| 1549 | 1551 |
--enable-fast-install[=PKGS] |
| ... | ... |
@@ -1719,9 +1739,9 @@ test -n "$ac_init_help" && exit $ac_status |
| 1719 | 1719 |
if $ac_init_version; then |
| 1720 | 1720 |
cat <<\_ACEOF |
| 1721 | 1721 |
ClamAV configure devel |
| 1722 |
-generated by GNU Autoconf 2.68 |
|
| 1722 |
+generated by GNU Autoconf 2.69 |
|
| 1723 | 1723 |
|
| 1724 |
-Copyright (C) 2010 Free Software Foundation, Inc. |
|
| 1724 |
+Copyright (C) 2012 Free Software Foundation, Inc. |
|
| 1725 | 1725 |
This configure script is free software; the Free Software Foundation |
| 1726 | 1726 |
gives unlimited permission to copy, distribute and modify it. |
| 1727 | 1727 |
_ACEOF |
| ... | ... |
@@ -1998,7 +2018,7 @@ $as_echo "$ac_try_echo"; } >&5 |
| 1998 | 1998 |
test ! -s conftest.err |
| 1999 | 1999 |
} && test -s conftest$ac_exeext && {
|
| 2000 | 2000 |
test "$cross_compiling" = yes || |
| 2001 |
- $as_test_x conftest$ac_exeext |
|
| 2001 |
+ test -x conftest$ac_exeext |
|
| 2002 | 2002 |
}; then : |
| 2003 | 2003 |
ac_retval=0 |
| 2004 | 2004 |
else |
| ... | ... |
@@ -2188,7 +2208,7 @@ This file contains any messages produced by compilers while |
| 2188 | 2188 |
running configure, to aid debugging if configure makes a mistake. |
| 2189 | 2189 |
|
| 2190 | 2190 |
It was created by ClamAV $as_me devel, which was |
| 2191 |
-generated by GNU Autoconf 2.68. Invocation command line was |
|
| 2191 |
+generated by GNU Autoconf 2.69. Invocation command line was |
|
| 2192 | 2192 |
|
| 2193 | 2193 |
$ $0 $@ |
| 2194 | 2194 |
|
| ... | ... |
@@ -2870,7 +2890,7 @@ done |
| 2870 | 2870 |
|
| 2871 | 2871 |
|
| 2872 | 2872 |
|
| 2873 |
-am__api_version='1.11' |
|
| 2873 |
+am__api_version='1.14' |
|
| 2874 | 2874 |
|
| 2875 | 2875 |
# Find a good install program. We prefer a C program (faster), |
| 2876 | 2876 |
# so one script is as good as another. But avoid the broken or |
| ... | ... |
@@ -2909,7 +2929,7 @@ case $as_dir/ in #(( |
| 2909 | 2909 |
# by default. |
| 2910 | 2910 |
for ac_prog in ginstall scoinst install; do |
| 2911 | 2911 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2912 |
- if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
|
|
| 2912 |
+ if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then |
|
| 2913 | 2913 |
if test $ac_prog = install && |
| 2914 | 2914 |
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
| 2915 | 2915 |
# AIX install. It has an incompatible calling convention. |
| ... | ... |
@@ -2967,9 +2987,6 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
| 2967 | 2967 |
|
| 2968 | 2968 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
|
| 2969 | 2969 |
$as_echo_n "checking whether build environment is sane... " >&6; } |
| 2970 |
-# Just in case |
|
| 2971 |
-sleep 1 |
|
| 2972 |
-echo timestamp > conftest.file |
|
| 2973 | 2970 |
# Reject unsafe characters in $srcdir or the absolute working directory |
| 2974 | 2971 |
# name. Accept space and tab only in the latter. |
| 2975 | 2972 |
am_lf=' |
| ... | ... |
@@ -2980,32 +2997,40 @@ case `pwd` in |
| 2980 | 2980 |
esac |
| 2981 | 2981 |
case $srcdir in |
| 2982 | 2982 |
*[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
| 2983 |
- as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; |
|
| 2983 |
+ as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; |
|
| 2984 | 2984 |
esac |
| 2985 | 2985 |
|
| 2986 |
-# Do `set' in a subshell so we don't clobber the current shell's |
|
| 2986 |
+# Do 'set' in a subshell so we don't clobber the current shell's |
|
| 2987 | 2987 |
# arguments. Must try -L first in case configure is actually a |
| 2988 | 2988 |
# symlink; some systems play weird games with the mod time of symlinks |
| 2989 | 2989 |
# (eg FreeBSD returns the mod time of the symlink's containing |
| 2990 | 2990 |
# directory). |
| 2991 | 2991 |
if ( |
| 2992 |
- set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
|
| 2993 |
- if test "$*" = "X"; then |
|
| 2994 |
- # -L didn't work. |
|
| 2995 |
- set X `ls -t "$srcdir/configure" conftest.file` |
|
| 2996 |
- fi |
|
| 2997 |
- rm -f conftest.file |
|
| 2998 |
- if test "$*" != "X $srcdir/configure conftest.file" \ |
|
| 2999 |
- && test "$*" != "X conftest.file $srcdir/configure"; then |
|
| 3000 |
- |
|
| 3001 |
- # If neither matched, then we have a broken ls. This can happen |
|
| 3002 |
- # if, for instance, CONFIG_SHELL is bash and it inherits a |
|
| 3003 |
- # broken ls alias from the environment. This has actually |
|
| 3004 |
- # happened. Such a system could not be considered "sane". |
|
| 3005 |
- as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
|
| 3006 |
-alias in your environment" "$LINENO" 5 |
|
| 3007 |
- fi |
|
| 3008 |
- |
|
| 2992 |
+ am_has_slept=no |
|
| 2993 |
+ for am_try in 1 2; do |
|
| 2994 |
+ echo "timestamp, slept: $am_has_slept" > conftest.file |
|
| 2995 |
+ set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
|
| 2996 |
+ if test "$*" = "X"; then |
|
| 2997 |
+ # -L didn't work. |
|
| 2998 |
+ set X `ls -t "$srcdir/configure" conftest.file` |
|
| 2999 |
+ fi |
|
| 3000 |
+ if test "$*" != "X $srcdir/configure conftest.file" \ |
|
| 3001 |
+ && test "$*" != "X conftest.file $srcdir/configure"; then |
|
| 3002 |
+ |
|
| 3003 |
+ # If neither matched, then we have a broken ls. This can happen |
|
| 3004 |
+ # if, for instance, CONFIG_SHELL is bash and it inherits a |
|
| 3005 |
+ # broken ls alias from the environment. This has actually |
|
| 3006 |
+ # happened. Such a system could not be considered "sane". |
|
| 3007 |
+ as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
|
| 3008 |
+ alias in your environment" "$LINENO" 5 |
|
| 3009 |
+ fi |
|
| 3010 |
+ if test "$2" = conftest.file || test $am_try -eq 2; then |
|
| 3011 |
+ break |
|
| 3012 |
+ fi |
|
| 3013 |
+ # Just in case. |
|
| 3014 |
+ sleep 1 |
|
| 3015 |
+ am_has_slept=yes |
|
| 3016 |
+ done |
|
| 3009 | 3017 |
test "$2" = conftest.file |
| 3010 | 3018 |
) |
| 3011 | 3019 |
then |
| ... | ... |
@@ -3017,6 +3042,16 @@ Check your system clock" "$LINENO" 5 |
| 3017 | 3017 |
fi |
| 3018 | 3018 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
| 3019 | 3019 |
$as_echo "yes" >&6; } |
| 3020 |
+# If we didn't sleep, we still need to ensure time stamps of config.status and |
|
| 3021 |
+# generated files are strictly newer. |
|
| 3022 |
+am_sleep_pid= |
|
| 3023 |
+if grep 'slept: no' conftest.file >/dev/null 2>&1; then |
|
| 3024 |
+ ( sleep 1 ) & |
|
| 3025 |
+ am_sleep_pid=$! |
|
| 3026 |
+fi |
|
| 3027 |
+ |
|
| 3028 |
+rm -f conftest.file |
|
| 3029 |
+ |
|
| 3020 | 3030 |
test "$program_prefix" != NONE && |
| 3021 | 3031 |
program_transform_name="s&^&$program_prefix&;$program_transform_name" |
| 3022 | 3032 |
# Use a double $ so make ignores it. |
| ... | ... |
@@ -3039,12 +3074,12 @@ if test x"${MISSING+set}" != xset; then
|
| 3039 | 3039 |
esac |
| 3040 | 3040 |
fi |
| 3041 | 3041 |
# Use eval to expand $SHELL |
| 3042 |
-if eval "$MISSING --run true"; then |
|
| 3043 |
- am_missing_run="$MISSING --run " |
|
| 3042 |
+if eval "$MISSING --is-lightweight"; then |
|
| 3043 |
+ am_missing_run="$MISSING " |
|
| 3044 | 3044 |
else |
| 3045 | 3045 |
am_missing_run= |
| 3046 |
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
|
|
| 3047 |
-$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} |
|
| 3046 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
|
|
| 3047 |
+$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} |
|
| 3048 | 3048 |
fi |
| 3049 | 3049 |
|
| 3050 | 3050 |
if test x"${install_sh}" != xset; then
|
| ... | ... |
@@ -3056,10 +3091,10 @@ if test x"${install_sh}" != xset; then
|
| 3056 | 3056 |
esac |
| 3057 | 3057 |
fi |
| 3058 | 3058 |
|
| 3059 |
-# Installed binaries are usually stripped using `strip' when the user |
|
| 3060 |
-# run `make install-strip'. However `strip' might not be the right |
|
| 3059 |
+# Installed binaries are usually stripped using 'strip' when the user |
|
| 3060 |
+# run "make install-strip". However 'strip' might not be the right |
|
| 3061 | 3061 |
# tool to use in cross-compilation environments, therefore Automake |
| 3062 |
-# will honor the `STRIP' environment variable to overrule this program. |
|
| 3062 |
+# will honor the 'STRIP' environment variable to overrule this program. |
|
| 3063 | 3063 |
if test "$cross_compiling" != no; then |
| 3064 | 3064 |
if test -n "$ac_tool_prefix"; then |
| 3065 | 3065 |
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
|
| ... | ... |
@@ -3078,7 +3113,7 @@ do |
| 3078 | 3078 |
IFS=$as_save_IFS |
| 3079 | 3079 |
test -z "$as_dir" && as_dir=. |
| 3080 | 3080 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3081 |
- 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 |
|
| 3082 | 3082 |
ac_cv_prog_STRIP="${ac_tool_prefix}strip"
|
| 3083 | 3083 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 3084 | 3084 |
break 2 |
| ... | ... |
@@ -3118,7 +3153,7 @@ do |
| 3118 | 3118 |
IFS=$as_save_IFS |
| 3119 | 3119 |
test -z "$as_dir" && as_dir=. |
| 3120 | 3120 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3121 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 3121 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 3122 | 3122 |
ac_cv_prog_ac_ct_STRIP="strip" |
| 3123 | 3123 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 3124 | 3124 |
break 2 |
| ... | ... |
@@ -3169,7 +3204,7 @@ do |
| 3169 | 3169 |
test -z "$as_dir" && as_dir=. |
| 3170 | 3170 |
for ac_prog in mkdir gmkdir; do |
| 3171 | 3171 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3172 |
- { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
|
|
| 3172 |
+ as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue |
|
| 3173 | 3173 |
case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( |
| 3174 | 3174 |
'mkdir (GNU coreutils) '* | \ |
| 3175 | 3175 |
'mkdir (coreutils) '* | \ |
| ... | ... |
@@ -3198,12 +3233,6 @@ fi |
| 3198 | 3198 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
|
| 3199 | 3199 |
$as_echo "$MKDIR_P" >&6; } |
| 3200 | 3200 |
|
| 3201 |
-mkdir_p="$MKDIR_P" |
|
| 3202 |
-case $mkdir_p in |
|
| 3203 |
- [\\/$]* | ?:[\\/]*) ;; |
|
| 3204 |
- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; |
|
| 3205 |
-esac |
|
| 3206 |
- |
|
| 3207 | 3201 |
for ac_prog in gawk mawk nawk awk |
| 3208 | 3202 |
do |
| 3209 | 3203 |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
| ... | ... |
@@ -3222,7 +3251,7 @@ do |
| 3222 | 3222 |
IFS=$as_save_IFS |
| 3223 | 3223 |
test -z "$as_dir" && as_dir=. |
| 3224 | 3224 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3225 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 3225 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 3226 | 3226 |
ac_cv_prog_AWK="$ac_prog" |
| 3227 | 3227 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 3228 | 3228 |
break 2 |
| ... | ... |
@@ -3286,6 +3315,45 @@ else |
| 3286 | 3286 |
fi |
| 3287 | 3287 |
rmdir .tst 2>/dev/null |
| 3288 | 3288 |
|
| 3289 |
+# Check whether --enable-silent-rules was given. |
|
| 3290 |
+if test "${enable_silent_rules+set}" = set; then :
|
|
| 3291 |
+ enableval=$enable_silent_rules; |
|
| 3292 |
+fi |
|
| 3293 |
+ |
|
| 3294 |
+case $enable_silent_rules in # ((( |
|
| 3295 |
+ yes) AM_DEFAULT_VERBOSITY=0;; |
|
| 3296 |
+ no) AM_DEFAULT_VERBOSITY=1;; |
|
| 3297 |
+ *) AM_DEFAULT_VERBOSITY=1;; |
|
| 3298 |
+esac |
|
| 3299 |
+am_make=${MAKE-make}
|
|
| 3300 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
|
|
| 3301 |
+$as_echo_n "checking whether $am_make supports nested variables... " >&6; } |
|
| 3302 |
+if ${am_cv_make_support_nested_variables+:} false; then :
|
|
| 3303 |
+ $as_echo_n "(cached) " >&6 |
|
| 3304 |
+else |
|
| 3305 |
+ if $as_echo 'TRUE=$(BAR$(V)) |
|
| 3306 |
+BAR0=false |
|
| 3307 |
+BAR1=true |
|
| 3308 |
+V=1 |
|
| 3309 |
+am__doit: |
|
| 3310 |
+ @$(TRUE) |
|
| 3311 |
+.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then |
|
| 3312 |
+ am_cv_make_support_nested_variables=yes |
|
| 3313 |
+else |
|
| 3314 |
+ am_cv_make_support_nested_variables=no |
|
| 3315 |
+fi |
|
| 3316 |
+fi |
|
| 3317 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
|
|
| 3318 |
+$as_echo "$am_cv_make_support_nested_variables" >&6; } |
|
| 3319 |
+if test $am_cv_make_support_nested_variables = yes; then |
|
| 3320 |
+ AM_V='$(V)' |
|
| 3321 |
+ AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' |
|
| 3322 |
+else |
|
| 3323 |
+ AM_V=$AM_DEFAULT_VERBOSITY |
|
| 3324 |
+ AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY |
|
| 3325 |
+fi |
|
| 3326 |
+AM_BACKSLASH='\' |
|
| 3327 |
+ |
|
| 3289 | 3328 |
if test "`cd $srcdir && pwd`" != "`pwd`"; then |
| 3290 | 3329 |
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output |
| 3291 | 3330 |
# is not polluted with repeated "-I." |
| ... | ... |
@@ -3327,6 +3395,12 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
|
| 3327 | 3327 |
|
| 3328 | 3328 |
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
|
| 3329 | 3329 |
|
| 3330 |
+# For better backward compatibility. To be removed once Automake 1.9.x |
|
| 3331 |
+# dies out for good. For more background, see: |
|
| 3332 |
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> |
|
| 3333 |
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
|
| 3334 |
+mkdir_p='$(MKDIR_P)' |
|
| 3335 |
+ |
|
| 3330 | 3336 |
# We need awk for the "check" target. The system "awk" is bad on |
| 3331 | 3337 |
# some platforms. |
| 3332 | 3338 |
# Always define AMTAR for backward compatibility. Yes, it's still used |
| ... | ... |
@@ -3334,101 +3408,182 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
|
| 3334 | 3334 |
AMTAR='$${TAR-tar}'
|
| 3335 | 3335 |
|
| 3336 | 3336 |
|
| 3337 |
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
|
|
| 3338 |
-$as_echo_n "checking how to create a ustar tar archive... " >&6; } |
|
| 3339 |
-# Loop over all known methods to create a tar archive until one works. |
|
| 3337 |
+# We'll loop over all known methods to create a tar archive until one works. |
|
| 3340 | 3338 |
_am_tools='gnutar plaintar pax cpio none' |
| 3341 |
-_am_tools=${am_cv_prog_tar_ustar-$_am_tools}
|
|
| 3342 |
-# Do not fold the above two line into one, because Tru64 sh and |
|
| 3343 |
-# Solaris sh will not grok spaces in the rhs of `-'. |
|
| 3344 |
-for _am_tool in $_am_tools |
|
| 3345 |
-do |
|
| 3346 |
- case $_am_tool in |
|
| 3347 |
- gnutar) |
|
| 3348 |
- for _am_tar in tar gnutar gtar; |
|
| 3349 |
- do |
|
| 3350 |
- { echo "$as_me:$LINENO: $_am_tar --version" >&5
|
|
| 3339 |
+ |
|
| 3340 |
+# The POSIX 1988 'ustar' format is defined with fixed-size fields. |
|
| 3341 |
+ # There is notably a 21 bits limit for the UID and the GID. In fact, |
|
| 3342 |
+ # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 |
|
| 3343 |
+ # and bug#13588). |
|
| 3344 |
+ am_max_uid=2097151 # 2^21 - 1 |
|
| 3345 |
+ am_max_gid=$am_max_uid |
|
| 3346 |
+ # The $UID and $GID variables are not portable, so we need to resort |
|
| 3347 |
+ # to the POSIX-mandated id(1) utility. Errors in the 'id' calls |
|
| 3348 |
+ # below are definitely unexpected, so allow the users to see them |
|
| 3349 |
+ # (that is, avoid stderr redirection). |
|
| 3350 |
+ am_uid=`id -u || echo unknown` |
|
| 3351 |
+ am_gid=`id -g || echo unknown` |
|
| 3352 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5
|
|
| 3353 |
+$as_echo_n "checking whether UID '$am_uid' is supported by ustar format... " >&6; } |
|
| 3354 |
+ if test $am_uid -le $am_max_uid; then |
|
| 3355 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
| 3356 |
+$as_echo "yes" >&6; } |
|
| 3357 |
+ else |
|
| 3358 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
| 3359 |
+$as_echo "no" >&6; } |
|
| 3360 |
+ _am_tools=none |
|
| 3361 |
+ fi |
|
| 3362 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5
|
|
| 3363 |
+$as_echo_n "checking whether GID '$am_gid' is supported by ustar format... " >&6; } |
|
| 3364 |
+ if test $am_gid -le $am_max_gid; then |
|
| 3365 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
| 3366 |
+$as_echo "yes" >&6; } |
|
| 3367 |
+ else |
|
| 3368 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
| 3369 |
+$as_echo "no" >&6; } |
|
| 3370 |
+ _am_tools=none |
|
| 3371 |
+ fi |
|
| 3372 |
+ |
|
| 3373 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
|
|
| 3374 |
+$as_echo_n "checking how to create a ustar tar archive... " >&6; } |
|
| 3375 |
+ |
|
| 3376 |
+ # Go ahead even if we have the value already cached. We do so because we |
|
| 3377 |
+ # need to set the values for the 'am__tar' and 'am__untar' variables. |
|
| 3378 |
+ _am_tools=${am_cv_prog_tar_ustar-$_am_tools}
|
|
| 3379 |
+ |
|
| 3380 |
+ for _am_tool in $_am_tools; do |
|
| 3381 |
+ case $_am_tool in |
|
| 3382 |
+ gnutar) |
|
| 3383 |
+ for _am_tar in tar gnutar gtar; do |
|
| 3384 |
+ { echo "$as_me:$LINENO: $_am_tar --version" >&5
|
|
| 3351 | 3385 |
($_am_tar --version) >&5 2>&5 |
| 3352 | 3386 |
ac_status=$? |
| 3353 | 3387 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3354 | 3388 |
(exit $ac_status); } && break |
| 3355 |
- done |
|
| 3356 |
- am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"' |
|
| 3357 |
- am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"' |
|
| 3358 |
- am__untar="$_am_tar -xf -" |
|
| 3359 |
- ;; |
|
| 3360 |
- plaintar) |
|
| 3361 |
- # Must skip GNU tar: if it does not support --format= it doesn't create |
|
| 3362 |
- # ustar tarball either. |
|
| 3363 |
- (tar --version) >/dev/null 2>&1 && continue |
|
| 3364 |
- am__tar='tar chf - "$$tardir"' |
|
| 3365 |
- am__tar_='tar chf - "$tardir"' |
|
| 3366 |
- am__untar='tar xf -' |
|
| 3367 |
- ;; |
|
| 3368 |
- pax) |
|
| 3369 |
- am__tar='pax -L -x ustar -w "$$tardir"' |
|
| 3370 |
- am__tar_='pax -L -x ustar -w "$tardir"' |
|
| 3371 |
- am__untar='pax -r' |
|
| 3372 |
- ;; |
|
| 3373 |
- cpio) |
|
| 3374 |
- am__tar='find "$$tardir" -print | cpio -o -H ustar -L' |
|
| 3375 |
- am__tar_='find "$tardir" -print | cpio -o -H ustar -L' |
|
| 3376 |
- am__untar='cpio -i -H ustar -d' |
|
| 3377 |
- ;; |
|
| 3378 |
- none) |
|
| 3379 |
- am__tar=false |
|
| 3380 |
- am__tar_=false |
|
| 3381 |
- am__untar=false |
|
| 3382 |
- ;; |
|
| 3383 |
- esac |
|
| 3389 |
+ done |
|
| 3390 |
+ am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"' |
|
| 3391 |
+ am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"' |
|
| 3392 |
+ am__untar="$_am_tar -xf -" |
|
| 3393 |
+ ;; |
|
| 3394 |
+ plaintar) |
|
| 3395 |
+ # Must skip GNU tar: if it does not support --format= it doesn't create |
|
| 3396 |
+ # ustar tarball either. |
|
| 3397 |
+ (tar --version) >/dev/null 2>&1 && continue |
|
| 3398 |
+ am__tar='tar chf - "$$tardir"' |
|
| 3399 |
+ am__tar_='tar chf - "$tardir"' |
|
| 3400 |
+ am__untar='tar xf -' |
|
| 3401 |
+ ;; |
|
| 3402 |
+ pax) |
|
| 3403 |
+ am__tar='pax -L -x ustar -w "$$tardir"' |
|
| 3404 |
+ am__tar_='pax -L -x ustar -w "$tardir"' |
|
| 3405 |
+ am__untar='pax -r' |
|
| 3406 |
+ ;; |
|
| 3407 |
+ cpio) |
|
| 3408 |
+ am__tar='find "$$tardir" -print | cpio -o -H ustar -L' |
|
| 3409 |
+ am__tar_='find "$tardir" -print | cpio -o -H ustar -L' |
|
| 3410 |
+ am__untar='cpio -i -H ustar -d' |
|
| 3411 |
+ ;; |
|
| 3412 |
+ none) |
|
| 3413 |
+ am__tar=false |
|
| 3414 |
+ am__tar_=false |
|
| 3415 |
+ am__untar=false |
|
| 3416 |
+ ;; |
|
| 3417 |
+ esac |
|
| 3384 | 3418 |
|
| 3385 |
- # If the value was cached, stop now. We just wanted to have am__tar |
|
| 3386 |
- # and am__untar set. |
|
| 3387 |
- test -n "${am_cv_prog_tar_ustar}" && break
|
|
| 3419 |
+ # If the value was cached, stop now. We just wanted to have am__tar |
|
| 3420 |
+ # and am__untar set. |
|
| 3421 |
+ test -n "${am_cv_prog_tar_ustar}" && break
|
|
| 3388 | 3422 |
|
| 3389 |
- # tar/untar a dummy directory, and stop if the command works |
|
| 3390 |
- rm -rf conftest.dir |
|
| 3391 |
- mkdir conftest.dir |
|
| 3392 |
- echo GrepMe > conftest.dir/file |
|
| 3393 |
- { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
|
|
| 3423 |
+ # tar/untar a dummy directory, and stop if the command works. |
|
| 3424 |
+ rm -rf conftest.dir |
|
| 3425 |
+ mkdir conftest.dir |
|
| 3426 |
+ echo GrepMe > conftest.dir/file |
|
| 3427 |
+ { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
|
|
| 3394 | 3428 |
(tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5 |
| 3395 | 3429 |
ac_status=$? |
| 3396 | 3430 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3397 | 3431 |
(exit $ac_status); } |
| 3398 |
- rm -rf conftest.dir |
|
| 3399 |
- if test -s conftest.tar; then |
|
| 3400 |
- { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
|
|
| 3432 |
+ rm -rf conftest.dir |
|
| 3433 |
+ if test -s conftest.tar; then |
|
| 3434 |
+ { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
|
|
| 3401 | 3435 |
($am__untar <conftest.tar) >&5 2>&5 |
| 3402 | 3436 |
ac_status=$? |
| 3403 | 3437 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3404 | 3438 |
(exit $ac_status); } |
| 3405 |
- grep GrepMe conftest.dir/file >/dev/null 2>&1 && break |
|
| 3406 |
- fi |
|
| 3407 |
-done |
|
| 3408 |
-rm -rf conftest.dir |
|
| 3439 |
+ { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
|
|
| 3440 |
+ (cat conftest.dir/file) >&5 2>&5 |
|
| 3441 |
+ ac_status=$? |
|
| 3442 |
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
| 3443 |
+ (exit $ac_status); } |
|
| 3444 |
+ grep GrepMe conftest.dir/file >/dev/null 2>&1 && break |
|
| 3445 |
+ fi |
|
| 3446 |
+ done |
|
| 3447 |
+ rm -rf conftest.dir |
|
| 3409 | 3448 |
|
| 3410 |
-if ${am_cv_prog_tar_ustar+:} false; then :
|
|
| 3449 |
+ if ${am_cv_prog_tar_ustar+:} false; then :
|
|
| 3411 | 3450 |
$as_echo_n "(cached) " >&6 |
| 3412 | 3451 |
else |
| 3413 | 3452 |
am_cv_prog_tar_ustar=$_am_tool |
| 3414 | 3453 |
fi |
| 3415 | 3454 |
|
| 3416 |
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
|
|
| 3455 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
|
|
| 3417 | 3456 |
$as_echo "$am_cv_prog_tar_ustar" >&6; } |
| 3418 | 3457 |
|
| 3419 | 3458 |
|
| 3420 | 3459 |
|
| 3421 | 3460 |
|
| 3422 | 3461 |
|
| 3462 |
+ |
|
| 3463 |
+# POSIX will say in a future version that running "rm -f" with no argument |
|
| 3464 |
+# is OK; and we want to be able to make that assumption in our Makefile |
|
| 3465 |
+# recipes. So use an aggressive probe to check that the usage we want is |
|
| 3466 |
+# actually supported "in the wild" to an acceptable degree. |
|
| 3467 |
+# See automake bug#10828. |
|
| 3468 |
+# To make any issue more visible, cause the running configure to be aborted |
|
| 3469 |
+# by default if the 'rm' program in use doesn't match our expectations; the |
|
| 3470 |
+# user can still override this though. |
|
| 3471 |
+if rm -f && rm -fr && rm -rf; then : OK; else |
|
| 3472 |
+ cat >&2 <<'END' |
|
| 3473 |
+Oops! |
|
| 3474 |
+ |
|
| 3475 |
+Your 'rm' program seems unable to run without file operands specified |
|
| 3476 |
+on the command line, even when the '-f' option is present. This is contrary |
|
| 3477 |
+to the behaviour of most rm programs out there, and not conforming with |
|
| 3478 |
+the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542> |
|
| 3479 |
+ |
|
| 3480 |
+Please tell bug-automake@gnu.org about your system, including the value |
|
| 3481 |
+of your $PATH and any error possibly output before this message. This |
|
| 3482 |
+can help us improve future automake versions. |
|
| 3483 |
+ |
|
| 3484 |
+END |
|
| 3485 |
+ if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then |
|
| 3486 |
+ echo 'Configuration will proceed anyway, since you have set the' >&2 |
|
| 3487 |
+ echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 |
|
| 3488 |
+ echo >&2 |
|
| 3489 |
+ else |
|
| 3490 |
+ cat >&2 <<'END' |
|
| 3491 |
+Aborting the configuration process, to ensure you take notice of the issue. |
|
| 3492 |
+ |
|
| 3493 |
+You can download and install GNU coreutils to get an 'rm' implementation |
|
| 3494 |
+that behaves properly: <http://www.gnu.org/software/coreutils/>. |
|
| 3495 |
+ |
|
| 3496 |
+If you want to complete the configuration process using your problematic |
|
| 3497 |
+'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM |
|
| 3498 |
+to "yes", and re-run configure. |
|
| 3499 |
+ |
|
| 3500 |
+END |
|
| 3501 |
+ as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 |
|
| 3502 |
+ fi |
|
| 3503 |
+fi |
|
| 3423 | 3504 |
# Check whether --enable-silent-rules was given. |
| 3424 | 3505 |
if test "${enable_silent_rules+set}" = set; then :
|
| 3425 | 3506 |
enableval=$enable_silent_rules; |
| 3426 | 3507 |
fi |
| 3427 | 3508 |
|
| 3428 |
-case $enable_silent_rules in |
|
| 3429 |
-yes) AM_DEFAULT_VERBOSITY=0;; |
|
| 3430 |
-no) AM_DEFAULT_VERBOSITY=1;; |
|
| 3431 |
-*) AM_DEFAULT_VERBOSITY=0;; |
|
| 3509 |
+case $enable_silent_rules in # ((( |
|
| 3510 |
+ yes) AM_DEFAULT_VERBOSITY=0;; |
|
| 3511 |
+ no) AM_DEFAULT_VERBOSITY=1;; |
|
| 3512 |
+ *) AM_DEFAULT_VERBOSITY=0;; |
|
| 3432 | 3513 |
esac |
| 3433 | 3514 |
am_make=${MAKE-make}
|
| 3434 | 3515 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
|
| ... | ... |
@@ -3482,7 +3637,7 @@ am__quote= |
| 3482 | 3482 |
_am_result=none |
| 3483 | 3483 |
# First try GNU make style include. |
| 3484 | 3484 |
echo "include confinc" > confmf |
| 3485 |
-# Ignore all kinds of additional output from `make'. |
|
| 3485 |
+# Ignore all kinds of additional output from 'make'. |
|
| 3486 | 3486 |
case `$am_make -s -f confmf 2> /dev/null` in #( |
| 3487 | 3487 |
*the\ am__doit\ target*) |
| 3488 | 3488 |
am__include=include |
| ... | ... |
@@ -3548,7 +3703,7 @@ do |
| 3548 | 3548 |
IFS=$as_save_IFS |
| 3549 | 3549 |
test -z "$as_dir" && as_dir=. |
| 3550 | 3550 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3551 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 3551 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 3552 | 3552 |
ac_cv_prog_CC="${ac_tool_prefix}gcc"
|
| 3553 | 3553 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 3554 | 3554 |
break 2 |
| ... | ... |
@@ -3588,7 +3743,7 @@ do |
| 3588 | 3588 |
IFS=$as_save_IFS |
| 3589 | 3589 |
test -z "$as_dir" && as_dir=. |
| 3590 | 3590 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3591 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 3591 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 3592 | 3592 |
ac_cv_prog_ac_ct_CC="gcc" |
| 3593 | 3593 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 3594 | 3594 |
break 2 |
| ... | ... |
@@ -3641,7 +3796,7 @@ do |
| 3641 | 3641 |
IFS=$as_save_IFS |
| 3642 | 3642 |
test -z "$as_dir" && as_dir=. |
| 3643 | 3643 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3644 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 3644 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 3645 | 3645 |
ac_cv_prog_CC="${ac_tool_prefix}cc"
|
| 3646 | 3646 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 3647 | 3647 |
break 2 |
| ... | ... |
@@ -3682,7 +3837,7 @@ do |
| 3682 | 3682 |
IFS=$as_save_IFS |
| 3683 | 3683 |
test -z "$as_dir" && as_dir=. |
| 3684 | 3684 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3685 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 3685 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 3686 | 3686 |
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
| 3687 | 3687 |
ac_prog_rejected=yes |
| 3688 | 3688 |
continue |
| ... | ... |
@@ -3740,7 +3895,7 @@ do |
| 3740 | 3740 |
IFS=$as_save_IFS |
| 3741 | 3741 |
test -z "$as_dir" && as_dir=. |
| 3742 | 3742 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3743 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 3743 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 3744 | 3744 |
ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
| 3745 | 3745 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 3746 | 3746 |
break 2 |
| ... | ... |
@@ -3784,7 +3939,7 @@ do |
| 3784 | 3784 |
IFS=$as_save_IFS |
| 3785 | 3785 |
test -z "$as_dir" && as_dir=. |
| 3786 | 3786 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3787 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 3787 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 3788 | 3788 |
ac_cv_prog_ac_ct_CC="$ac_prog" |
| 3789 | 3789 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 3790 | 3790 |
break 2 |
| ... | ... |
@@ -4230,8 +4385,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 4230 | 4230 |
/* end confdefs.h. */ |
| 4231 | 4231 |
#include <stdarg.h> |
| 4232 | 4232 |
#include <stdio.h> |
| 4233 |
-#include <sys/types.h> |
|
| 4234 |
-#include <sys/stat.h> |
|
| 4233 |
+struct stat; |
|
| 4235 | 4234 |
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
| 4236 | 4235 |
struct buf { int x; };
|
| 4237 | 4236 |
FILE * (*rcsopen) (struct buf *, struct stat *, int); |
| ... | ... |
@@ -4316,6 +4470,65 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 4316 | 4316 |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 4317 | 4317 |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 4318 | 4318 |
|
| 4319 |
+ac_ext=c |
|
| 4320 |
+ac_cpp='$CPP $CPPFLAGS' |
|
| 4321 |
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|
| 4322 |
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
|
| 4323 |
+ac_compiler_gnu=$ac_cv_c_compiler_gnu |
|
| 4324 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
|
|
| 4325 |
+$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } |
|
| 4326 |
+if ${am_cv_prog_cc_c_o+:} false; then :
|
|
| 4327 |
+ $as_echo_n "(cached) " >&6 |
|
| 4328 |
+else |
|
| 4329 |
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
| 4330 |
+/* end confdefs.h. */ |
|
| 4331 |
+ |
|
| 4332 |
+int |
|
| 4333 |
+main () |
|
| 4334 |
+{
|
|
| 4335 |
+ |
|
| 4336 |
+ ; |
|
| 4337 |
+ return 0; |
|
| 4338 |
+} |
|
| 4339 |
+_ACEOF |
|
| 4340 |
+ # Make sure it works both with $CC and with simple cc. |
|
| 4341 |
+ # Following AC_PROG_CC_C_O, we do the test twice because some |
|
| 4342 |
+ # compilers refuse to overwrite an existing .o file with -o, |
|
| 4343 |
+ # though they will create one. |
|
| 4344 |
+ am_cv_prog_cc_c_o=yes |
|
| 4345 |
+ for am_i in 1 2; do |
|
| 4346 |
+ if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
|
|
| 4347 |
+ ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 |
|
| 4348 |
+ ac_status=$? |
|
| 4349 |
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
| 4350 |
+ (exit $ac_status); } \ |
|
| 4351 |
+ && test -f conftest2.$ac_objext; then |
|
| 4352 |
+ : OK |
|
| 4353 |
+ else |
|
| 4354 |
+ am_cv_prog_cc_c_o=no |
|
| 4355 |
+ break |
|
| 4356 |
+ fi |
|
| 4357 |
+ done |
|
| 4358 |
+ rm -f core conftest* |
|
| 4359 |
+ unset am_i |
|
| 4360 |
+fi |
|
| 4361 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
|
|
| 4362 |
+$as_echo "$am_cv_prog_cc_c_o" >&6; } |
|
| 4363 |
+if test "$am_cv_prog_cc_c_o" != yes; then |
|
| 4364 |
+ # Losing compiler, so override with the script. |
|
| 4365 |
+ # FIXME: It is wrong to rewrite CC. |
|
| 4366 |
+ # But if we don't then we get into trouble of one sort or another. |
|
| 4367 |
+ # A longer-term fix would be to have automake use am__CC in this case, |
|
| 4368 |
+ # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" |
|
| 4369 |
+ CC="$am_aux_dir/compile $CC" |
|
| 4370 |
+fi |
|
| 4371 |
+ac_ext=c |
|
| 4372 |
+ac_cpp='$CPP $CPPFLAGS' |
|
| 4373 |
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|
| 4374 |
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
|
| 4375 |
+ac_compiler_gnu=$ac_cv_c_compiler_gnu |
|
| 4376 |
+ |
|
| 4377 |
+ |
|
| 4319 | 4378 |
depcc="$CC" am_compiler_list= |
| 4320 | 4379 |
|
| 4321 | 4380 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
|
| ... | ... |
@@ -4327,8 +4540,8 @@ else |
| 4327 | 4327 |
# We make a subdir and do the tests there. Otherwise we can end up |
| 4328 | 4328 |
# making bogus files that we don't know about and never remove. For |
| 4329 | 4329 |
# instance it was reported that on HP-UX the gcc test will end up |
| 4330 |
- # making a dummy file named `D' -- because `-MD' means `put the output |
|
| 4331 |
- # in D'. |
|
| 4330 |
+ # making a dummy file named 'D' -- because '-MD' means "put the output |
|
| 4331 |
+ # in D". |
|
| 4332 | 4332 |
rm -rf conftest.dir |
| 4333 | 4333 |
mkdir conftest.dir |
| 4334 | 4334 |
# Copy depcomp to subdir because otherwise we won't find it if we're |
| ... | ... |
@@ -4363,16 +4576,16 @@ else |
| 4363 | 4363 |
: > sub/conftest.c |
| 4364 | 4364 |
for i in 1 2 3 4 5 6; do |
| 4365 | 4365 |
echo '#include "conftst'$i'.h"' >> sub/conftest.c |
| 4366 |
- # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with |
|
| 4367 |
- # Solaris 8's {/usr,}/bin/sh.
|
|
| 4368 |
- touch sub/conftst$i.h |
|
| 4366 |
+ # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with |
|
| 4367 |
+ # Solaris 10 /bin/sh. |
|
| 4368 |
+ echo '/* dummy */' > sub/conftst$i.h |
|
| 4369 | 4369 |
done |
| 4370 | 4370 |
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
|
| 4371 | 4371 |
|
| 4372 |
- # We check with `-c' and `-o' for the sake of the "dashmstdout" |
|
| 4372 |
+ # We check with '-c' and '-o' for the sake of the "dashmstdout" |
|
| 4373 | 4373 |
# mode. It turns out that the SunPro C++ compiler does not properly |
| 4374 |
- # handle `-M -o', and we need to detect this. Also, some Intel |
|
| 4375 |
- # versions had trouble with output in subdirs |
|
| 4374 |
+ # handle '-M -o', and we need to detect this. Also, some Intel |
|
| 4375 |
+ # versions had trouble with output in subdirs. |
|
| 4376 | 4376 |
am__obj=sub/conftest.${OBJEXT-o}
|
| 4377 | 4377 |
am__minus_obj="-o $am__obj" |
| 4378 | 4378 |
case $depmode in |
| ... | ... |
@@ -4381,8 +4594,8 @@ else |
| 4381 | 4381 |
test "$am__universal" = false || continue |
| 4382 | 4382 |
;; |
| 4383 | 4383 |
nosideeffect) |
| 4384 |
- # after this tag, mechanisms are not by side-effect, so they'll |
|
| 4385 |
- # only be used when explicitly requested |
|
| 4384 |
+ # After this tag, mechanisms are not by side-effect, so they'll |
|
| 4385 |
+ # only be used when explicitly requested. |
|
| 4386 | 4386 |
if test "x$enable_dependency_tracking" = xyes; then |
| 4387 | 4387 |
continue |
| 4388 | 4388 |
else |
| ... | ... |
@@ -4390,7 +4603,7 @@ else |
| 4390 | 4390 |
fi |
| 4391 | 4391 |
;; |
| 4392 | 4392 |
msvc7 | msvc7msys | msvisualcpp | msvcmsys) |
| 4393 |
- # This compiler won't grok `-c -o', but also, the minuso test has |
|
| 4393 |
+ # This compiler won't grok '-c -o', but also, the minuso test has |
|
| 4394 | 4394 |
# not run yet. These depmodes are late enough in the game, and |
| 4395 | 4395 |
# so weak that their functioning should not be impacted. |
| 4396 | 4396 |
am__obj=conftest.${OBJEXT-o}
|
| ... | ... |
@@ -4599,7 +4812,7 @@ do |
| 4599 | 4599 |
for ac_prog in grep ggrep; do |
| 4600 | 4600 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4601 | 4601 |
ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
| 4602 |
- { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
|
|
| 4602 |
+ as_fn_executable_p "$ac_path_GREP" || continue |
|
| 4603 | 4603 |
# Check for GNU ac_path_GREP and select it if it is found. |
| 4604 | 4604 |
# Check for GNU $ac_path_GREP |
| 4605 | 4605 |
case `"$ac_path_GREP" --version 2>&1` in |
| ... | ... |
@@ -4665,7 +4878,7 @@ do |
| 4665 | 4665 |
for ac_prog in egrep; do |
| 4666 | 4666 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4667 | 4667 |
ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
| 4668 |
- { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
|
|
| 4668 |
+ as_fn_executable_p "$ac_path_EGREP" || continue |
|
| 4669 | 4669 |
# Check for GNU ac_path_EGREP and select it if it is found. |
| 4670 | 4670 |
# Check for GNU $ac_path_EGREP |
| 4671 | 4671 |
case `"$ac_path_EGREP" --version 2>&1` in |
| ... | ... |
@@ -4872,8 +5085,8 @@ else |
| 4872 | 4872 |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 4873 | 4873 |
/* end confdefs.h. */ |
| 4874 | 4874 |
|
| 4875 |
-# define __EXTENSIONS__ 1 |
|
| 4876 |
- $ac_includes_default |
|
| 4875 |
+# define __EXTENSIONS__ 1 |
|
| 4876 |
+ $ac_includes_default |
|
| 4877 | 4877 |
int |
| 4878 | 4878 |
main () |
| 4879 | 4879 |
{
|
| ... | ... |
@@ -5061,7 +5274,7 @@ do |
| 5061 | 5061 |
for ac_prog in sed gsed; do |
| 5062 | 5062 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5063 | 5063 |
ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" |
| 5064 |
- { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
|
|
| 5064 |
+ as_fn_executable_p "$ac_path_SED" || continue |
|
| 5065 | 5065 |
# Check for GNU ac_path_SED and select it if it is found. |
| 5066 | 5066 |
# Check for GNU $ac_path_SED |
| 5067 | 5067 |
case `"$ac_path_SED" --version 2>&1` in |
| ... | ... |
@@ -5140,7 +5353,7 @@ do |
| 5140 | 5140 |
for ac_prog in fgrep; do |
| 5141 | 5141 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5142 | 5142 |
ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" |
| 5143 |
- { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
|
|
| 5143 |
+ as_fn_executable_p "$ac_path_FGREP" || continue |
|
| 5144 | 5144 |
# Check for GNU ac_path_FGREP and select it if it is found. |
| 5145 | 5145 |
# Check for GNU $ac_path_FGREP |
| 5146 | 5146 |
case `"$ac_path_FGREP" --version 2>&1` in |
| ... | ... |
@@ -5396,7 +5609,7 @@ do |
| 5396 | 5396 |
IFS=$as_save_IFS |
| 5397 | 5397 |
test -z "$as_dir" && as_dir=. |
| 5398 | 5398 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5399 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 5399 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 5400 | 5400 |
ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" |
| 5401 | 5401 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 5402 | 5402 |
break 2 |
| ... | ... |
@@ -5440,7 +5653,7 @@ do |
| 5440 | 5440 |
IFS=$as_save_IFS |
| 5441 | 5441 |
test -z "$as_dir" && as_dir=. |
| 5442 | 5442 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5443 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 5443 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 5444 | 5444 |
ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" |
| 5445 | 5445 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 5446 | 5446 |
break 2 |
| ... | ... |
@@ -5864,7 +6077,7 @@ do |
| 5864 | 5864 |
IFS=$as_save_IFS |
| 5865 | 5865 |
test -z "$as_dir" && as_dir=. |
| 5866 | 5866 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5867 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 5867 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 5868 | 5868 |
ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
|
| 5869 | 5869 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 5870 | 5870 |
break 2 |
| ... | ... |
@@ -5904,7 +6117,7 @@ do |
| 5904 | 5904 |
IFS=$as_save_IFS |
| 5905 | 5905 |
test -z "$as_dir" && as_dir=. |
| 5906 | 5906 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5907 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 5907 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 5908 | 5908 |
ac_cv_prog_ac_ct_OBJDUMP="objdump" |
| 5909 | 5909 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 5910 | 5910 |
break 2 |
| ... | ... |
@@ -6210,7 +6423,7 @@ do |
| 6210 | 6210 |
IFS=$as_save_IFS |
| 6211 | 6211 |
test -z "$as_dir" && as_dir=. |
| 6212 | 6212 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6213 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6213 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6214 | 6214 |
ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
|
| 6215 | 6215 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6216 | 6216 |
break 2 |
| ... | ... |
@@ -6250,7 +6463,7 @@ do |
| 6250 | 6250 |
IFS=$as_save_IFS |
| 6251 | 6251 |
test -z "$as_dir" && as_dir=. |
| 6252 | 6252 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6253 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6253 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6254 | 6254 |
ac_cv_prog_ac_ct_DLLTOOL="dlltool" |
| 6255 | 6255 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6256 | 6256 |
break 2 |
| ... | ... |
@@ -6353,7 +6566,7 @@ do |
| 6353 | 6353 |
IFS=$as_save_IFS |
| 6354 | 6354 |
test -z "$as_dir" && as_dir=. |
| 6355 | 6355 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6356 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6356 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6357 | 6357 |
ac_cv_prog_AR="$ac_tool_prefix$ac_prog" |
| 6358 | 6358 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6359 | 6359 |
break 2 |
| ... | ... |
@@ -6397,7 +6610,7 @@ do |
| 6397 | 6397 |
IFS=$as_save_IFS |
| 6398 | 6398 |
test -z "$as_dir" && as_dir=. |
| 6399 | 6399 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6400 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6400 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6401 | 6401 |
ac_cv_prog_ac_ct_AR="$ac_prog" |
| 6402 | 6402 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6403 | 6403 |
break 2 |
| ... | ... |
@@ -6522,7 +6735,7 @@ do |
| 6522 | 6522 |
IFS=$as_save_IFS |
| 6523 | 6523 |
test -z "$as_dir" && as_dir=. |
| 6524 | 6524 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6525 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6525 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6526 | 6526 |
ac_cv_prog_STRIP="${ac_tool_prefix}strip"
|
| 6527 | 6527 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6528 | 6528 |
break 2 |
| ... | ... |
@@ -6562,7 +6775,7 @@ do |
| 6562 | 6562 |
IFS=$as_save_IFS |
| 6563 | 6563 |
test -z "$as_dir" && as_dir=. |
| 6564 | 6564 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6565 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6565 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6566 | 6566 |
ac_cv_prog_ac_ct_STRIP="strip" |
| 6567 | 6567 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6568 | 6568 |
break 2 |
| ... | ... |
@@ -6621,7 +6834,7 @@ do |
| 6621 | 6621 |
IFS=$as_save_IFS |
| 6622 | 6622 |
test -z "$as_dir" && as_dir=. |
| 6623 | 6623 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6624 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6624 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6625 | 6625 |
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
|
| 6626 | 6626 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6627 | 6627 |
break 2 |
| ... | ... |
@@ -6661,7 +6874,7 @@ do |
| 6661 | 6661 |
IFS=$as_save_IFS |
| 6662 | 6662 |
test -z "$as_dir" && as_dir=. |
| 6663 | 6663 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6664 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6664 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6665 | 6665 |
ac_cv_prog_ac_ct_RANLIB="ranlib" |
| 6666 | 6666 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6667 | 6667 |
break 2 |
| ... | ... |
@@ -7310,7 +7523,7 @@ do |
| 7310 | 7310 |
IFS=$as_save_IFS |
| 7311 | 7311 |
test -z "$as_dir" && as_dir=. |
| 7312 | 7312 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7313 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7313 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7314 | 7314 |
ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
|
| 7315 | 7315 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7316 | 7316 |
break 2 |
| ... | ... |
@@ -7350,7 +7563,7 @@ do |
| 7350 | 7350 |
IFS=$as_save_IFS |
| 7351 | 7351 |
test -z "$as_dir" && as_dir=. |
| 7352 | 7352 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7353 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7353 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7354 | 7354 |
ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" |
| 7355 | 7355 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7356 | 7356 |
break 2 |
| ... | ... |
@@ -7430,7 +7643,7 @@ do |
| 7430 | 7430 |
IFS=$as_save_IFS |
| 7431 | 7431 |
test -z "$as_dir" && as_dir=. |
| 7432 | 7432 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7433 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7433 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7434 | 7434 |
ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
|
| 7435 | 7435 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7436 | 7436 |
break 2 |
| ... | ... |
@@ -7470,7 +7683,7 @@ do |
| 7470 | 7470 |
IFS=$as_save_IFS |
| 7471 | 7471 |
test -z "$as_dir" && as_dir=. |
| 7472 | 7472 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7473 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7473 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7474 | 7474 |
ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" |
| 7475 | 7475 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7476 | 7476 |
break 2 |
| ... | ... |
@@ -7522,7 +7735,7 @@ do |
| 7522 | 7522 |
IFS=$as_save_IFS |
| 7523 | 7523 |
test -z "$as_dir" && as_dir=. |
| 7524 | 7524 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7525 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7525 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7526 | 7526 |
ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
|
| 7527 | 7527 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7528 | 7528 |
break 2 |
| ... | ... |
@@ -7562,7 +7775,7 @@ do |
| 7562 | 7562 |
IFS=$as_save_IFS |
| 7563 | 7563 |
test -z "$as_dir" && as_dir=. |
| 7564 | 7564 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7565 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7565 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7566 | 7566 |
ac_cv_prog_ac_ct_NMEDIT="nmedit" |
| 7567 | 7567 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7568 | 7568 |
break 2 |
| ... | ... |
@@ -7614,7 +7827,7 @@ do |
| 7614 | 7614 |
IFS=$as_save_IFS |
| 7615 | 7615 |
test -z "$as_dir" && as_dir=. |
| 7616 | 7616 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7617 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7617 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7618 | 7618 |
ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
|
| 7619 | 7619 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7620 | 7620 |
break 2 |
| ... | ... |
@@ -7654,7 +7867,7 @@ do |
| 7654 | 7654 |
IFS=$as_save_IFS |
| 7655 | 7655 |
test -z "$as_dir" && as_dir=. |
| 7656 | 7656 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7657 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7657 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7658 | 7658 |
ac_cv_prog_ac_ct_LIPO="lipo" |
| 7659 | 7659 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7660 | 7660 |
break 2 |
| ... | ... |
@@ -7706,7 +7919,7 @@ do |
| 7706 | 7706 |
IFS=$as_save_IFS |
| 7707 | 7707 |
test -z "$as_dir" && as_dir=. |
| 7708 | 7708 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7709 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7709 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7710 | 7710 |
ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
|
| 7711 | 7711 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7712 | 7712 |
break 2 |
| ... | ... |
@@ -7746,7 +7959,7 @@ do |
| 7746 | 7746 |
IFS=$as_save_IFS |
| 7747 | 7747 |
test -z "$as_dir" && as_dir=. |
| 7748 | 7748 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7749 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7749 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7750 | 7750 |
ac_cv_prog_ac_ct_OTOOL="otool" |
| 7751 | 7751 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7752 | 7752 |
break 2 |
| ... | ... |
@@ -7798,7 +8011,7 @@ do |
| 7798 | 7798 |
IFS=$as_save_IFS |
| 7799 | 7799 |
test -z "$as_dir" && as_dir=. |
| 7800 | 7800 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7801 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7801 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7802 | 7802 |
ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
|
| 7803 | 7803 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7804 | 7804 |
break 2 |
| ... | ... |
@@ -7838,7 +8051,7 @@ do |
| 7838 | 7838 |
IFS=$as_save_IFS |
| 7839 | 7839 |
test -z "$as_dir" && as_dir=. |
| 7840 | 7840 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7841 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7841 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7842 | 7842 |
ac_cv_prog_ac_ct_OTOOL64="otool64" |
| 7843 | 7843 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7844 | 7844 |
break 2 |
| ... | ... |
@@ -13149,7 +13362,7 @@ do |
| 13149 | 13149 |
IFS=$as_save_IFS |
| 13150 | 13150 |
test -z "$as_dir" && as_dir=. |
| 13151 | 13151 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 13152 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 13152 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 13153 | 13153 |
ac_cv_prog_CC="${ac_tool_prefix}gcc"
|
| 13154 | 13154 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 13155 | 13155 |
break 2 |
| ... | ... |
@@ -13189,7 +13402,7 @@ do |
| 13189 | 13189 |
IFS=$as_save_IFS |
| 13190 | 13190 |
test -z "$as_dir" && as_dir=. |
| 13191 | 13191 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 13192 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 13192 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 13193 | 13193 |
ac_cv_prog_ac_ct_CC="gcc" |
| 13194 | 13194 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 13195 | 13195 |
break 2 |
| ... | ... |
@@ -13242,7 +13455,7 @@ do |
| 13242 | 13242 |
IFS=$as_save_IFS |
| 13243 | 13243 |
test -z "$as_dir" && as_dir=. |
| 13244 | 13244 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 13245 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 13245 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 13246 | 13246 |
ac_cv_prog_CC="${ac_tool_prefix}cc"
|
| 13247 | 13247 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 13248 | 13248 |
break 2 |
| ... | ... |
@@ -13283,7 +13496,7 @@ do |
| 13283 | 13283 |
IFS=$as_save_IFS |
| 13284 | 13284 |
test -z "$as_dir" && as_dir=. |
| 13285 | 13285 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 13286 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 13286 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 13287 | 13287 |
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
| 13288 | 13288 |
ac_prog_rejected=yes |
| 13289 | 13289 |
continue |
| ... | ... |
@@ -13341,7 +13554,7 @@ do |
| 13341 | 13341 |
IFS=$as_save_IFS |
| 13342 | 13342 |
test -z "$as_dir" && as_dir=. |
| 13343 | 13343 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 13344 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 13344 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 13345 | 13345 |
ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
| 13346 | 13346 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 13347 | 13347 |
break 2 |
| ... | ... |
@@ -13385,7 +13598,7 @@ do |
| 13385 | 13385 |
IFS=$as_save_IFS |
| 13386 | 13386 |
test -z "$as_dir" && as_dir=. |
| 13387 | 13387 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 13388 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 13388 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 13389 | 13389 |
ac_cv_prog_ac_ct_CC="$ac_prog" |
| 13390 | 13390 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 13391 | 13391 |
break 2 |
| ... | ... |
@@ -13581,8 +13794,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13581 | 13581 |
/* end confdefs.h. */ |
| 13582 | 13582 |
#include <stdarg.h> |
| 13583 | 13583 |
#include <stdio.h> |
| 13584 |
-#include <sys/types.h> |
|
| 13585 |
-#include <sys/stat.h> |
|
| 13584 |
+struct stat; |
|
| 13586 | 13585 |
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
| 13587 | 13586 |
struct buf { int x; };
|
| 13588 | 13587 |
FILE * (*rcsopen) (struct buf *, struct stat *, int); |
| ... | ... |
@@ -13667,6 +13879,65 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 13667 | 13667 |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 13668 | 13668 |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 13669 | 13669 |
|
| 13670 |
+ac_ext=c |
|
| 13671 |
+ac_cpp='$CPP $CPPFLAGS' |
|
| 13672 |
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|
| 13673 |
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
|
| 13674 |
+ac_compiler_gnu=$ac_cv_c_compiler_gnu |
|
| 13675 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
|
|
| 13676 |
+$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } |
|
| 13677 |
+if ${am_cv_prog_cc_c_o+:} false; then :
|
|
| 13678 |
+ $as_echo_n "(cached) " >&6 |
|
| 13679 |
+else |
|
| 13680 |
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
| 13681 |
+/* end confdefs.h. */ |
|
| 13682 |
+ |
|
| 13683 |
+int |
|
| 13684 |
+main () |
|
| 13685 |
+{
|
|
| 13686 |
+ |
|
| 13687 |
+ ; |
|
| 13688 |
+ return 0; |
|
| 13689 |
+} |
|
| 13690 |
+_ACEOF |
|
| 13691 |
+ # Make sure it works both with $CC and with simple cc. |
|
| 13692 |
+ # Following AC_PROG_CC_C_O, we do the test twice because some |
|
| 13693 |
+ # compilers refuse to overwrite an existing .o file with -o, |
|
| 13694 |
+ # though they will create one. |
|
| 13695 |
+ am_cv_prog_cc_c_o=yes |
|
| 13696 |
+ for am_i in 1 2; do |
|
| 13697 |
+ if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
|
|
| 13698 |
+ ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 |
|
| 13699 |
+ ac_status=$? |
|
| 13700 |
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
| 13701 |
+ (exit $ac_status); } \ |
|
| 13702 |
+ && test -f conftest2.$ac_objext; then |
|
| 13703 |
+ : OK |
|
| 13704 |
+ else |
|
| 13705 |
+ am_cv_prog_cc_c_o=no |
|
| 13706 |
+ break |
|
| 13707 |
+ fi |
|
| 13708 |
+ done |
|
| 13709 |
+ rm -f core conftest* |
|
| 13710 |
+ unset am_i |
|
| 13711 |
+fi |
|
| 13712 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
|
|
| 13713 |
+$as_echo "$am_cv_prog_cc_c_o" >&6; } |
|
| 13714 |
+if test "$am_cv_prog_cc_c_o" != yes; then |
|
| 13715 |
+ # Losing compiler, so override with the script. |
|
| 13716 |
+ # FIXME: It is wrong to rewrite CC. |
|
| 13717 |
+ # But if we don't then we get into trouble of one sort or another. |
|
| 13718 |
+ # A longer-term fix would be to have automake use am__CC in this case, |
|
| 13719 |
+ # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" |
|
| 13720 |
+ CC="$am_aux_dir/compile $CC" |
|
| 13721 |
+fi |
|
| 13722 |
+ac_ext=c |
|
| 13723 |
+ac_cpp='$CPP $CPPFLAGS' |
|
| 13724 |
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|
| 13725 |
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
|
| 13726 |
+ac_compiler_gnu=$ac_cv_c_compiler_gnu |
|
| 13727 |
+ |
|
| 13728 |
+ |
|
| 13670 | 13729 |
depcc="$CC" am_compiler_list= |
| 13671 | 13730 |
|
| 13672 | 13731 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
|
| ... | ... |
@@ -13678,8 +13949,8 @@ else |
| 13678 | 13678 |
# We make a subdir and do the tests there. Otherwise we can end up |
| 13679 | 13679 |
# making bogus files that we don't know about and never remove. For |
| 13680 | 13680 |
# instance it was reported that on HP-UX the gcc test will end up |
| 13681 |
- # making a dummy file named `D' -- because `-MD' means `put the output |
|
| 13682 |
- # in D'. |
|
| 13681 |
+ # making a dummy file named 'D' -- because '-MD' means "put the output |
|
| 13682 |
+ # in D". |
|
| 13683 | 13683 |
rm -rf conftest.dir |
| 13684 | 13684 |
mkdir conftest.dir |
| 13685 | 13685 |
# Copy depcomp to subdir because otherwise we won't find it if we're |
| ... | ... |
@@ -13714,16 +13985,16 @@ else |
| 13714 | 13714 |
: > sub/conftest.c |
| 13715 | 13715 |
for i in 1 2 3 4 5 6; do |
| 13716 | 13716 |
echo '#include "conftst'$i'.h"' >> sub/conftest.c |
| 13717 |
- # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with |
|
| 13718 |
- # Solaris 8's {/usr,}/bin/sh.
|
|
| 13719 |
- touch sub/conftst$i.h |
|
| 13717 |
+ # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with |
|
| 13718 |
+ # Solaris 10 /bin/sh. |
|
| 13719 |
+ echo '/* dummy */' > sub/conftst$i.h |
|
| 13720 | 13720 |
done |
| 13721 | 13721 |
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
|
| 13722 | 13722 |
|
| 13723 |
- # We check with `-c' and `-o' for the sake of the "dashmstdout" |
|
| 13723 |
+ # We check with '-c' and '-o' for the sake of the "dashmstdout" |
|
| 13724 | 13724 |
# mode. It turns out that the SunPro C++ compiler does not properly |
| 13725 |
- # handle `-M -o', and we need to detect this. Also, some Intel |
|
| 13726 |
- # versions had trouble with output in subdirs |
|
| 13725 |
+ # handle '-M -o', and we need to detect this. Also, some Intel |
|
| 13726 |
+ # versions had trouble with output in subdirs. |
|
| 13727 | 13727 |
am__obj=sub/conftest.${OBJEXT-o}
|
| 13728 | 13728 |
am__minus_obj="-o $am__obj" |
| 13729 | 13729 |
case $depmode in |
| ... | ... |
@@ -13732,8 +14003,8 @@ else |
| 13732 | 13732 |
test "$am__universal" = false || continue |
| 13733 | 13733 |
;; |
| 13734 | 13734 |
nosideeffect) |
| 13735 |
- # after this tag, mechanisms are not by side-effect, so they'll |
|
| 13736 |
- # only be used when explicitly requested |
|
| 13735 |
+ # After this tag, mechanisms are not by side-effect, so they'll |
|
| 13736 |
+ # only be used when explicitly requested. |
|
| 13737 | 13737 |
if test "x$enable_dependency_tracking" = xyes; then |
| 13738 | 13738 |
continue |
| 13739 | 13739 |
else |
| ... | ... |
@@ -13741,7 +14012,7 @@ else |
| 13741 | 13741 |
fi |
| 13742 | 13742 |
;; |
| 13743 | 13743 |
msvc7 | msvc7msys | msvisualcpp | msvcmsys) |
| 13744 |
- # This compiler won't grok `-c -o', but also, the minuso test has |
|
| 13744 |
+ # This compiler won't grok '-c -o', but also, the minuso test has |
|
| 13745 | 13745 |
# not run yet. These depmodes are late enough in the game, and |
| 13746 | 13746 |
# so weak that their functioning should not be impacted. |
| 13747 | 13747 |
am__obj=conftest.${OBJEXT-o}
|
| ... | ... |
@@ -13813,7 +14084,7 @@ do |
| 13813 | 13813 |
IFS=$as_save_IFS |
| 13814 | 13814 |
test -z "$as_dir" && as_dir=. |
| 13815 | 13815 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 13816 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 13816 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 13817 | 13817 |
ac_cv_prog_LEX="$ac_prog" |
| 13818 | 13818 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 13819 | 13819 |
break 2 |
| ... | ... |
@@ -13845,7 +14116,8 @@ a { ECHO; }
|
| 13845 | 13845 |
b { REJECT; }
|
| 13846 | 13846 |
c { yymore (); }
|
| 13847 | 13847 |
d { yyless (1); }
|
| 13848 |
-e { yyless (input () != 0); }
|
|
| 13848 |
+e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
|
|
| 13849 |
+ yyless ((input () != 0)); } |
|
| 13849 | 13850 |
f { unput (yytext[0]); }
|
| 13850 | 13851 |
. { BEGIN INITIAL; }
|
| 13851 | 13852 |
%% |
| ... | ... |
@@ -13974,7 +14246,7 @@ do |
| 13974 | 13974 |
IFS=$as_save_IFS |
| 13975 | 13975 |
test -z "$as_dir" && as_dir=. |
| 13976 | 13976 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 13977 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 13977 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 13978 | 13978 |
ac_cv_prog_YACC="$ac_prog" |
| 13979 | 13979 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 13980 | 13980 |
break 2 |
| ... | ... |
@@ -14316,11 +14588,11 @@ else |
| 14316 | 14316 |
int |
| 14317 | 14317 |
main () |
| 14318 | 14318 |
{
|
| 14319 |
-/* FIXME: Include the comments suggested by Paul. */ |
|
| 14319 |
+ |
|
| 14320 | 14320 |
#ifndef __cplusplus |
| 14321 |
- /* Ultrix mips cc rejects this. */ |
|
| 14321 |
+ /* Ultrix mips cc rejects this sort of thing. */ |
|
| 14322 | 14322 |
typedef int charset[2]; |
| 14323 |
- const charset cs; |
|
| 14323 |
+ const charset cs = { 0, 0 };
|
|
| 14324 | 14324 |
/* SunOS 4.1.1 cc rejects this. */ |
| 14325 | 14325 |
char const *const *pcpcc; |
| 14326 | 14326 |
char **ppc; |
| ... | ... |
@@ -14337,8 +14609,9 @@ main () |
| 14337 | 14337 |
++pcpcc; |
| 14338 | 14338 |
ppc = (char**) pcpcc; |
| 14339 | 14339 |
pcpcc = (char const *const *) ppc; |
| 14340 |
- { /* SCO 3.2v4 cc rejects this. */
|
|
| 14341 |
- char *t; |
|
| 14340 |
+ { /* SCO 3.2v4 cc rejects this sort of thing. */
|
|
| 14341 |
+ char tx; |
|
| 14342 |
+ char *t = &tx; |
|
| 14342 | 14343 |
char const *s = 0 ? (char *) 0 : (char const *) 0; |
| 14343 | 14344 |
|
| 14344 | 14345 |
*t++ = 0; |
| ... | ... |
@@ -14354,10 +14627,10 @@ main () |
| 14354 | 14354 |
iptr p = 0; |
| 14355 | 14355 |
++p; |
| 14356 | 14356 |
} |
| 14357 |
- { /* AIX XL C 1.02.0.0 rejects this saying
|
|
| 14357 |
+ { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
|
|
| 14358 | 14358 |
"k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ |
| 14359 |
- struct s { int j; const int *ap[3]; };
|
|
| 14360 |
- struct s *b; b->j = 5; |
|
| 14359 |
+ struct s { int j; const int *ap[3]; } bx;
|
|
| 14360 |
+ struct s *b = &bx; b->j = 5; |
|
| 14361 | 14361 |
} |
| 14362 | 14362 |
{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
|
| 14363 | 14363 |
const int foo = 10; |
| ... | ... |
@@ -16586,7 +16859,7 @@ do |
| 16586 | 16586 |
IFS=$as_save_IFS |
| 16587 | 16587 |
test -z "$as_dir" && as_dir=. |
| 16588 | 16588 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 16589 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 16589 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 16590 | 16590 |
ac_cv_prog_GCOV="$ac_prog" |
| 16591 | 16591 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 16592 | 16592 |
break 2 |
| ... | ... |
@@ -16629,7 +16902,7 @@ do |
| 16629 | 16629 |
IFS=$as_save_IFS |
| 16630 | 16630 |
test -z "$as_dir" && as_dir=. |
| 16631 | 16631 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 16632 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 16632 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 16633 | 16633 |
ac_cv_prog_LCOV="$ac_prog" |
| 16634 | 16634 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 16635 | 16635 |
break 2 |
| ... | ... |
@@ -16672,7 +16945,7 @@ do |
| 16672 | 16672 |
IFS=$as_save_IFS |
| 16673 | 16673 |
test -z "$as_dir" && as_dir=. |
| 16674 | 16674 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 16675 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 16675 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 16676 | 16676 |
ac_cv_prog_GENHTML="$ac_prog" |
| 16677 | 16677 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 16678 | 16678 |
break 2 |
| ... | ... |
@@ -17346,7 +17619,7 @@ if test "x$found_pcre" != "xno"; then |
| 17346 | 17346 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcre.h in $PCRE_HOME" >&5
|
| 17347 | 17347 |
$as_echo_n "checking for pcre.h in $PCRE_HOME... " >&6; } |
| 17348 | 17348 |
|
| 17349 |
- if test ! -f "$XML_HOME/include/pcre.h"; then |
|
| 17349 |
+ if test ! -f "$PCRE_HOME/include/pcre.h"; then |
|
| 17350 | 17350 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
|
| 17351 | 17351 |
$as_echo "not found" >&6; } |
| 17352 | 17352 |
else |
| ... | ... |
@@ -19889,7 +20162,7 @@ do |
| 19889 | 19889 |
IFS=$as_save_IFS |
| 19890 | 19890 |
test -z "$as_dir" && as_dir=. |
| 19891 | 19891 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 19892 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 19892 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 19893 | 19893 |
ac_cv_path_GETENT="$as_dir/$ac_word$ac_exec_ext" |
| 19894 | 19894 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 19895 | 19895 |
break 2 |
| ... | ... |
@@ -22830,6 +23103,14 @@ LIBOBJS=$ac_libobjs |
| 22830 | 22830 |
LTLIBOBJS=$ac_ltlibobjs |
| 22831 | 22831 |
|
| 22832 | 22832 |
|
| 22833 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
|
|
| 22834 |
+$as_echo_n "checking that generated files are newer than configure... " >&6; } |
|
| 22835 |
+ if test -n "$am_sleep_pid"; then |
|
| 22836 |
+ # Hide warnings about reused PIDs. |
|
| 22837 |
+ wait $am_sleep_pid 2>/dev/null |
|
| 22838 |
+ fi |
|
| 22839 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
|
|
| 22840 |
+$as_echo "done" >&6; } |
|
| 22833 | 22841 |
if test -n "$EXEEXT"; then |
| 22834 | 22842 |
am__EXEEXT_TRUE= |
| 22835 | 22843 |
am__EXEEXT_FALSE='#' |
| ... | ... |
@@ -23218,16 +23499,16 @@ if (echo >conf$$.file) 2>/dev/null; then |
| 23218 | 23218 |
# ... but there are two gotchas: |
| 23219 | 23219 |
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
| 23220 | 23220 |
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
| 23221 |
- # In both cases, we have to default to `cp -p'. |
|
| 23221 |
+ # In both cases, we have to default to `cp -pR'. |
|
| 23222 | 23222 |
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
| 23223 |
- as_ln_s='cp -p' |
|
| 23223 |
+ as_ln_s='cp -pR' |
|
| 23224 | 23224 |
elif ln conf$$.file conf$$ 2>/dev/null; then |
| 23225 | 23225 |
as_ln_s=ln |
| 23226 | 23226 |
else |
| 23227 |
- as_ln_s='cp -p' |
|
| 23227 |
+ as_ln_s='cp -pR' |
|
| 23228 | 23228 |
fi |
| 23229 | 23229 |
else |
| 23230 |
- as_ln_s='cp -p' |
|
| 23230 |
+ as_ln_s='cp -pR' |
|
| 23231 | 23231 |
fi |
| 23232 | 23232 |
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
| 23233 | 23233 |
rmdir conf$$.dir 2>/dev/null |
| ... | ... |
@@ -23287,28 +23568,16 @@ else |
| 23287 | 23287 |
as_mkdir_p=false |
| 23288 | 23288 |
fi |
| 23289 | 23289 |
|
| 23290 |
-if test -x / >/dev/null 2>&1; then |
|
| 23291 |
- as_test_x='test -x' |
|
| 23292 |
-else |
|
| 23293 |
- if ls -dL / >/dev/null 2>&1; then |
|
| 23294 |
- as_ls_L_option=L |
|
| 23295 |
- else |
|
| 23296 |
- as_ls_L_option= |
|
| 23297 |
- fi |
|
| 23298 |
- as_test_x=' |
|
| 23299 |
- eval sh -c '\'' |
|
| 23300 |
- if test -d "$1"; then |
|
| 23301 |
- test -d "$1/."; |
|
| 23302 |
- else |
|
| 23303 |
- case $1 in #( |
|
| 23304 |
- -*)set "./$1";; |
|
| 23305 |
- esac; |
|
| 23306 |
- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( |
|
| 23307 |
- ???[sx]*):;;*)false;;esac;fi |
|
| 23308 |
- '\'' sh |
|
| 23309 |
- ' |
|
| 23310 |
-fi |
|
| 23311 |
-as_executable_p=$as_test_x |
|
| 23290 |
+ |
|
| 23291 |
+# as_fn_executable_p FILE |
|
| 23292 |
+# ----------------------- |
|
| 23293 |
+# Test if FILE is an executable regular file. |
|
| 23294 |
+as_fn_executable_p () |
|
| 23295 |
+{
|
|
| 23296 |
+ test -f "$1" && test -x "$1" |
|
| 23297 |
+} # as_fn_executable_p |
|
| 23298 |
+as_test_x='test -x' |
|
| 23299 |
+as_executable_p=as_fn_executable_p |
|
| 23312 | 23300 |
|
| 23313 | 23301 |
# Sed expression to map a string onto a valid CPP name. |
| 23314 | 23302 |
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
| ... | ... |
@@ -23330,7 +23599,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 23330 | 23330 |
# values after options handling. |
| 23331 | 23331 |
ac_log=" |
| 23332 | 23332 |
This file was extended by ClamAV $as_me devel, which was |
| 23333 |
-generated by GNU Autoconf 2.68. Invocation command line was |
|
| 23333 |
+generated by GNU Autoconf 2.69. Invocation command line was |
|
| 23334 | 23334 |
|
| 23335 | 23335 |
CONFIG_FILES = $CONFIG_FILES |
| 23336 | 23336 |
CONFIG_HEADERS = $CONFIG_HEADERS |
| ... | ... |
@@ -23397,10 +23666,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 23397 | 23397 |
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 23398 | 23398 |
ac_cs_version="\\ |
| 23399 | 23399 |
ClamAV config.status devel |
| 23400 |
-configured by $0, generated by GNU Autoconf 2.68, |
|
| 23400 |
+configured by $0, generated by GNU Autoconf 2.69, |
|
| 23401 | 23401 |
with options \\"\$ac_cs_config\\" |
| 23402 | 23402 |
|
| 23403 |
-Copyright (C) 2010 Free Software Foundation, Inc. |
|
| 23403 |
+Copyright (C) 2012 Free Software Foundation, Inc. |
|
| 23404 | 23404 |
This config.status script is free software; the Free Software Foundation |
| 23405 | 23405 |
gives unlimited permission to copy, distribute and modify it." |
| 23406 | 23406 |
|
| ... | ... |
@@ -23491,7 +23760,7 @@ fi |
| 23491 | 23491 |
_ACEOF |
| 23492 | 23492 |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 23493 | 23493 |
if \$ac_cs_recheck; then |
| 23494 |
- set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
|
| 23494 |
+ set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
|
| 23495 | 23495 |
shift |
| 23496 | 23496 |
\$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 |
| 23497 | 23497 |
CONFIG_SHELL='$SHELL' |
| ... | ... |
@@ -24434,7 +24703,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} |
| 24434 | 24434 |
|
| 24435 | 24435 |
case $ac_file$ac_mode in |
| 24436 | 24436 |
"depfiles":C) test x"$AMDEP_TRUE" != x"" || {
|
| 24437 |
- # Autoconf 2.62 quotes --file arguments for eval, but not when files |
|
| 24437 |
+ # Older Autoconf quotes --file arguments for eval, but not when files |
|
| 24438 | 24438 |
# are listed without --file. Let's play safe and only enable the eval |
| 24439 | 24439 |
# if we detect the quoting. |
| 24440 | 24440 |
case $CONFIG_FILES in |
| ... | ... |
@@ -24447,7 +24716,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} |
| 24447 | 24447 |
# Strip MF so we end up with the name of the file. |
| 24448 | 24448 |
mf=`echo "$mf" | sed -e 's/:.*$//'` |
| 24449 | 24449 |
# Check whether this is an Automake generated Makefile or not. |
| 24450 |
- # We used to match only the files named `Makefile.in', but |
|
| 24450 |
+ # We used to match only the files named 'Makefile.in', but |
|
| 24451 | 24451 |
# some people rename them; so instead we look at the file content. |
| 24452 | 24452 |
# Grep'ing the first line is not enough: some people post-process |
| 24453 | 24453 |
# each Makefile.in and add a new line on top of each file to say so. |
| ... | ... |
@@ -24481,21 +24750,19 @@ $as_echo X"$mf" | |
| 24481 | 24481 |
continue |
| 24482 | 24482 |
fi |
| 24483 | 24483 |
# Extract the definition of DEPDIR, am__include, and am__quote |
| 24484 |
- # from the Makefile without running `make'. |
|
| 24484 |
+ # from the Makefile without running 'make'. |
|
| 24485 | 24485 |
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
| 24486 | 24486 |
test -z "$DEPDIR" && continue |
| 24487 | 24487 |
am__include=`sed -n 's/^am__include = //p' < "$mf"` |
| 24488 |
- test -z "am__include" && continue |
|
| 24488 |
+ test -z "$am__include" && continue |
|
| 24489 | 24489 |
am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
| 24490 |
- # When using ansi2knr, U may be empty or an underscore; expand it |
|
| 24491 |
- U=`sed -n 's/^U = //p' < "$mf"` |
|
| 24492 | 24490 |
# Find all dependency output files, they are included files with |
| 24493 | 24491 |
# $(DEPDIR) in their names. We invoke sed twice because it is the |
| 24494 | 24492 |
# simplest approach to changing $(DEPDIR) to its actual value in the |
| 24495 | 24493 |
# expansion. |
| 24496 | 24494 |
for file in `sed -n " |
| 24497 | 24495 |
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ |
| 24498 |
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do |
|
| 24496 |
+ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do |
|
| 24499 | 24497 |
# Make sure the directory exists. |
| 24500 | 24498 |
test -f "$dirpart/$file" && continue |
| 24501 | 24499 |
fdir=`$as_dirname -- "$file" || |
| ... | ... |
@@ -25473,6 +25740,14 @@ LIBOBJS=$ac_libobjs |
| 25473 | 25473 |
LTLIBOBJS=$ac_ltlibobjs |
| 25474 | 25474 |
|
| 25475 | 25475 |
|
| 25476 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
|
|
| 25477 |
+$as_echo_n "checking that generated files are newer than configure... " >&6; } |
|
| 25478 |
+ if test -n "$am_sleep_pid"; then |
|
| 25479 |
+ # Hide warnings about reused PIDs. |
|
| 25480 |
+ wait $am_sleep_pid 2>/dev/null |
|
| 25481 |
+ fi |
|
| 25482 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
|
|
| 25483 |
+$as_echo "done" >&6; } |
|
| 25476 | 25484 |
if test -n "$EXEEXT"; then |
| 25477 | 25485 |
am__EXEEXT_TRUE= |
| 25478 | 25486 |
am__EXEEXT_FALSE='#' |
| ... | ... |
@@ -25869,16 +26144,16 @@ if (echo >conf$$.file) 2>/dev/null; then |
| 25869 | 25869 |
# ... but there are two gotchas: |
| 25870 | 25870 |
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
| 25871 | 25871 |
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
| 25872 |
- # In both cases, we have to default to `cp -p'. |
|
| 25872 |
+ # In both cases, we have to default to `cp -pR'. |
|
| 25873 | 25873 |
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
| 25874 |
- as_ln_s='cp -p' |
|
| 25874 |
+ as_ln_s='cp -pR' |
|
| 25875 | 25875 |
elif ln conf$$.file conf$$ 2>/dev/null; then |
| 25876 | 25876 |
as_ln_s=ln |
| 25877 | 25877 |
else |
| 25878 |
- as_ln_s='cp -p' |
|
| 25878 |
+ as_ln_s='cp -pR' |
|
| 25879 | 25879 |
fi |
| 25880 | 25880 |
else |
| 25881 |
- as_ln_s='cp -p' |
|
| 25881 |
+ as_ln_s='cp -pR' |
|
| 25882 | 25882 |
fi |
| 25883 | 25883 |
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
| 25884 | 25884 |
rmdir conf$$.dir 2>/dev/null |
| ... | ... |
@@ -25938,28 +26213,16 @@ else |
| 25938 | 25938 |
as_mkdir_p=false |
| 25939 | 25939 |
fi |
| 25940 | 25940 |
|
| 25941 |
-if test -x / >/dev/null 2>&1; then |
|
| 25942 |
- as_test_x='test -x' |
|
| 25943 |
-else |
|
| 25944 |
- if ls -dL / >/dev/null 2>&1; then |
|
| 25945 |
- as_ls_L_option=L |
|
| 25946 |
- else |
|
| 25947 |
- as_ls_L_option= |
|
| 25948 |
- fi |
|
| 25949 |
- as_test_x=' |
|
| 25950 |
- eval sh -c '\'' |
|
| 25951 |
- if test -d "$1"; then |
|
| 25952 |
- test -d "$1/."; |
|
| 25953 |
- else |
|
| 25954 |
- case $1 in #( |
|
| 25955 |
- -*)set "./$1";; |
|
| 25956 |
- esac; |
|
| 25957 |
- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( |
|
| 25958 |
- ???[sx]*):;;*)false;;esac;fi |
|
| 25959 |
- '\'' sh |
|
| 25960 |
- ' |
|
| 25961 |
-fi |
|
| 25962 |
-as_executable_p=$as_test_x |
|
| 25941 |
+ |
|
| 25942 |
+# as_fn_executable_p FILE |
|
| 25943 |
+# ----------------------- |
|
| 25944 |
+# Test if FILE is an executable regular file. |
|
| 25945 |
+as_fn_executable_p () |
|
| 25946 |
+{
|
|
| 25947 |
+ test -f "$1" && test -x "$1" |
|
| 25948 |
+} # as_fn_executable_p |
|
| 25949 |
+as_test_x='test -x' |
|
| 25950 |
+as_executable_p=as_fn_executable_p |
|
| 25963 | 25951 |
|
| 25964 | 25952 |
# Sed expression to map a string onto a valid CPP name. |
| 25965 | 25953 |
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
| ... | ... |
@@ -25981,7 +26244,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 25981 | 25981 |
# values after options handling. |
| 25982 | 25982 |
ac_log=" |
| 25983 | 25983 |
This file was extended by ClamAV $as_me devel, which was |
| 25984 |
-generated by GNU Autoconf 2.68. Invocation command line was |
|
| 25984 |
+generated by GNU Autoconf 2.69. Invocation command line was |
|
| 25985 | 25985 |
|
| 25986 | 25986 |
CONFIG_FILES = $CONFIG_FILES |
| 25987 | 25987 |
CONFIG_HEADERS = $CONFIG_HEADERS |
| ... | ... |
@@ -26048,10 +26311,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 26048 | 26048 |
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 26049 | 26049 |
ac_cs_version="\\ |
| 26050 | 26050 |
ClamAV config.status devel |
| 26051 |
-configured by $0, generated by GNU Autoconf 2.68, |
|
| 26051 |
+configured by $0, generated by GNU Autoconf 2.69, |
|
| 26052 | 26052 |
with options \\"\$ac_cs_config\\" |
| 26053 | 26053 |
|
| 26054 |
-Copyright (C) 2010 Free Software Foundation, Inc. |
|
| 26054 |
+Copyright (C) 2012 Free Software Foundation, Inc. |
|
| 26055 | 26055 |
This config.status script is free software; the Free Software Foundation |
| 26056 | 26056 |
gives unlimited permission to copy, distribute and modify it." |
| 26057 | 26057 |
|
| ... | ... |
@@ -26142,7 +26405,7 @@ fi |
| 26142 | 26142 |
_ACEOF |
| 26143 | 26143 |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 26144 | 26144 |
if \$ac_cs_recheck; then |
| 26145 |
- set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
|
| 26145 |
+ set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
|
| 26146 | 26146 |
shift |
| 26147 | 26147 |
\$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 |
| 26148 | 26148 |
CONFIG_SHELL='$SHELL' |
| ... | ... |
@@ -27087,7 +27350,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} |
| 27087 | 27087 |
|
| 27088 | 27088 |
case $ac_file$ac_mode in |
| 27089 | 27089 |
"depfiles":C) test x"$AMDEP_TRUE" != x"" || {
|
| 27090 |
- # Autoconf 2.62 quotes --file arguments for eval, but not when files |
|
| 27090 |
+ # Older Autoconf quotes --file arguments for eval, but not when files |
|
| 27091 | 27091 |
# are listed without --file. Let's play safe and only enable the eval |
| 27092 | 27092 |
# if we detect the quoting. |
| 27093 | 27093 |
case $CONFIG_FILES in |
| ... | ... |
@@ -27100,7 +27363,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} |
| 27100 | 27100 |
# Strip MF so we end up with the name of the file. |
| 27101 | 27101 |
mf=`echo "$mf" | sed -e 's/:.*$//'` |
| 27102 | 27102 |
# Check whether this is an Automake generated Makefile or not. |
| 27103 |
- # We used to match only the files named `Makefile.in', but |
|
| 27103 |
+ # We used to match only the files named 'Makefile.in', but |
|
| 27104 | 27104 |
# some people rename them; so instead we look at the file content. |
| 27105 | 27105 |
# Grep'ing the first line is not enough: some people post-process |
| 27106 | 27106 |
# each Makefile.in and add a new line on top of each file to say so. |
| ... | ... |
@@ -27134,21 +27397,19 @@ $as_echo X"$mf" | |
| 27134 | 27134 |
continue |
| 27135 | 27135 |
fi |
| 27136 | 27136 |
# Extract the definition of DEPDIR, am__include, and am__quote |
| 27137 |
- # from the Makefile without running `make'. |
|
| 27137 |
+ # from the Makefile without running 'make'. |
|
| 27138 | 27138 |
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
| 27139 | 27139 |
test -z "$DEPDIR" && continue |
| 27140 | 27140 |
am__include=`sed -n 's/^am__include = //p' < "$mf"` |
| 27141 |
- test -z "am__include" && continue |
|
| 27141 |
+ test -z "$am__include" && continue |
|
| 27142 | 27142 |
am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
| 27143 |
- # When using ansi2knr, U may be empty or an underscore; expand it |
|
| 27144 |
- U=`sed -n 's/^U = //p' < "$mf"` |
|
| 27145 | 27143 |
# Find all dependency output files, they are included files with |
| 27146 | 27144 |
# $(DEPDIR) in their names. We invoke sed twice because it is the |
| 27147 | 27145 |
# simplest approach to changing $(DEPDIR) to its actual value in the |
| 27148 | 27146 |
# expansion. |
| 27149 | 27147 |
for file in `sed -n " |
| 27150 | 27148 |
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ |
| 27151 |
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do |
|
| 27149 |
+ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do |
|
| 27152 | 27150 |
# Make sure the directory exists. |
| 27153 | 27151 |
test -f "$dirpart/$file" && continue |
| 27154 | 27152 |
fdir=`$as_dirname -- "$file" || |
| ... | ... |
@@ -1,9 +1,8 @@ |
| 1 |
-# Makefile.in generated by automake 1.11.3 from Makefile.am. |
|
| 1 |
+# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
| 2 | 2 |
# @configure_input@ |
| 3 | 3 |
|
| 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 |
+ |
|
| 7 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
| 8 | 7 |
# gives unlimited permission to copy and/or distribute it, |
| 9 | 8 |
# with or without modifications, as long as this notice is preserved. |
| ... | ... |
@@ -34,6 +33,51 @@ |
| 34 | 34 |
# along with this program; if not, write to the Free Software |
| 35 | 35 |
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
| 36 | 36 |
VPATH = @srcdir@ |
| 37 |
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
| 38 |
+am__make_running_with_option = \ |
|
| 39 |
+ case $${target_option-} in \
|
|
| 40 |
+ ?) ;; \ |
|
| 41 |
+ *) echo "am__make_running_with_option: internal error: invalid" \ |
|
| 42 |
+ "target option '$${target_option-}' specified" >&2; \
|
|
| 43 |
+ exit 1;; \ |
|
| 44 |
+ esac; \ |
|
| 45 |
+ has_opt=no; \ |
|
| 46 |
+ sane_makeflags=$$MAKEFLAGS; \ |
|
| 47 |
+ if $(am__is_gnu_make); then \ |
|
| 48 |
+ sane_makeflags=$$MFLAGS; \ |
|
| 49 |
+ else \ |
|
| 50 |
+ case $$MAKEFLAGS in \ |
|
| 51 |
+ *\\[\ \ ]*) \ |
|
| 52 |
+ bs=\\; \ |
|
| 53 |
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
|
| 54 |
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
|
| 55 |
+ esac; \ |
|
| 56 |
+ fi; \ |
|
| 57 |
+ skip_next=no; \ |
|
| 58 |
+ strip_trailopt () \ |
|
| 59 |
+ { \
|
|
| 60 |
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
|
| 61 |
+ }; \ |
|
| 62 |
+ for flg in $$sane_makeflags; do \ |
|
| 63 |
+ test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
| 64 |
+ case $$flg in \ |
|
| 65 |
+ *=*|--*) continue;; \ |
|
| 66 |
+ -*I) strip_trailopt 'I'; skip_next=yes;; \ |
|
| 67 |
+ -*I?*) strip_trailopt 'I';; \ |
|
| 68 |
+ -*O) strip_trailopt 'O'; skip_next=yes;; \ |
|
| 69 |
+ -*O?*) strip_trailopt 'O';; \ |
|
| 70 |
+ -*l) strip_trailopt 'l'; skip_next=yes;; \ |
|
| 71 |
+ -*l?*) strip_trailopt 'l';; \ |
|
| 72 |
+ -[dEDm]) skip_next=yes;; \ |
|
| 73 |
+ -[JT]) skip_next=yes;; \ |
|
| 74 |
+ esac; \ |
|
| 75 |
+ case $$flg in \ |
|
| 76 |
+ *$$target_option*) has_opt=yes; break;; \ |
|
| 77 |
+ esac; \ |
|
| 78 |
+ done; \ |
|
| 79 |
+ test $$has_opt = yes |
|
| 80 |
+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
|
| 81 |
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
|
| 37 | 82 |
pkgdatadir = $(datadir)/@PACKAGE@ |
| 38 | 83 |
pkgincludedir = $(includedir)/@PACKAGE@ |
| 39 | 84 |
pkglibdir = $(libdir)/@PACKAGE@ |
| ... | ... |
@@ -54,7 +98,7 @@ build_triplet = @build@ |
| 54 | 54 |
host_triplet = @host@ |
| 55 | 55 |
target_triplet = @target@ |
| 56 | 56 |
subdir = database |
| 57 |
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
|
| 57 |
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am |
|
| 58 | 58 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 59 | 59 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
| 60 | 60 |
$(top_srcdir)/m4/argz.m4 \ |
| ... | ... |
@@ -129,14 +173,26 @@ mkinstalldirs = $(install_sh) -d |
| 129 | 129 |
CONFIG_HEADER = $(top_builddir)/clamav-config.h |
| 130 | 130 |
CONFIG_CLEAN_FILES = |
| 131 | 131 |
CONFIG_CLEAN_VPATH_FILES = |
| 132 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 133 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 134 |
+am__v_P_0 = false |
|
| 135 |
+am__v_P_1 = : |
|
| 132 | 136 |
AM_V_GEN = $(am__v_GEN_@AM_V@) |
| 133 | 137 |
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| 134 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 138 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 139 |
+am__v_GEN_1 = |
|
| 135 | 140 |
AM_V_at = $(am__v_at_@AM_V@) |
| 136 | 141 |
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| 137 | 142 |
am__v_at_0 = @ |
| 143 |
+am__v_at_1 = |
|
| 138 | 144 |
SOURCES = |
| 139 | 145 |
DIST_SOURCES = |
| 146 |
+am__can_run_installinfo = \ |
|
| 147 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 148 |
+ n|no|NO) false;; \ |
|
| 149 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 150 |
+ esac |
|
| 151 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 140 | 152 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 141 | 153 |
ACLOCAL = @ACLOCAL@ |
| 142 | 154 |
AMTAR = @AMTAR@ |
| ... | ... |
@@ -378,11 +434,11 @@ mostlyclean-libtool: |
| 378 | 378 |
|
| 379 | 379 |
clean-libtool: |
| 380 | 380 |
-rm -rf .libs _libs |
| 381 |
-tags: TAGS |
|
| 382 |
-TAGS: |
|
| 381 |
+tags TAGS: |
|
| 382 |
+ |
|
| 383 |
+ctags CTAGS: |
|
| 383 | 384 |
|
| 384 |
-ctags: CTAGS |
|
| 385 |
-CTAGS: |
|
| 385 |
+cscope cscopelist: |
|
| 386 | 386 |
|
| 387 | 387 |
|
| 388 | 388 |
distdir: $(DISTFILES) |
| ... | ... |
@@ -518,16 +574,17 @@ uninstall-am: |
| 518 | 518 |
.MAKE: install-am install-strip |
| 519 | 519 |
|
| 520 | 520 |
.PHONY: all all-am check check-am clean clean-generic clean-libtool \ |
| 521 |
- distclean distclean-generic distclean-libtool distdir dvi \ |
|
| 522 |
- dvi-am html html-am info info-am install install-am \ |
|
| 523 |
- install-data install-data-am install-data-local install-dvi \ |
|
| 524 |
- install-dvi-am install-exec install-exec-am install-html \ |
|
| 525 |
- install-html-am install-info install-info-am install-man \ |
|
| 526 |
- install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 527 |
- install-strip installcheck installcheck-am installdirs \ |
|
| 528 |
- maintainer-clean maintainer-clean-generic mostlyclean \ |
|
| 529 |
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 530 |
- uninstall uninstall-am |
|
| 521 |
+ cscopelist-am ctags-am distclean distclean-generic \ |
|
| 522 |
+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ |
|
| 523 |
+ install install-am install-data install-data-am \ |
|
| 524 |
+ install-data-local install-dvi install-dvi-am install-exec \ |
|
| 525 |
+ install-exec-am install-html install-html-am install-info \ |
|
| 526 |
+ install-info-am install-man install-pdf install-pdf-am \ |
|
| 527 |
+ install-ps install-ps-am install-strip installcheck \ |
|
| 528 |
+ installcheck-am installdirs maintainer-clean \ |
|
| 529 |
+ maintainer-clean-generic mostlyclean mostlyclean-generic \ |
|
| 530 |
+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ |
|
| 531 |
+ uninstall-am |
|
| 531 | 532 |
|
| 532 | 533 |
|
| 533 | 534 |
install-data-local: |
| ... | ... |
@@ -1,9 +1,8 @@ |
| 1 |
-# Makefile.in generated by automake 1.11.3 from Makefile.am. |
|
| 1 |
+# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
| 2 | 2 |
# @configure_input@ |
| 3 | 3 |
|
| 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 |
+ |
|
| 7 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
| 8 | 7 |
# gives unlimited permission to copy and/or distribute it, |
| 9 | 8 |
# with or without modifications, as long as this notice is preserved. |
| ... | ... |
@@ -33,6 +32,51 @@ |
| 33 | 33 |
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
| 34 | 34 |
# MA 02110-1301, USA. |
| 35 | 35 |
VPATH = @srcdir@ |
| 36 |
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
| 37 |
+am__make_running_with_option = \ |
|
| 38 |
+ case $${target_option-} in \
|
|
| 39 |
+ ?) ;; \ |
|
| 40 |
+ *) echo "am__make_running_with_option: internal error: invalid" \ |
|
| 41 |
+ "target option '$${target_option-}' specified" >&2; \
|
|
| 42 |
+ exit 1;; \ |
|
| 43 |
+ esac; \ |
|
| 44 |
+ has_opt=no; \ |
|
| 45 |
+ sane_makeflags=$$MAKEFLAGS; \ |
|
| 46 |
+ if $(am__is_gnu_make); then \ |
|
| 47 |
+ sane_makeflags=$$MFLAGS; \ |
|
| 48 |
+ else \ |
|
| 49 |
+ case $$MAKEFLAGS in \ |
|
| 50 |
+ *\\[\ \ ]*) \ |
|
| 51 |
+ bs=\\; \ |
|
| 52 |
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
|
| 53 |
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
|
| 54 |
+ esac; \ |
|
| 55 |
+ fi; \ |
|
| 56 |
+ skip_next=no; \ |
|
| 57 |
+ strip_trailopt () \ |
|
| 58 |
+ { \
|
|
| 59 |
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
|
| 60 |
+ }; \ |
|
| 61 |
+ for flg in $$sane_makeflags; do \ |
|
| 62 |
+ test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
| 63 |
+ case $$flg in \ |
|
| 64 |
+ *=*|--*) continue;; \ |
|
| 65 |
+ -*I) strip_trailopt 'I'; skip_next=yes;; \ |
|
| 66 |
+ -*I?*) strip_trailopt 'I';; \ |
|
| 67 |
+ -*O) strip_trailopt 'O'; skip_next=yes;; \ |
|
| 68 |
+ -*O?*) strip_trailopt 'O';; \ |
|
| 69 |
+ -*l) strip_trailopt 'l'; skip_next=yes;; \ |
|
| 70 |
+ -*l?*) strip_trailopt 'l';; \ |
|
| 71 |
+ -[dEDm]) skip_next=yes;; \ |
|
| 72 |
+ -[JT]) skip_next=yes;; \ |
|
| 73 |
+ esac; \ |
|
| 74 |
+ case $$flg in \ |
|
| 75 |
+ *$$target_option*) has_opt=yes; break;; \ |
|
| 76 |
+ esac; \ |
|
| 77 |
+ done; \ |
|
| 78 |
+ test $$has_opt = yes |
|
| 79 |
+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
|
| 80 |
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
|
| 36 | 81 |
pkgdatadir = $(datadir)/@PACKAGE@ |
| 37 | 82 |
pkgincludedir = $(includedir)/@PACKAGE@ |
| 38 | 83 |
pkglibdir = $(libdir)/@PACKAGE@ |
| ... | ... |
@@ -54,7 +98,7 @@ host_triplet = @host@ |
| 54 | 54 |
target_triplet = @target@ |
| 55 | 55 |
@ENABLE_CLAMSUBMIT_TRUE@am__append_1 = man/clamsubmit.1 |
| 56 | 56 |
subdir = docs |
| 57 |
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
|
| 57 |
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am |
|
| 58 | 58 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 59 | 59 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
| 60 | 60 |
$(top_srcdir)/m4/argz.m4 \ |
| ... | ... |
@@ -129,14 +173,25 @@ mkinstalldirs = $(install_sh) -d |
| 129 | 129 |
CONFIG_HEADER = $(top_builddir)/clamav-config.h |
| 130 | 130 |
CONFIG_CLEAN_FILES = |
| 131 | 131 |
CONFIG_CLEAN_VPATH_FILES = |
| 132 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 133 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 134 |
+am__v_P_0 = false |
|
| 135 |
+am__v_P_1 = : |
|
| 132 | 136 |
AM_V_GEN = $(am__v_GEN_@AM_V@) |
| 133 | 137 |
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| 134 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 138 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 139 |
+am__v_GEN_1 = |
|
| 135 | 140 |
AM_V_at = $(am__v_at_@AM_V@) |
| 136 | 141 |
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| 137 | 142 |
am__v_at_0 = @ |
| 143 |
+am__v_at_1 = |
|
| 138 | 144 |
SOURCES = |
| 139 | 145 |
DIST_SOURCES = |
| 146 |
+am__can_run_installinfo = \ |
|
| 147 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 148 |
+ n|no|NO) false;; \ |
|
| 149 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 150 |
+ esac |
|
| 140 | 151 |
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
| 141 | 152 |
am__vpath_adj = case $$p in \ |
| 142 | 153 |
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
| ... | ... |
@@ -171,6 +226,7 @@ man5dir = $(mandir)/man5 |
| 171 | 171 |
man8dir = $(mandir)/man8 |
| 172 | 172 |
NROFF = nroff |
| 173 | 173 |
MANS = $(man_MANS) |
| 174 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 174 | 175 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 175 | 176 |
ACLOCAL = @ACLOCAL@ |
| 176 | 177 |
AMTAR = @AMTAR@ |
| ... | ... |
@@ -417,11 +473,18 @@ clean-libtool: |
| 417 | 417 |
-rm -rf .libs _libs |
| 418 | 418 |
install-man1: $(man_MANS) |
| 419 | 419 |
@$(NORMAL_INSTALL) |
| 420 |
- test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" |
|
| 421 |
- @list=''; test -n "$(man1dir)" || exit 0; \ |
|
| 422 |
- { for i in $$list; do echo "$$i"; done; \
|
|
| 423 |
- l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ |
|
| 424 |
- sed -n '/\.1[a-z]*$$/p'; \ |
|
| 420 |
+ @list1=''; \ |
|
| 421 |
+ list2='$(man_MANS)'; \ |
|
| 422 |
+ test -n "$(man1dir)" \ |
|
| 423 |
+ && test -n "`echo $$list1$$list2`" \ |
|
| 424 |
+ || exit 0; \ |
|
| 425 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ |
|
| 426 |
+ $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ |
|
| 427 |
+ { for i in $$list1; do echo "$$i"; done; \
|
|
| 428 |
+ if test -n "$$list2"; then \ |
|
| 429 |
+ for i in $$list2; do echo "$$i"; done \ |
|
| 430 |
+ | sed -n '/\.1[a-z]*$$/p'; \ |
|
| 431 |
+ fi; \ |
|
| 425 | 432 |
} | while read p; do \ |
| 426 | 433 |
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
| 427 | 434 |
echo "$$d$$p"; echo "$$p"; \ |
| ... | ... |
@@ -453,11 +516,18 @@ uninstall-man1: |
| 453 | 453 |
dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) |
| 454 | 454 |
install-man5: $(man_MANS) |
| 455 | 455 |
@$(NORMAL_INSTALL) |
| 456 |
- test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)" |
|
| 457 |
- @list=''; test -n "$(man5dir)" || exit 0; \ |
|
| 458 |
- { for i in $$list; do echo "$$i"; done; \
|
|
| 459 |
- l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ |
|
| 460 |
- sed -n '/\.5[a-z]*$$/p'; \ |
|
| 456 |
+ @list1=''; \ |
|
| 457 |
+ list2='$(man_MANS)'; \ |
|
| 458 |
+ test -n "$(man5dir)" \ |
|
| 459 |
+ && test -n "`echo $$list1$$list2`" \ |
|
| 460 |
+ || exit 0; \ |
|
| 461 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \ |
|
| 462 |
+ $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \ |
|
| 463 |
+ { for i in $$list1; do echo "$$i"; done; \
|
|
| 464 |
+ if test -n "$$list2"; then \ |
|
| 465 |
+ for i in $$list2; do echo "$$i"; done \ |
|
| 466 |
+ | sed -n '/\.5[a-z]*$$/p'; \ |
|
| 467 |
+ fi; \ |
|
| 461 | 468 |
} | while read p; do \ |
| 462 | 469 |
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
| 463 | 470 |
echo "$$d$$p"; echo "$$p"; \ |
| ... | ... |
@@ -489,11 +559,18 @@ uninstall-man5: |
| 489 | 489 |
dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir) |
| 490 | 490 |
install-man8: $(man_MANS) |
| 491 | 491 |
@$(NORMAL_INSTALL) |
| 492 |
- test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)" |
|
| 493 |
- @list=''; test -n "$(man8dir)" || exit 0; \ |
|
| 494 |
- { for i in $$list; do echo "$$i"; done; \
|
|
| 495 |
- l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ |
|
| 496 |
- sed -n '/\.8[a-z]*$$/p'; \ |
|
| 492 |
+ @list1=''; \ |
|
| 493 |
+ list2='$(man_MANS)'; \ |
|
| 494 |
+ test -n "$(man8dir)" \ |
|
| 495 |
+ && test -n "`echo $$list1$$list2`" \ |
|
| 496 |
+ || exit 0; \ |
|
| 497 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \ |
|
| 498 |
+ $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \ |
|
| 499 |
+ { for i in $$list1; do echo "$$i"; done; \
|
|
| 500 |
+ if test -n "$$list2"; then \ |
|
| 501 |
+ for i in $$list2; do echo "$$i"; done \ |
|
| 502 |
+ | sed -n '/\.8[a-z]*$$/p'; \ |
|
| 503 |
+ fi; \ |
|
| 497 | 504 |
} | while read p; do \ |
| 498 | 505 |
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
| 499 | 506 |
echo "$$d$$p"; echo "$$p"; \ |
| ... | ... |
@@ -523,27 +600,14 @@ uninstall-man8: |
| 523 | 523 |
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ |
| 524 | 524 |
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ |
| 525 | 525 |
dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir) |
| 526 |
-tags: TAGS |
|
| 527 |
-TAGS: |
|
| 526 |
+tags TAGS: |
|
| 527 |
+ |
|
| 528 |
+ctags CTAGS: |
|
| 528 | 529 |
|
| 529 |
-ctags: CTAGS |
|
| 530 |
-CTAGS: |
|
| 530 |
+cscope cscopelist: |
|
| 531 | 531 |
|
| 532 | 532 |
|
| 533 | 533 |
distdir: $(DISTFILES) |
| 534 |
- @list='$(MANS)'; if test -n "$$list"; then \ |
|
| 535 |
- list=`for p in $$list; do \ |
|
| 536 |
- if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
|
| 537 |
- if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ |
|
| 538 |
- if test -n "$$list" && \ |
|
| 539 |
- grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ |
|
| 540 |
- echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ |
|
| 541 |
- grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ |
|
| 542 |
- echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ |
|
| 543 |
- echo " typically \`make maintainer-clean' will remove them" >&2; \ |
|
| 544 |
- exit 1; \ |
|
| 545 |
- else :; fi; \ |
|
| 546 |
- else :; fi |
|
| 547 | 534 |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 548 | 535 |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 549 | 536 |
list='$(DISTFILES)'; \ |
| ... | ... |
@@ -681,17 +745,18 @@ uninstall-man: uninstall-man1 uninstall-man5 uninstall-man8 |
| 681 | 681 |
.MAKE: install-am install-strip |
| 682 | 682 |
|
| 683 | 683 |
.PHONY: all all-am check check-am clean clean-generic clean-libtool \ |
| 684 |
- distclean distclean-generic distclean-libtool distdir dvi \ |
|
| 685 |
- dvi-am html html-am info info-am install install-am \ |
|
| 686 |
- install-data install-data-am install-dvi install-dvi-am \ |
|
| 687 |
- install-exec install-exec-am install-html install-html-am \ |
|
| 688 |
- install-info install-info-am install-man install-man1 \ |
|
| 689 |
- install-man5 install-man8 install-pdf install-pdf-am \ |
|
| 690 |
- install-ps install-ps-am install-strip installcheck \ |
|
| 691 |
- installcheck-am installdirs maintainer-clean \ |
|
| 684 |
+ cscopelist-am ctags-am distclean distclean-generic \ |
|
| 685 |
+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ |
|
| 686 |
+ install install-am install-data install-data-am install-dvi \ |
|
| 687 |
+ install-dvi-am install-exec install-exec-am install-html \ |
|
| 688 |
+ install-html-am install-info install-info-am install-man \ |
|
| 689 |
+ install-man1 install-man5 install-man8 install-pdf \ |
|
| 690 |
+ install-pdf-am install-ps install-ps-am install-strip \ |
|
| 691 |
+ installcheck installcheck-am installdirs maintainer-clean \ |
|
| 692 | 692 |
maintainer-clean-generic mostlyclean mostlyclean-generic \ |
| 693 |
- mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ |
|
| 694 |
- uninstall-man uninstall-man1 uninstall-man5 uninstall-man8 |
|
| 693 |
+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ |
|
| 694 |
+ uninstall-am uninstall-man uninstall-man1 uninstall-man5 \ |
|
| 695 |
+ uninstall-man8 |
|
| 695 | 696 |
|
| 696 | 697 |
|
| 697 | 698 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
| ... | ... |
@@ -1,9 +1,8 @@ |
| 1 |
-# Makefile.in generated by automake 1.11.3 from Makefile.am. |
|
| 1 |
+# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
| 2 | 2 |
# @configure_input@ |
| 3 | 3 |
|
| 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 |
+ |
|
| 7 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
| 8 | 7 |
# gives unlimited permission to copy and/or distribute it, |
| 9 | 8 |
# with or without modifications, as long as this notice is preserved. |
| ... | ... |
@@ -34,6 +33,51 @@ |
| 34 | 34 |
# MA 02110-1301, USA. |
| 35 | 35 |
|
| 36 | 36 |
VPATH = @srcdir@ |
| 37 |
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
| 38 |
+am__make_running_with_option = \ |
|
| 39 |
+ case $${target_option-} in \
|
|
| 40 |
+ ?) ;; \ |
|
| 41 |
+ *) echo "am__make_running_with_option: internal error: invalid" \ |
|
| 42 |
+ "target option '$${target_option-}' specified" >&2; \
|
|
| 43 |
+ exit 1;; \ |
|
| 44 |
+ esac; \ |
|
| 45 |
+ has_opt=no; \ |
|
| 46 |
+ sane_makeflags=$$MAKEFLAGS; \ |
|
| 47 |
+ if $(am__is_gnu_make); then \ |
|
| 48 |
+ sane_makeflags=$$MFLAGS; \ |
|
| 49 |
+ else \ |
|
| 50 |
+ case $$MAKEFLAGS in \ |
|
| 51 |
+ *\\[\ \ ]*) \ |
|
| 52 |
+ bs=\\; \ |
|
| 53 |
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
|
| 54 |
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
|
| 55 |
+ esac; \ |
|
| 56 |
+ fi; \ |
|
| 57 |
+ skip_next=no; \ |
|
| 58 |
+ strip_trailopt () \ |
|
| 59 |
+ { \
|
|
| 60 |
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
|
| 61 |
+ }; \ |
|
| 62 |
+ for flg in $$sane_makeflags; do \ |
|
| 63 |
+ test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
| 64 |
+ case $$flg in \ |
|
| 65 |
+ *=*|--*) continue;; \ |
|
| 66 |
+ -*I) strip_trailopt 'I'; skip_next=yes;; \ |
|
| 67 |
+ -*I?*) strip_trailopt 'I';; \ |
|
| 68 |
+ -*O) strip_trailopt 'O'; skip_next=yes;; \ |
|
| 69 |
+ -*O?*) strip_trailopt 'O';; \ |
|
| 70 |
+ -*l) strip_trailopt 'l'; skip_next=yes;; \ |
|
| 71 |
+ -*l?*) strip_trailopt 'l';; \ |
|
| 72 |
+ -[dEDm]) skip_next=yes;; \ |
|
| 73 |
+ -[JT]) skip_next=yes;; \ |
|
| 74 |
+ esac; \ |
|
| 75 |
+ case $$flg in \ |
|
| 76 |
+ *$$target_option*) has_opt=yes; break;; \ |
|
| 77 |
+ esac; \ |
|
| 78 |
+ done; \ |
|
| 79 |
+ test $$has_opt = yes |
|
| 80 |
+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
|
| 81 |
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
|
| 37 | 82 |
pkgdatadir = $(datadir)/@PACKAGE@ |
| 38 | 83 |
pkgincludedir = $(includedir)/@PACKAGE@ |
| 39 | 84 |
pkglibdir = $(libdir)/@PACKAGE@ |
| ... | ... |
@@ -55,7 +99,7 @@ host_triplet = @host@ |
| 55 | 55 |
target_triplet = @target@ |
| 56 | 56 |
@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@am__append_1 = clamav-milter.conf.sample |
| 57 | 57 |
subdir = etc |
| 58 |
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
|
| 58 |
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am |
|
| 59 | 59 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 60 | 60 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
| 61 | 61 |
$(top_srcdir)/m4/argz.m4 \ |
| ... | ... |
@@ -130,14 +174,25 @@ mkinstalldirs = $(install_sh) -d |
| 130 | 130 |
CONFIG_HEADER = $(top_builddir)/clamav-config.h |
| 131 | 131 |
CONFIG_CLEAN_FILES = |
| 132 | 132 |
CONFIG_CLEAN_VPATH_FILES = |
| 133 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 134 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 135 |
+am__v_P_0 = false |
|
| 136 |
+am__v_P_1 = : |
|
| 133 | 137 |
AM_V_GEN = $(am__v_GEN_@AM_V@) |
| 134 | 138 |
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| 135 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 139 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 140 |
+am__v_GEN_1 = |
|
| 136 | 141 |
AM_V_at = $(am__v_at_@AM_V@) |
| 137 | 142 |
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| 138 | 143 |
am__v_at_0 = @ |
| 144 |
+am__v_at_1 = |
|
| 139 | 145 |
SOURCES = |
| 140 | 146 |
DIST_SOURCES = |
| 147 |
+am__can_run_installinfo = \ |
|
| 148 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 149 |
+ n|no|NO) false;; \ |
|
| 150 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 151 |
+ esac |
|
| 141 | 152 |
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
| 142 | 153 |
am__vpath_adj = case $$p in \ |
| 143 | 154 |
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
| ... | ... |
@@ -167,6 +222,7 @@ am__uninstall_files_from_dir = { \
|
| 167 | 167 |
} |
| 168 | 168 |
am__installdirs = "$(DESTDIR)$(sysconfdir)" |
| 169 | 169 |
DATA = $(sysconf_DATA) |
| 170 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 170 | 171 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 171 | 172 |
ACLOCAL = @ACLOCAL@ |
| 172 | 173 |
AMTAR = @AMTAR@ |
| ... | ... |
@@ -411,8 +467,11 @@ clean-libtool: |
| 411 | 411 |
-rm -rf .libs _libs |
| 412 | 412 |
install-sysconfDATA: $(sysconf_DATA) |
| 413 | 413 |
@$(NORMAL_INSTALL) |
| 414 |
- test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" |
|
| 415 | 414 |
@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \ |
| 415 |
+ if test -n "$$list"; then \ |
|
| 416 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(sysconfdir)'"; \ |
|
| 417 |
+ $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" || exit 1; \ |
|
| 418 |
+ fi; \ |
|
| 416 | 419 |
for p in $$list; do \ |
| 417 | 420 |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| 418 | 421 |
echo "$$d$$p"; \ |
| ... | ... |
@@ -427,11 +486,11 @@ uninstall-sysconfDATA: |
| 427 | 427 |
@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \ |
| 428 | 428 |
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| 429 | 429 |
dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir) |
| 430 |
-tags: TAGS |
|
| 431 |
-TAGS: |
|
| 430 |
+tags TAGS: |
|
| 431 |
+ |
|
| 432 |
+ctags CTAGS: |
|
| 432 | 433 |
|
| 433 |
-ctags: CTAGS |
|
| 434 |
-CTAGS: |
|
| 434 |
+cscope cscopelist: |
|
| 435 | 435 |
|
| 436 | 436 |
|
| 437 | 437 |
distdir: $(DISTFILES) |
| ... | ... |
@@ -570,16 +629,16 @@ uninstall-am: uninstall-sysconfDATA |
| 570 | 570 |
.MAKE: install-am install-strip |
| 571 | 571 |
|
| 572 | 572 |
.PHONY: all all-am check check-am clean clean-generic clean-libtool \ |
| 573 |
- distclean distclean-generic distclean-libtool distdir dvi \ |
|
| 574 |
- dvi-am html html-am info info-am install install-am \ |
|
| 575 |
- install-data install-data-am install-dvi install-dvi-am \ |
|
| 576 |
- install-exec install-exec-am install-html install-html-am \ |
|
| 577 |
- install-info install-info-am install-man install-pdf \ |
|
| 578 |
- install-pdf-am install-ps install-ps-am install-strip \ |
|
| 579 |
- install-sysconfDATA installcheck installcheck-am installdirs \ |
|
| 580 |
- maintainer-clean maintainer-clean-generic mostlyclean \ |
|
| 581 |
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 582 |
- uninstall uninstall-am uninstall-sysconfDATA |
|
| 573 |
+ cscopelist-am ctags-am distclean distclean-generic \ |
|
| 574 |
+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ |
|
| 575 |
+ install install-am install-data install-data-am install-dvi \ |
|
| 576 |
+ install-dvi-am install-exec install-exec-am install-html \ |
|
| 577 |
+ install-html-am install-info install-info-am install-man \ |
|
| 578 |
+ install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 579 |
+ install-strip install-sysconfDATA installcheck installcheck-am \ |
|
| 580 |
+ installdirs maintainer-clean maintainer-clean-generic \ |
|
| 581 |
+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ |
|
| 582 |
+ ps ps-am tags-am uninstall uninstall-am uninstall-sysconfDATA |
|
| 583 | 583 |
|
| 584 | 584 |
|
| 585 | 585 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
| ... | ... |
@@ -1,9 +1,8 @@ |
| 1 |
-# Makefile.in generated by automake 1.11.3 from Makefile.am. |
|
| 1 |
+# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
| 2 | 2 |
# @configure_input@ |
| 3 | 3 |
|
| 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 |
+ |
|
| 7 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
| 8 | 7 |
# gives unlimited permission to copy and/or distribute it, |
| 9 | 8 |
# with or without modifications, as long as this notice is preserved. |
| ... | ... |
@@ -35,6 +34,51 @@ |
| 35 | 35 |
# MA 02110-1301, USA. |
| 36 | 36 |
|
| 37 | 37 |
VPATH = @srcdir@ |
| 38 |
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
| 39 |
+am__make_running_with_option = \ |
|
| 40 |
+ case $${target_option-} in \
|
|
| 41 |
+ ?) ;; \ |
|
| 42 |
+ *) echo "am__make_running_with_option: internal error: invalid" \ |
|
| 43 |
+ "target option '$${target_option-}' specified" >&2; \
|
|
| 44 |
+ exit 1;; \ |
|
| 45 |
+ esac; \ |
|
| 46 |
+ has_opt=no; \ |
|
| 47 |
+ sane_makeflags=$$MAKEFLAGS; \ |
|
| 48 |
+ if $(am__is_gnu_make); then \ |
|
| 49 |
+ sane_makeflags=$$MFLAGS; \ |
|
| 50 |
+ else \ |
|
| 51 |
+ case $$MAKEFLAGS in \ |
|
| 52 |
+ *\\[\ \ ]*) \ |
|
| 53 |
+ bs=\\; \ |
|
| 54 |
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
|
| 55 |
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
|
| 56 |
+ esac; \ |
|
| 57 |
+ fi; \ |
|
| 58 |
+ skip_next=no; \ |
|
| 59 |
+ strip_trailopt () \ |
|
| 60 |
+ { \
|
|
| 61 |
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
|
| 62 |
+ }; \ |
|
| 63 |
+ for flg in $$sane_makeflags; do \ |
|
| 64 |
+ test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
| 65 |
+ case $$flg in \ |
|
| 66 |
+ *=*|--*) continue;; \ |
|
| 67 |
+ -*I) strip_trailopt 'I'; skip_next=yes;; \ |
|
| 68 |
+ -*I?*) strip_trailopt 'I';; \ |
|
| 69 |
+ -*O) strip_trailopt 'O'; skip_next=yes;; \ |
|
| 70 |
+ -*O?*) strip_trailopt 'O';; \ |
|
| 71 |
+ -*l) strip_trailopt 'l'; skip_next=yes;; \ |
|
| 72 |
+ -*l?*) strip_trailopt 'l';; \ |
|
| 73 |
+ -[dEDm]) skip_next=yes;; \ |
|
| 74 |
+ -[JT]) skip_next=yes;; \ |
|
| 75 |
+ esac; \ |
|
| 76 |
+ case $$flg in \ |
|
| 77 |
+ *$$target_option*) has_opt=yes; break;; \ |
|
| 78 |
+ esac; \ |
|
| 79 |
+ done; \ |
|
| 80 |
+ test $$has_opt = yes |
|
| 81 |
+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
|
| 82 |
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
|
| 38 | 83 |
pkgdatadir = $(datadir)/@PACKAGE@ |
| 39 | 84 |
pkgincludedir = $(includedir)/@PACKAGE@ |
| 40 | 85 |
pkglibdir = $(libdir)/@PACKAGE@ |
| ... | ... |
@@ -56,7 +100,8 @@ host_triplet = @host@ |
| 56 | 56 |
target_triplet = @target@ |
| 57 | 57 |
bin_PROGRAMS = freshclam$(EXEEXT) |
| 58 | 58 |
subdir = freshclam |
| 59 |
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
|
| 59 |
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
|
| 60 |
+ $(top_srcdir)/config/depcomp |
|
| 60 | 61 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 61 | 62 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
| 62 | 63 |
$(top_srcdir)/m4/argz.m4 \ |
| ... | ... |
@@ -143,6 +188,19 @@ freshclam_LDADD = $(LDADD) |
| 143 | 143 |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 144 | 144 |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 145 | 145 |
am__v_lt_0 = --silent |
| 146 |
+am__v_lt_1 = |
|
| 147 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 148 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 149 |
+am__v_P_0 = false |
|
| 150 |
+am__v_P_1 = : |
|
| 151 |
+AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 152 |
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 153 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 154 |
+am__v_GEN_1 = |
|
| 155 |
+AM_V_at = $(am__v_at_@AM_V@) |
|
| 156 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 157 |
+am__v_at_0 = @ |
|
| 158 |
+am__v_at_1 = |
|
| 146 | 159 |
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 147 | 160 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 148 | 161 |
am__depfiles_maybe = depfiles |
| ... | ... |
@@ -155,22 +213,40 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 155 | 155 |
$(AM_CFLAGS) $(CFLAGS) |
| 156 | 156 |
AM_V_CC = $(am__v_CC_@AM_V@) |
| 157 | 157 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 158 |
-am__v_CC_0 = @echo " CC " $@; |
|
| 159 |
-AM_V_at = $(am__v_at_@AM_V@) |
|
| 160 |
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 161 |
-am__v_at_0 = @ |
|
| 158 |
+am__v_CC_0 = @echo " CC " $@; |
|
| 159 |
+am__v_CC_1 = |
|
| 162 | 160 |
CCLD = $(CC) |
| 163 | 161 |
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 164 | 162 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 165 | 163 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 166 | 164 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 167 | 165 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 168 |
-am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 169 |
-AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 170 |
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 171 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 166 |
+am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 167 |
+am__v_CCLD_1 = |
|
| 172 | 168 |
SOURCES = $(freshclam_SOURCES) |
| 173 | 169 |
DIST_SOURCES = $(freshclam_SOURCES) |
| 170 |
+am__can_run_installinfo = \ |
|
| 171 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 172 |
+ n|no|NO) false;; \ |
|
| 173 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 174 |
+ esac |
|
| 175 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 176 |
+# Read a list of newline-separated strings from the standard input, |
|
| 177 |
+# and print each of them once, without duplicates. Input order is |
|
| 178 |
+# *not* preserved. |
|
| 179 |
+am__uniquify_input = $(AWK) '\ |
|
| 180 |
+ BEGIN { nonempty = 0; } \
|
|
| 181 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 182 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 183 |
+' |
|
| 184 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 185 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 186 |
+# for different programs/libraries. |
|
| 187 |
+am__define_uniq_tagged_files = \ |
|
| 188 |
+ list='$(am__tagged_files)'; \ |
|
| 189 |
+ unique=`for i in $$list; do \ |
|
| 190 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 191 |
+ done | $(am__uniquify_input)` |
|
| 174 | 192 |
ETAGS = etags |
| 175 | 193 |
CTAGS = ctags |
| 176 | 194 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| ... | ... |
@@ -443,14 +519,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 443 | 443 |
$(am__aclocal_m4_deps): |
| 444 | 444 |
install-binPROGRAMS: $(bin_PROGRAMS) |
| 445 | 445 |
@$(NORMAL_INSTALL) |
| 446 |
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" |
|
| 447 | 446 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 447 |
+ if test -n "$$list"; then \ |
|
| 448 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
|
| 449 |
+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
|
| 450 |
+ fi; \ |
|
| 448 | 451 |
for p in $$list; do echo "$$p $$p"; done | \ |
| 449 | 452 |
sed 's/$(EXEEXT)$$//' | \ |
| 450 |
- while read p p1; do if test -f $$p || test -f $$p1; \ |
|
| 451 |
- then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 453 |
+ while read p p1; do if test -f $$p \ |
|
| 454 |
+ || test -f $$p1 \ |
|
| 455 |
+ ; then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 452 | 456 |
done | \ |
| 453 |
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ |
|
| 457 |
+ sed -e 'p;s,.*/,,;n;h' \ |
|
| 458 |
+ -e 's|.*|.|' \ |
|
| 454 | 459 |
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
| 455 | 460 |
sed 'N;N;N;s,\n, ,g' | \ |
| 456 | 461 |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
| ... | ... |
@@ -471,7 +552,8 @@ uninstall-binPROGRAMS: |
| 471 | 471 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 472 | 472 |
files=`for p in $$list; do echo "$$p"; done | \ |
| 473 | 473 |
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
| 474 |
- -e 's/$$/$(EXEEXT)/' `; \ |
|
| 474 |
+ -e 's/$$/$(EXEEXT)/' \ |
|
| 475 |
+ `; \ |
|
| 475 | 476 |
test -n "$$list" || exit 0; \ |
| 476 | 477 |
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
| 477 | 478 |
cd "$(DESTDIR)$(bindir)" && rm -f $$files |
| ... | ... |
@@ -500,6 +582,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS) |
| 500 | 500 |
else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ |
| 501 | 501 |
done; \ |
| 502 | 502 |
done; rm -f c$${pid}_.???; exit $$bad
|
| 503 |
+ |
|
| 503 | 504 |
freshclam$(EXEEXT): $(freshclam_OBJECTS) $(freshclam_DEPENDENCIES) $(EXTRA_freshclam_DEPENDENCIES) |
| 504 | 505 |
@rm -f freshclam$(EXEEXT) |
| 505 | 506 |
$(AM_V_CCLD)$(LINK) $(freshclam_OBJECTS) $(freshclam_LDADD) $(LIBS) |
| ... | ... |
@@ -530,14 +613,14 @@ distclean-compile: |
| 530 | 530 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 531 | 531 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 532 | 532 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 533 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 533 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 534 | 534 |
|
| 535 | 535 |
.c.obj: |
| 536 | 536 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 537 | 537 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 538 | 538 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 539 | 539 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 540 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
| 540 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 541 | 541 |
|
| 542 | 542 |
.c.lo: |
| 543 | 543 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -650,26 +733,15 @@ mostlyclean-libtool: |
| 650 | 650 |
clean-libtool: |
| 651 | 651 |
-rm -rf .libs _libs |
| 652 | 652 |
|
| 653 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 654 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 655 |
- unique=`for i in $$list; do \ |
|
| 656 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 657 |
- done | \ |
|
| 658 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 659 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 660 |
- mkid -fID $$unique |
|
| 661 |
-tags: TAGS |
|
| 662 |
- |
|
| 663 |
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 664 |
- $(TAGS_FILES) $(LISP) |
|
| 653 |
+ID: $(am__tagged_files) |
|
| 654 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 655 |
+tags: tags-am |
|
| 656 |
+TAGS: tags |
|
| 657 |
+ |
|
| 658 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 665 | 659 |
set x; \ |
| 666 | 660 |
here=`pwd`; \ |
| 667 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 668 |
- unique=`for i in $$list; do \ |
|
| 669 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 670 |
- done | \ |
|
| 671 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 672 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 661 |
+ $(am__define_uniq_tagged_files); \ |
|
| 673 | 662 |
shift; \ |
| 674 | 663 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 675 | 664 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -681,15 +753,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 681 | 681 |
$$unique; \ |
| 682 | 682 |
fi; \ |
| 683 | 683 |
fi |
| 684 |
-ctags: CTAGS |
|
| 685 |
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 686 |
- $(TAGS_FILES) $(LISP) |
|
| 687 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 688 |
- unique=`for i in $$list; do \ |
|
| 689 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 690 |
- done | \ |
|
| 691 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 692 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 684 |
+ctags: ctags-am |
|
| 685 |
+ |
|
| 686 |
+CTAGS: ctags |
|
| 687 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 688 |
+ $(am__define_uniq_tagged_files); \ |
|
| 693 | 689 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 694 | 690 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 695 | 691 |
$$unique |
| ... | ... |
@@ -698,6 +766,21 @@ GTAGS: |
| 698 | 698 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 699 | 699 |
&& $(am__cd) $(top_srcdir) \ |
| 700 | 700 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 701 |
+cscopelist: cscopelist-am |
|
| 702 |
+ |
|
| 703 |
+cscopelist-am: $(am__tagged_files) |
|
| 704 |
+ list='$(am__tagged_files)'; \ |
|
| 705 |
+ case "$(srcdir)" in \ |
|
| 706 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 707 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 708 |
+ esac; \ |
|
| 709 |
+ for i in $$list; do \ |
|
| 710 |
+ if test -f "$$i"; then \ |
|
| 711 |
+ echo "$(subdir)/$$i"; \ |
|
| 712 |
+ else \ |
|
| 713 |
+ echo "$$sdir/$$i"; \ |
|
| 714 |
+ fi; \ |
|
| 715 |
+ done >> $(top_builddir)/cscope.files |
|
| 701 | 716 |
|
| 702 | 717 |
distclean-tags: |
| 703 | 718 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| ... | ... |
@@ -842,19 +925,20 @@ uninstall-am: uninstall-binPROGRAMS |
| 842 | 842 |
|
| 843 | 843 |
.MAKE: install-am install-strip |
| 844 | 844 |
|
| 845 |
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ |
|
| 846 |
- clean-generic clean-libtool ctags distclean distclean-compile \ |
|
| 847 |
- distclean-generic distclean-libtool distclean-tags distdir dvi \ |
|
| 848 |
- dvi-am html html-am info info-am install install-am \ |
|
| 849 |
- install-binPROGRAMS install-data install-data-am install-dvi \ |
|
| 850 |
- install-dvi-am install-exec install-exec-am install-html \ |
|
| 851 |
- install-html-am install-info install-info-am install-man \ |
|
| 852 |
- install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 853 |
- install-strip installcheck installcheck-am \ |
|
| 854 |
- installcheck-binPROGRAMS installdirs maintainer-clean \ |
|
| 855 |
- maintainer-clean-generic mostlyclean mostlyclean-compile \ |
|
| 856 |
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 857 |
- tags uninstall uninstall-am uninstall-binPROGRAMS |
|
| 845 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ |
|
| 846 |
+ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ |
|
| 847 |
+ ctags ctags-am distclean distclean-compile distclean-generic \ |
|
| 848 |
+ distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|
| 849 |
+ html-am info info-am install install-am install-binPROGRAMS \ |
|
| 850 |
+ install-data install-data-am install-dvi install-dvi-am \ |
|
| 851 |
+ install-exec install-exec-am install-html install-html-am \ |
|
| 852 |
+ install-info install-info-am install-man install-pdf \ |
|
| 853 |
+ install-pdf-am install-ps install-ps-am install-strip \ |
|
| 854 |
+ installcheck installcheck-am installcheck-binPROGRAMS \ |
|
| 855 |
+ installdirs maintainer-clean maintainer-clean-generic \ |
|
| 856 |
+ mostlyclean mostlyclean-compile mostlyclean-generic \ |
|
| 857 |
+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
|
| 858 |
+ uninstall-am uninstall-binPROGRAMS |
|
| 858 | 859 |
|
| 859 | 860 |
|
| 860 | 861 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
| ... | ... |
@@ -1,9 +1,8 @@ |
| 1 |
-# Makefile.in generated by automake 1.11.3 from Makefile.am. |
|
| 1 |
+# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
| 2 | 2 |
# @configure_input@ |
| 3 | 3 |
|
| 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 |
+ |
|
| 7 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
| 8 | 7 |
# gives unlimited permission to copy and/or distribute it, |
| 9 | 8 |
# with or without modifications, as long as this notice is preserved. |
| ... | ... |
@@ -36,6 +35,51 @@ |
| 36 | 36 |
|
| 37 | 37 |
|
| 38 | 38 |
VPATH = @srcdir@ |
| 39 |
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
| 40 |
+am__make_running_with_option = \ |
|
| 41 |
+ case $${target_option-} in \
|
|
| 42 |
+ ?) ;; \ |
|
| 43 |
+ *) echo "am__make_running_with_option: internal error: invalid" \ |
|
| 44 |
+ "target option '$${target_option-}' specified" >&2; \
|
|
| 45 |
+ exit 1;; \ |
|
| 46 |
+ esac; \ |
|
| 47 |
+ has_opt=no; \ |
|
| 48 |
+ sane_makeflags=$$MAKEFLAGS; \ |
|
| 49 |
+ if $(am__is_gnu_make); then \ |
|
| 50 |
+ sane_makeflags=$$MFLAGS; \ |
|
| 51 |
+ else \ |
|
| 52 |
+ case $$MAKEFLAGS in \ |
|
| 53 |
+ *\\[\ \ ]*) \ |
|
| 54 |
+ bs=\\; \ |
|
| 55 |
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
|
| 56 |
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
|
| 57 |
+ esac; \ |
|
| 58 |
+ fi; \ |
|
| 59 |
+ skip_next=no; \ |
|
| 60 |
+ strip_trailopt () \ |
|
| 61 |
+ { \
|
|
| 62 |
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
|
| 63 |
+ }; \ |
|
| 64 |
+ for flg in $$sane_makeflags; do \ |
|
| 65 |
+ test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
| 66 |
+ case $$flg in \ |
|
| 67 |
+ *=*|--*) continue;; \ |
|
| 68 |
+ -*I) strip_trailopt 'I'; skip_next=yes;; \ |
|
| 69 |
+ -*I?*) strip_trailopt 'I';; \ |
|
| 70 |
+ -*O) strip_trailopt 'O'; skip_next=yes;; \ |
|
| 71 |
+ -*O?*) strip_trailopt 'O';; \ |
|
| 72 |
+ -*l) strip_trailopt 'l'; skip_next=yes;; \ |
|
| 73 |
+ -*l?*) strip_trailopt 'l';; \ |
|
| 74 |
+ -[dEDm]) skip_next=yes;; \ |
|
| 75 |
+ -[JT]) skip_next=yes;; \ |
|
| 76 |
+ esac; \ |
|
| 77 |
+ case $$flg in \ |
|
| 78 |
+ *$$target_option*) has_opt=yes; break;; \ |
|
| 79 |
+ esac; \ |
|
| 80 |
+ done; \ |
|
| 81 |
+ test $$has_opt = yes |
|
| 82 |
+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
|
| 83 |
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
|
| 39 | 84 |
pkgdatadir = $(datadir)/@PACKAGE@ |
| 40 | 85 |
pkgincludedir = $(includedir)/@PACKAGE@ |
| 41 | 86 |
pkglibdir = $(libdir)/@PACKAGE@ |
| ... | ... |
@@ -65,9 +109,10 @@ target_triplet = @target@ |
| 65 | 65 |
@ENABLE_UNRAR_TRUE@@VERSIONSCRIPT_TRUE@am__append_5 = -Wl,@VERSIONSCRIPTFLAG@,@top_srcdir@/libclamunrar_iface/libclamunrar_iface.map |
| 66 | 66 |
@VERSIONSCRIPT_TRUE@am__append_6 = -Wl,@VERSIONSCRIPTFLAG@,@top_srcdir@/libclamav/libclamav.map |
| 67 | 67 |
subdir = libclamav |
| 68 |
-DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \ |
|
| 69 |
- $(srcdir)/Makefile.in yara_grammar.c yara_grammar.h \ |
|
| 70 |
- yara_lexer.c |
|
| 68 |
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
|
| 69 |
+ yara_grammar.h yara_grammar.c yara_lexer.c \ |
|
| 70 |
+ $(top_srcdir)/config/depcomp $(top_srcdir)/config/ylwrap \ |
|
| 71 |
+ $(include_HEADERS) |
|
| 71 | 72 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 72 | 73 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
| 73 | 74 |
$(top_srcdir)/m4/argz.m4 \ |
| ... | ... |
@@ -299,6 +344,7 @@ libclamav_la_OBJECTS = $(am_libclamav_la_OBJECTS) |
| 299 | 299 |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 300 | 300 |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 301 | 301 |
am__v_lt_0 = --silent |
| 302 |
+am__v_lt_1 = |
|
| 302 | 303 |
libclamav_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 303 | 304 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libclamav_la_CFLAGS) \ |
| 304 | 305 |
$(CFLAGS) $(libclamav_la_LDFLAGS) $(LDFLAGS) -o $@ |
| ... | ... |
@@ -381,6 +427,18 @@ libclamunrar_iface_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ |
| 381 | 381 |
$(AM_CFLAGS) $(CFLAGS) $(libclamunrar_iface_la_LDFLAGS) \ |
| 382 | 382 |
$(LDFLAGS) -o $@ |
| 383 | 383 |
@ENABLE_UNRAR_TRUE@am_libclamunrar_iface_la_rpath = -rpath $(libdir) |
| 384 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 385 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 386 |
+am__v_P_0 = false |
|
| 387 |
+am__v_P_1 = : |
|
| 388 |
+AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 389 |
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 390 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 391 |
+am__v_GEN_1 = |
|
| 392 |
+AM_V_at = $(am__v_at_@AM_V@) |
|
| 393 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 394 |
+am__v_at_0 = @ |
|
| 395 |
+am__v_at_1 = |
|
| 384 | 396 |
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 385 | 397 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 386 | 398 |
am__depfiles_maybe = depfiles |
| ... | ... |
@@ -393,35 +451,35 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 393 | 393 |
$(AM_CFLAGS) $(CFLAGS) |
| 394 | 394 |
AM_V_CC = $(am__v_CC_@AM_V@) |
| 395 | 395 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 396 |
-am__v_CC_0 = @echo " CC " $@; |
|
| 397 |
-AM_V_at = $(am__v_at_@AM_V@) |
|
| 398 |
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 399 |
-am__v_at_0 = @ |
|
| 396 |
+am__v_CC_0 = @echo " CC " $@; |
|
| 397 |
+am__v_CC_1 = |
|
| 400 | 398 |
CCLD = $(CC) |
| 401 | 399 |
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 402 | 400 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 403 | 401 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 404 | 402 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 405 | 403 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 406 |
-am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 404 |
+am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 405 |
+am__v_CCLD_1 = |
|
| 407 | 406 |
@MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ || |
| 408 | 407 |
LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS) |
| 409 | 408 |
LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ |
| 410 | 409 |
$(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS) |
| 411 | 410 |
AM_V_LEX = $(am__v_LEX_@AM_V@) |
| 412 | 411 |
am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@) |
| 413 |
-am__v_LEX_0 = @echo " LEX " $@; |
|
| 412 |
+am__v_LEX_0 = @echo " LEX " $@; |
|
| 413 |
+am__v_LEX_1 = |
|
| 414 | 414 |
YLWRAP = $(top_srcdir)/config/ylwrap |
| 415 | 415 |
@MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ || |
| 416 |
+am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \ |
|
| 417 |
+ -e s/c++$$/h++/ -e s/c$$/h/ |
|
| 416 | 418 |
YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS) |
| 417 | 419 |
LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ |
| 418 | 420 |
$(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS) |
| 419 | 421 |
AM_V_YACC = $(am__v_YACC_@AM_V@) |
| 420 | 422 |
am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@) |
| 421 |
-am__v_YACC_0 = @echo " YACC " $@; |
|
| 422 |
-AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 423 |
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 424 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 423 |
+am__v_YACC_0 = @echo " YACC " $@; |
|
| 424 |
+am__v_YACC_1 = |
|
| 425 | 425 |
SOURCES = $(libclamav_la_SOURCES) \ |
| 426 | 426 |
$(libclamav_internal_utils_la_SOURCES) \ |
| 427 | 427 |
$(libclamav_internal_utils_nothreads_la_SOURCES) \ |
| ... | ... |
@@ -433,19 +491,45 @@ DIST_SOURCES = $(libclamav_la_SOURCES) \ |
| 433 | 433 |
$(libclamav_nocxx_la_SOURCES) \ |
| 434 | 434 |
$(am__libclamunrar_la_SOURCES_DIST) \ |
| 435 | 435 |
$(am__libclamunrar_iface_la_SOURCES_DIST) |
| 436 |
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
|
| 437 |
- html-recursive info-recursive install-data-recursive \ |
|
| 438 |
- install-dvi-recursive install-exec-recursive \ |
|
| 439 |
- install-html-recursive install-info-recursive \ |
|
| 440 |
- install-pdf-recursive install-ps-recursive install-recursive \ |
|
| 441 |
- installcheck-recursive installdirs-recursive pdf-recursive \ |
|
| 442 |
- ps-recursive uninstall-recursive |
|
| 436 |
+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ |
|
| 437 |
+ ctags-recursive dvi-recursive html-recursive info-recursive \ |
|
| 438 |
+ install-data-recursive install-dvi-recursive \ |
|
| 439 |
+ install-exec-recursive install-html-recursive \ |
|
| 440 |
+ install-info-recursive install-pdf-recursive \ |
|
| 441 |
+ install-ps-recursive install-recursive installcheck-recursive \ |
|
| 442 |
+ installdirs-recursive pdf-recursive ps-recursive \ |
|
| 443 |
+ tags-recursive uninstall-recursive |
|
| 444 |
+am__can_run_installinfo = \ |
|
| 445 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 446 |
+ n|no|NO) false;; \ |
|
| 447 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 448 |
+ esac |
|
| 443 | 449 |
HEADERS = $(include_HEADERS) |
| 444 | 450 |
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
| 445 | 451 |
distclean-recursive maintainer-clean-recursive |
| 446 |
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ |
|
| 447 |
- $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ |
|
| 452 |
+am__recursive_targets = \ |
|
| 453 |
+ $(RECURSIVE_TARGETS) \ |
|
| 454 |
+ $(RECURSIVE_CLEAN_TARGETS) \ |
|
| 455 |
+ $(am__extra_recursive_targets) |
|
| 456 |
+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
|
| 448 | 457 |
distdir |
| 458 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 459 |
+# Read a list of newline-separated strings from the standard input, |
|
| 460 |
+# and print each of them once, without duplicates. Input order is |
|
| 461 |
+# *not* preserved. |
|
| 462 |
+am__uniquify_input = $(AWK) '\ |
|
| 463 |
+ BEGIN { nonempty = 0; } \
|
|
| 464 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 465 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 466 |
+' |
|
| 467 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 468 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 469 |
+# for different programs/libraries. |
|
| 470 |
+am__define_uniq_tagged_files = \ |
|
| 471 |
+ list='$(am__tagged_files)'; \ |
|
| 472 |
+ unique=`for i in $$list; do \ |
|
| 473 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 474 |
+ done | $(am__uniquify_input)` |
|
| 449 | 475 |
ETAGS = etags |
| 450 | 476 |
CTAGS = ctags |
| 451 | 477 |
DIST_SUBDIRS = c++ |
| ... | ... |
@@ -945,9 +1029,9 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
| 945 | 945 |
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 946 | 946 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 947 | 947 |
$(am__aclocal_m4_deps): |
| 948 |
+ |
|
| 948 | 949 |
install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
| 949 | 950 |
@$(NORMAL_INSTALL) |
| 950 |
- test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" |
|
| 951 | 951 |
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
| 952 | 952 |
list2=; for p in $$list; do \ |
| 953 | 953 |
if test -f $$p; then \ |
| ... | ... |
@@ -955,6 +1039,8 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
| 955 | 955 |
else :; fi; \ |
| 956 | 956 |
done; \ |
| 957 | 957 |
test -z "$$list2" || { \
|
| 958 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ |
|
| 959 |
+ $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ |
|
| 958 | 960 |
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ |
| 959 | 961 |
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ |
| 960 | 962 |
} |
| ... | ... |
@@ -970,34 +1056,44 @@ uninstall-libLTLIBRARIES: |
| 970 | 970 |
|
| 971 | 971 |
clean-libLTLIBRARIES: |
| 972 | 972 |
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
| 973 |
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
|
| 974 |
- dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ |
|
| 975 |
- test "$$dir" != "$$p" || dir=.; \ |
|
| 976 |
- echo "rm -f \"$${dir}/so_locations\""; \
|
|
| 977 |
- rm -f "$${dir}/so_locations"; \
|
|
| 978 |
- done |
|
| 973 |
+ @list='$(lib_LTLIBRARIES)'; \ |
|
| 974 |
+ locs=`for p in $$list; do echo $$p; done | \ |
|
| 975 |
+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ |
|
| 976 |
+ sort -u`; \ |
|
| 977 |
+ test -z "$$locs" || { \
|
|
| 978 |
+ echo rm -f $${locs}; \
|
|
| 979 |
+ rm -f $${locs}; \
|
|
| 980 |
+ } |
|
| 979 | 981 |
|
| 980 | 982 |
clean-noinstLTLIBRARIES: |
| 981 | 983 |
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) |
| 982 |
- @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ |
|
| 983 |
- dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ |
|
| 984 |
- test "$$dir" != "$$p" || dir=.; \ |
|
| 985 |
- echo "rm -f \"$${dir}/so_locations\""; \
|
|
| 986 |
- rm -f "$${dir}/so_locations"; \
|
|
| 987 |
- done |
|
| 984 |
+ @list='$(noinst_LTLIBRARIES)'; \ |
|
| 985 |
+ locs=`for p in $$list; do echo $$p; done | \ |
|
| 986 |
+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ |
|
| 987 |
+ sort -u`; \ |
|
| 988 |
+ test -z "$$locs" || { \
|
|
| 989 |
+ echo rm -f $${locs}; \
|
|
| 990 |
+ rm -f $${locs}; \
|
|
| 991 |
+ } |
|
| 988 | 992 |
yara_grammar.h: yara_grammar.c |
| 989 | 993 |
@if test ! -f $@; then rm -f yara_grammar.c; else :; fi |
| 990 | 994 |
@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) yara_grammar.c; else :; fi |
| 995 |
+ |
|
| 991 | 996 |
libclamav.la: $(libclamav_la_OBJECTS) $(libclamav_la_DEPENDENCIES) $(EXTRA_libclamav_la_DEPENDENCIES) |
| 992 | 997 |
$(AM_V_CCLD)$(libclamav_la_LINK) -rpath $(libdir) $(libclamav_la_OBJECTS) $(libclamav_la_LIBADD) $(LIBS) |
| 998 |
+ |
|
| 993 | 999 |
libclamav_internal_utils.la: $(libclamav_internal_utils_la_OBJECTS) $(libclamav_internal_utils_la_DEPENDENCIES) $(EXTRA_libclamav_internal_utils_la_DEPENDENCIES) |
| 994 | 1000 |
$(AM_V_CCLD)$(libclamav_internal_utils_la_LINK) $(libclamav_internal_utils_la_OBJECTS) $(libclamav_internal_utils_la_LIBADD) $(LIBS) |
| 1001 |
+ |
|
| 995 | 1002 |
libclamav_internal_utils_nothreads.la: $(libclamav_internal_utils_nothreads_la_OBJECTS) $(libclamav_internal_utils_nothreads_la_DEPENDENCIES) $(EXTRA_libclamav_internal_utils_nothreads_la_DEPENDENCIES) |
| 996 | 1003 |
$(AM_V_CCLD)$(libclamav_internal_utils_nothreads_la_LINK) $(libclamav_internal_utils_nothreads_la_OBJECTS) $(libclamav_internal_utils_nothreads_la_LIBADD) $(LIBS) |
| 1004 |
+ |
|
| 997 | 1005 |
libclamav_nocxx.la: $(libclamav_nocxx_la_OBJECTS) $(libclamav_nocxx_la_DEPENDENCIES) $(EXTRA_libclamav_nocxx_la_DEPENDENCIES) |
| 998 | 1006 |
$(AM_V_CCLD)$(libclamav_nocxx_la_LINK) $(libclamav_nocxx_la_OBJECTS) $(libclamav_nocxx_la_LIBADD) $(LIBS) |
| 1007 |
+ |
|
| 999 | 1008 |
libclamunrar.la: $(libclamunrar_la_OBJECTS) $(libclamunrar_la_DEPENDENCIES) $(EXTRA_libclamunrar_la_DEPENDENCIES) |
| 1000 | 1009 |
$(AM_V_CCLD)$(libclamunrar_la_LINK) $(am_libclamunrar_la_rpath) $(libclamunrar_la_OBJECTS) $(libclamunrar_la_LIBADD) $(LIBS) |
| 1010 |
+ |
|
| 1001 | 1011 |
libclamunrar_iface.la: $(libclamunrar_iface_la_OBJECTS) $(libclamunrar_iface_la_DEPENDENCIES) $(EXTRA_libclamunrar_iface_la_DEPENDENCIES) |
| 1002 | 1012 |
$(AM_V_CCLD)$(libclamunrar_iface_la_LINK) $(am_libclamunrar_iface_la_rpath) $(libclamunrar_iface_la_OBJECTS) $(libclamunrar_iface_la_LIBADD) $(LIBS) |
| 1003 | 1013 |
|
| ... | ... |
@@ -1276,14 +1372,14 @@ distclean-compile: |
| 1276 | 1276 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 1277 | 1277 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 1278 | 1278 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1279 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 1279 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 1280 | 1280 |
|
| 1281 | 1281 |
.c.obj: |
| 1282 | 1282 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 1283 | 1283 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 1284 | 1284 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 1285 | 1285 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1286 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
| 1286 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 1287 | 1287 |
|
| 1288 | 1288 |
.c.lo: |
| 1289 | 1289 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -3137,7 +3233,7 @@ unrar_iface.lo: ../libclamunrar_iface/unrar_iface.c |
| 3137 | 3137 |
$(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE) |
| 3138 | 3138 |
|
| 3139 | 3139 |
.y.c: |
| 3140 |
- $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE) |
|
| 3140 |
+ $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE) |
|
| 3141 | 3141 |
|
| 3142 | 3142 |
mostlyclean-libtool: |
| 3143 | 3143 |
-rm -f *.lo |
| ... | ... |
@@ -3146,8 +3242,11 @@ clean-libtool: |
| 3146 | 3146 |
-rm -rf .libs _libs |
| 3147 | 3147 |
install-includeHEADERS: $(include_HEADERS) |
| 3148 | 3148 |
@$(NORMAL_INSTALL) |
| 3149 |
- test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" |
|
| 3150 | 3149 |
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ |
| 3150 |
+ if test -n "$$list"; then \ |
|
| 3151 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ |
|
| 3152 |
+ $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ |
|
| 3153 |
+ fi; \ |
|
| 3151 | 3154 |
for p in $$list; do \ |
| 3152 | 3155 |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| 3153 | 3156 |
echo "$$d$$p"; \ |
| ... | ... |
@@ -3164,22 +3263,25 @@ uninstall-includeHEADERS: |
| 3164 | 3164 |
dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) |
| 3165 | 3165 |
|
| 3166 | 3166 |
# This directory's subdirectories are mostly independent; you can cd |
| 3167 |
-# into them and run `make' without going through this Makefile. |
|
| 3168 |
-# To change the values of `make' variables: instead of editing Makefiles, |
|
| 3169 |
-# (1) if the variable is set in `config.status', edit `config.status' |
|
| 3170 |
-# (which will cause the Makefiles to be regenerated when you run `make'); |
|
| 3171 |
-# (2) otherwise, pass the desired values on the `make' command line. |
|
| 3172 |
-$(RECURSIVE_TARGETS): |
|
| 3173 |
- @fail= failcom='exit 1'; \ |
|
| 3174 |
- for f in x $$MAKEFLAGS; do \ |
|
| 3175 |
- case $$f in \ |
|
| 3176 |
- *=* | --[!k]*);; \ |
|
| 3177 |
- *k*) failcom='fail=yes';; \ |
|
| 3178 |
- esac; \ |
|
| 3179 |
- done; \ |
|
| 3167 |
+# into them and run 'make' without going through this Makefile. |
|
| 3168 |
+# To change the values of 'make' variables: instead of editing Makefiles, |
|
| 3169 |
+# (1) if the variable is set in 'config.status', edit 'config.status' |
|
| 3170 |
+# (which will cause the Makefiles to be regenerated when you run 'make'); |
|
| 3171 |
+# (2) otherwise, pass the desired values on the 'make' command line. |
|
| 3172 |
+$(am__recursive_targets): |
|
| 3173 |
+ @fail=; \ |
|
| 3174 |
+ if $(am__make_keepgoing); then \ |
|
| 3175 |
+ failcom='fail=yes'; \ |
|
| 3176 |
+ else \ |
|
| 3177 |
+ failcom='exit 1'; \ |
|
| 3178 |
+ fi; \ |
|
| 3180 | 3179 |
dot_seen=no; \ |
| 3181 | 3180 |
target=`echo $@ | sed s/-recursive//`; \ |
| 3182 |
- list='$(SUBDIRS)'; for subdir in $$list; do \ |
|
| 3181 |
+ case "$@" in \ |
|
| 3182 |
+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
|
| 3183 |
+ *) list='$(SUBDIRS)' ;; \ |
|
| 3184 |
+ esac; \ |
|
| 3185 |
+ for subdir in $$list; do \ |
|
| 3183 | 3186 |
echo "Making $$target in $$subdir"; \ |
| 3184 | 3187 |
if test "$$subdir" = "."; then \ |
| 3185 | 3188 |
dot_seen=yes; \ |
| ... | ... |
@@ -3194,57 +3296,12 @@ $(RECURSIVE_TARGETS): |
| 3194 | 3194 |
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| 3195 | 3195 |
fi; test -z "$$fail" |
| 3196 | 3196 |
|
| 3197 |
-$(RECURSIVE_CLEAN_TARGETS): |
|
| 3198 |
- @fail= failcom='exit 1'; \ |
|
| 3199 |
- for f in x $$MAKEFLAGS; do \ |
|
| 3200 |
- case $$f in \ |
|
| 3201 |
- *=* | --[!k]*);; \ |
|
| 3202 |
- *k*) failcom='fail=yes';; \ |
|
| 3203 |
- esac; \ |
|
| 3204 |
- done; \ |
|
| 3205 |
- dot_seen=no; \ |
|
| 3206 |
- case "$@" in \ |
|
| 3207 |
- distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
|
| 3208 |
- *) list='$(SUBDIRS)' ;; \ |
|
| 3209 |
- esac; \ |
|
| 3210 |
- rev=''; for subdir in $$list; do \ |
|
| 3211 |
- if test "$$subdir" = "."; then :; else \ |
|
| 3212 |
- rev="$$subdir $$rev"; \ |
|
| 3213 |
- fi; \ |
|
| 3214 |
- done; \ |
|
| 3215 |
- rev="$$rev ."; \ |
|
| 3216 |
- target=`echo $@ | sed s/-recursive//`; \ |
|
| 3217 |
- for subdir in $$rev; do \ |
|
| 3218 |
- echo "Making $$target in $$subdir"; \ |
|
| 3219 |
- if test "$$subdir" = "."; then \ |
|
| 3220 |
- local_target="$$target-am"; \ |
|
| 3221 |
- else \ |
|
| 3222 |
- local_target="$$target"; \ |
|
| 3223 |
- fi; \ |
|
| 3224 |
- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
|
| 3225 |
- || eval $$failcom; \ |
|
| 3226 |
- done && test -z "$$fail" |
|
| 3227 |
-tags-recursive: |
|
| 3228 |
- list='$(SUBDIRS)'; for subdir in $$list; do \ |
|
| 3229 |
- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
|
| 3230 |
- done |
|
| 3231 |
-ctags-recursive: |
|
| 3232 |
- list='$(SUBDIRS)'; for subdir in $$list; do \ |
|
| 3233 |
- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
|
| 3234 |
- done |
|
| 3197 |
+ID: $(am__tagged_files) |
|
| 3198 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 3199 |
+tags: tags-recursive |
|
| 3200 |
+TAGS: tags |
|
| 3235 | 3201 |
|
| 3236 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 3237 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 3238 |
- unique=`for i in $$list; do \ |
|
| 3239 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 3240 |
- done | \ |
|
| 3241 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 3242 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 3243 |
- mkid -fID $$unique |
|
| 3244 |
-tags: TAGS |
|
| 3245 |
- |
|
| 3246 |
-TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 3247 |
- $(TAGS_FILES) $(LISP) |
|
| 3202 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 3248 | 3203 |
set x; \ |
| 3249 | 3204 |
here=`pwd`; \ |
| 3250 | 3205 |
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
| ... | ... |
@@ -3260,12 +3317,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 3260 | 3260 |
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
| 3261 | 3261 |
fi; \ |
| 3262 | 3262 |
done; \ |
| 3263 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 3264 |
- unique=`for i in $$list; do \ |
|
| 3265 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 3266 |
- done | \ |
|
| 3267 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 3268 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 3263 |
+ $(am__define_uniq_tagged_files); \ |
|
| 3269 | 3264 |
shift; \ |
| 3270 | 3265 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 3271 | 3266 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -3277,15 +3329,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 3277 | 3277 |
$$unique; \ |
| 3278 | 3278 |
fi; \ |
| 3279 | 3279 |
fi |
| 3280 |
-ctags: CTAGS |
|
| 3281 |
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 3282 |
- $(TAGS_FILES) $(LISP) |
|
| 3283 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 3284 |
- unique=`for i in $$list; do \ |
|
| 3285 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 3286 |
- done | \ |
|
| 3287 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 3288 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 3280 |
+ctags: ctags-recursive |
|
| 3281 |
+ |
|
| 3282 |
+CTAGS: ctags |
|
| 3283 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 3284 |
+ $(am__define_uniq_tagged_files); \ |
|
| 3289 | 3285 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 3290 | 3286 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 3291 | 3287 |
$$unique |
| ... | ... |
@@ -3294,6 +3342,21 @@ GTAGS: |
| 3294 | 3294 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 3295 | 3295 |
&& $(am__cd) $(top_srcdir) \ |
| 3296 | 3296 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 3297 |
+cscopelist: cscopelist-recursive |
|
| 3298 |
+ |
|
| 3299 |
+cscopelist-am: $(am__tagged_files) |
|
| 3300 |
+ list='$(am__tagged_files)'; \ |
|
| 3301 |
+ case "$(srcdir)" in \ |
|
| 3302 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 3303 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 3304 |
+ esac; \ |
|
| 3305 |
+ for i in $$list; do \ |
|
| 3306 |
+ if test -f "$$i"; then \ |
|
| 3307 |
+ echo "$(subdir)/$$i"; \ |
|
| 3308 |
+ else \ |
|
| 3309 |
+ echo "$$sdir/$$i"; \ |
|
| 3310 |
+ fi; \ |
|
| 3311 |
+ done >> $(top_builddir)/cscope.files |
|
| 3297 | 3312 |
|
| 3298 | 3313 |
distclean-tags: |
| 3299 | 3314 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| ... | ... |
@@ -3330,13 +3393,10 @@ distdir: $(DISTFILES) |
| 3330 | 3330 |
done |
| 3331 | 3331 |
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
| 3332 | 3332 |
if test "$$subdir" = .; then :; else \ |
| 3333 |
- test -d "$(distdir)/$$subdir" \ |
|
| 3334 |
- || $(MKDIR_P) "$(distdir)/$$subdir" \ |
|
| 3335 |
- || exit 1; \ |
|
| 3336 |
- fi; \ |
|
| 3337 |
- done |
|
| 3338 |
- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
|
| 3339 |
- if test "$$subdir" = .; then :; else \ |
|
| 3333 |
+ $(am__make_dryrun) \ |
|
| 3334 |
+ || test -d "$(distdir)/$$subdir" \ |
|
| 3335 |
+ || $(MKDIR_P) "$(distdir)/$$subdir" \ |
|
| 3336 |
+ || exit 1; \ |
|
| 3340 | 3337 |
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
| 3341 | 3338 |
$(am__relativize); \ |
| 3342 | 3339 |
new_distdir=$$reldir; \ |
| ... | ... |
@@ -3472,26 +3532,25 @@ ps-am: |
| 3472 | 3472 |
|
| 3473 | 3473 |
uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES |
| 3474 | 3474 |
|
| 3475 |
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \ |
|
| 3476 |
- ctags-recursive install install-am install-strip \ |
|
| 3477 |
- tags-recursive |
|
| 3478 |
- |
|
| 3479 |
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
|
| 3480 |
- all all-am check check-am clean clean-generic \ |
|
| 3481 |
- clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \ |
|
| 3482 |
- ctags ctags-recursive distclean distclean-compile \ |
|
| 3483 |
- distclean-generic distclean-libtool distclean-tags distdir dvi \ |
|
| 3484 |
- dvi-am html html-am info info-am install install-am \ |
|
| 3485 |
- install-data install-data-am install-dvi install-dvi-am \ |
|
| 3486 |
- install-exec install-exec-am install-html install-html-am \ |
|
| 3475 |
+.MAKE: $(am__recursive_targets) all check install install-am \ |
|
| 3476 |
+ install-strip |
|
| 3477 |
+ |
|
| 3478 |
+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ |
|
| 3479 |
+ check-am clean clean-generic clean-libLTLIBRARIES \ |
|
| 3480 |
+ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ |
|
| 3481 |
+ ctags-am distclean distclean-compile distclean-generic \ |
|
| 3482 |
+ distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|
| 3483 |
+ html-am info info-am install install-am install-data \ |
|
| 3484 |
+ install-data-am install-dvi install-dvi-am install-exec \ |
|
| 3485 |
+ install-exec-am install-html install-html-am \ |
|
| 3487 | 3486 |
install-includeHEADERS install-info install-info-am \ |
| 3488 | 3487 |
install-libLTLIBRARIES install-man install-pdf install-pdf-am \ |
| 3489 | 3488 |
install-ps install-ps-am install-strip installcheck \ |
| 3490 | 3489 |
installcheck-am installdirs installdirs-am maintainer-clean \ |
| 3491 | 3490 |
maintainer-clean-generic mostlyclean mostlyclean-compile \ |
| 3492 | 3491 |
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
| 3493 |
- tags tags-recursive uninstall uninstall-am \ |
|
| 3494 |
- uninstall-includeHEADERS uninstall-libLTLIBRARIES |
|
| 3492 |
+ tags tags-am uninstall uninstall-am uninstall-includeHEADERS \ |
|
| 3493 |
+ uninstall-libLTLIBRARIES |
|
| 3495 | 3494 |
|
| 3496 | 3495 |
@ENABLE_LLVM_FALSE@c++/Makefile: c++/Makefile.nollvm.in |
| 3497 | 3496 |
@ENABLE_LLVM_FALSE@ $(AM_V_at) cp $< $@ |
| ... | ... |
@@ -1,9 +1,8 @@ |
| 1 |
-# Makefile.in generated by automake 1.11.3 from Makefile.am. |
|
| 1 |
+# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
| 2 | 2 |
# @configure_input@ |
| 3 | 3 |
|
| 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 |
+ |
|
| 7 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
| 8 | 7 |
# gives unlimited permission to copy and/or distribute it, |
| 9 | 8 |
# with or without modifications, as long as this notice is preserved. |
| ... | ... |
@@ -32,6 +31,51 @@ |
| 32 | 32 |
|
| 33 | 33 |
|
| 34 | 34 |
VPATH = @srcdir@ |
| 35 |
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
| 36 |
+am__make_running_with_option = \ |
|
| 37 |
+ case $${target_option-} in \
|
|
| 38 |
+ ?) ;; \ |
|
| 39 |
+ *) echo "am__make_running_with_option: internal error: invalid" \ |
|
| 40 |
+ "target option '$${target_option-}' specified" >&2; \
|
|
| 41 |
+ exit 1;; \ |
|
| 42 |
+ esac; \ |
|
| 43 |
+ has_opt=no; \ |
|
| 44 |
+ sane_makeflags=$$MAKEFLAGS; \ |
|
| 45 |
+ if $(am__is_gnu_make); then \ |
|
| 46 |
+ sane_makeflags=$$MFLAGS; \ |
|
| 47 |
+ else \ |
|
| 48 |
+ case $$MAKEFLAGS in \ |
|
| 49 |
+ *\\[\ \ ]*) \ |
|
| 50 |
+ bs=\\; \ |
|
| 51 |
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
|
| 52 |
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
|
| 53 |
+ esac; \ |
|
| 54 |
+ fi; \ |
|
| 55 |
+ skip_next=no; \ |
|
| 56 |
+ strip_trailopt () \ |
|
| 57 |
+ { \
|
|
| 58 |
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
|
| 59 |
+ }; \ |
|
| 60 |
+ for flg in $$sane_makeflags; do \ |
|
| 61 |
+ test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
| 62 |
+ case $$flg in \ |
|
| 63 |
+ *=*|--*) continue;; \ |
|
| 64 |
+ -*I) strip_trailopt 'I'; skip_next=yes;; \ |
|
| 65 |
+ -*I?*) strip_trailopt 'I';; \ |
|
| 66 |
+ -*O) strip_trailopt 'O'; skip_next=yes;; \ |
|
| 67 |
+ -*O?*) strip_trailopt 'O';; \ |
|
| 68 |
+ -*l) strip_trailopt 'l'; skip_next=yes;; \ |
|
| 69 |
+ -*l?*) strip_trailopt 'l';; \ |
|
| 70 |
+ -[dEDm]) skip_next=yes;; \ |
|
| 71 |
+ -[JT]) skip_next=yes;; \ |
|
| 72 |
+ esac; \ |
|
| 73 |
+ case $$flg in \ |
|
| 74 |
+ *$$target_option*) has_opt=yes; break;; \ |
|
| 75 |
+ esac; \ |
|
| 76 |
+ done; \ |
|
| 77 |
+ test $$has_opt = yes |
|
| 78 |
+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
|
| 79 |
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
|
| 35 | 80 |
pkgdatadir = $(datadir)/@PACKAGE@ |
| 36 | 81 |
pkgincludedir = $(includedir)/@PACKAGE@ |
| 37 | 82 |
pkglibdir = $(libdir)/@PACKAGE@ |
| ... | ... |
@@ -63,11 +107,16 @@ target_triplet = @target@ |
| 63 | 63 |
@BUILD_EXTERNAL_LLVM_FALSE@@MAINTAINER_MODE_TRUE@am__append_9 = $(TBLGENFILES) |
| 64 | 64 |
@BUILD_EXTERNAL_LLVM_FALSE@@MAINTAINER_MODE_TRUE@noinst_PROGRAMS = tblgen$(EXEEXT) |
| 65 | 65 |
subdir = . |
| 66 |
-DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \ |
|
| 67 |
- $(srcdir)/Makefile.in $(srcdir)/clamavcxx-config.h.in \ |
|
| 68 |
- $(top_srcdir)/configure config/compile config/config.guess \ |
|
| 69 |
- config/config.sub config/depcomp config/install-sh \ |
|
| 70 |
- config/ltmain.sh config/missing |
|
| 66 |
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
|
| 67 |
+ $(top_srcdir)/configure $(am__configure_deps) \ |
|
| 68 |
+ $(srcdir)/clamavcxx-config.h.in $(top_srcdir)/config/depcomp \ |
|
| 69 |
+ config/compile config/config.guess config/config.sub \ |
|
| 70 |
+ config/depcomp config/install-sh config/missing \ |
|
| 71 |
+ config/ltmain.sh $(top_srcdir)/config/compile \ |
|
| 72 |
+ $(top_srcdir)/config/config.guess \ |
|
| 73 |
+ $(top_srcdir)/config/config.sub \ |
|
| 74 |
+ $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \ |
|
| 75 |
+ $(top_srcdir)/config/missing |
|
| 71 | 76 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 72 | 77 |
am__aclocal_m4_deps = $(top_srcdir)/m4/check_gnu_make.m4 \ |
| 73 | 78 |
$(top_srcdir)/m4/cxx_flag_check.m4 $(top_srcdir)/m4/libtool.m4 \ |
| ... | ... |
@@ -96,6 +145,7 @@ libclamavcxx_la_OBJECTS = $(am_libclamavcxx_la_OBJECTS) |
| 96 | 96 |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 97 | 97 |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 98 | 98 |
am__v_lt_0 = --silent |
| 99 |
+am__v_lt_1 = |
|
| 99 | 100 |
libclamavcxx_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ |
| 100 | 101 |
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ |
| 101 | 102 |
$(libclamavcxx_la_CXXFLAGS) $(CXXFLAGS) \ |
| ... | ... |
@@ -761,6 +811,18 @@ tblgen_LDADD = $(LDADD) |
| 761 | 761 |
tblgen_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
| 762 | 762 |
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(tblgen_CXXFLAGS) \ |
| 763 | 763 |
$(CXXFLAGS) $(tblgen_LDFLAGS) $(LDFLAGS) -o $@ |
| 764 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 765 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 766 |
+am__v_P_0 = false |
|
| 767 |
+am__v_P_1 = : |
|
| 768 |
+AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 769 |
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 770 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 771 |
+am__v_GEN_1 = |
|
| 772 |
+AM_V_at = $(am__v_at_@AM_V@) |
|
| 773 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 774 |
+am__v_at_0 = @ |
|
| 775 |
+am__v_at_1 = |
|
| 764 | 776 |
DEFAULT_INCLUDES = -I.@am__isrc@ |
| 765 | 777 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 766 | 778 |
am__depfiles_maybe = depfiles |
| ... | ... |
@@ -773,17 +835,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 773 | 773 |
$(AM_CFLAGS) $(CFLAGS) |
| 774 | 774 |
AM_V_CC = $(am__v_CC_@AM_V@) |
| 775 | 775 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 776 |
-am__v_CC_0 = @echo " CC " $@; |
|
| 777 |
-AM_V_at = $(am__v_at_@AM_V@) |
|
| 778 |
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 779 |
-am__v_at_0 = @ |
|
| 776 |
+am__v_CC_0 = @echo " CC " $@; |
|
| 777 |
+am__v_CC_1 = |
|
| 780 | 778 |
CCLD = $(CC) |
| 781 | 779 |
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 782 | 780 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 783 | 781 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 784 | 782 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 785 | 783 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 786 |
-am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 784 |
+am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 785 |
+am__v_CCLD_1 = |
|
| 787 | 786 |
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
| 788 | 787 |
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
| 789 | 788 |
LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
| ... | ... |
@@ -792,17 +853,16 @@ LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
| 792 | 792 |
$(AM_CXXFLAGS) $(CXXFLAGS) |
| 793 | 793 |
AM_V_CXX = $(am__v_CXX_@AM_V@) |
| 794 | 794 |
am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) |
| 795 |
-am__v_CXX_0 = @echo " CXX " $@; |
|
| 795 |
+am__v_CXX_0 = @echo " CXX " $@; |
|
| 796 |
+am__v_CXX_1 = |
|
| 796 | 797 |
CXXLD = $(CXX) |
| 797 | 798 |
CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
| 798 | 799 |
$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ |
| 799 | 800 |
$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 800 | 801 |
AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) |
| 801 | 802 |
am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) |
| 802 |
-am__v_CXXLD_0 = @echo " CXXLD " $@; |
|
| 803 |
-AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 804 |
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 805 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 803 |
+am__v_CXXLD_0 = @echo " CXXLD " $@; |
|
| 804 |
+am__v_CXXLD_1 = |
|
| 806 | 805 |
SOURCES = $(libclamavcxx_la_SOURCES) $(libllvmcodegen_la_SOURCES) \ |
| 807 | 806 |
$(libllvmjit_la_SOURCES) $(libllvmpowerpccodegen_la_SOURCES) \ |
| 808 | 807 |
$(libllvmsystem_la_SOURCES) $(libllvmx86codegen_la_SOURCES) \ |
| ... | ... |
@@ -814,8 +874,33 @@ DIST_SOURCES = $(am__libclamavcxx_la_SOURCES_DIST) \ |
| 814 | 814 |
$(am__libllvmsystem_la_SOURCES_DIST) \ |
| 815 | 815 |
$(am__libllvmx86codegen_la_SOURCES_DIST) \ |
| 816 | 816 |
$(am__tblgen_SOURCES_DIST) |
| 817 |
+am__can_run_installinfo = \ |
|
| 818 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 819 |
+ n|no|NO) false;; \ |
|
| 820 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 821 |
+ esac |
|
| 822 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ |
|
| 823 |
+ $(LISP)clamavcxx-config.h.in |
|
| 824 |
+# Read a list of newline-separated strings from the standard input, |
|
| 825 |
+# and print each of them once, without duplicates. Input order is |
|
| 826 |
+# *not* preserved. |
|
| 827 |
+am__uniquify_input = $(AWK) '\ |
|
| 828 |
+ BEGIN { nonempty = 0; } \
|
|
| 829 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 830 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 831 |
+' |
|
| 832 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 833 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 834 |
+# for different programs/libraries. |
|
| 835 |
+am__define_uniq_tagged_files = \ |
|
| 836 |
+ list='$(am__tagged_files)'; \ |
|
| 837 |
+ unique=`for i in $$list; do \ |
|
| 838 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 839 |
+ done | $(am__uniquify_input)` |
|
| 817 | 840 |
ETAGS = etags |
| 818 | 841 |
CTAGS = ctags |
| 842 |
+CSCOPE = cscope |
|
| 843 |
+AM_RECURSIVE_TARGETS = cscope |
|
| 819 | 844 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 820 | 845 |
distdir = $(PACKAGE)-$(VERSION) |
| 821 | 846 |
top_distdir = $(distdir) |
| ... | ... |
@@ -825,8 +910,10 @@ am__remove_distdir = \ |
| 825 | 825 |
&& rm -rf "$(distdir)" \ |
| 826 | 826 |
|| { sleep 5 && rm -rf "$(distdir)"; }; \
|
| 827 | 827 |
else :; fi |
| 828 |
+am__post_remove_distdir = $(am__remove_distdir) |
|
| 828 | 829 |
DIST_ARCHIVES = $(distdir).tar.gz |
| 829 | 830 |
GZIP_ENV = --best |
| 831 |
+DIST_TARGETS = dist-gzip |
|
| 830 | 832 |
distuninstallcheck_listfiles = find . -type f -print |
| 831 | 833 |
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ |
| 832 | 834 |
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' |
| ... | ... |
@@ -1480,8 +1567,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 1480 | 1480 |
$(am__aclocal_m4_deps): |
| 1481 | 1481 |
|
| 1482 | 1482 |
clamavcxx-config.h: stamp-h1 |
| 1483 |
- @if test ! -f $@; then rm -f stamp-h1; else :; fi |
|
| 1484 |
- @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi |
|
| 1483 |
+ @test -f $@ || rm -f stamp-h1 |
|
| 1484 |
+ @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 |
|
| 1485 | 1485 |
|
| 1486 | 1486 |
stamp-h1: $(srcdir)/clamavcxx-config.h.in $(top_builddir)/config.status |
| 1487 | 1487 |
@rm -f stamp-h1 |
| ... | ... |
@@ -1496,22 +1583,30 @@ distclean-hdr: |
| 1496 | 1496 |
|
| 1497 | 1497 |
clean-noinstLTLIBRARIES: |
| 1498 | 1498 |
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) |
| 1499 |
- @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ |
|
| 1500 |
- dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ |
|
| 1501 |
- test "$$dir" != "$$p" || dir=.; \ |
|
| 1502 |
- echo "rm -f \"$${dir}/so_locations\""; \
|
|
| 1503 |
- rm -f "$${dir}/so_locations"; \
|
|
| 1504 |
- done |
|
| 1499 |
+ @list='$(noinst_LTLIBRARIES)'; \ |
|
| 1500 |
+ locs=`for p in $$list; do echo $$p; done | \ |
|
| 1501 |
+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ |
|
| 1502 |
+ sort -u`; \ |
|
| 1503 |
+ test -z "$$locs" || { \
|
|
| 1504 |
+ echo rm -f $${locs}; \
|
|
| 1505 |
+ rm -f $${locs}; \
|
|
| 1506 |
+ } |
|
| 1507 |
+ |
|
| 1505 | 1508 |
libclamavcxx.la: $(libclamavcxx_la_OBJECTS) $(libclamavcxx_la_DEPENDENCIES) $(EXTRA_libclamavcxx_la_DEPENDENCIES) |
| 1506 | 1509 |
$(AM_V_CXXLD)$(libclamavcxx_la_LINK) $(am_libclamavcxx_la_rpath) $(libclamavcxx_la_OBJECTS) $(libclamavcxx_la_LIBADD) $(LIBS) |
| 1510 |
+ |
|
| 1507 | 1511 |
libllvmcodegen.la: $(libllvmcodegen_la_OBJECTS) $(libllvmcodegen_la_DEPENDENCIES) $(EXTRA_libllvmcodegen_la_DEPENDENCIES) |
| 1508 | 1512 |
$(AM_V_CXXLD)$(CXXLINK) $(am_libllvmcodegen_la_rpath) $(libllvmcodegen_la_OBJECTS) $(libllvmcodegen_la_LIBADD) $(LIBS) |
| 1513 |
+ |
|
| 1509 | 1514 |
libllvmjit.la: $(libllvmjit_la_OBJECTS) $(libllvmjit_la_DEPENDENCIES) $(EXTRA_libllvmjit_la_DEPENDENCIES) |
| 1510 | 1515 |
$(AM_V_CXXLD)$(CXXLINK) $(am_libllvmjit_la_rpath) $(libllvmjit_la_OBJECTS) $(libllvmjit_la_LIBADD) $(LIBS) |
| 1516 |
+ |
|
| 1511 | 1517 |
libllvmpowerpccodegen.la: $(libllvmpowerpccodegen_la_OBJECTS) $(libllvmpowerpccodegen_la_DEPENDENCIES) $(EXTRA_libllvmpowerpccodegen_la_DEPENDENCIES) |
| 1512 | 1518 |
$(AM_V_CXXLD)$(CXXLINK) $(am_libllvmpowerpccodegen_la_rpath) $(libllvmpowerpccodegen_la_OBJECTS) $(libllvmpowerpccodegen_la_LIBADD) $(LIBS) |
| 1519 |
+ |
|
| 1513 | 1520 |
libllvmsystem.la: $(libllvmsystem_la_OBJECTS) $(libllvmsystem_la_DEPENDENCIES) $(EXTRA_libllvmsystem_la_DEPENDENCIES) |
| 1514 | 1521 |
$(AM_V_CXXLD)$(libllvmsystem_la_LINK) $(am_libllvmsystem_la_rpath) $(libllvmsystem_la_OBJECTS) $(libllvmsystem_la_LIBADD) $(LIBS) |
| 1522 |
+ |
|
| 1515 | 1523 |
libllvmx86codegen.la: $(libllvmx86codegen_la_OBJECTS) $(libllvmx86codegen_la_DEPENDENCIES) $(EXTRA_libllvmx86codegen_la_DEPENDENCIES) |
| 1516 | 1524 |
$(AM_V_CXXLD)$(CXXLINK) $(am_libllvmx86codegen_la_rpath) $(libllvmx86codegen_la_OBJECTS) $(libllvmx86codegen_la_LIBADD) $(LIBS) |
| 1517 | 1525 |
|
| ... | ... |
@@ -1523,6 +1618,7 @@ clean-noinstPROGRAMS: |
| 1523 | 1523 |
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ |
| 1524 | 1524 |
echo " rm -f" $$list; \ |
| 1525 | 1525 |
rm -f $$list |
| 1526 |
+ |
|
| 1526 | 1527 |
tblgen$(EXEEXT): $(tblgen_OBJECTS) $(tblgen_DEPENDENCIES) $(EXTRA_tblgen_DEPENDENCIES) |
| 1527 | 1528 |
@rm -f tblgen$(EXEEXT) |
| 1528 | 1529 |
$(AM_V_CXXLD)$(tblgen_LINK) $(tblgen_OBJECTS) $(tblgen_LDADD) $(LIBS) |
| ... | ... |
@@ -1933,14 +2029,14 @@ distclean-compile: |
| 1933 | 1933 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 1934 | 1934 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 1935 | 1935 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1936 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 1936 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 1937 | 1937 |
|
| 1938 | 1938 |
.c.obj: |
| 1939 | 1939 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 1940 | 1940 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 1941 | 1941 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 1942 | 1942 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1943 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
| 1943 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 1944 | 1944 |
|
| 1945 | 1945 |
.c.lo: |
| 1946 | 1946 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -5388,26 +5484,15 @@ clean-libtool: |
| 5388 | 5388 |
distclean-libtool: |
| 5389 | 5389 |
-rm -f libtool config.lt |
| 5390 | 5390 |
|
| 5391 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 5392 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 5393 |
- unique=`for i in $$list; do \ |
|
| 5394 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 5395 |
- done | \ |
|
| 5396 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 5397 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 5398 |
- mkid -fID $$unique |
|
| 5399 |
-tags: TAGS |
|
| 5400 |
- |
|
| 5401 |
-TAGS: $(HEADERS) $(SOURCES) clamavcxx-config.h.in $(TAGS_DEPENDENCIES) \ |
|
| 5402 |
- $(TAGS_FILES) $(LISP) |
|
| 5391 |
+ID: $(am__tagged_files) |
|
| 5392 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 5393 |
+tags: tags-am |
|
| 5394 |
+TAGS: tags |
|
| 5395 |
+ |
|
| 5396 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 5403 | 5397 |
set x; \ |
| 5404 | 5398 |
here=`pwd`; \ |
| 5405 |
- list='$(SOURCES) $(HEADERS) clamavcxx-config.h.in $(LISP) $(TAGS_FILES)'; \ |
|
| 5406 |
- unique=`for i in $$list; do \ |
|
| 5407 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 5408 |
- done | \ |
|
| 5409 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 5410 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 5399 |
+ $(am__define_uniq_tagged_files); \ |
|
| 5411 | 5400 |
shift; \ |
| 5412 | 5401 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 5413 | 5402 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -5419,15 +5504,11 @@ TAGS: $(HEADERS) $(SOURCES) clamavcxx-config.h.in $(TAGS_DEPENDENCIES) \ |
| 5419 | 5419 |
$$unique; \ |
| 5420 | 5420 |
fi; \ |
| 5421 | 5421 |
fi |
| 5422 |
-ctags: CTAGS |
|
| 5423 |
-CTAGS: $(HEADERS) $(SOURCES) clamavcxx-config.h.in $(TAGS_DEPENDENCIES) \ |
|
| 5424 |
- $(TAGS_FILES) $(LISP) |
|
| 5425 |
- list='$(SOURCES) $(HEADERS) clamavcxx-config.h.in $(LISP) $(TAGS_FILES)'; \ |
|
| 5426 |
- unique=`for i in $$list; do \ |
|
| 5427 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 5428 |
- done | \ |
|
| 5429 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 5430 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 5422 |
+ctags: ctags-am |
|
| 5423 |
+ |
|
| 5424 |
+CTAGS: ctags |
|
| 5425 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 5426 |
+ $(am__define_uniq_tagged_files); \ |
|
| 5431 | 5427 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 5432 | 5428 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 5433 | 5429 |
$$unique |
| ... | ... |
@@ -5436,9 +5517,31 @@ GTAGS: |
| 5436 | 5436 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 5437 | 5437 |
&& $(am__cd) $(top_srcdir) \ |
| 5438 | 5438 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 5439 |
+cscope: cscope.files |
|
| 5440 |
+ test ! -s cscope.files \ |
|
| 5441 |
+ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) |
|
| 5442 |
+clean-cscope: |
|
| 5443 |
+ -rm -f cscope.files |
|
| 5444 |
+cscope.files: clean-cscope cscopelist |
|
| 5445 |
+cscopelist: cscopelist-am |
|
| 5446 |
+ |
|
| 5447 |
+cscopelist-am: $(am__tagged_files) |
|
| 5448 |
+ list='$(am__tagged_files)'; \ |
|
| 5449 |
+ case "$(srcdir)" in \ |
|
| 5450 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 5451 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 5452 |
+ esac; \ |
|
| 5453 |
+ for i in $$list; do \ |
|
| 5454 |
+ if test -f "$$i"; then \ |
|
| 5455 |
+ echo "$(subdir)/$$i"; \ |
|
| 5456 |
+ else \ |
|
| 5457 |
+ echo "$$sdir/$$i"; \ |
|
| 5458 |
+ fi; \ |
|
| 5459 |
+ done >> $(top_builddir)/cscope.files |
|
| 5439 | 5460 |
|
| 5440 | 5461 |
distclean-tags: |
| 5441 | 5462 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 5463 |
+ -rm -f cscope.out cscope.in.out cscope.po.out cscope.files |
|
| 5442 | 5464 |
|
| 5443 | 5465 |
distdir: $(DISTFILES) |
| 5444 | 5466 |
$(am__remove_distdir) |
| ... | ... |
@@ -5484,40 +5587,42 @@ distdir: $(DISTFILES) |
| 5484 | 5484 |
|| chmod -R a+r "$(distdir)" |
| 5485 | 5485 |
dist-gzip: distdir |
| 5486 | 5486 |
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
| 5487 |
- $(am__remove_distdir) |
|
| 5487 |
+ $(am__post_remove_distdir) |
|
| 5488 | 5488 |
|
| 5489 | 5489 |
dist-bzip2: distdir |
| 5490 | 5490 |
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
|
| 5491 |
- $(am__remove_distdir) |
|
| 5491 |
+ $(am__post_remove_distdir) |
|
| 5492 | 5492 |
|
| 5493 | 5493 |
dist-lzip: distdir |
| 5494 | 5494 |
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
|
| 5495 |
- $(am__remove_distdir) |
|
| 5496 |
- |
|
| 5497 |
-dist-lzma: distdir |
|
| 5498 |
- tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma |
|
| 5499 |
- $(am__remove_distdir) |
|
| 5495 |
+ $(am__post_remove_distdir) |
|
| 5500 | 5496 |
|
| 5501 | 5497 |
dist-xz: distdir |
| 5502 | 5498 |
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
|
| 5503 |
- $(am__remove_distdir) |
|
| 5499 |
+ $(am__post_remove_distdir) |
|
| 5504 | 5500 |
|
| 5505 | 5501 |
dist-tarZ: distdir |
| 5502 |
+ @echo WARNING: "Support for shar distribution archives is" \ |
|
| 5503 |
+ "deprecated." >&2 |
|
| 5504 |
+ @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
|
| 5506 | 5505 |
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
| 5507 |
- $(am__remove_distdir) |
|
| 5506 |
+ $(am__post_remove_distdir) |
|
| 5508 | 5507 |
|
| 5509 | 5508 |
dist-shar: distdir |
| 5509 |
+ @echo WARNING: "Support for distribution archives compressed with" \ |
|
| 5510 |
+ "legacy program 'compress' is deprecated." >&2 |
|
| 5511 |
+ @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
|
| 5510 | 5512 |
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
| 5511 |
- $(am__remove_distdir) |
|
| 5513 |
+ $(am__post_remove_distdir) |
|
| 5512 | 5514 |
|
| 5513 | 5515 |
dist-zip: distdir |
| 5514 | 5516 |
-rm -f $(distdir).zip |
| 5515 | 5517 |
zip -rq $(distdir).zip $(distdir) |
| 5516 |
- $(am__remove_distdir) |
|
| 5518 |
+ $(am__post_remove_distdir) |
|
| 5517 | 5519 |
|
| 5518 |
-dist dist-all: distdir |
|
| 5519 |
- tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
|
| 5520 |
- $(am__remove_distdir) |
|
| 5520 |
+dist dist-all: |
|
| 5521 |
+ $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' |
|
| 5522 |
+ $(am__post_remove_distdir) |
|
| 5521 | 5523 |
|
| 5522 | 5524 |
# This target untars the dist file and tries a VPATH configuration. Then |
| 5523 | 5525 |
# it guarantees that the distribution is self-contained by making another |
| ... | ... |
@@ -5528,8 +5633,6 @@ distcheck: dist |
| 5528 | 5528 |
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ |
| 5529 | 5529 |
*.tar.bz2*) \ |
| 5530 | 5530 |
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
| 5531 |
- *.tar.lzma*) \ |
|
| 5532 |
- lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ |
|
| 5533 | 5531 |
*.tar.lz*) \ |
| 5534 | 5532 |
lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ |
| 5535 | 5533 |
*.tar.xz*) \ |
| ... | ... |
@@ -5541,18 +5644,19 @@ distcheck: dist |
| 5541 | 5541 |
*.zip*) \ |
| 5542 | 5542 |
unzip $(distdir).zip ;;\ |
| 5543 | 5543 |
esac |
| 5544 |
- chmod -R a-w $(distdir); chmod a+w $(distdir) |
|
| 5545 |
- mkdir $(distdir)/_build |
|
| 5546 |
- mkdir $(distdir)/_inst |
|
| 5544 |
+ chmod -R a-w $(distdir) |
|
| 5545 |
+ chmod u+w $(distdir) |
|
| 5546 |
+ mkdir $(distdir)/_build $(distdir)/_inst |
|
| 5547 | 5547 |
chmod a-w $(distdir) |
| 5548 | 5548 |
test -d $(distdir)/_build || exit 0; \ |
| 5549 | 5549 |
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
| 5550 | 5550 |
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
| 5551 | 5551 |
&& am__cwd=`pwd` \ |
| 5552 | 5552 |
&& $(am__cd) $(distdir)/_build \ |
| 5553 |
- && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
|
| 5553 |
+ && ../configure \ |
|
| 5554 | 5554 |
$(AM_DISTCHECK_CONFIGURE_FLAGS) \ |
| 5555 | 5555 |
$(DISTCHECK_CONFIGURE_FLAGS) \ |
| 5556 |
+ --srcdir=.. --prefix="$$dc_install_base" \ |
|
| 5556 | 5557 |
&& $(MAKE) $(AM_MAKEFLAGS) \ |
| 5557 | 5558 |
&& $(MAKE) $(AM_MAKEFLAGS) dvi \ |
| 5558 | 5559 |
&& $(MAKE) $(AM_MAKEFLAGS) check \ |
| ... | ... |
@@ -5575,7 +5679,7 @@ distcheck: dist |
| 5575 | 5575 |
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ |
| 5576 | 5576 |
&& cd "$$am__cwd" \ |
| 5577 | 5577 |
|| exit 1 |
| 5578 |
- $(am__remove_distdir) |
|
| 5578 |
+ $(am__post_remove_distdir) |
|
| 5579 | 5579 |
@(echo "$(distdir) archives ready for distribution: "; \ |
| 5580 | 5580 |
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
| 5581 | 5581 |
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
| ... | ... |
@@ -5720,23 +5824,23 @@ uninstall-am: |
| 5720 | 5720 |
|
| 5721 | 5721 |
.MAKE: all check install install-am install-strip |
| 5722 | 5722 |
|
| 5723 |
-.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ |
|
| 5724 |
- clean-generic clean-libtool clean-local \ |
|
| 5725 |
- clean-noinstLTLIBRARIES clean-noinstPROGRAMS ctags dist \ |
|
| 5726 |
- dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-lzma \ |
|
| 5727 |
- dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \ |
|
| 5728 |
- distclean-compile distclean-generic distclean-hdr \ |
|
| 5729 |
- distclean-libtool distclean-local distclean-tags \ |
|
| 5730 |
- distcleancheck distdir distuninstallcheck dvi dvi-am html \ |
|
| 5731 |
- html-am info info-am install install-am install-data \ |
|
| 5732 |
- install-data-am install-dvi install-dvi-am install-exec \ |
|
| 5733 |
- install-exec-am install-html install-html-am install-info \ |
|
| 5734 |
- install-info-am install-man install-pdf install-pdf-am \ |
|
| 5735 |
- install-ps install-ps-am install-strip installcheck \ |
|
| 5736 |
- installcheck-am installdirs maintainer-clean \ |
|
| 5737 |
- maintainer-clean-generic mostlyclean mostlyclean-compile \ |
|
| 5738 |
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 5739 |
- tags uninstall uninstall-am |
|
| 5723 |
+.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \ |
|
| 5724 |
+ clean-cscope clean-generic clean-libtool clean-local \ |
|
| 5725 |
+ clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscope \ |
|
| 5726 |
+ cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ |
|
| 5727 |
+ dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ |
|
| 5728 |
+ dist-zip distcheck distclean distclean-compile \ |
|
| 5729 |
+ distclean-generic distclean-hdr distclean-libtool \ |
|
| 5730 |
+ distclean-local distclean-tags distcleancheck distdir \ |
|
| 5731 |
+ distuninstallcheck dvi dvi-am html html-am info info-am \ |
|
| 5732 |
+ install install-am install-data install-data-am install-dvi \ |
|
| 5733 |
+ install-dvi-am install-exec install-exec-am install-html \ |
|
| 5734 |
+ install-html-am install-info install-info-am install-man \ |
|
| 5735 |
+ install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 5736 |
+ install-strip installcheck installcheck-am installdirs \ |
|
| 5737 |
+ maintainer-clean maintainer-clean-generic mostlyclean \ |
|
| 5738 |
+ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ |
|
| 5739 |
+ pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am |
|
| 5740 | 5740 |
|
| 5741 | 5741 |
|
| 5742 | 5742 |
@BUILD_EXTERNAL_LLVM_FALSE@@MAINTAINER_MODE_TRUE@llvm/include/llvm/Intrinsics.gen: llvm/include/llvm/Intrinsics.td $(TBLGEN) |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 |
-# generated automatically by aclocal 1.11.3 -*- Autoconf -*- |
|
| 1 |
+# generated automatically by aclocal 1.14.1 -*- Autoconf -*- |
|
| 2 |
+ |
|
| 3 |
+# Copyright (C) 1996-2013 Free Software Foundation, Inc. |
|
| 2 | 4 |
|
| 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. |
|
| 6 | 5 |
# This file is free software; the Free Software Foundation |
| 7 | 6 |
# gives unlimited permission to copy and/or distribute it, |
| 8 | 7 |
# with or without modifications, as long as this notice is preserved. |
| ... | ... |
@@ -12,33 +11,31 @@ |
| 12 | 12 |
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| 13 | 13 |
# PARTICULAR PURPOSE. |
| 14 | 14 |
|
| 15 |
+m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) |
|
| 15 | 16 |
m4_ifndef([AC_AUTOCONF_VERSION], |
| 16 | 17 |
[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. |
|
| 18 |
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, |
|
| 19 |
+[m4_warning([this file was generated for autoconf 2.69. |
|
| 19 | 20 |
You have another version of autoconf. It may work, but is not guaranteed to. |
| 20 | 21 |
If 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 |
+To do so, use the procedure documented by the package, typically 'autoreconf'.])]) |
|
| 22 | 23 |
|
| 23 |
-# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software |
|
| 24 |
-# Foundation, Inc. |
|
| 24 |
+# Copyright (C) 2002-2013 Free Software Foundation, Inc. |
|
| 25 | 25 |
# |
| 26 | 26 |
# This file is free software; the Free Software Foundation |
| 27 | 27 |
# gives unlimited permission to copy and/or distribute it, |
| 28 | 28 |
# with or without modifications, as long as this notice is preserved. |
| 29 | 29 |
|
| 30 |
-# serial 1 |
|
| 31 |
- |
|
| 32 | 30 |
# AM_AUTOMAKE_VERSION(VERSION) |
| 33 | 31 |
# ---------------------------- |
| 34 | 32 |
# Automake X.Y traces this macro to ensure aclocal.m4 has been |
| 35 | 33 |
# generated from the m4 files accompanying Automake X.Y. |
| 36 | 34 |
# (This private macro should not be called outside this file.) |
| 37 | 35 |
AC_DEFUN([AM_AUTOMAKE_VERSION], |
| 38 |
-[am__api_version='1.11' |
|
| 36 |
+[am__api_version='1.14' |
|
| 39 | 37 |
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to |
| 40 | 38 |
dnl require some minimum version. Point them to the right macro. |
| 41 |
-m4_if([$1], [1.11.3], [], |
|
| 39 |
+m4_if([$1], [1.14.1], [], |
|
| 42 | 40 |
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl |
| 43 | 41 |
]) |
| 44 | 42 |
|
| ... | ... |
@@ -54,24 +51,22 @@ m4_define([_AM_AUTOCONF_VERSION], []) |
| 54 | 54 |
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. |
| 55 | 55 |
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. |
| 56 | 56 |
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], |
| 57 |
-[AM_AUTOMAKE_VERSION([1.11.3])dnl |
|
| 57 |
+[AM_AUTOMAKE_VERSION([1.14.1])dnl |
|
| 58 | 58 |
m4_ifndef([AC_AUTOCONF_VERSION], |
| 59 | 59 |
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl |
| 60 | 60 |
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) |
| 61 | 61 |
|
| 62 | 62 |
# AM_AUX_DIR_EXPAND -*- Autoconf -*- |
| 63 | 63 |
|
| 64 |
-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. |
|
| 64 |
+# Copyright (C) 2001-2013 Free Software Foundation, Inc. |
|
| 65 | 65 |
# |
| 66 | 66 |
# This file is free software; the Free Software Foundation |
| 67 | 67 |
# gives unlimited permission to copy and/or distribute it, |
| 68 | 68 |
# with or without modifications, as long as this notice is preserved. |
| 69 | 69 |
|
| 70 |
-# serial 1 |
|
| 71 |
- |
|
| 72 | 70 |
# 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/../..'. |
|
| 71 |
+# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to |
|
| 72 |
+# '$srcdir', '$srcdir/..', or '$srcdir/../..'. |
|
| 75 | 73 |
# |
| 76 | 74 |
# Of course, Automake must honor this variable whenever it calls a |
| 77 | 75 |
# tool from the auxiliary directory. The problem is that $srcdir (and |
| ... | ... |
@@ -90,7 +85,7 @@ _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) |
| 90 | 90 |
# |
| 91 | 91 |
# The reason of the latter failure is that $top_srcdir and $ac_aux_dir |
| 92 | 92 |
# are both prefixed by $srcdir. In an in-source build this is usually |
| 93 |
-# harmless because $srcdir is `.', but things will broke when you |
|
| 93 |
+# harmless because $srcdir is '.', but things will broke when you |
|
| 94 | 94 |
# start a VPATH build or use an absolute $srcdir. |
| 95 | 95 |
# |
| 96 | 96 |
# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, |
| ... | ... |
@@ -116,22 +111,19 @@ am_aux_dir=`cd $ac_aux_dir && pwd` |
| 116 | 116 |
|
| 117 | 117 |
# AM_CONDITIONAL -*- Autoconf -*- |
| 118 | 118 |
|
| 119 |
-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 |
|
| 120 |
-# Free Software Foundation, Inc. |
|
| 119 |
+# Copyright (C) 1997-2013 Free Software Foundation, Inc. |
|
| 121 | 120 |
# |
| 122 | 121 |
# This file is free software; the Free Software Foundation |
| 123 | 122 |
# gives unlimited permission to copy and/or distribute it, |
| 124 | 123 |
# with or without modifications, as long as this notice is preserved. |
| 125 | 124 |
|
| 126 |
-# serial 9 |
|
| 127 |
- |
|
| 128 | 125 |
# AM_CONDITIONAL(NAME, SHELL-CONDITION) |
| 129 | 126 |
# ------------------------------------- |
| 130 | 127 |
# Define a conditional. |
| 131 | 128 |
AC_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 |
|
| 129 |
+[AC_PREREQ([2.52])dnl |
|
| 130 |
+ m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], |
|
| 131 |
+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl |
|
| 135 | 132 |
AC_SUBST([$1_TRUE])dnl |
| 136 | 133 |
AC_SUBST([$1_FALSE])dnl |
| 137 | 134 |
_AM_SUBST_NOTMAKE([$1_TRUE])dnl |
| ... | ... |
@@ -150,16 +142,14 @@ AC_CONFIG_COMMANDS_PRE( |
| 150 | 150 |
Usually this means the macro was only invoked conditionally.]]) |
| 151 | 151 |
fi])]) |
| 152 | 152 |
|
| 153 |
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, |
|
| 154 |
-# 2010, 2011 Free Software Foundation, Inc. |
|
| 153 |
+# Copyright (C) 1999-2013 Free Software Foundation, Inc. |
|
| 155 | 154 |
# |
| 156 | 155 |
# This file is free software; the Free Software Foundation |
| 157 | 156 |
# gives unlimited permission to copy and/or distribute it, |
| 158 | 157 |
# with or without modifications, as long as this notice is preserved. |
| 159 | 158 |
|
| 160 |
-# serial 12 |
|
| 161 | 159 |
|
| 162 |
-# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be |
|
| 160 |
+# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be |
|
| 163 | 161 |
# written in clear, in which case automake, when reading aclocal.m4, |
| 164 | 162 |
# will think it sees a *use*, and therefore will trigger all it's |
| 165 | 163 |
# C support machinery. Also note that it means that autoscan, seeing |
| ... | ... |
@@ -169,7 +159,7 @@ fi])]) |
| 169 | 169 |
# _AM_DEPENDENCIES(NAME) |
| 170 | 170 |
# ---------------------- |
| 171 | 171 |
# See how the compiler implements dependency checking. |
| 172 |
-# NAME is "CC", "CXX", "GCJ", or "OBJC". |
|
| 172 |
+# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". |
|
| 173 | 173 |
# We try a few techniques and use that to set a single cache variable. |
| 174 | 174 |
# |
| 175 | 175 |
# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was |
| ... | ... |
@@ -182,12 +172,13 @@ AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl |
| 182 | 182 |
AC_REQUIRE([AM_MAKE_INCLUDE])dnl |
| 183 | 183 |
AC_REQUIRE([AM_DEP_TRACK])dnl |
| 184 | 184 |
|
| 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=]) |
|
| 185 |
+m4_if([$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], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], |
|
| 189 |
+ [$1], [UPC], [depcc="$UPC" am_compiler_list=], |
|
| 190 |
+ [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], |
|
| 191 |
+ [depcc="$$1" am_compiler_list=]) |
|
| 191 | 192 |
|
| 192 | 193 |
AC_CACHE_CHECK([dependency style of $depcc], |
| 193 | 194 |
[am_cv_$1_dependencies_compiler_type], |
| ... | ... |
@@ -195,8 +186,8 @@ AC_CACHE_CHECK([dependency style of $depcc], |
| 195 | 195 |
# We make a subdir and do the tests there. Otherwise we can end up |
| 196 | 196 |
# making bogus files that we don't know about and never remove. For |
| 197 | 197 |
# 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'. |
|
| 198 |
+ # making a dummy file named 'D' -- because '-MD' means "put the output |
|
| 199 |
+ # in D". |
|
| 200 | 200 |
rm -rf conftest.dir |
| 201 | 201 |
mkdir conftest.dir |
| 202 | 202 |
# Copy depcomp to subdir because otherwise we won't find it if we're |
| ... | ... |
@@ -236,16 +227,16 @@ AC_CACHE_CHECK([dependency style of $depcc], |
| 236 | 236 |
: > sub/conftest.c |
| 237 | 237 |
for i in 1 2 3 4 5 6; do |
| 238 | 238 |
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 |
|
| 239 |
+ # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with |
|
| 240 |
+ # Solaris 10 /bin/sh. |
|
| 241 |
+ echo '/* dummy */' > sub/conftst$i.h |
|
| 242 | 242 |
done |
| 243 | 243 |
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
|
| 244 | 244 |
|
| 245 |
- # We check with `-c' and `-o' for the sake of the "dashmstdout" |
|
| 245 |
+ # We check with '-c' and '-o' for the sake of the "dashmstdout" |
|
| 246 | 246 |
# 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 |
|
| 247 |
+ # handle '-M -o', and we need to detect this. Also, some Intel |
|
| 248 |
+ # versions had trouble with output in subdirs. |
|
| 249 | 249 |
am__obj=sub/conftest.${OBJEXT-o}
|
| 250 | 250 |
am__minus_obj="-o $am__obj" |
| 251 | 251 |
case $depmode in |
| ... | ... |
@@ -254,8 +245,8 @@ AC_CACHE_CHECK([dependency style of $depcc], |
| 254 | 254 |
test "$am__universal" = false || continue |
| 255 | 255 |
;; |
| 256 | 256 |
nosideeffect) |
| 257 |
- # after this tag, mechanisms are not by side-effect, so they'll |
|
| 258 |
- # only be used when explicitly requested |
|
| 257 |
+ # After this tag, mechanisms are not by side-effect, so they'll |
|
| 258 |
+ # only be used when explicitly requested. |
|
| 259 | 259 |
if test "x$enable_dependency_tracking" = xyes; then |
| 260 | 260 |
continue |
| 261 | 261 |
else |
| ... | ... |
@@ -263,7 +254,7 @@ AC_CACHE_CHECK([dependency style of $depcc], |
| 263 | 263 |
fi |
| 264 | 264 |
;; |
| 265 | 265 |
msvc7 | msvc7msys | msvisualcpp | msvcmsys) |
| 266 |
- # This compiler won't grok `-c -o', but also, the minuso test has |
|
| 266 |
+ # This compiler won't grok '-c -o', but also, the minuso test has |
|
| 267 | 267 |
# not run yet. These depmodes are late enough in the game, and |
| 268 | 268 |
# so weak that their functioning should not be impacted. |
| 269 | 269 |
am__obj=conftest.${OBJEXT-o}
|
| ... | ... |
@@ -311,7 +302,7 @@ AM_CONDITIONAL([am__fastdep$1], [ |
| 311 | 311 |
# AM_SET_DEPDIR |
| 312 | 312 |
# ------------- |
| 313 | 313 |
# Choose a directory name for dependency files. |
| 314 |
-# This macro is AC_REQUIREd in _AM_DEPENDENCIES |
|
| 314 |
+# This macro is AC_REQUIREd in _AM_DEPENDENCIES. |
|
| 315 | 315 |
AC_DEFUN([AM_SET_DEPDIR], |
| 316 | 316 |
[AC_REQUIRE([AM_SET_LEADING_DOT])dnl |
| 317 | 317 |
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
|
| ... | ... |
@@ -321,9 +312,13 @@ AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
|
| 321 | 321 |
# AM_DEP_TRACK |
| 322 | 322 |
# ------------ |
| 323 | 323 |
AC_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]) |
|
| 324 |
+[AC_ARG_ENABLE([dependency-tracking], [dnl |
|
| 325 |
+AS_HELP_STRING( |
|
| 326 |
+ [--enable-dependency-tracking], |
|
| 327 |
+ [do not reject slow dependency extractors]) |
|
| 328 |
+AS_HELP_STRING( |
|
| 329 |
+ [--disable-dependency-tracking], |
|
| 330 |
+ [speeds up one-time build])]) |
|
| 327 | 331 |
if test "x$enable_dependency_tracking" != xno; then |
| 328 | 332 |
am_depcomp="$ac_aux_dir/depcomp" |
| 329 | 333 |
AMDEPBACKSLASH='\' |
| ... | ... |
@@ -338,20 +333,18 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl |
| 338 | 338 |
|
| 339 | 339 |
# Generate code to set up dependency tracking. -*- Autoconf -*- |
| 340 | 340 |
|
| 341 |
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 |
|
| 342 |
-# Free Software Foundation, Inc. |
|
| 341 |
+# Copyright (C) 1999-2013 Free Software Foundation, Inc. |
|
| 343 | 342 |
# |
| 344 | 343 |
# This file is free software; the Free Software Foundation |
| 345 | 344 |
# gives unlimited permission to copy and/or distribute it, |
| 346 | 345 |
# with or without modifications, as long as this notice is preserved. |
| 347 | 346 |
|
| 348 |
-#serial 5 |
|
| 349 | 347 |
|
| 350 | 348 |
# _AM_OUTPUT_DEPENDENCY_COMMANDS |
| 351 | 349 |
# ------------------------------ |
| 352 | 350 |
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], |
| 353 | 351 |
[{
|
| 354 |
- # Autoconf 2.62 quotes --file arguments for eval, but not when files |
|
| 352 |
+ # Older Autoconf quotes --file arguments for eval, but not when files |
|
| 355 | 353 |
# are listed without --file. Let's play safe and only enable the eval |
| 356 | 354 |
# if we detect the quoting. |
| 357 | 355 |
case $CONFIG_FILES in |
| ... | ... |
@@ -364,7 +357,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], |
| 364 | 364 |
# Strip MF so we end up with the name of the file. |
| 365 | 365 |
mf=`echo "$mf" | sed -e 's/:.*$//'` |
| 366 | 366 |
# Check whether this is an Automake generated Makefile or not. |
| 367 |
- # We used to match only the files named `Makefile.in', but |
|
| 367 |
+ # We used to match only the files named 'Makefile.in', but |
|
| 368 | 368 |
# some people rename them; so instead we look at the file content. |
| 369 | 369 |
# Grep'ing the first line is not enough: some people post-process |
| 370 | 370 |
# each Makefile.in and add a new line on top of each file to say so. |
| ... | ... |
@@ -376,21 +369,19 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], |
| 376 | 376 |
continue |
| 377 | 377 |
fi |
| 378 | 378 |
# Extract the definition of DEPDIR, am__include, and am__quote |
| 379 |
- # from the Makefile without running `make'. |
|
| 379 |
+ # from the Makefile without running 'make'. |
|
| 380 | 380 |
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
| 381 | 381 |
test -z "$DEPDIR" && continue |
| 382 | 382 |
am__include=`sed -n 's/^am__include = //p' < "$mf"` |
| 383 |
- test -z "am__include" && continue |
|
| 383 |
+ test -z "$am__include" && continue |
|
| 384 | 384 |
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"` |
|
| 387 | 385 |
# Find all dependency output files, they are included files with |
| 388 | 386 |
# $(DEPDIR) in their names. We invoke sed twice because it is the |
| 389 | 387 |
# simplest approach to changing $(DEPDIR) to its actual value in the |
| 390 | 388 |
# expansion. |
| 391 | 389 |
for file in `sed -n " |
| 392 | 390 |
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ |
| 393 |
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do |
|
| 391 |
+ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do |
|
| 394 | 392 |
# Make sure the directory exists. |
| 395 | 393 |
test -f "$dirpart/$file" && continue |
| 396 | 394 |
fdir=`AS_DIRNAME(["$file"])` |
| ... | ... |
@@ -408,7 +399,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], |
| 408 | 408 |
# This macro should only be invoked once -- use via AC_REQUIRE. |
| 409 | 409 |
# |
| 410 | 410 |
# This code is only required when automatic dependency tracking |
| 411 |
-# is enabled. FIXME. This creates each `.P' file that we will |
|
| 411 |
+# is enabled. FIXME. This creates each '.P' file that we will |
|
| 412 | 412 |
# need in order to bootstrap the dependency handling code. |
| 413 | 413 |
AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], |
| 414 | 414 |
[AC_CONFIG_COMMANDS([depfiles], |
| ... | ... |
@@ -418,18 +409,21 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], |
| 418 | 418 |
|
| 419 | 419 |
# Do all the work for Automake. -*- Autoconf -*- |
| 420 | 420 |
|
| 421 |
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
|
| 422 |
-# 2005, 2006, 2008, 2009 Free Software Foundation, Inc. |
|
| 421 |
+# Copyright (C) 1996-2013 Free Software Foundation, Inc. |
|
| 423 | 422 |
# |
| 424 | 423 |
# This file is free software; the Free Software Foundation |
| 425 | 424 |
# gives unlimited permission to copy and/or distribute it, |
| 426 | 425 |
# with or without modifications, as long as this notice is preserved. |
| 427 | 426 |
|
| 428 |
-# serial 16 |
|
| 429 |
- |
|
| 430 | 427 |
# This macro actually does too much. Some checks are only needed if |
| 431 | 428 |
# your package does certain things. But this isn't really a big deal. |
| 432 | 429 |
|
| 430 |
+dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. |
|
| 431 |
+m4_define([AC_PROG_CC], |
|
| 432 |
+m4_defn([AC_PROG_CC]) |
|
| 433 |
+[_AM_PROG_CC_C_O |
|
| 434 |
+]) |
|
| 435 |
+ |
|
| 433 | 436 |
# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) |
| 434 | 437 |
# AM_INIT_AUTOMAKE([OPTIONS]) |
| 435 | 438 |
# ----------------------------------------------- |
| ... | ... |
@@ -442,7 +436,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], |
| 442 | 442 |
# arguments mandatory, and then we can depend on a new Autoconf |
| 443 | 443 |
# release and drop the old call support. |
| 444 | 444 |
AC_DEFUN([AM_INIT_AUTOMAKE], |
| 445 |
-[AC_PREREQ([2.62])dnl |
|
| 445 |
+[AC_PREREQ([2.65])dnl |
|
| 446 | 446 |
dnl Autoconf wants to disallow AM_ names. We explicitly allow |
| 447 | 447 |
dnl the ones we care about. |
| 448 | 448 |
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl |
| ... | ... |
@@ -471,31 +465,40 @@ AC_SUBST([CYGPATH_W]) |
| 471 | 471 |
# Define the identity of the package. |
| 472 | 472 |
dnl Distinguish between old-style and new-style calls. |
| 473 | 473 |
m4_ifval([$2], |
| 474 |
-[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl |
|
| 474 |
+[AC_DIAGNOSE([obsolete], |
|
| 475 |
+ [$0: two- and three-arguments forms are deprecated.]) |
|
| 476 |
+m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl |
|
| 475 | 477 |
AC_SUBST([PACKAGE], [$1])dnl |
| 476 | 478 |
AC_SUBST([VERSION], [$2])], |
| 477 | 479 |
[_AM_SET_OPTIONS([$1])dnl |
| 478 | 480 |
dnl 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,, |
|
| 481 |
+m4_if( |
|
| 482 |
+ m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), |
|
| 483 |
+ [ok:ok],, |
|
| 480 | 484 |
[m4_fatal([AC_INIT should be called with package and version arguments])])dnl |
| 481 | 485 |
AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl |
| 482 | 486 |
AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl |
| 483 | 487 |
|
| 484 | 488 |
_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 |
|
| 489 |
+[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) |
|
| 490 |
+ AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl |
|
| 487 | 491 |
|
| 488 | 492 |
# Some tools Automake needs. |
| 489 | 493 |
AC_REQUIRE([AM_SANITY_CHECK])dnl |
| 490 | 494 |
AC_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) |
|
| 495 |
+AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
|
|
| 496 |
+AM_MISSING_PROG([AUTOCONF], [autoconf]) |
|
| 497 |
+AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
|
|
| 498 |
+AM_MISSING_PROG([AUTOHEADER], [autoheader]) |
|
| 499 |
+AM_MISSING_PROG([MAKEINFO], [makeinfo]) |
|
| 496 | 500 |
AC_REQUIRE([AM_PROG_INSTALL_SH])dnl |
| 497 | 501 |
AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl |
| 498 |
-AC_REQUIRE([AM_PROG_MKDIR_P])dnl |
|
| 502 |
+AC_REQUIRE([AC_PROG_MKDIR_P])dnl |
|
| 503 |
+# For better backward compatibility. To be removed once Automake 1.9.x |
|
| 504 |
+# dies out for good. For more background, see: |
|
| 505 |
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> |
|
| 506 |
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
|
| 507 |
+AC_SUBST([mkdir_p], ['$(MKDIR_P)']) |
|
| 499 | 508 |
# We need awk for the "check" target. The system "awk" is bad on |
| 500 | 509 |
# some platforms. |
| 501 | 510 |
AC_REQUIRE([AC_PROG_AWK])dnl |
| ... | ... |
@@ -506,34 +509,78 @@ _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], |
| 506 | 506 |
[_AM_PROG_TAR([v7])])]) |
| 507 | 507 |
_AM_IF_OPTION([no-dependencies],, |
| 508 | 508 |
[AC_PROVIDE_IFELSE([AC_PROG_CC], |
| 509 |
- [_AM_DEPENDENCIES(CC)], |
|
| 510 |
- [define([AC_PROG_CC], |
|
| 511 |
- defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl |
|
| 509 |
+ [_AM_DEPENDENCIES([CC])], |
|
| 510 |
+ [m4_define([AC_PROG_CC], |
|
| 511 |
+ m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl |
|
| 512 | 512 |
AC_PROVIDE_IFELSE([AC_PROG_CXX], |
| 513 |
- [_AM_DEPENDENCIES(CXX)], |
|
| 514 |
- [define([AC_PROG_CXX], |
|
| 515 |
- defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl |
|
| 513 |
+ [_AM_DEPENDENCIES([CXX])], |
|
| 514 |
+ [m4_define([AC_PROG_CXX], |
|
| 515 |
+ m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl |
|
| 516 | 516 |
AC_PROVIDE_IFELSE([AC_PROG_OBJC], |
| 517 |
- [_AM_DEPENDENCIES(OBJC)], |
|
| 518 |
- [define([AC_PROG_OBJC], |
|
| 519 |
- defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl |
|
| 517 |
+ [_AM_DEPENDENCIES([OBJC])], |
|
| 518 |
+ [m4_define([AC_PROG_OBJC], |
|
| 519 |
+ m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl |
|
| 520 |
+AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], |
|
| 521 |
+ [_AM_DEPENDENCIES([OBJCXX])], |
|
| 522 |
+ [m4_define([AC_PROG_OBJCXX], |
|
| 523 |
+ m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl |
|
| 520 | 524 |
]) |
| 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. |
|
| 525 |
+AC_REQUIRE([AM_SILENT_RULES])dnl |
|
| 526 |
+dnl The testsuite driver may need to know about EXEEXT, so add the |
|
| 527 |
+dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This |
|
| 528 |
+dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. |
|
| 525 | 529 |
AC_CONFIG_COMMANDS_PRE(dnl |
| 526 | 530 |
[m4_provide_if([_AM_COMPILER_EXEEXT], |
| 527 | 531 |
[AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl |
| 528 |
-]) |
|
| 529 | 532 |
|
| 530 |
-dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not |
|
| 533 |
+# POSIX will say in a future version that running "rm -f" with no argument |
|
| 534 |
+# is OK; and we want to be able to make that assumption in our Makefile |
|
| 535 |
+# recipes. So use an aggressive probe to check that the usage we want is |
|
| 536 |
+# actually supported "in the wild" to an acceptable degree. |
|
| 537 |
+# See automake bug#10828. |
|
| 538 |
+# To make any issue more visible, cause the running configure to be aborted |
|
| 539 |
+# by default if the 'rm' program in use doesn't match our expectations; the |
|
| 540 |
+# user can still override this though. |
|
| 541 |
+if rm -f && rm -fr && rm -rf; then : OK; else |
|
| 542 |
+ cat >&2 <<'END' |
|
| 543 |
+Oops! |
|
| 544 |
+ |
|
| 545 |
+Your 'rm' program seems unable to run without file operands specified |
|
| 546 |
+on the command line, even when the '-f' option is present. This is contrary |
|
| 547 |
+to the behaviour of most rm programs out there, and not conforming with |
|
| 548 |
+the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542> |
|
| 549 |
+ |
|
| 550 |
+Please tell bug-automake@gnu.org about your system, including the value |
|
| 551 |
+of your $PATH and any error possibly output before this message. This |
|
| 552 |
+can help us improve future automake versions. |
|
| 553 |
+ |
|
| 554 |
+END |
|
| 555 |
+ if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then |
|
| 556 |
+ echo 'Configuration will proceed anyway, since you have set the' >&2 |
|
| 557 |
+ echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 |
|
| 558 |
+ echo >&2 |
|
| 559 |
+ else |
|
| 560 |
+ cat >&2 <<'END' |
|
| 561 |
+Aborting the configuration process, to ensure you take notice of the issue. |
|
| 562 |
+ |
|
| 563 |
+You can download and install GNU coreutils to get an 'rm' implementation |
|
| 564 |
+that behaves properly: <http://www.gnu.org/software/coreutils/>. |
|
| 565 |
+ |
|
| 566 |
+If you want to complete the configuration process using your problematic |
|
| 567 |
+'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM |
|
| 568 |
+to "yes", and re-run configure. |
|
| 569 |
+ |
|
| 570 |
+END |
|
| 571 |
+ AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) |
|
| 572 |
+ fi |
|
| 573 |
+fi]) |
|
| 574 |
+ |
|
| 575 |
+dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not |
|
| 531 | 576 |
dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further |
| 532 | 577 |
dnl mangled by Autoconf and run in a shell conditional statement. |
| 533 | 578 |
m4_define([_AC_COMPILER_EXEEXT], |
| 534 | 579 |
m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) |
| 535 | 580 |
|
| 536 |
- |
|
| 537 | 581 |
# When config.status generates a header, we must update the stamp-h file. |
| 538 | 582 |
# This file resides in the same directory as the config header |
| 539 | 583 |
# that is generated. The stamp files are numbered to have different names. |
| ... | ... |
@@ -555,15 +602,12 @@ for _am_header in $config_headers :; do |
| 555 | 555 |
done |
| 556 | 556 |
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) |
| 557 | 557 |
|
| 558 |
-# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, |
|
| 559 |
-# Inc. |
|
| 558 |
+# Copyright (C) 2001-2013 Free Software Foundation, Inc. |
|
| 560 | 559 |
# |
| 561 | 560 |
# This file is free software; the Free Software Foundation |
| 562 | 561 |
# gives unlimited permission to copy and/or distribute it, |
| 563 | 562 |
# with or without modifications, as long as this notice is preserved. |
| 564 | 563 |
|
| 565 |
-# serial 1 |
|
| 566 |
- |
|
| 567 | 564 |
# AM_PROG_INSTALL_SH |
| 568 | 565 |
# ------------------ |
| 569 | 566 |
# Define $install_sh. |
| ... | ... |
@@ -577,16 +621,14 @@ if test x"${install_sh}" != xset; then
|
| 577 | 577 |
install_sh="\${SHELL} $am_aux_dir/install-sh"
|
| 578 | 578 |
esac |
| 579 | 579 |
fi |
| 580 |
-AC_SUBST(install_sh)]) |
|
| 580 |
+AC_SUBST([install_sh])]) |
|
| 581 | 581 |
|
| 582 |
-# Copyright (C) 2003, 2005 Free Software Foundation, Inc. |
|
| 582 |
+# Copyright (C) 2003-2013 Free Software Foundation, Inc. |
|
| 583 | 583 |
# |
| 584 | 584 |
# This file is free software; the Free Software Foundation |
| 585 | 585 |
# gives unlimited permission to copy and/or distribute it, |
| 586 | 586 |
# with or without modifications, as long as this notice is preserved. |
| 587 | 587 |
|
| 588 |
-# serial 2 |
|
| 589 |
- |
|
| 590 | 588 |
# Check whether the underlying file-system supports filenames |
| 591 | 589 |
# with a leading dot. For instance MS-DOS doesn't. |
| 592 | 590 |
AC_DEFUN([AM_SET_LEADING_DOT], |
| ... | ... |
@@ -603,20 +645,17 @@ AC_SUBST([am__leading_dot])]) |
| 603 | 603 |
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*- |
| 604 | 604 |
# From Jim Meyering |
| 605 | 605 |
|
| 606 |
-# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008, |
|
| 607 |
-# 2011 Free Software Foundation, Inc. |
|
| 606 |
+# Copyright (C) 1996-2013 Free Software Foundation, Inc. |
|
| 608 | 607 |
# |
| 609 | 608 |
# This file is free software; the Free Software Foundation |
| 610 | 609 |
# gives unlimited permission to copy and/or distribute it, |
| 611 | 610 |
# with or without modifications, as long as this notice is preserved. |
| 612 | 611 |
|
| 613 |
-# serial 5 |
|
| 614 |
- |
|
| 615 | 612 |
# AM_MAINTAINER_MODE([DEFAULT-MODE]) |
| 616 | 613 |
# ---------------------------------- |
| 617 | 614 |
# 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 |
|
| 615 |
+# Default is to disable them, unless 'enable' is passed literally. |
|
| 616 |
+# For symmetry, 'disable' may be passed as well. Anyway, the user |
|
| 620 | 617 |
# can override the default with the --enable/--disable switch. |
| 621 | 618 |
AC_DEFUN([AM_MAINTAINER_MODE], |
| 622 | 619 |
[m4_case(m4_default([$1], [disable]), |
| ... | ... |
@@ -627,10 +666,11 @@ AC_DEFUN([AM_MAINTAINER_MODE], |
| 627 | 627 |
AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) |
| 628 | 628 |
dnl maintainer-mode's default is 'disable' unless 'enable' is passed |
| 629 | 629 |
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])) |
|
| 630 |
+ [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode], |
|
| 631 |
+ am_maintainer_other[ make rules and dependencies not useful |
|
| 632 |
+ (and sometimes confusing) to the casual installer])], |
|
| 633 |
+ [USE_MAINTAINER_MODE=$enableval], |
|
| 634 |
+ [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) |
|
| 634 | 635 |
AC_MSG_RESULT([$USE_MAINTAINER_MODE]) |
| 635 | 636 |
AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) |
| 636 | 637 |
MAINT=$MAINTAINER_MODE_TRUE |
| ... | ... |
@@ -638,18 +678,14 @@ AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) |
| 638 | 638 |
] |
| 639 | 639 |
) |
| 640 | 640 |
|
| 641 |
-AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) |
|
| 642 |
- |
|
| 643 | 641 |
# Check to see how 'make' treats includes. -*- Autoconf -*- |
| 644 | 642 |
|
| 645 |
-# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. |
|
| 643 |
+# Copyright (C) 2001-2013 Free Software Foundation, Inc. |
|
| 646 | 644 |
# |
| 647 | 645 |
# This file is free software; the Free Software Foundation |
| 648 | 646 |
# gives unlimited permission to copy and/or distribute it, |
| 649 | 647 |
# with or without modifications, as long as this notice is preserved. |
| 650 | 648 |
|
| 651 |
-# serial 4 |
|
| 652 |
- |
|
| 653 | 649 |
# AM_MAKE_INCLUDE() |
| 654 | 650 |
# ----------------- |
| 655 | 651 |
# Check to see how make treats includes. |
| ... | ... |
@@ -667,7 +703,7 @@ am__quote= |
| 667 | 667 |
_am_result=none |
| 668 | 668 |
# First try GNU make style include. |
| 669 | 669 |
echo "include confinc" > confmf |
| 670 |
-# Ignore all kinds of additional output from `make'. |
|
| 670 |
+# Ignore all kinds of additional output from 'make'. |
|
| 671 | 671 |
case `$am_make -s -f confmf 2> /dev/null` in #( |
| 672 | 672 |
*the\ am__doit\ target*) |
| 673 | 673 |
am__include=include |
| ... | ... |
@@ -694,15 +730,12 @@ rm -f confinc confmf |
| 694 | 694 |
|
| 695 | 695 |
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- |
| 696 | 696 |
|
| 697 |
-# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 |
|
| 698 |
-# Free Software Foundation, Inc. |
|
| 697 |
+# Copyright (C) 1997-2013 Free Software Foundation, Inc. |
|
| 699 | 698 |
# |
| 700 | 699 |
# This file is free software; the Free Software Foundation |
| 701 | 700 |
# gives unlimited permission to copy and/or distribute it, |
| 702 | 701 |
# with or without modifications, as long as this notice is preserved. |
| 703 | 702 |
|
| 704 |
-# serial 6 |
|
| 705 |
- |
|
| 706 | 703 |
# AM_MISSING_PROG(NAME, PROGRAM) |
| 707 | 704 |
# ------------------------------ |
| 708 | 705 |
AC_DEFUN([AM_MISSING_PROG], |
| ... | ... |
@@ -710,11 +743,10 @@ AC_DEFUN([AM_MISSING_PROG], |
| 710 | 710 |
$1=${$1-"${am_missing_run}$2"}
|
| 711 | 711 |
AC_SUBST($1)]) |
| 712 | 712 |
|
| 713 |
- |
|
| 714 | 713 |
# AM_MISSING_HAS_RUN |
| 715 | 714 |
# ------------------ |
| 716 |
-# Define MISSING if not defined so far and test if it supports --run. |
|
| 717 |
-# If it does, set am_missing_run to use it, otherwise, to nothing. |
|
| 715 |
+# Define MISSING if not defined so far and test if it is modern enough. |
|
| 716 |
+# If it is, set am_missing_run to use it, otherwise, to nothing. |
|
| 718 | 717 |
AC_DEFUN([AM_MISSING_HAS_RUN], |
| 719 | 718 |
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl |
| 720 | 719 |
AC_REQUIRE_AUX_FILE([missing])dnl |
| ... | ... |
@@ -727,54 +759,22 @@ if test x"${MISSING+set}" != xset; then
|
| 727 | 727 |
esac |
| 728 | 728 |
fi |
| 729 | 729 |
# Use eval to expand $SHELL |
| 730 |
-if eval "$MISSING --run true"; then |
|
| 731 |
- am_missing_run="$MISSING --run " |
|
| 730 |
+if eval "$MISSING --is-lightweight"; then |
|
| 731 |
+ am_missing_run="$MISSING " |
|
| 732 | 732 |
else |
| 733 | 733 |
am_missing_run= |
| 734 |
- AC_MSG_WARN([`missing' script is too old or missing]) |
|
| 734 |
+ AC_MSG_WARN(['missing' script is too old or missing]) |
|
| 735 | 735 |
fi |
| 736 | 736 |
]) |
| 737 | 737 |
|
| 738 |
-# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, |
|
| 739 |
-# Inc. |
|
| 740 |
-# |
|
| 741 |
-# This file is free software; the Free Software Foundation |
|
| 742 |
-# gives unlimited permission to copy and/or distribute it, |
|
| 743 |
-# with or without modifications, as long as this notice is preserved. |
|
| 744 |
- |
|
| 745 |
-# serial 1 |
|
| 746 |
- |
|
| 747 |
-# AM_PROG_MKDIR_P |
|
| 748 |
-# --------------- |
|
| 749 |
-# Check for `mkdir -p'. |
|
| 750 |
-AC_DEFUN([AM_PROG_MKDIR_P], |
|
| 751 |
-[AC_PREREQ([2.60])dnl |
|
| 752 |
-AC_REQUIRE([AC_PROG_MKDIR_P])dnl |
|
| 753 |
-dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, |
|
| 754 |
-dnl while keeping a definition of mkdir_p for backward compatibility. |
|
| 755 |
-dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. |
|
| 756 |
-dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of |
|
| 757 |
-dnl Makefile.ins that do not define MKDIR_P, so we do our own |
|
| 758 |
-dnl adjustment using top_builddir (which is defined more often than |
|
| 759 |
-dnl MKDIR_P). |
|
| 760 |
-AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl |
|
| 761 |
-case $mkdir_p in |
|
| 762 |
- [[\\/$]]* | ?:[[\\/]]*) ;; |
|
| 763 |
- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; |
|
| 764 |
-esac |
|
| 765 |
-]) |
|
| 766 |
- |
|
| 767 | 738 |
# Helper functions for option handling. -*- Autoconf -*- |
| 768 | 739 |
|
| 769 |
-# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software |
|
| 770 |
-# Foundation, Inc. |
|
| 740 |
+# Copyright (C) 2001-2013 Free Software Foundation, Inc. |
|
| 771 | 741 |
# |
| 772 | 742 |
# This file is free software; the Free Software Foundation |
| 773 | 743 |
# gives unlimited permission to copy and/or distribute it, |
| 774 | 744 |
# with or without modifications, as long as this notice is preserved. |
| 775 | 745 |
|
| 776 |
-# serial 5 |
|
| 777 |
- |
|
| 778 | 746 |
# _AM_MANGLE_OPTION(NAME) |
| 779 | 747 |
# ----------------------- |
| 780 | 748 |
AC_DEFUN([_AM_MANGLE_OPTION], |
| ... | ... |
@@ -784,7 +784,7 @@ AC_DEFUN([_AM_MANGLE_OPTION], |
| 784 | 784 |
# -------------------- |
| 785 | 785 |
# Set option NAME. Presently that only means defining a flag for this option. |
| 786 | 786 |
AC_DEFUN([_AM_SET_OPTION], |
| 787 |
-[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) |
|
| 787 |
+[m4_define(_AM_MANGLE_OPTION([$1]), [1])]) |
|
| 788 | 788 |
|
| 789 | 789 |
# _AM_SET_OPTIONS(OPTIONS) |
| 790 | 790 |
# ------------------------ |
| ... | ... |
@@ -798,13 +798,58 @@ AC_DEFUN([_AM_SET_OPTIONS], |
| 798 | 798 |
AC_DEFUN([_AM_IF_OPTION], |
| 799 | 799 |
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) |
| 800 | 800 |
|
| 801 |
-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. |
|
| 801 |
+# Copyright (C) 1999-2013 Free Software Foundation, Inc. |
|
| 802 | 802 |
# |
| 803 | 803 |
# This file is free software; the Free Software Foundation |
| 804 | 804 |
# gives unlimited permission to copy and/or distribute it, |
| 805 | 805 |
# with or without modifications, as long as this notice is preserved. |
| 806 | 806 |
|
| 807 |
-# serial 1 |
|
| 807 |
+# _AM_PROG_CC_C_O |
|
| 808 |
+# --------------- |
|
| 809 |
+# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC |
|
| 810 |
+# to automatically call this. |
|
| 811 |
+AC_DEFUN([_AM_PROG_CC_C_O], |
|
| 812 |
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl |
|
| 813 |
+AC_REQUIRE_AUX_FILE([compile])dnl |
|
| 814 |
+AC_LANG_PUSH([C])dnl |
|
| 815 |
+AC_CACHE_CHECK( |
|
| 816 |
+ [whether $CC understands -c and -o together], |
|
| 817 |
+ [am_cv_prog_cc_c_o], |
|
| 818 |
+ [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) |
|
| 819 |
+ # Make sure it works both with $CC and with simple cc. |
|
| 820 |
+ # Following AC_PROG_CC_C_O, we do the test twice because some |
|
| 821 |
+ # compilers refuse to overwrite an existing .o file with -o, |
|
| 822 |
+ # though they will create one. |
|
| 823 |
+ am_cv_prog_cc_c_o=yes |
|
| 824 |
+ for am_i in 1 2; do |
|
| 825 |
+ if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ |
|
| 826 |
+ && test -f conftest2.$ac_objext; then |
|
| 827 |
+ : OK |
|
| 828 |
+ else |
|
| 829 |
+ am_cv_prog_cc_c_o=no |
|
| 830 |
+ break |
|
| 831 |
+ fi |
|
| 832 |
+ done |
|
| 833 |
+ rm -f core conftest* |
|
| 834 |
+ unset am_i]) |
|
| 835 |
+if test "$am_cv_prog_cc_c_o" != yes; then |
|
| 836 |
+ # Losing compiler, so override with the script. |
|
| 837 |
+ # FIXME: It is wrong to rewrite CC. |
|
| 838 |
+ # But if we don't then we get into trouble of one sort or another. |
|
| 839 |
+ # A longer-term fix would be to have automake use am__CC in this case, |
|
| 840 |
+ # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" |
|
| 841 |
+ CC="$am_aux_dir/compile $CC" |
|
| 842 |
+fi |
|
| 843 |
+AC_LANG_POP([C])]) |
|
| 844 |
+ |
|
| 845 |
+# For backward compatibility. |
|
| 846 |
+AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) |
|
| 847 |
+ |
|
| 848 |
+# Copyright (C) 2001-2013 Free Software Foundation, Inc. |
|
| 849 |
+# |
|
| 850 |
+# This file is free software; the Free Software Foundation |
|
| 851 |
+# gives unlimited permission to copy and/or distribute it, |
|
| 852 |
+# with or without modifications, as long as this notice is preserved. |
|
| 808 | 853 |
|
| 809 | 854 |
# AM_RUN_LOG(COMMAND) |
| 810 | 855 |
# ------------------- |
| ... | ... |
@@ -819,22 +864,16 @@ AC_DEFUN([AM_RUN_LOG], |
| 819 | 819 |
|
| 820 | 820 |
# Check to make sure that the build environment is sane. -*- Autoconf -*- |
| 821 | 821 |
|
| 822 |
-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 |
|
| 823 |
-# Free Software Foundation, Inc. |
|
| 822 |
+# Copyright (C) 1996-2013 Free Software Foundation, Inc. |
|
| 824 | 823 |
# |
| 825 | 824 |
# This file is free software; the Free Software Foundation |
| 826 | 825 |
# gives unlimited permission to copy and/or distribute it, |
| 827 | 826 |
# with or without modifications, as long as this notice is preserved. |
| 828 | 827 |
|
| 829 |
-# serial 5 |
|
| 830 |
- |
|
| 831 | 828 |
# AM_SANITY_CHECK |
| 832 | 829 |
# --------------- |
| 833 | 830 |
AC_DEFUN([AM_SANITY_CHECK], |
| 834 | 831 |
[AC_MSG_CHECKING([whether build environment is sane]) |
| 835 |
-# Just in case |
|
| 836 |
-sleep 1 |
|
| 837 |
-echo timestamp > conftest.file |
|
| 838 | 832 |
# Reject unsafe characters in $srcdir or the absolute working directory |
| 839 | 833 |
# name. Accept space and tab only in the latter. |
| 840 | 834 |
am_lf=' |
| ... | ... |
@@ -845,32 +884,40 @@ case `pwd` in |
| 845 | 845 |
esac |
| 846 | 846 |
case $srcdir in |
| 847 | 847 |
*[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) |
| 848 |
- AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; |
|
| 848 |
+ AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; |
|
| 849 | 849 |
esac |
| 850 | 850 |
|
| 851 |
-# Do `set' in a subshell so we don't clobber the current shell's |
|
| 851 |
+# Do 'set' in a subshell so we don't clobber the current shell's |
|
| 852 | 852 |
# arguments. Must try -L first in case configure is actually a |
| 853 | 853 |
# symlink; some systems play weird games with the mod time of symlinks |
| 854 | 854 |
# (eg FreeBSD returns the mod time of the symlink's containing |
| 855 | 855 |
# directory). |
| 856 | 856 |
if ( |
| 857 |
- set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
|
| 858 |
- if test "$[*]" = "X"; then |
|
| 859 |
- # -L didn't work. |
|
| 860 |
- set X `ls -t "$srcdir/configure" conftest.file` |
|
| 861 |
- fi |
|
| 862 |
- rm -f conftest.file |
|
| 863 |
- if test "$[*]" != "X $srcdir/configure conftest.file" \ |
|
| 864 |
- && test "$[*]" != "X conftest.file $srcdir/configure"; then |
|
| 865 |
- |
|
| 866 |
- # If neither matched, then we have a broken ls. This can happen |
|
| 867 |
- # if, for instance, CONFIG_SHELL is bash and it inherits a |
|
| 868 |
- # broken ls alias from the environment. This has actually |
|
| 869 |
- # happened. Such a system could not be considered "sane". |
|
| 870 |
- AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken |
|
| 871 |
-alias in your environment]) |
|
| 872 |
- fi |
|
| 873 |
- |
|
| 857 |
+ am_has_slept=no |
|
| 858 |
+ for am_try in 1 2; do |
|
| 859 |
+ echo "timestamp, slept: $am_has_slept" > conftest.file |
|
| 860 |
+ set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
|
| 861 |
+ if test "$[*]" = "X"; then |
|
| 862 |
+ # -L didn't work. |
|
| 863 |
+ set X `ls -t "$srcdir/configure" conftest.file` |
|
| 864 |
+ fi |
|
| 865 |
+ if test "$[*]" != "X $srcdir/configure conftest.file" \ |
|
| 866 |
+ && test "$[*]" != "X conftest.file $srcdir/configure"; then |
|
| 867 |
+ |
|
| 868 |
+ # If neither matched, then we have a broken ls. This can happen |
|
| 869 |
+ # if, for instance, CONFIG_SHELL is bash and it inherits a |
|
| 870 |
+ # broken ls alias from the environment. This has actually |
|
| 871 |
+ # happened. Such a system could not be considered "sane". |
|
| 872 |
+ AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken |
|
| 873 |
+ alias in your environment]) |
|
| 874 |
+ fi |
|
| 875 |
+ if test "$[2]" = conftest.file || test $am_try -eq 2; then |
|
| 876 |
+ break |
|
| 877 |
+ fi |
|
| 878 |
+ # Just in case. |
|
| 879 |
+ sleep 1 |
|
| 880 |
+ am_has_slept=yes |
|
| 881 |
+ done |
|
| 874 | 882 |
test "$[2]" = conftest.file |
| 875 | 883 |
) |
| 876 | 884 |
then |
| ... | ... |
@@ -880,31 +927,50 @@ else |
| 880 | 880 |
AC_MSG_ERROR([newly created file is older than distributed files! |
| 881 | 881 |
Check your system clock]) |
| 882 | 882 |
fi |
| 883 |
-AC_MSG_RESULT(yes)]) |
|
| 883 |
+AC_MSG_RESULT([yes]) |
|
| 884 |
+# If we didn't sleep, we still need to ensure time stamps of config.status and |
|
| 885 |
+# generated files are strictly newer. |
|
| 886 |
+am_sleep_pid= |
|
| 887 |
+if grep 'slept: no' conftest.file >/dev/null 2>&1; then |
|
| 888 |
+ ( sleep 1 ) & |
|
| 889 |
+ am_sleep_pid=$! |
|
| 890 |
+fi |
|
| 891 |
+AC_CONFIG_COMMANDS_PRE( |
|
| 892 |
+ [AC_MSG_CHECKING([that generated files are newer than configure]) |
|
| 893 |
+ if test -n "$am_sleep_pid"; then |
|
| 894 |
+ # Hide warnings about reused PIDs. |
|
| 895 |
+ wait $am_sleep_pid 2>/dev/null |
|
| 896 |
+ fi |
|
| 897 |
+ AC_MSG_RESULT([done])]) |
|
| 898 |
+rm -f conftest.file |
|
| 899 |
+]) |
|
| 884 | 900 |
|
| 885 |
-# Copyright (C) 2009, 2011 Free Software Foundation, Inc. |
|
| 901 |
+# Copyright (C) 2009-2013 Free Software Foundation, Inc. |
|
| 886 | 902 |
# |
| 887 | 903 |
# This file is free software; the Free Software Foundation |
| 888 | 904 |
# gives unlimited permission to copy and/or distribute it, |
| 889 | 905 |
# with or without modifications, as long as this notice is preserved. |
| 890 | 906 |
|
| 891 |
-# serial 2 |
|
| 892 |
- |
|
| 893 | 907 |
# AM_SILENT_RULES([DEFAULT]) |
| 894 | 908 |
# -------------------------- |
| 895 | 909 |
# Enable less verbose build rules; with the default set to DEFAULT |
| 896 |
-# (`yes' being less verbose, `no' or empty being verbose). |
|
| 910 |
+# ("yes" being less verbose, "no" or empty being verbose).
|
|
| 897 | 911 |
AC_DEFUN([AM_SILENT_RULES], |
| 898 |
-[AC_ARG_ENABLE([silent-rules], |
|
| 899 |
-[ --enable-silent-rules less verbose build output (undo: `make V=1') |
|
| 900 |
- --disable-silent-rules verbose build output (undo: `make V=0')]) |
|
| 901 |
-case $enable_silent_rules in |
|
| 902 |
-yes) AM_DEFAULT_VERBOSITY=0;; |
|
| 903 |
-no) AM_DEFAULT_VERBOSITY=1;; |
|
| 904 |
-*) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; |
|
| 912 |
+[AC_ARG_ENABLE([silent-rules], [dnl |
|
| 913 |
+AS_HELP_STRING( |
|
| 914 |
+ [--enable-silent-rules], |
|
| 915 |
+ [less verbose build output (undo: "make V=1")]) |
|
| 916 |
+AS_HELP_STRING( |
|
| 917 |
+ [--disable-silent-rules], |
|
| 918 |
+ [verbose build output (undo: "make V=0")])dnl |
|
| 919 |
+]) |
|
| 920 |
+case $enable_silent_rules in @%:@ ((( |
|
| 921 |
+ yes) AM_DEFAULT_VERBOSITY=0;; |
|
| 922 |
+ no) AM_DEFAULT_VERBOSITY=1;; |
|
| 923 |
+ *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; |
|
| 905 | 924 |
esac |
| 906 | 925 |
dnl |
| 907 |
-dnl A few `make' implementations (e.g., NonStop OS and NextStep) |
|
| 926 |
+dnl A few 'make' implementations (e.g., NonStop OS and NextStep) |
|
| 908 | 927 |
dnl do not support nested variable expansions. |
| 909 | 928 |
dnl See automake bug#9928 and bug#10237. |
| 910 | 929 |
am_make=${MAKE-make}
|
| ... | ... |
@@ -922,7 +988,7 @@ else |
| 922 | 922 |
am_cv_make_support_nested_variables=no |
| 923 | 923 |
fi]) |
| 924 | 924 |
if test $am_cv_make_support_nested_variables = yes; then |
| 925 |
- dnl Using `$V' instead of `$(V)' breaks IRIX make. |
|
| 925 |
+ dnl Using '$V' instead of '$(V)' breaks IRIX make. |
|
| 926 | 926 |
AM_V='$(V)' |
| 927 | 927 |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' |
| 928 | 928 |
else |
| ... | ... |
@@ -939,44 +1005,40 @@ AC_SUBST([AM_BACKSLASH])dnl |
| 939 | 939 |
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl |
| 940 | 940 |
]) |
| 941 | 941 |
|
| 942 |
-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. |
|
| 942 |
+# Copyright (C) 2001-2013 Free Software Foundation, Inc. |
|
| 943 | 943 |
# |
| 944 | 944 |
# This file is free software; the Free Software Foundation |
| 945 | 945 |
# gives unlimited permission to copy and/or distribute it, |
| 946 | 946 |
# with or without modifications, as long as this notice is preserved. |
| 947 | 947 |
|
| 948 |
-# serial 1 |
|
| 949 |
- |
|
| 950 | 948 |
# AM_PROG_INSTALL_STRIP |
| 951 | 949 |
# --------------------- |
| 952 |
-# One issue with vendor `install' (even GNU) is that you can't |
|
| 950 |
+# One issue with vendor 'install' (even GNU) is that you can't |
|
| 953 | 951 |
# specify the program used to strip binaries. This is especially |
| 954 | 952 |
# annoying in cross-compiling environments, where the build's strip |
| 955 | 953 |
# is unlikely to handle the host's binaries. |
| 956 | 954 |
# Fortunately install-sh will honor a STRIPPROG variable, so we |
| 957 |
-# always use install-sh in `make install-strip', and initialize |
|
| 955 |
+# always use install-sh in "make install-strip", and initialize |
|
| 958 | 956 |
# STRIPPROG with the value of the STRIP variable (set by the user). |
| 959 | 957 |
AC_DEFUN([AM_PROG_INSTALL_STRIP], |
| 960 | 958 |
[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl |
| 961 |
-# Installed binaries are usually stripped using `strip' when the user |
|
| 962 |
-# run `make install-strip'. However `strip' might not be the right |
|
| 959 |
+# Installed binaries are usually stripped using 'strip' when the user |
|
| 960 |
+# run "make install-strip". However 'strip' might not be the right |
|
| 963 | 961 |
# tool to use in cross-compilation environments, therefore Automake |
| 964 |
-# will honor the `STRIP' environment variable to overrule this program. |
|
| 965 |
-dnl Don't test for $cross_compiling = yes, because it might be `maybe'. |
|
| 962 |
+# will honor the 'STRIP' environment variable to overrule this program. |
|
| 963 |
+dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. |
|
| 966 | 964 |
if test "$cross_compiling" != no; then |
| 967 | 965 |
AC_CHECK_TOOL([STRIP], [strip], :) |
| 968 | 966 |
fi |
| 969 | 967 |
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" |
| 970 | 968 |
AC_SUBST([INSTALL_STRIP_PROGRAM])]) |
| 971 | 969 |
|
| 972 |
-# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. |
|
| 970 |
+# Copyright (C) 2006-2013 Free Software Foundation, Inc. |
|
| 973 | 971 |
# |
| 974 | 972 |
# This file is free software; the Free Software Foundation |
| 975 | 973 |
# gives unlimited permission to copy and/or distribute it, |
| 976 | 974 |
# with or without modifications, as long as this notice is preserved. |
| 977 | 975 |
|
| 978 |
-# serial 3 |
|
| 979 |
- |
|
| 980 | 976 |
# _AM_SUBST_NOTMAKE(VARIABLE) |
| 981 | 977 |
# --------------------------- |
| 982 | 978 |
# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. |
| ... | ... |
@@ -990,18 +1052,16 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) |
| 990 | 990 |
|
| 991 | 991 |
# Check how to create a tarball. -*- Autoconf -*- |
| 992 | 992 |
|
| 993 |
-# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. |
|
| 993 |
+# Copyright (C) 2004-2013 Free Software Foundation, Inc. |
|
| 994 | 994 |
# |
| 995 | 995 |
# This file is free software; the Free Software Foundation |
| 996 | 996 |
# gives unlimited permission to copy and/or distribute it, |
| 997 | 997 |
# with or without modifications, as long as this notice is preserved. |
| 998 | 998 |
|
| 999 |
-# serial 2 |
|
| 1000 |
- |
|
| 1001 | 999 |
# _AM_PROG_TAR(FORMAT) |
| 1002 | 1000 |
# -------------------- |
| 1003 | 1001 |
# Check how to create a tarball in format FORMAT. |
| 1004 |
-# FORMAT should be one of `v7', `ustar', or `pax'. |
|
| 1002 |
+# FORMAT should be one of 'v7', 'ustar', or 'pax'. |
|
| 1005 | 1003 |
# |
| 1006 | 1004 |
# Substitute a variable $(am__tar) that is a command |
| 1007 | 1005 |
# writing to stdout a FORMAT-tarball containing the directory |
| ... | ... |
@@ -1011,76 +1071,114 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) |
| 1011 | 1011 |
# Substitute a variable $(am__untar) that extract such |
| 1012 | 1012 |
# a tarball read from stdin. |
| 1013 | 1013 |
# $(am__untar) < result.tar |
| 1014 |
+# |
|
| 1014 | 1015 |
AC_DEFUN([_AM_PROG_TAR], |
| 1015 | 1016 |
[# Always define AMTAR for backward compatibility. Yes, it's still used |
| 1016 | 1017 |
# in the wild :-( We should find a proper way to deprecate it ... |
| 1017 | 1018 |
AC_SUBST([AMTAR], ['$${TAR-tar}'])
|
| 1018 |
-m4_if([$1], [v7], |
|
| 1019 |
- [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
|
|
| 1020 |
- [m4_case([$1], [ustar],, [pax],, |
|
| 1021 |
- [m4_fatal([Unknown tar format])]) |
|
| 1022 |
-AC_MSG_CHECKING([how to create a $1 tar archive]) |
|
| 1023 |
-# Loop over all known methods to create a tar archive until one works. |
|
| 1019 |
+ |
|
| 1020 |
+# We'll loop over all known methods to create a tar archive until one works. |
|
| 1024 | 1021 |
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' |
| 1025 |
-_am_tools=${am_cv_prog_tar_$1-$_am_tools}
|
|
| 1026 |
-# Do not fold the above two line into one, because Tru64 sh and |
|
| 1027 |
-# Solaris sh will not grok spaces in the rhs of `-'. |
|
| 1028 |
-for _am_tool in $_am_tools |
|
| 1029 |
-do |
|
| 1030 |
- case $_am_tool in |
|
| 1031 |
- gnutar) |
|
| 1032 |
- for _am_tar in tar gnutar gtar; |
|
| 1033 |
- do |
|
| 1034 |
- AM_RUN_LOG([$_am_tar --version]) && break |
|
| 1035 |
- done |
|
| 1036 |
- am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' |
|
| 1037 |
- am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' |
|
| 1038 |
- am__untar="$_am_tar -xf -" |
|
| 1039 |
- ;; |
|
| 1040 |
- plaintar) |
|
| 1041 |
- # Must skip GNU tar: if it does not support --format= it doesn't create |
|
| 1042 |
- # ustar tarball either. |
|
| 1043 |
- (tar --version) >/dev/null 2>&1 && continue |
|
| 1044 |
- am__tar='tar chf - "$$tardir"' |
|
| 1045 |
- am__tar_='tar chf - "$tardir"' |
|
| 1046 |
- am__untar='tar xf -' |
|
| 1047 |
- ;; |
|
| 1048 |
- pax) |
|
| 1049 |
- am__tar='pax -L -x $1 -w "$$tardir"' |
|
| 1050 |
- am__tar_='pax -L -x $1 -w "$tardir"' |
|
| 1051 |
- am__untar='pax -r' |
|
| 1052 |
- ;; |
|
| 1053 |
- cpio) |
|
| 1054 |
- am__tar='find "$$tardir" -print | cpio -o -H $1 -L' |
|
| 1055 |
- am__tar_='find "$tardir" -print | cpio -o -H $1 -L' |
|
| 1056 |
- am__untar='cpio -i -H $1 -d' |
|
| 1057 |
- ;; |
|
| 1058 |
- none) |
|
| 1059 |
- am__tar=false |
|
| 1060 |
- am__tar_=false |
|
| 1061 |
- am__untar=false |
|
| 1062 |
- ;; |
|
| 1063 |
- esac |
|
| 1064 | 1022 |
|
| 1065 |
- # If the value was cached, stop now. We just wanted to have am__tar |
|
| 1066 |
- # and am__untar set. |
|
| 1067 |
- test -n "${am_cv_prog_tar_$1}" && break
|
|
| 1023 |
+m4_if([$1], [v7], |
|
| 1024 |
+ [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
|
|
| 1025 |
+ |
|
| 1026 |
+ [m4_case([$1], |
|
| 1027 |
+ [ustar], |
|
| 1028 |
+ [# The POSIX 1988 'ustar' format is defined with fixed-size fields. |
|
| 1029 |
+ # There is notably a 21 bits limit for the UID and the GID. In fact, |
|
| 1030 |
+ # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 |
|
| 1031 |
+ # and bug#13588). |
|
| 1032 |
+ am_max_uid=2097151 # 2^21 - 1 |
|
| 1033 |
+ am_max_gid=$am_max_uid |
|
| 1034 |
+ # The $UID and $GID variables are not portable, so we need to resort |
|
| 1035 |
+ # to the POSIX-mandated id(1) utility. Errors in the 'id' calls |
|
| 1036 |
+ # below are definitely unexpected, so allow the users to see them |
|
| 1037 |
+ # (that is, avoid stderr redirection). |
|
| 1038 |
+ am_uid=`id -u || echo unknown` |
|
| 1039 |
+ am_gid=`id -g || echo unknown` |
|
| 1040 |
+ AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) |
|
| 1041 |
+ if test $am_uid -le $am_max_uid; then |
|
| 1042 |
+ AC_MSG_RESULT([yes]) |
|
| 1043 |
+ else |
|
| 1044 |
+ AC_MSG_RESULT([no]) |
|
| 1045 |
+ _am_tools=none |
|
| 1046 |
+ fi |
|
| 1047 |
+ AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) |
|
| 1048 |
+ if test $am_gid -le $am_max_gid; then |
|
| 1049 |
+ AC_MSG_RESULT([yes]) |
|
| 1050 |
+ else |
|
| 1051 |
+ AC_MSG_RESULT([no]) |
|
| 1052 |
+ _am_tools=none |
|
| 1053 |
+ fi], |
|
| 1054 |
+ |
|
| 1055 |
+ [pax], |
|
| 1056 |
+ [], |
|
| 1057 |
+ |
|
| 1058 |
+ [m4_fatal([Unknown tar format])]) |
|
| 1059 |
+ |
|
| 1060 |
+ AC_MSG_CHECKING([how to create a $1 tar archive]) |
|
| 1061 |
+ |
|
| 1062 |
+ # Go ahead even if we have the value already cached. We do so because we |
|
| 1063 |
+ # need to set the values for the 'am__tar' and 'am__untar' variables. |
|
| 1064 |
+ _am_tools=${am_cv_prog_tar_$1-$_am_tools}
|
|
| 1065 |
+ |
|
| 1066 |
+ for _am_tool in $_am_tools; do |
|
| 1067 |
+ case $_am_tool in |
|
| 1068 |
+ gnutar) |
|
| 1069 |
+ for _am_tar in tar gnutar gtar; do |
|
| 1070 |
+ AM_RUN_LOG([$_am_tar --version]) && break |
|
| 1071 |
+ done |
|
| 1072 |
+ am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' |
|
| 1073 |
+ am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' |
|
| 1074 |
+ am__untar="$_am_tar -xf -" |
|
| 1075 |
+ ;; |
|
| 1076 |
+ plaintar) |
|
| 1077 |
+ # Must skip GNU tar: if it does not support --format= it doesn't create |
|
| 1078 |
+ # ustar tarball either. |
|
| 1079 |
+ (tar --version) >/dev/null 2>&1 && continue |
|
| 1080 |
+ am__tar='tar chf - "$$tardir"' |
|
| 1081 |
+ am__tar_='tar chf - "$tardir"' |
|
| 1082 |
+ am__untar='tar xf -' |
|
| 1083 |
+ ;; |
|
| 1084 |
+ pax) |
|
| 1085 |
+ am__tar='pax -L -x $1 -w "$$tardir"' |
|
| 1086 |
+ am__tar_='pax -L -x $1 -w "$tardir"' |
|
| 1087 |
+ am__untar='pax -r' |
|
| 1088 |
+ ;; |
|
| 1089 |
+ cpio) |
|
| 1090 |
+ am__tar='find "$$tardir" -print | cpio -o -H $1 -L' |
|
| 1091 |
+ am__tar_='find "$tardir" -print | cpio -o -H $1 -L' |
|
| 1092 |
+ am__untar='cpio -i -H $1 -d' |
|
| 1093 |
+ ;; |
|
| 1094 |
+ none) |
|
| 1095 |
+ am__tar=false |
|
| 1096 |
+ am__tar_=false |
|
| 1097 |
+ am__untar=false |
|
| 1098 |
+ ;; |
|
| 1099 |
+ esac |
|
| 1068 | 1100 |
|
| 1069 |
- # tar/untar a dummy directory, and stop if the command works |
|
| 1070 |
- rm -rf conftest.dir |
|
| 1071 |
- mkdir conftest.dir |
|
| 1072 |
- echo GrepMe > conftest.dir/file |
|
| 1073 |
- AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) |
|
| 1101 |
+ # If the value was cached, stop now. We just wanted to have am__tar |
|
| 1102 |
+ # and am__untar set. |
|
| 1103 |
+ test -n "${am_cv_prog_tar_$1}" && break
|
|
| 1104 |
+ |
|
| 1105 |
+ # tar/untar a dummy directory, and stop if the command works. |
|
| 1106 |
+ rm -rf conftest.dir |
|
| 1107 |
+ mkdir conftest.dir |
|
| 1108 |
+ echo GrepMe > conftest.dir/file |
|
| 1109 |
+ AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) |
|
| 1110 |
+ rm -rf conftest.dir |
|
| 1111 |
+ if test -s conftest.tar; then |
|
| 1112 |
+ AM_RUN_LOG([$am__untar <conftest.tar]) |
|
| 1113 |
+ AM_RUN_LOG([cat conftest.dir/file]) |
|
| 1114 |
+ grep GrepMe conftest.dir/file >/dev/null 2>&1 && break |
|
| 1115 |
+ fi |
|
| 1116 |
+ done |
|
| 1074 | 1117 |
rm -rf conftest.dir |
| 1075 |
- if test -s conftest.tar; then |
|
| 1076 |
- AM_RUN_LOG([$am__untar <conftest.tar]) |
|
| 1077 |
- grep GrepMe conftest.dir/file >/dev/null 2>&1 && break |
|
| 1078 |
- fi |
|
| 1079 |
-done |
|
| 1080 |
-rm -rf conftest.dir |
|
| 1081 | 1118 |
|
| 1082 |
-AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) |
|
| 1083 |
-AC_MSG_RESULT([$am_cv_prog_tar_$1])]) |
|
| 1119 |
+ AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) |
|
| 1120 |
+ AC_MSG_RESULT([$am_cv_prog_tar_$1])]) |
|
| 1121 |
+ |
|
| 1084 | 1122 |
AC_SUBST([am__tar]) |
| 1085 | 1123 |
AC_SUBST([am__untar]) |
| 1086 | 1124 |
]) # _AM_PROG_TAR |
| ... | ... |
@@ -1,13 +1,11 @@ |
| 1 | 1 |
#! /bin/sh |
| 2 | 2 |
# Guess values for system-dependent variables and create Makefiles. |
| 3 |
-# Generated by GNU Autoconf 2.68 for libclamavc++ devel. |
|
| 3 |
+# Generated by GNU Autoconf 2.69 for libclamavc++ devel. |
|
| 4 | 4 |
# |
| 5 | 5 |
# Report bugs to <http://bugs.clamav.net>. |
| 6 | 6 |
# |
| 7 | 7 |
# |
| 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. |
|
| 11 | 9 |
# |
| 12 | 10 |
# |
| 13 | 11 |
# This configure script is free software; the Free Software Foundation |
| ... | ... |
@@ -136,6 +134,31 @@ export LANGUAGE |
| 136 | 136 |
# CDPATH. |
| 137 | 137 |
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
| 138 | 138 |
|
| 139 |
+# Use a proper internal environment variable to ensure we don't fall |
|
| 140 |
+ # into an infinite loop, continuously re-executing ourselves. |
|
| 141 |
+ if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
|
|
| 142 |
+ _as_can_reexec=no; export _as_can_reexec; |
|
| 143 |
+ # We cannot yet assume a decent shell, so we have to provide a |
|
| 144 |
+# neutralization value for shells without unset; and this also |
|
| 145 |
+# works around shells that cannot unset nonexistent variables. |
|
| 146 |
+# Preserve -v and -x to the replacement shell. |
|
| 147 |
+BASH_ENV=/dev/null |
|
| 148 |
+ENV=/dev/null |
|
| 149 |
+(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
|
| 150 |
+case $- in # (((( |
|
| 151 |
+ *v*x* | *x*v* ) as_opts=-vx ;; |
|
| 152 |
+ *v* ) as_opts=-v ;; |
|
| 153 |
+ *x* ) as_opts=-x ;; |
|
| 154 |
+ * ) as_opts= ;; |
|
| 155 |
+esac |
|
| 156 |
+exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
|
|
| 157 |
+# Admittedly, this is quite paranoid, since all the known shells bail |
|
| 158 |
+# out after a failed `exec'. |
|
| 159 |
+$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 |
|
| 160 |
+as_fn_exit 255 |
|
| 161 |
+ fi |
|
| 162 |
+ # We don't want this to propagate to other subprocesses. |
|
| 163 |
+ { _as_can_reexec=; unset _as_can_reexec;}
|
|
| 139 | 164 |
if test "x$CONFIG_SHELL" = x; then |
| 140 | 165 |
as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
|
| 141 | 166 |
emulate sh |
| ... | ... |
@@ -169,7 +192,8 @@ if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : |
| 169 | 169 |
else |
| 170 | 170 |
exitcode=1; echo positional parameters were not saved. |
| 171 | 171 |
fi |
| 172 |
-test x\$exitcode = x0 || exit 1" |
|
| 172 |
+test x\$exitcode = x0 || exit 1 |
|
| 173 |
+test -x / || exit 1" |
|
| 173 | 174 |
as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO |
| 174 | 175 |
as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO |
| 175 | 176 |
eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && |
| ... | ... |
@@ -222,21 +246,25 @@ IFS=$as_save_IFS |
| 222 | 222 |
|
| 223 | 223 |
|
| 224 | 224 |
if test "x$CONFIG_SHELL" != x; then : |
| 225 |
- # We cannot yet assume a decent shell, so we have to provide a |
|
| 226 |
- # neutralization value for shells without unset; and this also |
|
| 227 |
- # works around shells that cannot unset nonexistent variables. |
|
| 228 |
- # Preserve -v and -x to the replacement shell. |
|
| 229 |
- BASH_ENV=/dev/null |
|
| 230 |
- ENV=/dev/null |
|
| 231 |
- (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
|
| 232 |
- export CONFIG_SHELL |
|
| 233 |
- case $- in # (((( |
|
| 234 |
- *v*x* | *x*v* ) as_opts=-vx ;; |
|
| 235 |
- *v* ) as_opts=-v ;; |
|
| 236 |
- *x* ) as_opts=-x ;; |
|
| 237 |
- * ) as_opts= ;; |
|
| 238 |
- esac |
|
| 239 |
- exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
|
|
| 225 |
+ export CONFIG_SHELL |
|
| 226 |
+ # We cannot yet assume a decent shell, so we have to provide a |
|
| 227 |
+# neutralization value for shells without unset; and this also |
|
| 228 |
+# works around shells that cannot unset nonexistent variables. |
|
| 229 |
+# Preserve -v and -x to the replacement shell. |
|
| 230 |
+BASH_ENV=/dev/null |
|
| 231 |
+ENV=/dev/null |
|
| 232 |
+(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
|
| 233 |
+case $- in # (((( |
|
| 234 |
+ *v*x* | *x*v* ) as_opts=-vx ;; |
|
| 235 |
+ *v* ) as_opts=-v ;; |
|
| 236 |
+ *x* ) as_opts=-x ;; |
|
| 237 |
+ * ) as_opts= ;; |
|
| 238 |
+esac |
|
| 239 |
+exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
|
|
| 240 |
+# Admittedly, this is quite paranoid, since all the known shells bail |
|
| 241 |
+# out after a failed `exec'. |
|
| 242 |
+$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 |
|
| 243 |
+exit 255 |
|
| 240 | 244 |
fi |
| 241 | 245 |
|
| 242 | 246 |
if test x$as_have_required = xno; then : |
| ... | ... |
@@ -339,6 +367,14 @@ $as_echo X"$as_dir" | |
| 339 | 339 |
|
| 340 | 340 |
|
| 341 | 341 |
} # as_fn_mkdir_p |
| 342 |
+ |
|
| 343 |
+# as_fn_executable_p FILE |
|
| 344 |
+# ----------------------- |
|
| 345 |
+# Test if FILE is an executable regular file. |
|
| 346 |
+as_fn_executable_p () |
|
| 347 |
+{
|
|
| 348 |
+ test -f "$1" && test -x "$1" |
|
| 349 |
+} # as_fn_executable_p |
|
| 342 | 350 |
# as_fn_append VAR VALUE |
| 343 | 351 |
# ---------------------- |
| 344 | 352 |
# Append the text in VALUE to the end of the definition contained in VAR. Take |
| ... | ... |
@@ -460,6 +496,10 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits |
| 460 | 460 |
chmod +x "$as_me.lineno" || |
| 461 | 461 |
{ $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
|
| 462 | 462 |
|
| 463 |
+ # If we had to re-execute with $CONFIG_SHELL, we're ensured to have |
|
| 464 |
+ # already done that, so ensure we don't try to do so again and fall |
|
| 465 |
+ # in an infinite loop. This has already happened in practice. |
|
| 466 |
+ _as_can_reexec=no; export _as_can_reexec |
|
| 463 | 467 |
# Don't try to exec as it changes $[0], causing all sort of problems |
| 464 | 468 |
# (the dirname of $[0] is not the place where we might find the |
| 465 | 469 |
# original and so on. Autoconf is especially sensitive to this). |
| ... | ... |
@@ -494,16 +534,16 @@ if (echo >conf$$.file) 2>/dev/null; then |
| 494 | 494 |
# ... but there are two gotchas: |
| 495 | 495 |
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
| 496 | 496 |
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
| 497 |
- # In both cases, we have to default to `cp -p'. |
|
| 497 |
+ # In both cases, we have to default to `cp -pR'. |
|
| 498 | 498 |
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
| 499 |
- as_ln_s='cp -p' |
|
| 499 |
+ as_ln_s='cp -pR' |
|
| 500 | 500 |
elif ln conf$$.file conf$$ 2>/dev/null; then |
| 501 | 501 |
as_ln_s=ln |
| 502 | 502 |
else |
| 503 |
- as_ln_s='cp -p' |
|
| 503 |
+ as_ln_s='cp -pR' |
|
| 504 | 504 |
fi |
| 505 | 505 |
else |
| 506 |
- as_ln_s='cp -p' |
|
| 506 |
+ as_ln_s='cp -pR' |
|
| 507 | 507 |
fi |
| 508 | 508 |
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
| 509 | 509 |
rmdir conf$$.dir 2>/dev/null |
| ... | ... |
@@ -515,28 +555,8 @@ else |
| 515 | 515 |
as_mkdir_p=false |
| 516 | 516 |
fi |
| 517 | 517 |
|
| 518 |
-if test -x / >/dev/null 2>&1; then |
|
| 519 |
- as_test_x='test -x' |
|
| 520 |
-else |
|
| 521 |
- if ls -dL / >/dev/null 2>&1; then |
|
| 522 |
- as_ls_L_option=L |
|
| 523 |
- else |
|
| 524 |
- as_ls_L_option= |
|
| 525 |
- fi |
|
| 526 |
- as_test_x=' |
|
| 527 |
- eval sh -c '\'' |
|
| 528 |
- if test -d "$1"; then |
|
| 529 |
- test -d "$1/."; |
|
| 530 |
- else |
|
| 531 |
- case $1 in #( |
|
| 532 |
- -*)set "./$1";; |
|
| 533 |
- esac; |
|
| 534 |
- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( |
|
| 535 |
- ???[sx]*):;;*)false;;esac;fi |
|
| 536 |
- '\'' sh |
|
| 537 |
- ' |
|
| 538 |
-fi |
|
| 539 |
-as_executable_p=$as_test_x |
|
| 518 |
+as_test_x='test -x' |
|
| 519 |
+as_executable_p=as_fn_executable_p |
|
| 540 | 520 |
|
| 541 | 521 |
# Sed expression to map a string onto a valid CPP name. |
| 542 | 522 |
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
| ... | ... |
@@ -1248,8 +1268,6 @@ target=$target_alias |
| 1248 | 1248 |
if test "x$host_alias" != x; then |
| 1249 | 1249 |
if test "x$build_alias" = x; then |
| 1250 | 1250 |
cross_compiling=maybe |
| 1251 |
- $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. |
|
| 1252 |
- If a cross compiler is detected then cross compile mode will be used" >&2 |
|
| 1253 | 1251 |
elif test "x$build_alias" != "x$host_alias"; then |
| 1254 | 1252 |
cross_compiling=yes |
| 1255 | 1253 |
fi |
| ... | ... |
@@ -1414,12 +1432,15 @@ Optional Features: |
| 1414 | 1414 |
--disable-option-checking ignore unrecognized --enable/--with options |
| 1415 | 1415 |
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
| 1416 | 1416 |
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
| 1417 |
- --enable-silent-rules less verbose build output (undo: `make V=1') |
|
| 1418 |
- --disable-silent-rules verbose build output (undo: `make V=0') |
|
| 1419 |
- --disable-dependency-tracking speeds up one-time build |
|
| 1420 |
- --enable-dependency-tracking do not reject slow dependency extractors |
|
| 1421 |
- --enable-maintainer-mode enable make rules and dependencies not useful |
|
| 1422 |
- (and sometimes confusing) to the casual installer |
|
| 1417 |
+ --enable-silent-rules less verbose build output (undo: "make V=1") |
|
| 1418 |
+ --disable-silent-rules verbose build output (undo: "make V=0") |
|
| 1419 |
+ --enable-dependency-tracking |
|
| 1420 |
+ do not reject slow dependency extractors |
|
| 1421 |
+ --disable-dependency-tracking |
|
| 1422 |
+ speeds up one-time build |
|
| 1423 |
+ --enable-maintainer-mode |
|
| 1424 |
+ enable make rules and dependencies not useful (and |
|
| 1425 |
+ sometimes confusing) to the casual installer |
|
| 1423 | 1426 |
--enable-static[=PKGS] build static libraries [default=no] |
| 1424 | 1427 |
--enable-shared[=PKGS] build shared libraries [default=yes] |
| 1425 | 1428 |
--enable-fast-install[=PKGS] |
| ... | ... |
@@ -1524,9 +1545,9 @@ test -n "$ac_init_help" && exit $ac_status |
| 1524 | 1524 |
if $ac_init_version; then |
| 1525 | 1525 |
cat <<\_ACEOF |
| 1526 | 1526 |
libclamavc++ configure devel |
| 1527 |
-generated by GNU Autoconf 2.68 |
|
| 1527 |
+generated by GNU Autoconf 2.69 |
|
| 1528 | 1528 |
|
| 1529 |
-Copyright (C) 2010 Free Software Foundation, Inc. |
|
| 1529 |
+Copyright (C) 2012 Free Software Foundation, Inc. |
|
| 1530 | 1530 |
This configure script is free software; the Free Software Foundation |
| 1531 | 1531 |
gives unlimited permission to copy, distribute and modify it. |
| 1532 | 1532 |
_ACEOF |
| ... | ... |
@@ -1750,7 +1771,7 @@ $as_echo "$ac_try_echo"; } >&5 |
| 1750 | 1750 |
test ! -s conftest.err |
| 1751 | 1751 |
} && test -s conftest$ac_exeext && {
|
| 1752 | 1752 |
test "$cross_compiling" = yes || |
| 1753 |
- $as_test_x conftest$ac_exeext |
|
| 1753 |
+ test -x conftest$ac_exeext |
|
| 1754 | 1754 |
}; then : |
| 1755 | 1755 |
ac_retval=0 |
| 1756 | 1756 |
else |
| ... | ... |
@@ -1900,7 +1921,7 @@ $as_echo "$ac_try_echo"; } >&5 |
| 1900 | 1900 |
test ! -s conftest.err |
| 1901 | 1901 |
} && test -s conftest$ac_exeext && {
|
| 1902 | 1902 |
test "$cross_compiling" = yes || |
| 1903 |
- $as_test_x conftest$ac_exeext |
|
| 1903 |
+ test -x conftest$ac_exeext |
|
| 1904 | 1904 |
}; then : |
| 1905 | 1905 |
ac_retval=0 |
| 1906 | 1906 |
else |
| ... | ... |
@@ -1965,7 +1986,7 @@ This file contains any messages produced by compilers while |
| 1965 | 1965 |
running configure, to aid debugging if configure makes a mistake. |
| 1966 | 1966 |
|
| 1967 | 1967 |
It was created by libclamavc++ $as_me devel, which was |
| 1968 |
-generated by GNU Autoconf 2.68. Invocation command line was |
|
| 1968 |
+generated by GNU Autoconf 2.69. Invocation command line was |
|
| 1969 | 1969 |
|
| 1970 | 1970 |
$ $0 $@ |
| 1971 | 1971 |
|
| ... | ... |
@@ -2454,7 +2475,7 @@ test -n "$target_alias" && |
| 2454 | 2454 |
test "$program_prefix$program_suffix$program_transform_name" = \ |
| 2455 | 2455 |
NONENONEs,x,x, && |
| 2456 | 2456 |
program_prefix=${target_alias}-
|
| 2457 |
-am__api_version='1.11' |
|
| 2457 |
+am__api_version='1.14' |
|
| 2458 | 2458 |
|
| 2459 | 2459 |
# Find a good install program. We prefer a C program (faster), |
| 2460 | 2460 |
# so one script is as good as another. But avoid the broken or |
| ... | ... |
@@ -2493,7 +2514,7 @@ case $as_dir/ in #(( |
| 2493 | 2493 |
# by default. |
| 2494 | 2494 |
for ac_prog in ginstall scoinst install; do |
| 2495 | 2495 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2496 |
- if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
|
|
| 2496 |
+ if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then |
|
| 2497 | 2497 |
if test $ac_prog = install && |
| 2498 | 2498 |
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
| 2499 | 2499 |
# AIX install. It has an incompatible calling convention. |
| ... | ... |
@@ -2551,9 +2572,6 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
| 2551 | 2551 |
|
| 2552 | 2552 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
|
| 2553 | 2553 |
$as_echo_n "checking whether build environment is sane... " >&6; } |
| 2554 |
-# Just in case |
|
| 2555 |
-sleep 1 |
|
| 2556 |
-echo timestamp > conftest.file |
|
| 2557 | 2554 |
# Reject unsafe characters in $srcdir or the absolute working directory |
| 2558 | 2555 |
# name. Accept space and tab only in the latter. |
| 2559 | 2556 |
am_lf=' |
| ... | ... |
@@ -2564,32 +2582,40 @@ case `pwd` in |
| 2564 | 2564 |
esac |
| 2565 | 2565 |
case $srcdir in |
| 2566 | 2566 |
*[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
| 2567 |
- as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; |
|
| 2567 |
+ as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; |
|
| 2568 | 2568 |
esac |
| 2569 | 2569 |
|
| 2570 |
-# Do `set' in a subshell so we don't clobber the current shell's |
|
| 2570 |
+# Do 'set' in a subshell so we don't clobber the current shell's |
|
| 2571 | 2571 |
# arguments. Must try -L first in case configure is actually a |
| 2572 | 2572 |
# symlink; some systems play weird games with the mod time of symlinks |
| 2573 | 2573 |
# (eg FreeBSD returns the mod time of the symlink's containing |
| 2574 | 2574 |
# directory). |
| 2575 | 2575 |
if ( |
| 2576 |
- set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
|
| 2577 |
- if test "$*" = "X"; then |
|
| 2578 |
- # -L didn't work. |
|
| 2579 |
- set X `ls -t "$srcdir/configure" conftest.file` |
|
| 2580 |
- fi |
|
| 2581 |
- rm -f conftest.file |
|
| 2582 |
- if test "$*" != "X $srcdir/configure conftest.file" \ |
|
| 2583 |
- && test "$*" != "X conftest.file $srcdir/configure"; then |
|
| 2584 |
- |
|
| 2585 |
- # If neither matched, then we have a broken ls. This can happen |
|
| 2586 |
- # if, for instance, CONFIG_SHELL is bash and it inherits a |
|
| 2587 |
- # broken ls alias from the environment. This has actually |
|
| 2588 |
- # happened. Such a system could not be considered "sane". |
|
| 2589 |
- as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
|
| 2590 |
-alias in your environment" "$LINENO" 5 |
|
| 2591 |
- fi |
|
| 2592 |
- |
|
| 2576 |
+ am_has_slept=no |
|
| 2577 |
+ for am_try in 1 2; do |
|
| 2578 |
+ echo "timestamp, slept: $am_has_slept" > conftest.file |
|
| 2579 |
+ set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
|
| 2580 |
+ if test "$*" = "X"; then |
|
| 2581 |
+ # -L didn't work. |
|
| 2582 |
+ set X `ls -t "$srcdir/configure" conftest.file` |
|
| 2583 |
+ fi |
|
| 2584 |
+ if test "$*" != "X $srcdir/configure conftest.file" \ |
|
| 2585 |
+ && test "$*" != "X conftest.file $srcdir/configure"; then |
|
| 2586 |
+ |
|
| 2587 |
+ # If neither matched, then we have a broken ls. This can happen |
|
| 2588 |
+ # if, for instance, CONFIG_SHELL is bash and it inherits a |
|
| 2589 |
+ # broken ls alias from the environment. This has actually |
|
| 2590 |
+ # happened. Such a system could not be considered "sane". |
|
| 2591 |
+ as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
|
| 2592 |
+ alias in your environment" "$LINENO" 5 |
|
| 2593 |
+ fi |
|
| 2594 |
+ if test "$2" = conftest.file || test $am_try -eq 2; then |
|
| 2595 |
+ break |
|
| 2596 |
+ fi |
|
| 2597 |
+ # Just in case. |
|
| 2598 |
+ sleep 1 |
|
| 2599 |
+ am_has_slept=yes |
|
| 2600 |
+ done |
|
| 2593 | 2601 |
test "$2" = conftest.file |
| 2594 | 2602 |
) |
| 2595 | 2603 |
then |
| ... | ... |
@@ -2601,6 +2627,16 @@ Check your system clock" "$LINENO" 5 |
| 2601 | 2601 |
fi |
| 2602 | 2602 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
| 2603 | 2603 |
$as_echo "yes" >&6; } |
| 2604 |
+# If we didn't sleep, we still need to ensure time stamps of config.status and |
|
| 2605 |
+# generated files are strictly newer. |
|
| 2606 |
+am_sleep_pid= |
|
| 2607 |
+if grep 'slept: no' conftest.file >/dev/null 2>&1; then |
|
| 2608 |
+ ( sleep 1 ) & |
|
| 2609 |
+ am_sleep_pid=$! |
|
| 2610 |
+fi |
|
| 2611 |
+ |
|
| 2612 |
+rm -f conftest.file |
|
| 2613 |
+ |
|
| 2604 | 2614 |
test "$program_prefix" != NONE && |
| 2605 | 2615 |
program_transform_name="s&^&$program_prefix&;$program_transform_name" |
| 2606 | 2616 |
# Use a double $ so make ignores it. |
| ... | ... |
@@ -2623,12 +2659,12 @@ if test x"${MISSING+set}" != xset; then
|
| 2623 | 2623 |
esac |
| 2624 | 2624 |
fi |
| 2625 | 2625 |
# Use eval to expand $SHELL |
| 2626 |
-if eval "$MISSING --run true"; then |
|
| 2627 |
- am_missing_run="$MISSING --run " |
|
| 2626 |
+if eval "$MISSING --is-lightweight"; then |
|
| 2627 |
+ am_missing_run="$MISSING " |
|
| 2628 | 2628 |
else |
| 2629 | 2629 |
am_missing_run= |
| 2630 |
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
|
|
| 2631 |
-$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} |
|
| 2630 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
|
|
| 2631 |
+$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} |
|
| 2632 | 2632 |
fi |
| 2633 | 2633 |
|
| 2634 | 2634 |
if test x"${install_sh}" != xset; then
|
| ... | ... |
@@ -2640,10 +2676,10 @@ if test x"${install_sh}" != xset; then
|
| 2640 | 2640 |
esac |
| 2641 | 2641 |
fi |
| 2642 | 2642 |
|
| 2643 |
-# Installed binaries are usually stripped using `strip' when the user |
|
| 2644 |
-# run `make install-strip'. However `strip' might not be the right |
|
| 2643 |
+# Installed binaries are usually stripped using 'strip' when the user |
|
| 2644 |
+# run "make install-strip". However 'strip' might not be the right |
|
| 2645 | 2645 |
# tool to use in cross-compilation environments, therefore Automake |
| 2646 |
-# will honor the `STRIP' environment variable to overrule this program. |
|
| 2646 |
+# will honor the 'STRIP' environment variable to overrule this program. |
|
| 2647 | 2647 |
if test "$cross_compiling" != no; then |
| 2648 | 2648 |
if test -n "$ac_tool_prefix"; then |
| 2649 | 2649 |
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
|
| ... | ... |
@@ -2662,7 +2698,7 @@ do |
| 2662 | 2662 |
IFS=$as_save_IFS |
| 2663 | 2663 |
test -z "$as_dir" && as_dir=. |
| 2664 | 2664 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2665 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 2665 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 2666 | 2666 |
ac_cv_prog_STRIP="${ac_tool_prefix}strip"
|
| 2667 | 2667 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 2668 | 2668 |
break 2 |
| ... | ... |
@@ -2702,7 +2738,7 @@ do |
| 2702 | 2702 |
IFS=$as_save_IFS |
| 2703 | 2703 |
test -z "$as_dir" && as_dir=. |
| 2704 | 2704 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2705 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 2705 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 2706 | 2706 |
ac_cv_prog_ac_ct_STRIP="strip" |
| 2707 | 2707 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 2708 | 2708 |
break 2 |
| ... | ... |
@@ -2753,7 +2789,7 @@ do |
| 2753 | 2753 |
test -z "$as_dir" && as_dir=. |
| 2754 | 2754 |
for ac_prog in mkdir gmkdir; do |
| 2755 | 2755 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2756 |
- { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
|
|
| 2756 |
+ as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue |
|
| 2757 | 2757 |
case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( |
| 2758 | 2758 |
'mkdir (GNU coreutils) '* | \ |
| 2759 | 2759 |
'mkdir (coreutils) '* | \ |
| ... | ... |
@@ -2782,12 +2818,6 @@ fi |
| 2782 | 2782 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
|
| 2783 | 2783 |
$as_echo "$MKDIR_P" >&6; } |
| 2784 | 2784 |
|
| 2785 |
-mkdir_p="$MKDIR_P" |
|
| 2786 |
-case $mkdir_p in |
|
| 2787 |
- [\\/$]* | ?:[\\/]*) ;; |
|
| 2788 |
- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; |
|
| 2789 |
-esac |
|
| 2790 |
- |
|
| 2791 | 2785 |
for ac_prog in gawk mawk nawk awk |
| 2792 | 2786 |
do |
| 2793 | 2787 |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
| ... | ... |
@@ -2806,7 +2836,7 @@ do |
| 2806 | 2806 |
IFS=$as_save_IFS |
| 2807 | 2807 |
test -z "$as_dir" && as_dir=. |
| 2808 | 2808 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2809 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 2809 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 2810 | 2810 |
ac_cv_prog_AWK="$ac_prog" |
| 2811 | 2811 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 2812 | 2812 |
break 2 |
| ... | ... |
@@ -2870,6 +2900,45 @@ else |
| 2870 | 2870 |
fi |
| 2871 | 2871 |
rmdir .tst 2>/dev/null |
| 2872 | 2872 |
|
| 2873 |
+# Check whether --enable-silent-rules was given. |
|
| 2874 |
+if test "${enable_silent_rules+set}" = set; then :
|
|
| 2875 |
+ enableval=$enable_silent_rules; |
|
| 2876 |
+fi |
|
| 2877 |
+ |
|
| 2878 |
+case $enable_silent_rules in # ((( |
|
| 2879 |
+ yes) AM_DEFAULT_VERBOSITY=0;; |
|
| 2880 |
+ no) AM_DEFAULT_VERBOSITY=1;; |
|
| 2881 |
+ *) AM_DEFAULT_VERBOSITY=1;; |
|
| 2882 |
+esac |
|
| 2883 |
+am_make=${MAKE-make}
|
|
| 2884 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
|
|
| 2885 |
+$as_echo_n "checking whether $am_make supports nested variables... " >&6; } |
|
| 2886 |
+if ${am_cv_make_support_nested_variables+:} false; then :
|
|
| 2887 |
+ $as_echo_n "(cached) " >&6 |
|
| 2888 |
+else |
|
| 2889 |
+ if $as_echo 'TRUE=$(BAR$(V)) |
|
| 2890 |
+BAR0=false |
|
| 2891 |
+BAR1=true |
|
| 2892 |
+V=1 |
|
| 2893 |
+am__doit: |
|
| 2894 |
+ @$(TRUE) |
|
| 2895 |
+.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then |
|
| 2896 |
+ am_cv_make_support_nested_variables=yes |
|
| 2897 |
+else |
|
| 2898 |
+ am_cv_make_support_nested_variables=no |
|
| 2899 |
+fi |
|
| 2900 |
+fi |
|
| 2901 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
|
|
| 2902 |
+$as_echo "$am_cv_make_support_nested_variables" >&6; } |
|
| 2903 |
+if test $am_cv_make_support_nested_variables = yes; then |
|
| 2904 |
+ AM_V='$(V)' |
|
| 2905 |
+ AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' |
|
| 2906 |
+else |
|
| 2907 |
+ AM_V=$AM_DEFAULT_VERBOSITY |
|
| 2908 |
+ AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY |
|
| 2909 |
+fi |
|
| 2910 |
+AM_BACKSLASH='\' |
|
| 2911 |
+ |
|
| 2873 | 2912 |
if test "`cd $srcdir && pwd`" != "`pwd`"; then |
| 2874 | 2913 |
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output |
| 2875 | 2914 |
# is not polluted with repeated "-I." |
| ... | ... |
@@ -2911,6 +2980,12 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
|
| 2911 | 2911 |
|
| 2912 | 2912 |
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
|
| 2913 | 2913 |
|
| 2914 |
+# For better backward compatibility. To be removed once Automake 1.9.x |
|
| 2915 |
+# dies out for good. For more background, see: |
|
| 2916 |
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> |
|
| 2917 |
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
|
| 2918 |
+mkdir_p='$(MKDIR_P)' |
|
| 2919 |
+ |
|
| 2914 | 2920 |
# We need awk for the "check" target. The system "awk" is bad on |
| 2915 | 2921 |
# some platforms. |
| 2916 | 2922 |
# Always define AMTAR for backward compatibility. Yes, it's still used |
| ... | ... |
@@ -2918,101 +2993,151 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
|
| 2918 | 2918 |
AMTAR='$${TAR-tar}'
|
| 2919 | 2919 |
|
| 2920 | 2920 |
|
| 2921 |
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a pax tar archive" >&5
|
|
| 2922 |
-$as_echo_n "checking how to create a pax tar archive... " >&6; } |
|
| 2923 |
-# Loop over all known methods to create a tar archive until one works. |
|
| 2921 |
+# We'll loop over all known methods to create a tar archive until one works. |
|
| 2924 | 2922 |
_am_tools='gnutar pax cpio none' |
| 2925 |
-_am_tools=${am_cv_prog_tar_pax-$_am_tools}
|
|
| 2926 |
-# Do not fold the above two line into one, because Tru64 sh and |
|
| 2927 |
-# Solaris sh will not grok spaces in the rhs of `-'. |
|
| 2928 |
-for _am_tool in $_am_tools |
|
| 2929 |
-do |
|
| 2930 |
- case $_am_tool in |
|
| 2931 |
- gnutar) |
|
| 2932 |
- for _am_tar in tar gnutar gtar; |
|
| 2933 |
- do |
|
| 2934 |
- { echo "$as_me:$LINENO: $_am_tar --version" >&5
|
|
| 2923 |
+ |
|
| 2924 |
+ |
|
| 2925 |
+ |
|
| 2926 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a pax tar archive" >&5
|
|
| 2927 |
+$as_echo_n "checking how to create a pax tar archive... " >&6; } |
|
| 2928 |
+ |
|
| 2929 |
+ # Go ahead even if we have the value already cached. We do so because we |
|
| 2930 |
+ # need to set the values for the 'am__tar' and 'am__untar' variables. |
|
| 2931 |
+ _am_tools=${am_cv_prog_tar_pax-$_am_tools}
|
|
| 2932 |
+ |
|
| 2933 |
+ for _am_tool in $_am_tools; do |
|
| 2934 |
+ case $_am_tool in |
|
| 2935 |
+ gnutar) |
|
| 2936 |
+ for _am_tar in tar gnutar gtar; do |
|
| 2937 |
+ { echo "$as_me:$LINENO: $_am_tar --version" >&5
|
|
| 2935 | 2938 |
($_am_tar --version) >&5 2>&5 |
| 2936 | 2939 |
ac_status=$? |
| 2937 | 2940 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2938 | 2941 |
(exit $ac_status); } && break |
| 2939 |
- done |
|
| 2940 |
- am__tar="$_am_tar --format=posix -chf - "'"$$tardir"' |
|
| 2941 |
- am__tar_="$_am_tar --format=posix -chf - "'"$tardir"' |
|
| 2942 |
- am__untar="$_am_tar -xf -" |
|
| 2943 |
- ;; |
|
| 2944 |
- plaintar) |
|
| 2945 |
- # Must skip GNU tar: if it does not support --format= it doesn't create |
|
| 2946 |
- # ustar tarball either. |
|
| 2947 |
- (tar --version) >/dev/null 2>&1 && continue |
|
| 2948 |
- am__tar='tar chf - "$$tardir"' |
|
| 2949 |
- am__tar_='tar chf - "$tardir"' |
|
| 2950 |
- am__untar='tar xf -' |
|
| 2951 |
- ;; |
|
| 2952 |
- pax) |
|
| 2953 |
- am__tar='pax -L -x pax -w "$$tardir"' |
|
| 2954 |
- am__tar_='pax -L -x pax -w "$tardir"' |
|
| 2955 |
- am__untar='pax -r' |
|
| 2956 |
- ;; |
|
| 2957 |
- cpio) |
|
| 2958 |
- am__tar='find "$$tardir" -print | cpio -o -H pax -L' |
|
| 2959 |
- am__tar_='find "$tardir" -print | cpio -o -H pax -L' |
|
| 2960 |
- am__untar='cpio -i -H pax -d' |
|
| 2961 |
- ;; |
|
| 2962 |
- none) |
|
| 2963 |
- am__tar=false |
|
| 2964 |
- am__tar_=false |
|
| 2965 |
- am__untar=false |
|
| 2966 |
- ;; |
|
| 2967 |
- esac |
|
| 2942 |
+ done |
|
| 2943 |
+ am__tar="$_am_tar --format=posix -chf - "'"$$tardir"' |
|
| 2944 |
+ am__tar_="$_am_tar --format=posix -chf - "'"$tardir"' |
|
| 2945 |
+ am__untar="$_am_tar -xf -" |
|
| 2946 |
+ ;; |
|
| 2947 |
+ plaintar) |
|
| 2948 |
+ # Must skip GNU tar: if it does not support --format= it doesn't create |
|
| 2949 |
+ # ustar tarball either. |
|
| 2950 |
+ (tar --version) >/dev/null 2>&1 && continue |
|
| 2951 |
+ am__tar='tar chf - "$$tardir"' |
|
| 2952 |
+ am__tar_='tar chf - "$tardir"' |
|
| 2953 |
+ am__untar='tar xf -' |
|
| 2954 |
+ ;; |
|
| 2955 |
+ pax) |
|
| 2956 |
+ am__tar='pax -L -x pax -w "$$tardir"' |
|
| 2957 |
+ am__tar_='pax -L -x pax -w "$tardir"' |
|
| 2958 |
+ am__untar='pax -r' |
|
| 2959 |
+ ;; |
|
| 2960 |
+ cpio) |
|
| 2961 |
+ am__tar='find "$$tardir" -print | cpio -o -H pax -L' |
|
| 2962 |
+ am__tar_='find "$tardir" -print | cpio -o -H pax -L' |
|
| 2963 |
+ am__untar='cpio -i -H pax -d' |
|
| 2964 |
+ ;; |
|
| 2965 |
+ none) |
|
| 2966 |
+ am__tar=false |
|
| 2967 |
+ am__tar_=false |
|
| 2968 |
+ am__untar=false |
|
| 2969 |
+ ;; |
|
| 2970 |
+ esac |
|
| 2968 | 2971 |
|
| 2969 |
- # If the value was cached, stop now. We just wanted to have am__tar |
|
| 2970 |
- # and am__untar set. |
|
| 2971 |
- test -n "${am_cv_prog_tar_pax}" && break
|
|
| 2972 |
+ # If the value was cached, stop now. We just wanted to have am__tar |
|
| 2973 |
+ # and am__untar set. |
|
| 2974 |
+ test -n "${am_cv_prog_tar_pax}" && break
|
|
| 2972 | 2975 |
|
| 2973 |
- # tar/untar a dummy directory, and stop if the command works |
|
| 2974 |
- rm -rf conftest.dir |
|
| 2975 |
- mkdir conftest.dir |
|
| 2976 |
- echo GrepMe > conftest.dir/file |
|
| 2977 |
- { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
|
|
| 2976 |
+ # tar/untar a dummy directory, and stop if the command works. |
|
| 2977 |
+ rm -rf conftest.dir |
|
| 2978 |
+ mkdir conftest.dir |
|
| 2979 |
+ echo GrepMe > conftest.dir/file |
|
| 2980 |
+ { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
|
|
| 2978 | 2981 |
(tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5 |
| 2979 | 2982 |
ac_status=$? |
| 2980 | 2983 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2981 | 2984 |
(exit $ac_status); } |
| 2982 |
- rm -rf conftest.dir |
|
| 2983 |
- if test -s conftest.tar; then |
|
| 2984 |
- { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
|
|
| 2985 |
+ rm -rf conftest.dir |
|
| 2986 |
+ if test -s conftest.tar; then |
|
| 2987 |
+ { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
|
|
| 2985 | 2988 |
($am__untar <conftest.tar) >&5 2>&5 |
| 2986 | 2989 |
ac_status=$? |
| 2987 | 2990 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2988 | 2991 |
(exit $ac_status); } |
| 2989 |
- grep GrepMe conftest.dir/file >/dev/null 2>&1 && break |
|
| 2990 |
- fi |
|
| 2991 |
-done |
|
| 2992 |
-rm -rf conftest.dir |
|
| 2992 |
+ { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
|
|
| 2993 |
+ (cat conftest.dir/file) >&5 2>&5 |
|
| 2994 |
+ ac_status=$? |
|
| 2995 |
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
| 2996 |
+ (exit $ac_status); } |
|
| 2997 |
+ grep GrepMe conftest.dir/file >/dev/null 2>&1 && break |
|
| 2998 |
+ fi |
|
| 2999 |
+ done |
|
| 3000 |
+ rm -rf conftest.dir |
|
| 2993 | 3001 |
|
| 2994 |
-if ${am_cv_prog_tar_pax+:} false; then :
|
|
| 3002 |
+ if ${am_cv_prog_tar_pax+:} false; then :
|
|
| 2995 | 3003 |
$as_echo_n "(cached) " >&6 |
| 2996 | 3004 |
else |
| 2997 | 3005 |
am_cv_prog_tar_pax=$_am_tool |
| 2998 | 3006 |
fi |
| 2999 | 3007 |
|
| 3000 |
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_pax" >&5
|
|
| 3008 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_pax" >&5
|
|
| 3001 | 3009 |
$as_echo "$am_cv_prog_tar_pax" >&6; } |
| 3002 | 3010 |
|
| 3003 | 3011 |
|
| 3004 | 3012 |
|
| 3005 | 3013 |
|
| 3006 | 3014 |
|
| 3015 |
+ |
|
| 3016 |
+# POSIX will say in a future version that running "rm -f" with no argument |
|
| 3017 |
+# is OK; and we want to be able to make that assumption in our Makefile |
|
| 3018 |
+# recipes. So use an aggressive probe to check that the usage we want is |
|
| 3019 |
+# actually supported "in the wild" to an acceptable degree. |
|
| 3020 |
+# See automake bug#10828. |
|
| 3021 |
+# To make any issue more visible, cause the running configure to be aborted |
|
| 3022 |
+# by default if the 'rm' program in use doesn't match our expectations; the |
|
| 3023 |
+# user can still override this though. |
|
| 3024 |
+if rm -f && rm -fr && rm -rf; then : OK; else |
|
| 3025 |
+ cat >&2 <<'END' |
|
| 3026 |
+Oops! |
|
| 3027 |
+ |
|
| 3028 |
+Your 'rm' program seems unable to run without file operands specified |
|
| 3029 |
+on the command line, even when the '-f' option is present. This is contrary |
|
| 3030 |
+to the behaviour of most rm programs out there, and not conforming with |
|
| 3031 |
+the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542> |
|
| 3032 |
+ |
|
| 3033 |
+Please tell bug-automake@gnu.org about your system, including the value |
|
| 3034 |
+of your $PATH and any error possibly output before this message. This |
|
| 3035 |
+can help us improve future automake versions. |
|
| 3036 |
+ |
|
| 3037 |
+END |
|
| 3038 |
+ if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then |
|
| 3039 |
+ echo 'Configuration will proceed anyway, since you have set the' >&2 |
|
| 3040 |
+ echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 |
|
| 3041 |
+ echo >&2 |
|
| 3042 |
+ else |
|
| 3043 |
+ cat >&2 <<'END' |
|
| 3044 |
+Aborting the configuration process, to ensure you take notice of the issue. |
|
| 3045 |
+ |
|
| 3046 |
+You can download and install GNU coreutils to get an 'rm' implementation |
|
| 3047 |
+that behaves properly: <http://www.gnu.org/software/coreutils/>. |
|
| 3048 |
+ |
|
| 3049 |
+If you want to complete the configuration process using your problematic |
|
| 3050 |
+'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM |
|
| 3051 |
+to "yes", and re-run configure. |
|
| 3052 |
+ |
|
| 3053 |
+END |
|
| 3054 |
+ as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 |
|
| 3055 |
+ fi |
|
| 3056 |
+fi |
|
| 3007 | 3057 |
# Check whether --enable-silent-rules was given. |
| 3008 | 3058 |
if test "${enable_silent_rules+set}" = set; then :
|
| 3009 | 3059 |
enableval=$enable_silent_rules; |
| 3010 | 3060 |
fi |
| 3011 | 3061 |
|
| 3012 |
-case $enable_silent_rules in |
|
| 3013 |
-yes) AM_DEFAULT_VERBOSITY=0;; |
|
| 3014 |
-no) AM_DEFAULT_VERBOSITY=1;; |
|
| 3015 |
-*) AM_DEFAULT_VERBOSITY=0;; |
|
| 3062 |
+case $enable_silent_rules in # ((( |
|
| 3063 |
+ yes) AM_DEFAULT_VERBOSITY=0;; |
|
| 3064 |
+ no) AM_DEFAULT_VERBOSITY=1;; |
|
| 3065 |
+ *) AM_DEFAULT_VERBOSITY=0;; |
|
| 3016 | 3066 |
esac |
| 3017 | 3067 |
am_make=${MAKE-make}
|
| 3018 | 3068 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
|
| ... | ... |
@@ -3073,7 +3198,7 @@ do |
| 3073 | 3073 |
IFS=$as_save_IFS |
| 3074 | 3074 |
test -z "$as_dir" && as_dir=. |
| 3075 | 3075 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3076 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 3076 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 3077 | 3077 |
ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" |
| 3078 | 3078 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 3079 | 3079 |
break 2 |
| ... | ... |
@@ -3117,7 +3242,7 @@ do |
| 3117 | 3117 |
IFS=$as_save_IFS |
| 3118 | 3118 |
test -z "$as_dir" && as_dir=. |
| 3119 | 3119 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3120 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 3120 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 3121 | 3121 |
ac_cv_prog_ac_ct_CXX="$ac_prog" |
| 3122 | 3122 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 3123 | 3123 |
break 2 |
| ... | ... |
@@ -3570,7 +3695,7 @@ am__quote= |
| 3570 | 3570 |
_am_result=none |
| 3571 | 3571 |
# First try GNU make style include. |
| 3572 | 3572 |
echo "include confinc" > confmf |
| 3573 |
-# Ignore all kinds of additional output from `make'. |
|
| 3573 |
+# Ignore all kinds of additional output from 'make'. |
|
| 3574 | 3574 |
case `$am_make -s -f confmf 2> /dev/null` in #( |
| 3575 | 3575 |
*the\ am__doit\ target*) |
| 3576 | 3576 |
am__include=include |
| ... | ... |
@@ -3626,8 +3751,8 @@ else |
| 3626 | 3626 |
# We make a subdir and do the tests there. Otherwise we can end up |
| 3627 | 3627 |
# making bogus files that we don't know about and never remove. For |
| 3628 | 3628 |
# instance it was reported that on HP-UX the gcc test will end up |
| 3629 |
- # making a dummy file named `D' -- because `-MD' means `put the output |
|
| 3630 |
- # in D'. |
|
| 3629 |
+ # making a dummy file named 'D' -- because '-MD' means "put the output |
|
| 3630 |
+ # in D". |
|
| 3631 | 3631 |
rm -rf conftest.dir |
| 3632 | 3632 |
mkdir conftest.dir |
| 3633 | 3633 |
# Copy depcomp to subdir because otherwise we won't find it if we're |
| ... | ... |
@@ -3662,16 +3787,16 @@ else |
| 3662 | 3662 |
: > sub/conftest.c |
| 3663 | 3663 |
for i in 1 2 3 4 5 6; do |
| 3664 | 3664 |
echo '#include "conftst'$i'.h"' >> sub/conftest.c |
| 3665 |
- # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with |
|
| 3666 |
- # Solaris 8's {/usr,}/bin/sh.
|
|
| 3667 |
- touch sub/conftst$i.h |
|
| 3665 |
+ # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with |
|
| 3666 |
+ # Solaris 10 /bin/sh. |
|
| 3667 |
+ echo '/* dummy */' > sub/conftst$i.h |
|
| 3668 | 3668 |
done |
| 3669 | 3669 |
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
|
| 3670 | 3670 |
|
| 3671 |
- # We check with `-c' and `-o' for the sake of the "dashmstdout" |
|
| 3671 |
+ # We check with '-c' and '-o' for the sake of the "dashmstdout" |
|
| 3672 | 3672 |
# mode. It turns out that the SunPro C++ compiler does not properly |
| 3673 |
- # handle `-M -o', and we need to detect this. Also, some Intel |
|
| 3674 |
- # versions had trouble with output in subdirs |
|
| 3673 |
+ # handle '-M -o', and we need to detect this. Also, some Intel |
|
| 3674 |
+ # versions had trouble with output in subdirs. |
|
| 3675 | 3675 |
am__obj=sub/conftest.${OBJEXT-o}
|
| 3676 | 3676 |
am__minus_obj="-o $am__obj" |
| 3677 | 3677 |
case $depmode in |
| ... | ... |
@@ -3680,8 +3805,8 @@ else |
| 3680 | 3680 |
test "$am__universal" = false || continue |
| 3681 | 3681 |
;; |
| 3682 | 3682 |
nosideeffect) |
| 3683 |
- # after this tag, mechanisms are not by side-effect, so they'll |
|
| 3684 |
- # only be used when explicitly requested |
|
| 3683 |
+ # After this tag, mechanisms are not by side-effect, so they'll |
|
| 3684 |
+ # only be used when explicitly requested. |
|
| 3685 | 3685 |
if test "x$enable_dependency_tracking" = xyes; then |
| 3686 | 3686 |
continue |
| 3687 | 3687 |
else |
| ... | ... |
@@ -3689,7 +3814,7 @@ else |
| 3689 | 3689 |
fi |
| 3690 | 3690 |
;; |
| 3691 | 3691 |
msvc7 | msvc7msys | msvisualcpp | msvcmsys) |
| 3692 |
- # This compiler won't grok `-c -o', but also, the minuso test has |
|
| 3692 |
+ # This compiler won't grok '-c -o', but also, the minuso test has |
|
| 3693 | 3693 |
# not run yet. These depmodes are late enough in the game, and |
| 3694 | 3694 |
# so weak that their functioning should not be impacted. |
| 3695 | 3695 |
am__obj=conftest.${OBJEXT-o}
|
| ... | ... |
@@ -3765,7 +3890,7 @@ do |
| 3765 | 3765 |
IFS=$as_save_IFS |
| 3766 | 3766 |
test -z "$as_dir" && as_dir=. |
| 3767 | 3767 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3768 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 3768 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 3769 | 3769 |
ac_cv_prog_CC="${ac_tool_prefix}gcc"
|
| 3770 | 3770 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 3771 | 3771 |
break 2 |
| ... | ... |
@@ -3805,7 +3930,7 @@ do |
| 3805 | 3805 |
IFS=$as_save_IFS |
| 3806 | 3806 |
test -z "$as_dir" && as_dir=. |
| 3807 | 3807 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3808 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 3808 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 3809 | 3809 |
ac_cv_prog_ac_ct_CC="gcc" |
| 3810 | 3810 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 3811 | 3811 |
break 2 |
| ... | ... |
@@ -3858,7 +3983,7 @@ do |
| 3858 | 3858 |
IFS=$as_save_IFS |
| 3859 | 3859 |
test -z "$as_dir" && as_dir=. |
| 3860 | 3860 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3861 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 3861 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 3862 | 3862 |
ac_cv_prog_CC="${ac_tool_prefix}cc"
|
| 3863 | 3863 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 3864 | 3864 |
break 2 |
| ... | ... |
@@ -3899,7 +4024,7 @@ do |
| 3899 | 3899 |
IFS=$as_save_IFS |
| 3900 | 3900 |
test -z "$as_dir" && as_dir=. |
| 3901 | 3901 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3902 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 3902 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 3903 | 3903 |
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
| 3904 | 3904 |
ac_prog_rejected=yes |
| 3905 | 3905 |
continue |
| ... | ... |
@@ -3957,7 +4082,7 @@ do |
| 3957 | 3957 |
IFS=$as_save_IFS |
| 3958 | 3958 |
test -z "$as_dir" && as_dir=. |
| 3959 | 3959 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3960 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 3960 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 3961 | 3961 |
ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
| 3962 | 3962 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 3963 | 3963 |
break 2 |
| ... | ... |
@@ -4001,7 +4126,7 @@ do |
| 4001 | 4001 |
IFS=$as_save_IFS |
| 4002 | 4002 |
test -z "$as_dir" && as_dir=. |
| 4003 | 4003 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4004 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 4004 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 4005 | 4005 |
ac_cv_prog_ac_ct_CC="$ac_prog" |
| 4006 | 4006 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 4007 | 4007 |
break 2 |
| ... | ... |
@@ -4197,8 +4322,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 4197 | 4197 |
/* end confdefs.h. */ |
| 4198 | 4198 |
#include <stdarg.h> |
| 4199 | 4199 |
#include <stdio.h> |
| 4200 |
-#include <sys/types.h> |
|
| 4201 |
-#include <sys/stat.h> |
|
| 4200 |
+struct stat; |
|
| 4202 | 4201 |
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
| 4203 | 4202 |
struct buf { int x; };
|
| 4204 | 4203 |
FILE * (*rcsopen) (struct buf *, struct stat *, int); |
| ... | ... |
@@ -4283,6 +4407,65 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 4283 | 4283 |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 4284 | 4284 |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 4285 | 4285 |
|
| 4286 |
+ac_ext=c |
|
| 4287 |
+ac_cpp='$CPP $CPPFLAGS' |
|
| 4288 |
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|
| 4289 |
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
|
| 4290 |
+ac_compiler_gnu=$ac_cv_c_compiler_gnu |
|
| 4291 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
|
|
| 4292 |
+$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } |
|
| 4293 |
+if ${am_cv_prog_cc_c_o+:} false; then :
|
|
| 4294 |
+ $as_echo_n "(cached) " >&6 |
|
| 4295 |
+else |
|
| 4296 |
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
| 4297 |
+/* end confdefs.h. */ |
|
| 4298 |
+ |
|
| 4299 |
+int |
|
| 4300 |
+main () |
|
| 4301 |
+{
|
|
| 4302 |
+ |
|
| 4303 |
+ ; |
|
| 4304 |
+ return 0; |
|
| 4305 |
+} |
|
| 4306 |
+_ACEOF |
|
| 4307 |
+ # Make sure it works both with $CC and with simple cc. |
|
| 4308 |
+ # Following AC_PROG_CC_C_O, we do the test twice because some |
|
| 4309 |
+ # compilers refuse to overwrite an existing .o file with -o, |
|
| 4310 |
+ # though they will create one. |
|
| 4311 |
+ am_cv_prog_cc_c_o=yes |
|
| 4312 |
+ for am_i in 1 2; do |
|
| 4313 |
+ if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
|
|
| 4314 |
+ ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 |
|
| 4315 |
+ ac_status=$? |
|
| 4316 |
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
| 4317 |
+ (exit $ac_status); } \ |
|
| 4318 |
+ && test -f conftest2.$ac_objext; then |
|
| 4319 |
+ : OK |
|
| 4320 |
+ else |
|
| 4321 |
+ am_cv_prog_cc_c_o=no |
|
| 4322 |
+ break |
|
| 4323 |
+ fi |
|
| 4324 |
+ done |
|
| 4325 |
+ rm -f core conftest* |
|
| 4326 |
+ unset am_i |
|
| 4327 |
+fi |
|
| 4328 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
|
|
| 4329 |
+$as_echo "$am_cv_prog_cc_c_o" >&6; } |
|
| 4330 |
+if test "$am_cv_prog_cc_c_o" != yes; then |
|
| 4331 |
+ # Losing compiler, so override with the script. |
|
| 4332 |
+ # FIXME: It is wrong to rewrite CC. |
|
| 4333 |
+ # But if we don't then we get into trouble of one sort or another. |
|
| 4334 |
+ # A longer-term fix would be to have automake use am__CC in this case, |
|
| 4335 |
+ # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" |
|
| 4336 |
+ CC="$am_aux_dir/compile $CC" |
|
| 4337 |
+fi |
|
| 4338 |
+ac_ext=c |
|
| 4339 |
+ac_cpp='$CPP $CPPFLAGS' |
|
| 4340 |
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|
| 4341 |
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
|
| 4342 |
+ac_compiler_gnu=$ac_cv_c_compiler_gnu |
|
| 4343 |
+ |
|
| 4344 |
+ |
|
| 4286 | 4345 |
depcc="$CC" am_compiler_list= |
| 4287 | 4346 |
|
| 4288 | 4347 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
|
| ... | ... |
@@ -4294,8 +4477,8 @@ else |
| 4294 | 4294 |
# We make a subdir and do the tests there. Otherwise we can end up |
| 4295 | 4295 |
# making bogus files that we don't know about and never remove. For |
| 4296 | 4296 |
# instance it was reported that on HP-UX the gcc test will end up |
| 4297 |
- # making a dummy file named `D' -- because `-MD' means `put the output |
|
| 4298 |
- # in D'. |
|
| 4297 |
+ # making a dummy file named 'D' -- because '-MD' means "put the output |
|
| 4298 |
+ # in D". |
|
| 4299 | 4299 |
rm -rf conftest.dir |
| 4300 | 4300 |
mkdir conftest.dir |
| 4301 | 4301 |
# Copy depcomp to subdir because otherwise we won't find it if we're |
| ... | ... |
@@ -4330,16 +4513,16 @@ else |
| 4330 | 4330 |
: > sub/conftest.c |
| 4331 | 4331 |
for i in 1 2 3 4 5 6; do |
| 4332 | 4332 |
echo '#include "conftst'$i'.h"' >> sub/conftest.c |
| 4333 |
- # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with |
|
| 4334 |
- # Solaris 8's {/usr,}/bin/sh.
|
|
| 4335 |
- touch sub/conftst$i.h |
|
| 4333 |
+ # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with |
|
| 4334 |
+ # Solaris 10 /bin/sh. |
|
| 4335 |
+ echo '/* dummy */' > sub/conftst$i.h |
|
| 4336 | 4336 |
done |
| 4337 | 4337 |
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
|
| 4338 | 4338 |
|
| 4339 |
- # We check with `-c' and `-o' for the sake of the "dashmstdout" |
|
| 4339 |
+ # We check with '-c' and '-o' for the sake of the "dashmstdout" |
|
| 4340 | 4340 |
# mode. It turns out that the SunPro C++ compiler does not properly |
| 4341 |
- # handle `-M -o', and we need to detect this. Also, some Intel |
|
| 4342 |
- # versions had trouble with output in subdirs |
|
| 4341 |
+ # handle '-M -o', and we need to detect this. Also, some Intel |
|
| 4342 |
+ # versions had trouble with output in subdirs. |
|
| 4343 | 4343 |
am__obj=sub/conftest.${OBJEXT-o}
|
| 4344 | 4344 |
am__minus_obj="-o $am__obj" |
| 4345 | 4345 |
case $depmode in |
| ... | ... |
@@ -4348,8 +4531,8 @@ else |
| 4348 | 4348 |
test "$am__universal" = false || continue |
| 4349 | 4349 |
;; |
| 4350 | 4350 |
nosideeffect) |
| 4351 |
- # after this tag, mechanisms are not by side-effect, so they'll |
|
| 4352 |
- # only be used when explicitly requested |
|
| 4351 |
+ # After this tag, mechanisms are not by side-effect, so they'll |
|
| 4352 |
+ # only be used when explicitly requested. |
|
| 4353 | 4353 |
if test "x$enable_dependency_tracking" = xyes; then |
| 4354 | 4354 |
continue |
| 4355 | 4355 |
else |
| ... | ... |
@@ -4357,7 +4540,7 @@ else |
| 4357 | 4357 |
fi |
| 4358 | 4358 |
;; |
| 4359 | 4359 |
msvc7 | msvc7msys | msvisualcpp | msvcmsys) |
| 4360 |
- # This compiler won't grok `-c -o', but also, the minuso test has |
|
| 4360 |
+ # This compiler won't grok '-c -o', but also, the minuso test has |
|
| 4361 | 4361 |
# not run yet. These depmodes are late enough in the game, and |
| 4362 | 4362 |
# so weak that their functioning should not be impacted. |
| 4363 | 4363 |
am__obj=conftest.${OBJEXT-o}
|
| ... | ... |
@@ -4566,7 +4749,7 @@ do |
| 4566 | 4566 |
for ac_prog in grep ggrep; do |
| 4567 | 4567 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4568 | 4568 |
ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
| 4569 |
- { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
|
|
| 4569 |
+ as_fn_executable_p "$ac_path_GREP" || continue |
|
| 4570 | 4570 |
# Check for GNU ac_path_GREP and select it if it is found. |
| 4571 | 4571 |
# Check for GNU $ac_path_GREP |
| 4572 | 4572 |
case `"$ac_path_GREP" --version 2>&1` in |
| ... | ... |
@@ -4632,7 +4815,7 @@ do |
| 4632 | 4632 |
for ac_prog in egrep; do |
| 4633 | 4633 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4634 | 4634 |
ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
| 4635 |
- { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
|
|
| 4635 |
+ as_fn_executable_p "$ac_path_EGREP" || continue |
|
| 4636 | 4636 |
# Check for GNU ac_path_EGREP and select it if it is found. |
| 4637 | 4637 |
# Check for GNU $ac_path_EGREP |
| 4638 | 4638 |
case `"$ac_path_EGREP" --version 2>&1` in |
| ... | ... |
@@ -5185,7 +5368,7 @@ do |
| 5185 | 5185 |
for ac_prog in sed gsed; do |
| 5186 | 5186 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5187 | 5187 |
ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" |
| 5188 |
- { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
|
|
| 5188 |
+ as_fn_executable_p "$ac_path_SED" || continue |
|
| 5189 | 5189 |
# Check for GNU ac_path_SED and select it if it is found. |
| 5190 | 5190 |
# Check for GNU $ac_path_SED |
| 5191 | 5191 |
case `"$ac_path_SED" --version 2>&1` in |
| ... | ... |
@@ -5264,7 +5447,7 @@ do |
| 5264 | 5264 |
for ac_prog in fgrep; do |
| 5265 | 5265 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5266 | 5266 |
ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" |
| 5267 |
- { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
|
|
| 5267 |
+ as_fn_executable_p "$ac_path_FGREP" || continue |
|
| 5268 | 5268 |
# Check for GNU ac_path_FGREP and select it if it is found. |
| 5269 | 5269 |
# Check for GNU $ac_path_FGREP |
| 5270 | 5270 |
case `"$ac_path_FGREP" --version 2>&1` in |
| ... | ... |
@@ -5520,7 +5703,7 @@ do |
| 5520 | 5520 |
IFS=$as_save_IFS |
| 5521 | 5521 |
test -z "$as_dir" && as_dir=. |
| 5522 | 5522 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5523 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 5523 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 5524 | 5524 |
ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" |
| 5525 | 5525 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 5526 | 5526 |
break 2 |
| ... | ... |
@@ -5564,7 +5747,7 @@ do |
| 5564 | 5564 |
IFS=$as_save_IFS |
| 5565 | 5565 |
test -z "$as_dir" && as_dir=. |
| 5566 | 5566 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5567 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 5567 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 5568 | 5568 |
ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" |
| 5569 | 5569 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 5570 | 5570 |
break 2 |
| ... | ... |
@@ -5988,7 +6171,7 @@ do |
| 5988 | 5988 |
IFS=$as_save_IFS |
| 5989 | 5989 |
test -z "$as_dir" && as_dir=. |
| 5990 | 5990 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5991 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 5991 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 5992 | 5992 |
ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
|
| 5993 | 5993 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 5994 | 5994 |
break 2 |
| ... | ... |
@@ -6028,7 +6211,7 @@ do |
| 6028 | 6028 |
IFS=$as_save_IFS |
| 6029 | 6029 |
test -z "$as_dir" && as_dir=. |
| 6030 | 6030 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6031 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6031 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6032 | 6032 |
ac_cv_prog_ac_ct_OBJDUMP="objdump" |
| 6033 | 6033 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6034 | 6034 |
break 2 |
| ... | ... |
@@ -6334,7 +6517,7 @@ do |
| 6334 | 6334 |
IFS=$as_save_IFS |
| 6335 | 6335 |
test -z "$as_dir" && as_dir=. |
| 6336 | 6336 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6337 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6337 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6338 | 6338 |
ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
|
| 6339 | 6339 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6340 | 6340 |
break 2 |
| ... | ... |
@@ -6374,7 +6557,7 @@ do |
| 6374 | 6374 |
IFS=$as_save_IFS |
| 6375 | 6375 |
test -z "$as_dir" && as_dir=. |
| 6376 | 6376 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6377 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6377 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6378 | 6378 |
ac_cv_prog_ac_ct_DLLTOOL="dlltool" |
| 6379 | 6379 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6380 | 6380 |
break 2 |
| ... | ... |
@@ -6477,7 +6660,7 @@ do |
| 6477 | 6477 |
IFS=$as_save_IFS |
| 6478 | 6478 |
test -z "$as_dir" && as_dir=. |
| 6479 | 6479 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6480 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6480 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6481 | 6481 |
ac_cv_prog_AR="$ac_tool_prefix$ac_prog" |
| 6482 | 6482 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6483 | 6483 |
break 2 |
| ... | ... |
@@ -6521,7 +6704,7 @@ do |
| 6521 | 6521 |
IFS=$as_save_IFS |
| 6522 | 6522 |
test -z "$as_dir" && as_dir=. |
| 6523 | 6523 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6524 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6524 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6525 | 6525 |
ac_cv_prog_ac_ct_AR="$ac_prog" |
| 6526 | 6526 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6527 | 6527 |
break 2 |
| ... | ... |
@@ -6646,7 +6829,7 @@ do |
| 6646 | 6646 |
IFS=$as_save_IFS |
| 6647 | 6647 |
test -z "$as_dir" && as_dir=. |
| 6648 | 6648 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6649 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6649 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6650 | 6650 |
ac_cv_prog_STRIP="${ac_tool_prefix}strip"
|
| 6651 | 6651 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6652 | 6652 |
break 2 |
| ... | ... |
@@ -6686,7 +6869,7 @@ do |
| 6686 | 6686 |
IFS=$as_save_IFS |
| 6687 | 6687 |
test -z "$as_dir" && as_dir=. |
| 6688 | 6688 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6689 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6689 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6690 | 6690 |
ac_cv_prog_ac_ct_STRIP="strip" |
| 6691 | 6691 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6692 | 6692 |
break 2 |
| ... | ... |
@@ -6745,7 +6928,7 @@ do |
| 6745 | 6745 |
IFS=$as_save_IFS |
| 6746 | 6746 |
test -z "$as_dir" && as_dir=. |
| 6747 | 6747 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6748 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6748 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6749 | 6749 |
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
|
| 6750 | 6750 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6751 | 6751 |
break 2 |
| ... | ... |
@@ -6785,7 +6968,7 @@ do |
| 6785 | 6785 |
IFS=$as_save_IFS |
| 6786 | 6786 |
test -z "$as_dir" && as_dir=. |
| 6787 | 6787 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6788 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6788 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6789 | 6789 |
ac_cv_prog_ac_ct_RANLIB="ranlib" |
| 6790 | 6790 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6791 | 6791 |
break 2 |
| ... | ... |
@@ -7434,7 +7617,7 @@ do |
| 7434 | 7434 |
IFS=$as_save_IFS |
| 7435 | 7435 |
test -z "$as_dir" && as_dir=. |
| 7436 | 7436 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7437 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7437 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7438 | 7438 |
ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
|
| 7439 | 7439 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7440 | 7440 |
break 2 |
| ... | ... |
@@ -7474,7 +7657,7 @@ do |
| 7474 | 7474 |
IFS=$as_save_IFS |
| 7475 | 7475 |
test -z "$as_dir" && as_dir=. |
| 7476 | 7476 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7477 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7477 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7478 | 7478 |
ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" |
| 7479 | 7479 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7480 | 7480 |
break 2 |
| ... | ... |
@@ -7554,7 +7737,7 @@ do |
| 7554 | 7554 |
IFS=$as_save_IFS |
| 7555 | 7555 |
test -z "$as_dir" && as_dir=. |
| 7556 | 7556 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7557 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7557 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7558 | 7558 |
ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
|
| 7559 | 7559 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7560 | 7560 |
break 2 |
| ... | ... |
@@ -7594,7 +7777,7 @@ do |
| 7594 | 7594 |
IFS=$as_save_IFS |
| 7595 | 7595 |
test -z "$as_dir" && as_dir=. |
| 7596 | 7596 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7597 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7597 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7598 | 7598 |
ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" |
| 7599 | 7599 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7600 | 7600 |
break 2 |
| ... | ... |
@@ -7646,7 +7829,7 @@ do |
| 7646 | 7646 |
IFS=$as_save_IFS |
| 7647 | 7647 |
test -z "$as_dir" && as_dir=. |
| 7648 | 7648 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7649 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7649 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7650 | 7650 |
ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
|
| 7651 | 7651 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7652 | 7652 |
break 2 |
| ... | ... |
@@ -7686,7 +7869,7 @@ do |
| 7686 | 7686 |
IFS=$as_save_IFS |
| 7687 | 7687 |
test -z "$as_dir" && as_dir=. |
| 7688 | 7688 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7689 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7689 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7690 | 7690 |
ac_cv_prog_ac_ct_NMEDIT="nmedit" |
| 7691 | 7691 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7692 | 7692 |
break 2 |
| ... | ... |
@@ -7738,7 +7921,7 @@ do |
| 7738 | 7738 |
IFS=$as_save_IFS |
| 7739 | 7739 |
test -z "$as_dir" && as_dir=. |
| 7740 | 7740 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7741 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7741 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7742 | 7742 |
ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
|
| 7743 | 7743 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7744 | 7744 |
break 2 |
| ... | ... |
@@ -7778,7 +7961,7 @@ do |
| 7778 | 7778 |
IFS=$as_save_IFS |
| 7779 | 7779 |
test -z "$as_dir" && as_dir=. |
| 7780 | 7780 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7781 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7781 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7782 | 7782 |
ac_cv_prog_ac_ct_LIPO="lipo" |
| 7783 | 7783 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7784 | 7784 |
break 2 |
| ... | ... |
@@ -7830,7 +8013,7 @@ do |
| 7830 | 7830 |
IFS=$as_save_IFS |
| 7831 | 7831 |
test -z "$as_dir" && as_dir=. |
| 7832 | 7832 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7833 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7833 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7834 | 7834 |
ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
|
| 7835 | 7835 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7836 | 7836 |
break 2 |
| ... | ... |
@@ -7870,7 +8053,7 @@ do |
| 7870 | 7870 |
IFS=$as_save_IFS |
| 7871 | 7871 |
test -z "$as_dir" && as_dir=. |
| 7872 | 7872 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7873 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7873 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7874 | 7874 |
ac_cv_prog_ac_ct_OTOOL="otool" |
| 7875 | 7875 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7876 | 7876 |
break 2 |
| ... | ... |
@@ -7922,7 +8105,7 @@ do |
| 7922 | 7922 |
IFS=$as_save_IFS |
| 7923 | 7923 |
test -z "$as_dir" && as_dir=. |
| 7924 | 7924 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7925 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7925 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7926 | 7926 |
ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
|
| 7927 | 7927 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7928 | 7928 |
break 2 |
| ... | ... |
@@ -7962,7 +8145,7 @@ do |
| 7962 | 7962 |
IFS=$as_save_IFS |
| 7963 | 7963 |
test -z "$as_dir" && as_dir=. |
| 7964 | 7964 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7965 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7965 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7966 | 7966 |
ac_cv_prog_ac_ct_OTOOL64="otool64" |
| 7967 | 7967 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7968 | 7968 |
break 2 |
| ... | ... |
@@ -15883,6 +16066,14 @@ LIBOBJS=$ac_libobjs |
| 15883 | 15883 |
LTLIBOBJS=$ac_ltlibobjs |
| 15884 | 15884 |
|
| 15885 | 15885 |
|
| 15886 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
|
|
| 15887 |
+$as_echo_n "checking that generated files are newer than configure... " >&6; } |
|
| 15888 |
+ if test -n "$am_sleep_pid"; then |
|
| 15889 |
+ # Hide warnings about reused PIDs. |
|
| 15890 |
+ wait $am_sleep_pid 2>/dev/null |
|
| 15891 |
+ fi |
|
| 15892 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
|
|
| 15893 |
+$as_echo "done" >&6; } |
|
| 15886 | 15894 |
if test -n "$EXEEXT"; then |
| 15887 | 15895 |
am__EXEEXT_TRUE= |
| 15888 | 15896 |
am__EXEEXT_FALSE='#' |
| ... | ... |
@@ -16222,16 +16413,16 @@ if (echo >conf$$.file) 2>/dev/null; then |
| 16222 | 16222 |
# ... but there are two gotchas: |
| 16223 | 16223 |
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
| 16224 | 16224 |
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
| 16225 |
- # In both cases, we have to default to `cp -p'. |
|
| 16225 |
+ # In both cases, we have to default to `cp -pR'. |
|
| 16226 | 16226 |
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
| 16227 |
- as_ln_s='cp -p' |
|
| 16227 |
+ as_ln_s='cp -pR' |
|
| 16228 | 16228 |
elif ln conf$$.file conf$$ 2>/dev/null; then |
| 16229 | 16229 |
as_ln_s=ln |
| 16230 | 16230 |
else |
| 16231 |
- as_ln_s='cp -p' |
|
| 16231 |
+ as_ln_s='cp -pR' |
|
| 16232 | 16232 |
fi |
| 16233 | 16233 |
else |
| 16234 |
- as_ln_s='cp -p' |
|
| 16234 |
+ as_ln_s='cp -pR' |
|
| 16235 | 16235 |
fi |
| 16236 | 16236 |
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
| 16237 | 16237 |
rmdir conf$$.dir 2>/dev/null |
| ... | ... |
@@ -16291,28 +16482,16 @@ else |
| 16291 | 16291 |
as_mkdir_p=false |
| 16292 | 16292 |
fi |
| 16293 | 16293 |
|
| 16294 |
-if test -x / >/dev/null 2>&1; then |
|
| 16295 |
- as_test_x='test -x' |
|
| 16296 |
-else |
|
| 16297 |
- if ls -dL / >/dev/null 2>&1; then |
|
| 16298 |
- as_ls_L_option=L |
|
| 16299 |
- else |
|
| 16300 |
- as_ls_L_option= |
|
| 16301 |
- fi |
|
| 16302 |
- as_test_x=' |
|
| 16303 |
- eval sh -c '\'' |
|
| 16304 |
- if test -d "$1"; then |
|
| 16305 |
- test -d "$1/."; |
|
| 16306 |
- else |
|
| 16307 |
- case $1 in #( |
|
| 16308 |
- -*)set "./$1";; |
|
| 16309 |
- esac; |
|
| 16310 |
- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( |
|
| 16311 |
- ???[sx]*):;;*)false;;esac;fi |
|
| 16312 |
- '\'' sh |
|
| 16313 |
- ' |
|
| 16314 |
-fi |
|
| 16315 |
-as_executable_p=$as_test_x |
|
| 16294 |
+ |
|
| 16295 |
+# as_fn_executable_p FILE |
|
| 16296 |
+# ----------------------- |
|
| 16297 |
+# Test if FILE is an executable regular file. |
|
| 16298 |
+as_fn_executable_p () |
|
| 16299 |
+{
|
|
| 16300 |
+ test -f "$1" && test -x "$1" |
|
| 16301 |
+} # as_fn_executable_p |
|
| 16302 |
+as_test_x='test -x' |
|
| 16303 |
+as_executable_p=as_fn_executable_p |
|
| 16316 | 16304 |
|
| 16317 | 16305 |
# Sed expression to map a string onto a valid CPP name. |
| 16318 | 16306 |
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
| ... | ... |
@@ -16334,7 +16513,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 16334 | 16334 |
# values after options handling. |
| 16335 | 16335 |
ac_log=" |
| 16336 | 16336 |
This file was extended by libclamavc++ $as_me devel, which was |
| 16337 |
-generated by GNU Autoconf 2.68. Invocation command line was |
|
| 16337 |
+generated by GNU Autoconf 2.69. Invocation command line was |
|
| 16338 | 16338 |
|
| 16339 | 16339 |
CONFIG_FILES = $CONFIG_FILES |
| 16340 | 16340 |
CONFIG_HEADERS = $CONFIG_HEADERS |
| ... | ... |
@@ -16400,10 +16579,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 16400 | 16400 |
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 16401 | 16401 |
ac_cs_version="\\ |
| 16402 | 16402 |
libclamavc++ config.status devel |
| 16403 |
-configured by $0, generated by GNU Autoconf 2.68, |
|
| 16403 |
+configured by $0, generated by GNU Autoconf 2.69, |
|
| 16404 | 16404 |
with options \\"\$ac_cs_config\\" |
| 16405 | 16405 |
|
| 16406 |
-Copyright (C) 2010 Free Software Foundation, Inc. |
|
| 16406 |
+Copyright (C) 2012 Free Software Foundation, Inc. |
|
| 16407 | 16407 |
This config.status script is free software; the Free Software Foundation |
| 16408 | 16408 |
gives unlimited permission to copy, distribute and modify it." |
| 16409 | 16409 |
|
| ... | ... |
@@ -16494,7 +16673,7 @@ fi |
| 16494 | 16494 |
_ACEOF |
| 16495 | 16495 |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 16496 | 16496 |
if \$ac_cs_recheck; then |
| 16497 |
- set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
|
| 16497 |
+ set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
|
| 16498 | 16498 |
shift |
| 16499 | 16499 |
\$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 |
| 16500 | 16500 |
CONFIG_SHELL='$SHELL' |
| ... | ... |
@@ -17503,7 +17682,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} |
| 17503 | 17503 |
|
| 17504 | 17504 |
case $ac_file$ac_mode in |
| 17505 | 17505 |
"depfiles":C) test x"$AMDEP_TRUE" != x"" || {
|
| 17506 |
- # Autoconf 2.62 quotes --file arguments for eval, but not when files |
|
| 17506 |
+ # Older Autoconf quotes --file arguments for eval, but not when files |
|
| 17507 | 17507 |
# are listed without --file. Let's play safe and only enable the eval |
| 17508 | 17508 |
# if we detect the quoting. |
| 17509 | 17509 |
case $CONFIG_FILES in |
| ... | ... |
@@ -17516,7 +17695,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} |
| 17516 | 17516 |
# Strip MF so we end up with the name of the file. |
| 17517 | 17517 |
mf=`echo "$mf" | sed -e 's/:.*$//'` |
| 17518 | 17518 |
# Check whether this is an Automake generated Makefile or not. |
| 17519 |
- # We used to match only the files named `Makefile.in', but |
|
| 17519 |
+ # We used to match only the files named 'Makefile.in', but |
|
| 17520 | 17520 |
# some people rename them; so instead we look at the file content. |
| 17521 | 17521 |
# Grep'ing the first line is not enough: some people post-process |
| 17522 | 17522 |
# each Makefile.in and add a new line on top of each file to say so. |
| ... | ... |
@@ -17550,21 +17729,19 @@ $as_echo X"$mf" | |
| 17550 | 17550 |
continue |
| 17551 | 17551 |
fi |
| 17552 | 17552 |
# Extract the definition of DEPDIR, am__include, and am__quote |
| 17553 |
- # from the Makefile without running `make'. |
|
| 17553 |
+ # from the Makefile without running 'make'. |
|
| 17554 | 17554 |
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
| 17555 | 17555 |
test -z "$DEPDIR" && continue |
| 17556 | 17556 |
am__include=`sed -n 's/^am__include = //p' < "$mf"` |
| 17557 |
- test -z "am__include" && continue |
|
| 17557 |
+ test -z "$am__include" && continue |
|
| 17558 | 17558 |
am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
| 17559 |
- # When using ansi2knr, U may be empty or an underscore; expand it |
|
| 17560 |
- U=`sed -n 's/^U = //p' < "$mf"` |
|
| 17561 | 17559 |
# Find all dependency output files, they are included files with |
| 17562 | 17560 |
# $(DEPDIR) in their names. We invoke sed twice because it is the |
| 17563 | 17561 |
# simplest approach to changing $(DEPDIR) to its actual value in the |
| 17564 | 17562 |
# expansion. |
| 17565 | 17563 |
for file in `sed -n " |
| 17566 | 17564 |
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ |
| 17567 |
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do |
|
| 17565 |
+ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do |
|
| 17568 | 17566 |
# Make sure the directory exists. |
| 17569 | 17567 |
test -f "$dirpart/$file" && continue |
| 17570 | 17568 |
fdir=`$as_dirname -- "$file" || |
| ... | ... |
@@ -1,9 +1,8 @@ |
| 1 |
-# Makefile.in generated by automake 1.11.3 from Makefile.am. |
|
| 1 |
+# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
| 2 | 2 |
# @configure_input@ |
| 3 | 3 |
|
| 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 |
+ |
|
| 7 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
| 8 | 7 |
# gives unlimited permission to copy and/or distribute it, |
| 9 | 8 |
# with or without modifications, as long as this notice is preserved. |
| ... | ... |
@@ -19,6 +18,51 @@ |
| 19 | 19 |
|
| 20 | 20 |
|
| 21 | 21 |
VPATH = @srcdir@ |
| 22 |
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
| 23 |
+am__make_running_with_option = \ |
|
| 24 |
+ case $${target_option-} in \
|
|
| 25 |
+ ?) ;; \ |
|
| 26 |
+ *) echo "am__make_running_with_option: internal error: invalid" \ |
|
| 27 |
+ "target option '$${target_option-}' specified" >&2; \
|
|
| 28 |
+ exit 1;; \ |
|
| 29 |
+ esac; \ |
|
| 30 |
+ has_opt=no; \ |
|
| 31 |
+ sane_makeflags=$$MAKEFLAGS; \ |
|
| 32 |
+ if $(am__is_gnu_make); then \ |
|
| 33 |
+ sane_makeflags=$$MFLAGS; \ |
|
| 34 |
+ else \ |
|
| 35 |
+ case $$MAKEFLAGS in \ |
|
| 36 |
+ *\\[\ \ ]*) \ |
|
| 37 |
+ bs=\\; \ |
|
| 38 |
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
|
| 39 |
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
|
| 40 |
+ esac; \ |
|
| 41 |
+ fi; \ |
|
| 42 |
+ skip_next=no; \ |
|
| 43 |
+ strip_trailopt () \ |
|
| 44 |
+ { \
|
|
| 45 |
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
|
| 46 |
+ }; \ |
|
| 47 |
+ for flg in $$sane_makeflags; do \ |
|
| 48 |
+ test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
| 49 |
+ case $$flg in \ |
|
| 50 |
+ *=*|--*) continue;; \ |
|
| 51 |
+ -*I) strip_trailopt 'I'; skip_next=yes;; \ |
|
| 52 |
+ -*I?*) strip_trailopt 'I';; \ |
|
| 53 |
+ -*O) strip_trailopt 'O'; skip_next=yes;; \ |
|
| 54 |
+ -*O?*) strip_trailopt 'O';; \ |
|
| 55 |
+ -*l) strip_trailopt 'l'; skip_next=yes;; \ |
|
| 56 |
+ -*l?*) strip_trailopt 'l';; \ |
|
| 57 |
+ -[dEDm]) skip_next=yes;; \ |
|
| 58 |
+ -[JT]) skip_next=yes;; \ |
|
| 59 |
+ esac; \ |
|
| 60 |
+ case $$flg in \ |
|
| 61 |
+ *$$target_option*) has_opt=yes; break;; \ |
|
| 62 |
+ esac; \ |
|
| 63 |
+ done; \ |
|
| 64 |
+ test $$has_opt = yes |
|
| 65 |
+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
|
| 66 |
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
|
| 22 | 67 |
pkgdatadir = $(datadir)/@PACKAGE@ |
| 23 | 68 |
pkgincludedir = $(includedir)/@PACKAGE@ |
| 24 | 69 |
pkglibdir = $(libdir)/@PACKAGE@ |
| ... | ... |
@@ -42,9 +86,9 @@ target_triplet = @target@ |
| 42 | 42 |
@INSTALL_LTDL_TRUE@am__append_2 = libltdl.la |
| 43 | 43 |
@CONVENIENCE_LTDL_TRUE@am__append_3 = libltdlc.la |
| 44 | 44 |
subdir = libltdl |
| 45 |
-DIST_COMMON = README $(am__include_HEADERS_DIST) \ |
|
| 46 |
- $(am__ltdlinclude_HEADERS_DIST) $(srcdir)/Makefile.am \ |
|
| 47 |
- $(srcdir)/Makefile.in COPYING.LIB |
|
| 45 |
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
|
| 46 |
+ $(top_srcdir)/config/depcomp $(am__include_HEADERS_DIST) \ |
|
| 47 |
+ $(am__ltdlinclude_HEADERS_DIST) COPYING.LIB README |
|
| 48 | 48 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 49 | 49 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
| 50 | 50 |
$(top_srcdir)/m4/argz.m4 \ |
| ... | ... |
@@ -155,6 +199,7 @@ dld_link_la_OBJECTS = $(am_dld_link_la_OBJECTS) |
| 155 | 155 |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 156 | 156 |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 157 | 157 |
am__v_lt_0 = --silent |
| 158 |
+am__v_lt_1 = |
|
| 158 | 159 |
dld_link_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 159 | 160 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 160 | 161 |
$(dld_link_la_LDFLAGS) $(LDFLAGS) -o $@ |
| ... | ... |
@@ -209,6 +254,18 @@ shl_load_la_OBJECTS = $(am_shl_load_la_OBJECTS) |
| 209 | 209 |
shl_load_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 210 | 210 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 211 | 211 |
$(shl_load_la_LDFLAGS) $(LDFLAGS) -o $@ |
| 212 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 213 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 214 |
+am__v_P_0 = false |
|
| 215 |
+am__v_P_1 = : |
|
| 216 |
+AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 217 |
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 218 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 219 |
+am__v_GEN_1 = |
|
| 220 |
+AM_V_at = $(am__v_at_@AM_V@) |
|
| 221 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 222 |
+am__v_at_0 = @ |
|
| 223 |
+am__v_at_1 = |
|
| 212 | 224 |
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 213 | 225 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 214 | 226 |
am__depfiles_maybe = depfiles |
| ... | ... |
@@ -221,20 +278,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 221 | 221 |
$(AM_CFLAGS) $(CFLAGS) |
| 222 | 222 |
AM_V_CC = $(am__v_CC_@AM_V@) |
| 223 | 223 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 224 |
-am__v_CC_0 = @echo " CC " $@; |
|
| 225 |
-AM_V_at = $(am__v_at_@AM_V@) |
|
| 226 |
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 227 |
-am__v_at_0 = @ |
|
| 224 |
+am__v_CC_0 = @echo " CC " $@; |
|
| 225 |
+am__v_CC_1 = |
|
| 228 | 226 |
CCLD = $(CC) |
| 229 | 227 |
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 230 | 228 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 231 | 229 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 232 | 230 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 233 | 231 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 234 |
-am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 235 |
-AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 236 |
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 237 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 232 |
+am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 233 |
+am__v_CCLD_1 = |
|
| 238 | 234 |
SOURCES = $(dld_link_la_SOURCES) $(dlopen_la_SOURCES) \ |
| 239 | 235 |
$(dyld_la_SOURCES) $(libltdl_la_SOURCES) \ |
| 240 | 236 |
$(libltdlc_la_SOURCES) $(load_add_on_la_SOURCES) \ |
| ... | ... |
@@ -243,10 +296,32 @@ DIST_SOURCES = $(dld_link_la_SOURCES) $(dlopen_la_SOURCES) \ |
| 243 | 243 |
$(dyld_la_SOURCES) $(libltdl_la_SOURCES) \ |
| 244 | 244 |
$(libltdlc_la_SOURCES) $(load_add_on_la_SOURCES) \ |
| 245 | 245 |
$(loadlibrary_la_SOURCES) $(shl_load_la_SOURCES) |
| 246 |
+am__can_run_installinfo = \ |
|
| 247 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 248 |
+ n|no|NO) false;; \ |
|
| 249 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 250 |
+ esac |
|
| 246 | 251 |
am__include_HEADERS_DIST = ltdl.h |
| 247 | 252 |
am__ltdlinclude_HEADERS_DIST = libltdl/lt_system.h libltdl/lt_error.h \ |
| 248 | 253 |
libltdl/lt_dlloader.h |
| 249 | 254 |
HEADERS = $(include_HEADERS) $(ltdlinclude_HEADERS) |
| 255 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 256 |
+# Read a list of newline-separated strings from the standard input, |
|
| 257 |
+# and print each of them once, without duplicates. Input order is |
|
| 258 |
+# *not* preserved. |
|
| 259 |
+am__uniquify_input = $(AWK) '\ |
|
| 260 |
+ BEGIN { nonempty = 0; } \
|
|
| 261 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 262 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 263 |
+' |
|
| 264 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 265 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 266 |
+# for different programs/libraries. |
|
| 267 |
+am__define_uniq_tagged_files = \ |
|
| 268 |
+ list='$(am__tagged_files)'; \ |
|
| 269 |
+ unique=`for i in $$list; do \ |
|
| 270 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 271 |
+ done | $(am__uniquify_input)` |
|
| 250 | 272 |
ETAGS = etags |
| 251 | 273 |
CTAGS = ctags |
| 252 | 274 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| ... | ... |
@@ -549,9 +624,9 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
| 549 | 549 |
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 550 | 550 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 551 | 551 |
$(am__aclocal_m4_deps): |
| 552 |
+ |
|
| 552 | 553 |
install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
| 553 | 554 |
@$(NORMAL_INSTALL) |
| 554 |
- test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" |
|
| 555 | 555 |
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
| 556 | 556 |
list2=; for p in $$list; do \ |
| 557 | 557 |
if test -f $$p; then \ |
| ... | ... |
@@ -559,6 +634,8 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
| 559 | 559 |
else :; fi; \ |
| 560 | 560 |
done; \ |
| 561 | 561 |
test -z "$$list2" || { \
|
| 562 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ |
|
| 563 |
+ $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ |
|
| 562 | 564 |
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ |
| 563 | 565 |
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ |
| 564 | 566 |
} |
| ... | ... |
@@ -574,35 +651,47 @@ uninstall-libLTLIBRARIES: |
| 574 | 574 |
|
| 575 | 575 |
clean-libLTLIBRARIES: |
| 576 | 576 |
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
| 577 |
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
|
| 578 |
- dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ |
|
| 579 |
- test "$$dir" != "$$p" || dir=.; \ |
|
| 580 |
- echo "rm -f \"$${dir}/so_locations\""; \
|
|
| 581 |
- rm -f "$${dir}/so_locations"; \
|
|
| 582 |
- done |
|
| 577 |
+ @list='$(lib_LTLIBRARIES)'; \ |
|
| 578 |
+ locs=`for p in $$list; do echo $$p; done | \ |
|
| 579 |
+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ |
|
| 580 |
+ sort -u`; \ |
|
| 581 |
+ test -z "$$locs" || { \
|
|
| 582 |
+ echo rm -f $${locs}; \
|
|
| 583 |
+ rm -f $${locs}; \
|
|
| 584 |
+ } |
|
| 583 | 585 |
|
| 584 | 586 |
clean-noinstLTLIBRARIES: |
| 585 | 587 |
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) |
| 586 |
- @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ |
|
| 587 |
- dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ |
|
| 588 |
- test "$$dir" != "$$p" || dir=.; \ |
|
| 589 |
- echo "rm -f \"$${dir}/so_locations\""; \
|
|
| 590 |
- rm -f "$${dir}/so_locations"; \
|
|
| 591 |
- done |
|
| 588 |
+ @list='$(noinst_LTLIBRARIES)'; \ |
|
| 589 |
+ locs=`for p in $$list; do echo $$p; done | \ |
|
| 590 |
+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ |
|
| 591 |
+ sort -u`; \ |
|
| 592 |
+ test -z "$$locs" || { \
|
|
| 593 |
+ echo rm -f $${locs}; \
|
|
| 594 |
+ rm -f $${locs}; \
|
|
| 595 |
+ } |
|
| 596 |
+ |
|
| 592 | 597 |
dld_link.la: $(dld_link_la_OBJECTS) $(dld_link_la_DEPENDENCIES) $(EXTRA_dld_link_la_DEPENDENCIES) |
| 593 | 598 |
$(AM_V_CCLD)$(dld_link_la_LINK) $(dld_link_la_OBJECTS) $(dld_link_la_LIBADD) $(LIBS) |
| 599 |
+ |
|
| 594 | 600 |
dlopen.la: $(dlopen_la_OBJECTS) $(dlopen_la_DEPENDENCIES) $(EXTRA_dlopen_la_DEPENDENCIES) |
| 595 | 601 |
$(AM_V_CCLD)$(dlopen_la_LINK) $(dlopen_la_OBJECTS) $(dlopen_la_LIBADD) $(LIBS) |
| 602 |
+ |
|
| 596 | 603 |
dyld.la: $(dyld_la_OBJECTS) $(dyld_la_DEPENDENCIES) $(EXTRA_dyld_la_DEPENDENCIES) |
| 597 | 604 |
$(AM_V_CCLD)$(dyld_la_LINK) $(dyld_la_OBJECTS) $(dyld_la_LIBADD) $(LIBS) |
| 605 |
+ |
|
| 598 | 606 |
libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES) $(EXTRA_libltdl_la_DEPENDENCIES) |
| 599 | 607 |
$(AM_V_CCLD)$(libltdl_la_LINK) $(am_libltdl_la_rpath) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS) |
| 608 |
+ |
|
| 600 | 609 |
libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES) $(EXTRA_libltdlc_la_DEPENDENCIES) |
| 601 | 610 |
$(AM_V_CCLD)$(libltdlc_la_LINK) $(am_libltdlc_la_rpath) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS) |
| 611 |
+ |
|
| 602 | 612 |
load_add_on.la: $(load_add_on_la_OBJECTS) $(load_add_on_la_DEPENDENCIES) $(EXTRA_load_add_on_la_DEPENDENCIES) |
| 603 | 613 |
$(AM_V_CCLD)$(load_add_on_la_LINK) $(load_add_on_la_OBJECTS) $(load_add_on_la_LIBADD) $(LIBS) |
| 614 |
+ |
|
| 604 | 615 |
loadlibrary.la: $(loadlibrary_la_OBJECTS) $(loadlibrary_la_DEPENDENCIES) $(EXTRA_loadlibrary_la_DEPENDENCIES) |
| 605 | 616 |
$(AM_V_CCLD)$(loadlibrary_la_LINK) $(loadlibrary_la_OBJECTS) $(loadlibrary_la_LIBADD) $(LIBS) |
| 617 |
+ |
|
| 606 | 618 |
shl_load.la: $(shl_load_la_OBJECTS) $(shl_load_la_DEPENDENCIES) $(EXTRA_shl_load_la_DEPENDENCIES) |
| 607 | 619 |
$(AM_V_CCLD)$(shl_load_la_LINK) $(shl_load_la_OBJECTS) $(shl_load_la_LIBADD) $(LIBS) |
| 608 | 620 |
|
| ... | ... |
@@ -636,14 +725,14 @@ distclean-compile: |
| 636 | 636 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 637 | 637 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 638 | 638 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 639 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 639 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 640 | 640 |
|
| 641 | 641 |
.c.obj: |
| 642 | 642 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 643 | 643 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 644 | 644 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 645 | 645 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 646 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
| 646 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 647 | 647 |
|
| 648 | 648 |
.c.lo: |
| 649 | 649 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -785,8 +874,11 @@ clean-libtool: |
| 785 | 785 |
-rm -rf .libs _libs |
| 786 | 786 |
install-includeHEADERS: $(include_HEADERS) |
| 787 | 787 |
@$(NORMAL_INSTALL) |
| 788 |
- test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" |
|
| 789 | 788 |
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ |
| 789 |
+ if test -n "$$list"; then \ |
|
| 790 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ |
|
| 791 |
+ $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ |
|
| 792 |
+ fi; \ |
|
| 790 | 793 |
for p in $$list; do \ |
| 791 | 794 |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| 792 | 795 |
echo "$$d$$p"; \ |
| ... | ... |
@@ -803,8 +895,11 @@ uninstall-includeHEADERS: |
| 803 | 803 |
dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) |
| 804 | 804 |
install-ltdlincludeHEADERS: $(ltdlinclude_HEADERS) |
| 805 | 805 |
@$(NORMAL_INSTALL) |
| 806 |
- test -z "$(ltdlincludedir)" || $(MKDIR_P) "$(DESTDIR)$(ltdlincludedir)" |
|
| 807 | 806 |
@list='$(ltdlinclude_HEADERS)'; test -n "$(ltdlincludedir)" || list=; \ |
| 807 |
+ if test -n "$$list"; then \ |
|
| 808 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(ltdlincludedir)'"; \ |
|
| 809 |
+ $(MKDIR_P) "$(DESTDIR)$(ltdlincludedir)" || exit 1; \ |
|
| 810 |
+ fi; \ |
|
| 808 | 811 |
for p in $$list; do \ |
| 809 | 812 |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| 810 | 813 |
echo "$$d$$p"; \ |
| ... | ... |
@@ -820,26 +915,15 @@ uninstall-ltdlincludeHEADERS: |
| 820 | 820 |
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| 821 | 821 |
dir='$(DESTDIR)$(ltdlincludedir)'; $(am__uninstall_files_from_dir) |
| 822 | 822 |
|
| 823 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 824 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 825 |
- unique=`for i in $$list; do \ |
|
| 826 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 827 |
- done | \ |
|
| 828 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 829 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 830 |
- mkid -fID $$unique |
|
| 831 |
-tags: TAGS |
|
| 832 |
- |
|
| 833 |
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 834 |
- $(TAGS_FILES) $(LISP) |
|
| 823 |
+ID: $(am__tagged_files) |
|
| 824 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 825 |
+tags: tags-am |
|
| 826 |
+TAGS: tags |
|
| 827 |
+ |
|
| 828 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 835 | 829 |
set x; \ |
| 836 | 830 |
here=`pwd`; \ |
| 837 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 838 |
- unique=`for i in $$list; do \ |
|
| 839 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 840 |
- done | \ |
|
| 841 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 842 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 831 |
+ $(am__define_uniq_tagged_files); \ |
|
| 843 | 832 |
shift; \ |
| 844 | 833 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 845 | 834 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -851,15 +935,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 851 | 851 |
$$unique; \ |
| 852 | 852 |
fi; \ |
| 853 | 853 |
fi |
| 854 |
-ctags: CTAGS |
|
| 855 |
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 856 |
- $(TAGS_FILES) $(LISP) |
|
| 857 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 858 |
- unique=`for i in $$list; do \ |
|
| 859 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 860 |
- done | \ |
|
| 861 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 862 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 854 |
+ctags: ctags-am |
|
| 855 |
+ |
|
| 856 |
+CTAGS: ctags |
|
| 857 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 858 |
+ $(am__define_uniq_tagged_files); \ |
|
| 863 | 859 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 864 | 860 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 865 | 861 |
$$unique |
| ... | ... |
@@ -868,6 +948,21 @@ GTAGS: |
| 868 | 868 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 869 | 869 |
&& $(am__cd) $(top_srcdir) \ |
| 870 | 870 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 871 |
+cscopelist: cscopelist-am |
|
| 872 |
+ |
|
| 873 |
+cscopelist-am: $(am__tagged_files) |
|
| 874 |
+ list='$(am__tagged_files)'; \ |
|
| 875 |
+ case "$(srcdir)" in \ |
|
| 876 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 877 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 878 |
+ esac; \ |
|
| 879 |
+ for i in $$list; do \ |
|
| 880 |
+ if test -f "$$i"; then \ |
|
| 881 |
+ echo "$(subdir)/$$i"; \ |
|
| 882 |
+ else \ |
|
| 883 |
+ echo "$$sdir/$$i"; \ |
|
| 884 |
+ fi; \ |
|
| 885 |
+ done >> $(top_builddir)/cscope.files |
|
| 871 | 886 |
|
| 872 | 887 |
distclean-tags: |
| 873 | 888 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| ... | ... |
@@ -1018,20 +1113,20 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \ |
| 1018 | 1018 |
|
| 1019 | 1019 |
.MAKE: all check install install-am install-strip |
| 1020 | 1020 |
|
| 1021 |
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ |
|
| 1021 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ |
|
| 1022 | 1022 |
clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \ |
| 1023 |
- ctags distclean distclean-compile distclean-generic \ |
|
| 1024 |
- distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|
| 1025 |
- html-am info info-am install install-am install-data \ |
|
| 1026 |
- install-data-am install-dvi install-dvi-am install-exec \ |
|
| 1027 |
- install-exec-am install-html install-html-am \ |
|
| 1023 |
+ cscopelist-am ctags ctags-am distclean distclean-compile \ |
|
| 1024 |
+ distclean-generic distclean-libtool distclean-tags distdir dvi \ |
|
| 1025 |
+ dvi-am html html-am info info-am install install-am \ |
|
| 1026 |
+ install-data install-data-am install-dvi install-dvi-am \ |
|
| 1027 |
+ install-exec install-exec-am install-html install-html-am \ |
|
| 1028 | 1028 |
install-includeHEADERS install-info install-info-am \ |
| 1029 | 1029 |
install-libLTLIBRARIES install-ltdlincludeHEADERS install-man \ |
| 1030 | 1030 |
install-pdf install-pdf-am install-ps install-ps-am \ |
| 1031 | 1031 |
install-strip installcheck installcheck-am installdirs \ |
| 1032 | 1032 |
maintainer-clean maintainer-clean-generic mostlyclean \ |
| 1033 | 1033 |
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ |
| 1034 |
- pdf pdf-am ps ps-am tags uninstall uninstall-am \ |
|
| 1034 |
+ pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ |
|
| 1035 | 1035 |
uninstall-includeHEADERS uninstall-libLTLIBRARIES \ |
| 1036 | 1036 |
uninstall-ltdlincludeHEADERS |
| 1037 | 1037 |
|
| ... | ... |
@@ -1,9 +1,8 @@ |
| 1 |
-# Makefile.in generated by automake 1.11.3 from Makefile.am. |
|
| 1 |
+# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
| 2 | 2 |
# @configure_input@ |
| 3 | 3 |
|
| 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 |
+ |
|
| 7 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
| 8 | 7 |
# gives unlimited permission to copy and/or distribute it, |
| 9 | 8 |
# with or without modifications, as long as this notice is preserved. |
| ... | ... |
@@ -34,6 +33,51 @@ |
| 34 | 34 |
# MA 02110-1301, USA. |
| 35 | 35 |
|
| 36 | 36 |
VPATH = @srcdir@ |
| 37 |
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
| 38 |
+am__make_running_with_option = \ |
|
| 39 |
+ case $${target_option-} in \
|
|
| 40 |
+ ?) ;; \ |
|
| 41 |
+ *) echo "am__make_running_with_option: internal error: invalid" \ |
|
| 42 |
+ "target option '$${target_option-}' specified" >&2; \
|
|
| 43 |
+ exit 1;; \ |
|
| 44 |
+ esac; \ |
|
| 45 |
+ has_opt=no; \ |
|
| 46 |
+ sane_makeflags=$$MAKEFLAGS; \ |
|
| 47 |
+ if $(am__is_gnu_make); then \ |
|
| 48 |
+ sane_makeflags=$$MFLAGS; \ |
|
| 49 |
+ else \ |
|
| 50 |
+ case $$MAKEFLAGS in \ |
|
| 51 |
+ *\\[\ \ ]*) \ |
|
| 52 |
+ bs=\\; \ |
|
| 53 |
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
|
| 54 |
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
|
| 55 |
+ esac; \ |
|
| 56 |
+ fi; \ |
|
| 57 |
+ skip_next=no; \ |
|
| 58 |
+ strip_trailopt () \ |
|
| 59 |
+ { \
|
|
| 60 |
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
|
| 61 |
+ }; \ |
|
| 62 |
+ for flg in $$sane_makeflags; do \ |
|
| 63 |
+ test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
| 64 |
+ case $$flg in \ |
|
| 65 |
+ *=*|--*) continue;; \ |
|
| 66 |
+ -*I) strip_trailopt 'I'; skip_next=yes;; \ |
|
| 67 |
+ -*I?*) strip_trailopt 'I';; \ |
|
| 68 |
+ -*O) strip_trailopt 'O'; skip_next=yes;; \ |
|
| 69 |
+ -*O?*) strip_trailopt 'O';; \ |
|
| 70 |
+ -*l) strip_trailopt 'l'; skip_next=yes;; \ |
|
| 71 |
+ -*l?*) strip_trailopt 'l';; \ |
|
| 72 |
+ -[dEDm]) skip_next=yes;; \ |
|
| 73 |
+ -[JT]) skip_next=yes;; \ |
|
| 74 |
+ esac; \ |
|
| 75 |
+ case $$flg in \ |
|
| 76 |
+ *$$target_option*) has_opt=yes; break;; \ |
|
| 77 |
+ esac; \ |
|
| 78 |
+ done; \ |
|
| 79 |
+ test $$has_opt = yes |
|
| 80 |
+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
|
| 81 |
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
|
| 37 | 82 |
pkgdatadir = $(datadir)/@PACKAGE@ |
| 38 | 83 |
pkgincludedir = $(includedir)/@PACKAGE@ |
| 39 | 84 |
pkglibdir = $(libdir)/@PACKAGE@ |
| ... | ... |
@@ -55,7 +99,8 @@ host_triplet = @host@ |
| 55 | 55 |
target_triplet = @target@ |
| 56 | 56 |
bin_PROGRAMS = sigtool$(EXEEXT) |
| 57 | 57 |
subdir = sigtool |
| 58 |
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
|
| 58 |
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
|
| 59 |
+ $(top_srcdir)/config/depcomp |
|
| 59 | 60 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 60 | 61 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
| 61 | 62 |
$(top_srcdir)/m4/argz.m4 \ |
| ... | ... |
@@ -140,6 +185,19 @@ sigtool_LDADD = $(LDADD) |
| 140 | 140 |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 141 | 141 |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 142 | 142 |
am__v_lt_0 = --silent |
| 143 |
+am__v_lt_1 = |
|
| 144 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 145 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 146 |
+am__v_P_0 = false |
|
| 147 |
+am__v_P_1 = : |
|
| 148 |
+AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 149 |
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 150 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 151 |
+am__v_GEN_1 = |
|
| 152 |
+AM_V_at = $(am__v_at_@AM_V@) |
|
| 153 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 154 |
+am__v_at_0 = @ |
|
| 155 |
+am__v_at_1 = |
|
| 143 | 156 |
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 144 | 157 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 145 | 158 |
am__depfiles_maybe = depfiles |
| ... | ... |
@@ -152,22 +210,40 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 152 | 152 |
$(AM_CFLAGS) $(CFLAGS) |
| 153 | 153 |
AM_V_CC = $(am__v_CC_@AM_V@) |
| 154 | 154 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 155 |
-am__v_CC_0 = @echo " CC " $@; |
|
| 156 |
-AM_V_at = $(am__v_at_@AM_V@) |
|
| 157 |
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 158 |
-am__v_at_0 = @ |
|
| 155 |
+am__v_CC_0 = @echo " CC " $@; |
|
| 156 |
+am__v_CC_1 = |
|
| 159 | 157 |
CCLD = $(CC) |
| 160 | 158 |
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 161 | 159 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 162 | 160 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 163 | 161 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 164 | 162 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 165 |
-am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 166 |
-AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 167 |
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 168 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 163 |
+am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 164 |
+am__v_CCLD_1 = |
|
| 169 | 165 |
SOURCES = $(sigtool_SOURCES) |
| 170 | 166 |
DIST_SOURCES = $(sigtool_SOURCES) |
| 167 |
+am__can_run_installinfo = \ |
|
| 168 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 169 |
+ n|no|NO) false;; \ |
|
| 170 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 171 |
+ esac |
|
| 172 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 173 |
+# Read a list of newline-separated strings from the standard input, |
|
| 174 |
+# and print each of them once, without duplicates. Input order is |
|
| 175 |
+# *not* preserved. |
|
| 176 |
+am__uniquify_input = $(AWK) '\ |
|
| 177 |
+ BEGIN { nonempty = 0; } \
|
|
| 178 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 179 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 180 |
+' |
|
| 181 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 182 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 183 |
+# for different programs/libraries. |
|
| 184 |
+am__define_uniq_tagged_files = \ |
|
| 185 |
+ list='$(am__tagged_files)'; \ |
|
| 186 |
+ unique=`for i in $$list; do \ |
|
| 187 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 188 |
+ done | $(am__uniquify_input)` |
|
| 171 | 189 |
ETAGS = etags |
| 172 | 190 |
CTAGS = ctags |
| 173 | 191 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| ... | ... |
@@ -426,14 +502,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 426 | 426 |
$(am__aclocal_m4_deps): |
| 427 | 427 |
install-binPROGRAMS: $(bin_PROGRAMS) |
| 428 | 428 |
@$(NORMAL_INSTALL) |
| 429 |
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" |
|
| 430 | 429 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 430 |
+ if test -n "$$list"; then \ |
|
| 431 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
|
| 432 |
+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
|
| 433 |
+ fi; \ |
|
| 431 | 434 |
for p in $$list; do echo "$$p $$p"; done | \ |
| 432 | 435 |
sed 's/$(EXEEXT)$$//' | \ |
| 433 |
- while read p p1; do if test -f $$p || test -f $$p1; \ |
|
| 434 |
- then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 436 |
+ while read p p1; do if test -f $$p \ |
|
| 437 |
+ || test -f $$p1 \ |
|
| 438 |
+ ; then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 435 | 439 |
done | \ |
| 436 |
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ |
|
| 440 |
+ sed -e 'p;s,.*/,,;n;h' \ |
|
| 441 |
+ -e 's|.*|.|' \ |
|
| 437 | 442 |
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
| 438 | 443 |
sed 'N;N;N;s,\n, ,g' | \ |
| 439 | 444 |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
| ... | ... |
@@ -454,7 +535,8 @@ uninstall-binPROGRAMS: |
| 454 | 454 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 455 | 455 |
files=`for p in $$list; do echo "$$p"; done | \ |
| 456 | 456 |
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
| 457 |
- -e 's/$$/$(EXEEXT)/' `; \ |
|
| 457 |
+ -e 's/$$/$(EXEEXT)/' \ |
|
| 458 |
+ `; \ |
|
| 458 | 459 |
test -n "$$list" || exit 0; \ |
| 459 | 460 |
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
| 460 | 461 |
cd "$(DESTDIR)$(bindir)" && rm -f $$files |
| ... | ... |
@@ -483,6 +565,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS) |
| 483 | 483 |
else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ |
| 484 | 484 |
done; \ |
| 485 | 485 |
done; rm -f c$${pid}_.???; exit $$bad
|
| 486 |
+ |
|
| 486 | 487 |
sigtool$(EXEEXT): $(sigtool_OBJECTS) $(sigtool_DEPENDENCIES) $(EXTRA_sigtool_DEPENDENCIES) |
| 487 | 488 |
@rm -f sigtool$(EXEEXT) |
| 488 | 489 |
$(AM_V_CCLD)$(LINK) $(sigtool_OBJECTS) $(sigtool_LDADD) $(LIBS) |
| ... | ... |
@@ -507,14 +590,14 @@ distclean-compile: |
| 507 | 507 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 508 | 508 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 509 | 509 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 510 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 510 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 511 | 511 |
|
| 512 | 512 |
.c.obj: |
| 513 | 513 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 514 | 514 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 515 | 515 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 516 | 516 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 517 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
| 517 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 518 | 518 |
|
| 519 | 519 |
.c.lo: |
| 520 | 520 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -613,26 +696,15 @@ mostlyclean-libtool: |
| 613 | 613 |
clean-libtool: |
| 614 | 614 |
-rm -rf .libs _libs |
| 615 | 615 |
|
| 616 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 617 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 618 |
- unique=`for i in $$list; do \ |
|
| 619 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 620 |
- done | \ |
|
| 621 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 622 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 623 |
- mkid -fID $$unique |
|
| 624 |
-tags: TAGS |
|
| 625 |
- |
|
| 626 |
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 627 |
- $(TAGS_FILES) $(LISP) |
|
| 616 |
+ID: $(am__tagged_files) |
|
| 617 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 618 |
+tags: tags-am |
|
| 619 |
+TAGS: tags |
|
| 620 |
+ |
|
| 621 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 628 | 622 |
set x; \ |
| 629 | 623 |
here=`pwd`; \ |
| 630 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 631 |
- unique=`for i in $$list; do \ |
|
| 632 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 633 |
- done | \ |
|
| 634 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 635 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 624 |
+ $(am__define_uniq_tagged_files); \ |
|
| 636 | 625 |
shift; \ |
| 637 | 626 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 638 | 627 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -644,15 +716,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 644 | 644 |
$$unique; \ |
| 645 | 645 |
fi; \ |
| 646 | 646 |
fi |
| 647 |
-ctags: CTAGS |
|
| 648 |
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 649 |
- $(TAGS_FILES) $(LISP) |
|
| 650 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 651 |
- unique=`for i in $$list; do \ |
|
| 652 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 653 |
- done | \ |
|
| 654 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 655 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 647 |
+ctags: ctags-am |
|
| 648 |
+ |
|
| 649 |
+CTAGS: ctags |
|
| 650 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 651 |
+ $(am__define_uniq_tagged_files); \ |
|
| 656 | 652 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 657 | 653 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 658 | 654 |
$$unique |
| ... | ... |
@@ -661,6 +729,21 @@ GTAGS: |
| 661 | 661 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 662 | 662 |
&& $(am__cd) $(top_srcdir) \ |
| 663 | 663 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 664 |
+cscopelist: cscopelist-am |
|
| 665 |
+ |
|
| 666 |
+cscopelist-am: $(am__tagged_files) |
|
| 667 |
+ list='$(am__tagged_files)'; \ |
|
| 668 |
+ case "$(srcdir)" in \ |
|
| 669 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 670 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 671 |
+ esac; \ |
|
| 672 |
+ for i in $$list; do \ |
|
| 673 |
+ if test -f "$$i"; then \ |
|
| 674 |
+ echo "$(subdir)/$$i"; \ |
|
| 675 |
+ else \ |
|
| 676 |
+ echo "$$sdir/$$i"; \ |
|
| 677 |
+ fi; \ |
|
| 678 |
+ done >> $(top_builddir)/cscope.files |
|
| 664 | 679 |
|
| 665 | 680 |
distclean-tags: |
| 666 | 681 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| ... | ... |
@@ -805,19 +888,20 @@ uninstall-am: uninstall-binPROGRAMS |
| 805 | 805 |
|
| 806 | 806 |
.MAKE: install-am install-strip |
| 807 | 807 |
|
| 808 |
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ |
|
| 809 |
- clean-generic clean-libtool ctags distclean distclean-compile \ |
|
| 810 |
- distclean-generic distclean-libtool distclean-tags distdir dvi \ |
|
| 811 |
- dvi-am html html-am info info-am install install-am \ |
|
| 812 |
- install-binPROGRAMS install-data install-data-am install-dvi \ |
|
| 813 |
- install-dvi-am install-exec install-exec-am install-html \ |
|
| 814 |
- install-html-am install-info install-info-am install-man \ |
|
| 815 |
- install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 816 |
- install-strip installcheck installcheck-am \ |
|
| 817 |
- installcheck-binPROGRAMS installdirs maintainer-clean \ |
|
| 818 |
- maintainer-clean-generic mostlyclean mostlyclean-compile \ |
|
| 819 |
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 820 |
- tags uninstall uninstall-am uninstall-binPROGRAMS |
|
| 808 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ |
|
| 809 |
+ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ |
|
| 810 |
+ ctags ctags-am distclean distclean-compile distclean-generic \ |
|
| 811 |
+ distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|
| 812 |
+ html-am info info-am install install-am install-binPROGRAMS \ |
|
| 813 |
+ install-data install-data-am install-dvi install-dvi-am \ |
|
| 814 |
+ install-exec install-exec-am install-html install-html-am \ |
|
| 815 |
+ install-info install-info-am install-man install-pdf \ |
|
| 816 |
+ install-pdf-am install-ps install-ps-am install-strip \ |
|
| 817 |
+ installcheck installcheck-am installcheck-binPROGRAMS \ |
|
| 818 |
+ installdirs maintainer-clean maintainer-clean-generic \ |
|
| 819 |
+ mostlyclean mostlyclean-compile mostlyclean-generic \ |
|
| 820 |
+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
|
| 821 |
+ uninstall-am uninstall-binPROGRAMS |
|
| 821 | 822 |
|
| 822 | 823 |
|
| 823 | 824 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
| ... | ... |
@@ -1,9 +1,8 @@ |
| 1 |
-# Makefile.in generated by automake 1.11.3 from Makefile.am. |
|
| 1 |
+# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
| 2 | 2 |
# @configure_input@ |
| 3 | 3 |
|
| 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 |
+ |
|
| 7 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
| 8 | 7 |
# gives unlimited permission to copy and/or distribute it, |
| 9 | 8 |
# with or without modifications, as long as this notice is preserved. |
| ... | ... |
@@ -15,6 +14,51 @@ |
| 15 | 15 |
|
| 16 | 16 |
@SET_MAKE@ |
| 17 | 17 |
VPATH = @srcdir@ |
| 18 |
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
| 19 |
+am__make_running_with_option = \ |
|
| 20 |
+ case $${target_option-} in \
|
|
| 21 |
+ ?) ;; \ |
|
| 22 |
+ *) echo "am__make_running_with_option: internal error: invalid" \ |
|
| 23 |
+ "target option '$${target_option-}' specified" >&2; \
|
|
| 24 |
+ exit 1;; \ |
|
| 25 |
+ esac; \ |
|
| 26 |
+ has_opt=no; \ |
|
| 27 |
+ sane_makeflags=$$MAKEFLAGS; \ |
|
| 28 |
+ if $(am__is_gnu_make); then \ |
|
| 29 |
+ sane_makeflags=$$MFLAGS; \ |
|
| 30 |
+ else \ |
|
| 31 |
+ case $$MAKEFLAGS in \ |
|
| 32 |
+ *\\[\ \ ]*) \ |
|
| 33 |
+ bs=\\; \ |
|
| 34 |
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
|
| 35 |
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
|
| 36 |
+ esac; \ |
|
| 37 |
+ fi; \ |
|
| 38 |
+ skip_next=no; \ |
|
| 39 |
+ strip_trailopt () \ |
|
| 40 |
+ { \
|
|
| 41 |
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
|
| 42 |
+ }; \ |
|
| 43 |
+ for flg in $$sane_makeflags; do \ |
|
| 44 |
+ test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
| 45 |
+ case $$flg in \ |
|
| 46 |
+ *=*|--*) continue;; \ |
|
| 47 |
+ -*I) strip_trailopt 'I'; skip_next=yes;; \ |
|
| 48 |
+ -*I?*) strip_trailopt 'I';; \ |
|
| 49 |
+ -*O) strip_trailopt 'O'; skip_next=yes;; \ |
|
| 50 |
+ -*O?*) strip_trailopt 'O';; \ |
|
| 51 |
+ -*l) strip_trailopt 'l'; skip_next=yes;; \ |
|
| 52 |
+ -*l?*) strip_trailopt 'l';; \ |
|
| 53 |
+ -[dEDm]) skip_next=yes;; \ |
|
| 54 |
+ -[JT]) skip_next=yes;; \ |
|
| 55 |
+ esac; \ |
|
| 56 |
+ case $$flg in \ |
|
| 57 |
+ *$$target_option*) has_opt=yes; break;; \ |
|
| 58 |
+ esac; \ |
|
| 59 |
+ done; \ |
|
| 60 |
+ test $$has_opt = yes |
|
| 61 |
+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
|
| 62 |
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
|
| 18 | 63 |
pkgdatadir = $(datadir)/@PACKAGE@ |
| 19 | 64 |
pkgincludedir = $(includedir)/@PACKAGE@ |
| 20 | 65 |
pkglibdir = $(libdir)/@PACKAGE@ |
| ... | ... |
@@ -37,7 +81,7 @@ target_triplet = @target@ |
| 37 | 37 |
@ENABLE_UNRAR_TRUE@am__append_1 = clam-v2.rar clam-v3.rar |
| 38 | 38 |
@HAVE_LIBBZ2_TRUE@am__append_2 = clam.exe.bz2 clam.bz2.zip |
| 39 | 39 |
subdir = test |
| 40 |
-DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
|
| 40 |
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am README |
|
| 41 | 41 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 42 | 42 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
| 43 | 43 |
$(top_srcdir)/m4/argz.m4 \ |
| ... | ... |
@@ -112,14 +156,26 @@ mkinstalldirs = $(install_sh) -d |
| 112 | 112 |
CONFIG_HEADER = $(top_builddir)/clamav-config.h |
| 113 | 113 |
CONFIG_CLEAN_FILES = |
| 114 | 114 |
CONFIG_CLEAN_VPATH_FILES = |
| 115 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 116 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 117 |
+am__v_P_0 = false |
|
| 118 |
+am__v_P_1 = : |
|
| 115 | 119 |
AM_V_GEN = $(am__v_GEN_@AM_V@) |
| 116 | 120 |
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| 117 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 121 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 122 |
+am__v_GEN_1 = |
|
| 118 | 123 |
AM_V_at = $(am__v_at_@AM_V@) |
| 119 | 124 |
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| 120 | 125 |
am__v_at_0 = @ |
| 126 |
+am__v_at_1 = |
|
| 121 | 127 |
SOURCES = |
| 122 | 128 |
DIST_SOURCES = |
| 129 |
+am__can_run_installinfo = \ |
|
| 130 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 131 |
+ n|no|NO) false;; \ |
|
| 132 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 133 |
+ esac |
|
| 134 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 123 | 135 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 124 | 136 |
ACLOCAL = @ACLOCAL@ |
| 125 | 137 |
AMTAR = @AMTAR@ |
| ... | ... |
@@ -375,11 +431,11 @@ mostlyclean-libtool: |
| 375 | 375 |
|
| 376 | 376 |
clean-libtool: |
| 377 | 377 |
-rm -rf .libs _libs |
| 378 |
-tags: TAGS |
|
| 379 |
-TAGS: |
|
| 378 |
+tags TAGS: |
|
| 379 |
+ |
|
| 380 |
+ctags CTAGS: |
|
| 380 | 381 |
|
| 381 |
-ctags: CTAGS |
|
| 382 |
-CTAGS: |
|
| 382 |
+cscope cscopelist: |
|
| 383 | 383 |
|
| 384 | 384 |
|
| 385 | 385 |
distdir: $(DISTFILES) |
| ... | ... |
@@ -515,16 +571,16 @@ uninstall-am: |
| 515 | 515 |
.MAKE: install-am install-strip |
| 516 | 516 |
|
| 517 | 517 |
.PHONY: all all-am check check-am clean clean-generic clean-libtool \ |
| 518 |
- clean-local distclean distclean-generic distclean-libtool \ |
|
| 519 |
- distdir dvi dvi-am html html-am info info-am install \ |
|
| 520 |
- install-am install-data install-data-am install-dvi \ |
|
| 518 |
+ clean-local cscopelist-am ctags-am distclean distclean-generic \ |
|
| 519 |
+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ |
|
| 520 |
+ install install-am install-data install-data-am install-dvi \ |
|
| 521 | 521 |
install-dvi-am install-exec install-exec-am install-html \ |
| 522 | 522 |
install-html-am install-info install-info-am install-man \ |
| 523 | 523 |
install-pdf install-pdf-am install-ps install-ps-am \ |
| 524 | 524 |
install-strip installcheck installcheck-am installdirs \ |
| 525 | 525 |
maintainer-clean maintainer-clean-generic mostlyclean \ |
| 526 | 526 |
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
| 527 |
- uninstall uninstall-am |
|
| 527 |
+ tags-am uninstall uninstall-am |
|
| 528 | 528 |
|
| 529 | 529 |
|
| 530 | 530 |
all: $(FILES) |
| ... | ... |
@@ -1,9 +1,8 @@ |
| 1 |
-# Makefile.in generated by automake 1.11.3 from Makefile.am. |
|
| 1 |
+# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
| 2 | 2 |
# @configure_input@ |
| 3 | 3 |
|
| 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 |
+ |
|
| 7 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
| 8 | 7 |
# gives unlimited permission to copy and/or distribute it, |
| 9 | 8 |
# with or without modifications, as long as this notice is preserved. |
| ... | ... |
@@ -15,6 +14,51 @@ |
| 15 | 15 |
|
| 16 | 16 |
@SET_MAKE@ |
| 17 | 17 |
VPATH = @srcdir@ |
| 18 |
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
| 19 |
+am__make_running_with_option = \ |
|
| 20 |
+ case $${target_option-} in \
|
|
| 21 |
+ ?) ;; \ |
|
| 22 |
+ *) echo "am__make_running_with_option: internal error: invalid" \ |
|
| 23 |
+ "target option '$${target_option-}' specified" >&2; \
|
|
| 24 |
+ exit 1;; \ |
|
| 25 |
+ esac; \ |
|
| 26 |
+ has_opt=no; \ |
|
| 27 |
+ sane_makeflags=$$MAKEFLAGS; \ |
|
| 28 |
+ if $(am__is_gnu_make); then \ |
|
| 29 |
+ sane_makeflags=$$MFLAGS; \ |
|
| 30 |
+ else \ |
|
| 31 |
+ case $$MAKEFLAGS in \ |
|
| 32 |
+ *\\[\ \ ]*) \ |
|
| 33 |
+ bs=\\; \ |
|
| 34 |
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
|
| 35 |
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
|
| 36 |
+ esac; \ |
|
| 37 |
+ fi; \ |
|
| 38 |
+ skip_next=no; \ |
|
| 39 |
+ strip_trailopt () \ |
|
| 40 |
+ { \
|
|
| 41 |
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
|
| 42 |
+ }; \ |
|
| 43 |
+ for flg in $$sane_makeflags; do \ |
|
| 44 |
+ test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
| 45 |
+ case $$flg in \ |
|
| 46 |
+ *=*|--*) continue;; \ |
|
| 47 |
+ -*I) strip_trailopt 'I'; skip_next=yes;; \ |
|
| 48 |
+ -*I?*) strip_trailopt 'I';; \ |
|
| 49 |
+ -*O) strip_trailopt 'O'; skip_next=yes;; \ |
|
| 50 |
+ -*O?*) strip_trailopt 'O';; \ |
|
| 51 |
+ -*l) strip_trailopt 'l'; skip_next=yes;; \ |
|
| 52 |
+ -*l?*) strip_trailopt 'l';; \ |
|
| 53 |
+ -[dEDm]) skip_next=yes;; \ |
|
| 54 |
+ -[JT]) skip_next=yes;; \ |
|
| 55 |
+ esac; \ |
|
| 56 |
+ case $$flg in \ |
|
| 57 |
+ *$$target_option*) has_opt=yes; break;; \ |
|
| 58 |
+ esac; \ |
|
| 59 |
+ done; \ |
|
| 60 |
+ test $$has_opt = yes |
|
| 61 |
+am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
|
| 62 |
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
|
| 18 | 63 |
pkgdatadir = $(datadir)/@PACKAGE@ |
| 19 | 64 |
pkgincludedir = $(includedir)/@PACKAGE@ |
| 20 | 65 |
pkglibdir = $(libdir)/@PACKAGE@ |
| ... | ... |
@@ -38,7 +82,8 @@ target_triplet = @target@ |
| 38 | 38 |
TESTS = $(am__EXEEXT_1) $(scripts) |
| 39 | 39 |
check_PROGRAMS = $(am__EXEEXT_1) check_clamd$(EXEEXT) $(am__EXEEXT_2) |
| 40 | 40 |
subdir = unit_tests |
| 41 |
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
|
| 41 |
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
|
| 42 |
+ $(top_srcdir)/config/depcomp $(top_srcdir)/config/test-driver |
|
| 42 | 43 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 43 | 44 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
| 44 | 45 |
$(top_srcdir)/m4/argz.m4 \ |
| ... | ... |
@@ -138,6 +183,7 @@ check_clamav_OBJECTS = $(am_check_clamav_OBJECTS) |
| 138 | 138 |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 139 | 139 |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 140 | 140 |
am__v_lt_0 = --silent |
| 141 |
+am__v_lt_1 = |
|
| 141 | 142 |
check_clamav_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 142 | 143 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(check_clamav_CFLAGS) \ |
| 143 | 144 |
$(CFLAGS) $(check_clamav_LDFLAGS) $(LDFLAGS) -o $@ |
| ... | ... |
@@ -154,6 +200,18 @@ am_check_fpu_endian_OBJECTS = \ |
| 154 | 154 |
check_fpu_endian_OBJECTS = $(am_check_fpu_endian_OBJECTS) |
| 155 | 155 |
check_fpu_endian_DEPENDENCIES = \ |
| 156 | 156 |
$(top_builddir)/libclamav/libclamav.la |
| 157 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 158 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 159 |
+am__v_P_0 = false |
|
| 160 |
+am__v_P_1 = : |
|
| 161 |
+AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 162 |
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 163 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 164 |
+am__v_GEN_1 = |
|
| 165 |
+AM_V_at = $(am__v_at_@AM_V@) |
|
| 166 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 167 |
+am__v_at_0 = @ |
|
| 168 |
+am__v_at_1 = |
|
| 157 | 169 |
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 158 | 170 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 159 | 171 |
am__depfiles_maybe = depfiles |
| ... | ... |
@@ -166,40 +224,65 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 166 | 166 |
$(AM_CFLAGS) $(CFLAGS) |
| 167 | 167 |
AM_V_CC = $(am__v_CC_@AM_V@) |
| 168 | 168 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 169 |
-am__v_CC_0 = @echo " CC " $@; |
|
| 170 |
-AM_V_at = $(am__v_at_@AM_V@) |
|
| 171 |
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 172 |
-am__v_at_0 = @ |
|
| 169 |
+am__v_CC_0 = @echo " CC " $@; |
|
| 170 |
+am__v_CC_1 = |
|
| 173 | 171 |
CCLD = $(CC) |
| 174 | 172 |
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 175 | 173 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 176 | 174 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 177 | 175 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 178 | 176 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 179 |
-am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 180 |
-AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 181 |
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 182 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 177 |
+am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 178 |
+am__v_CCLD_1 = |
|
| 183 | 179 |
SOURCES = $(check_clamav_SOURCES) $(check_clamd_SOURCES) \ |
| 184 | 180 |
$(check_fpu_endian_SOURCES) |
| 185 | 181 |
DIST_SOURCES = $(am__check_clamav_SOURCES_DIST) \ |
| 186 | 182 |
$(am__check_clamd_SOURCES_DIST) $(check_fpu_endian_SOURCES) |
| 183 |
+am__can_run_installinfo = \ |
|
| 184 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 185 |
+ n|no|NO) false;; \ |
|
| 186 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 187 |
+ esac |
|
| 188 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 189 |
+# Read a list of newline-separated strings from the standard input, |
|
| 190 |
+# and print each of them once, without duplicates. Input order is |
|
| 191 |
+# *not* preserved. |
|
| 192 |
+am__uniquify_input = $(AWK) '\ |
|
| 193 |
+ BEGIN { nonempty = 0; } \
|
|
| 194 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 195 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 196 |
+' |
|
| 197 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 198 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 199 |
+# for different programs/libraries. |
|
| 200 |
+am__define_uniq_tagged_files = \ |
|
| 201 |
+ list='$(am__tagged_files)'; \ |
|
| 202 |
+ unique=`for i in $$list; do \ |
|
| 203 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 204 |
+ done | $(am__uniquify_input)` |
|
| 187 | 205 |
ETAGS = etags |
| 188 | 206 |
CTAGS = ctags |
| 189 |
-# If stdout is a non-dumb tty, use colors. If test -t is not supported, |
|
| 190 |
-# then this fails; a conservative approach. Of course do not redirect |
|
| 191 |
-# stdout here, just stderr. |
|
| 192 |
-am__tty_colors = \ |
|
| 193 |
-red=; grn=; lgn=; blu=; std=; \ |
|
| 194 |
-test "X$(AM_COLOR_TESTS)" != Xno \ |
|
| 195 |
-&& test "X$$TERM" != Xdumb \ |
|
| 196 |
-&& { test "X$(AM_COLOR_TESTS)" = Xalways || test -t 1 2>/dev/null; } \
|
|
| 197 |
-&& { \
|
|
| 198 |
- red='[0;31m'; \ |
|
| 199 |
- grn='[0;32m'; \ |
|
| 200 |
- lgn='[1;32m'; \ |
|
| 201 |
- blu='[1;34m'; \ |
|
| 202 |
- std='[m'; \ |
|
| 207 |
+am__tty_colors_dummy = \ |
|
| 208 |
+ mgn= red= grn= lgn= blu= brg= std=; \ |
|
| 209 |
+ am__color_tests=no |
|
| 210 |
+am__tty_colors = { \
|
|
| 211 |
+ $(am__tty_colors_dummy); \ |
|
| 212 |
+ if test "X$(AM_COLOR_TESTS)" = Xno; then \ |
|
| 213 |
+ am__color_tests=no; \ |
|
| 214 |
+ elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ |
|
| 215 |
+ am__color_tests=yes; \ |
|
| 216 |
+ elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
|
|
| 217 |
+ am__color_tests=yes; \ |
|
| 218 |
+ fi; \ |
|
| 219 |
+ if test $$am__color_tests = yes; then \ |
|
| 220 |
+ red='[0;31m'; \ |
|
| 221 |
+ grn='[0;32m'; \ |
|
| 222 |
+ lgn='[1;32m'; \ |
|
| 223 |
+ blu='[1;34m'; \ |
|
| 224 |
+ mgn='[0;35m'; \ |
|
| 225 |
+ brg='[1m'; \ |
|
| 226 |
+ std='[m'; \ |
|
| 227 |
+ fi; \ |
|
| 203 | 228 |
} |
| 204 | 229 |
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
| 205 | 230 |
am__vpath_adj = case $$p in \ |
| ... | ... |
@@ -228,91 +311,161 @@ am__uninstall_files_from_dir = { \
|
| 228 | 228 |
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
| 229 | 229 |
$(am__cd) "$$dir" && rm -f $$files; }; \ |
| 230 | 230 |
} |
| 231 |
-# Restructured Text title and section. |
|
| 232 |
-am__rst_title = sed 's/.*/ & /;h;s/./=/g;p;x;p;g;p;s/.*//' |
|
| 233 |
-am__rst_section = sed 'p;s/./=/g;p;g' |
|
| 234 |
-# Put stdin (possibly several lines separated by ". ") in a box. |
|
| 235 |
-# Prefix each line by 'col' and terminate each with 'std', for coloring. |
|
| 236 |
-# Multi line coloring is problematic with "less -R", so we really need |
|
| 237 |
-# to color each line individually. |
|
| 238 |
-am__text_box = $(AWK) '{ \
|
|
| 239 |
- n = split($$0, lines, "\\. "); max = 0; \ |
|
| 240 |
- for (i = 1; i <= n; ++i) \ |
|
| 241 |
- if (max < length(lines[i])) \ |
|
| 242 |
- max = length(lines[i]); \ |
|
| 243 |
- for (i = 0; i < max; ++i) \ |
|
| 244 |
- line = line "="; \ |
|
| 245 |
- print col line std; \ |
|
| 246 |
- for (i = 1; i <= n; ++i) \ |
|
| 247 |
- if (lines[i]) \ |
|
| 248 |
- print col lines[i] std; \ |
|
| 249 |
- print col line std; \ |
|
| 231 |
+am__recheck_rx = ^[ ]*:recheck:[ ]* |
|
| 232 |
+am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* |
|
| 233 |
+am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* |
|
| 234 |
+# A command that, given a newline-separated list of test names on the |
|
| 235 |
+# standard input, print the name of the tests that are to be re-run |
|
| 236 |
+# upon "make recheck". |
|
| 237 |
+am__list_recheck_tests = $(AWK) '{ \
|
|
| 238 |
+ recheck = 1; \ |
|
| 239 |
+ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ |
|
| 240 |
+ { \
|
|
| 241 |
+ if (rc < 0) \ |
|
| 242 |
+ { \
|
|
| 243 |
+ if ((getline line2 < ($$0 ".log")) < 0) \ |
|
| 244 |
+ recheck = 0; \ |
|
| 245 |
+ break; \ |
|
| 246 |
+ } \ |
|
| 247 |
+ else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ |
|
| 248 |
+ { \
|
|
| 249 |
+ recheck = 0; \ |
|
| 250 |
+ break; \ |
|
| 251 |
+ } \ |
|
| 252 |
+ else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ |
|
| 253 |
+ { \
|
|
| 254 |
+ break; \ |
|
| 255 |
+ } \ |
|
| 256 |
+ }; \ |
|
| 257 |
+ if (recheck) \ |
|
| 258 |
+ print $$0; \ |
|
| 259 |
+ close ($$0 ".trs"); \ |
|
| 260 |
+ close ($$0 ".log"); \ |
|
| 261 |
+}' |
|
| 262 |
+# A command that, given a newline-separated list of test names on the |
|
| 263 |
+# standard input, create the global log from their .trs and .log files. |
|
| 264 |
+am__create_global_log = $(AWK) ' \ |
|
| 265 |
+function fatal(msg) \ |
|
| 266 |
+{ \
|
|
| 267 |
+ print "fatal: making $@: " msg | "cat >&2"; \ |
|
| 268 |
+ exit 1; \ |
|
| 269 |
+} \ |
|
| 270 |
+function rst_section(header) \ |
|
| 271 |
+{ \
|
|
| 272 |
+ print header; \ |
|
| 273 |
+ len = length(header); \ |
|
| 274 |
+ for (i = 1; i <= len; i = i + 1) \ |
|
| 275 |
+ printf "="; \ |
|
| 276 |
+ printf "\n\n"; \ |
|
| 277 |
+} \ |
|
| 278 |
+{ \
|
|
| 279 |
+ copy_in_global_log = 1; \ |
|
| 280 |
+ global_test_result = "RUN"; \ |
|
| 281 |
+ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ |
|
| 282 |
+ { \
|
|
| 283 |
+ if (rc < 0) \ |
|
| 284 |
+ fatal("failed to read from " $$0 ".trs"); \
|
|
| 285 |
+ if (line ~ /$(am__global_test_result_rx)/) \ |
|
| 286 |
+ { \
|
|
| 287 |
+ sub("$(am__global_test_result_rx)", "", line); \
|
|
| 288 |
+ sub("[ ]*$$", "", line); \
|
|
| 289 |
+ global_test_result = line; \ |
|
| 290 |
+ } \ |
|
| 291 |
+ else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ |
|
| 292 |
+ copy_in_global_log = 0; \ |
|
| 293 |
+ }; \ |
|
| 294 |
+ if (copy_in_global_log) \ |
|
| 295 |
+ { \
|
|
| 296 |
+ rst_section(global_test_result ": " $$0); \ |
|
| 297 |
+ while ((rc = (getline line < ($$0 ".log"))) != 0) \ |
|
| 298 |
+ { \
|
|
| 299 |
+ if (rc < 0) \ |
|
| 300 |
+ fatal("failed to read from " $$0 ".log"); \
|
|
| 301 |
+ print line; \ |
|
| 302 |
+ }; \ |
|
| 303 |
+ printf "\n"; \ |
|
| 304 |
+ }; \ |
|
| 305 |
+ close ($$0 ".trs"); \ |
|
| 306 |
+ close ($$0 ".log"); \ |
|
| 250 | 307 |
}' |
| 308 |
+# Restructured Text title. |
|
| 309 |
+am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
|
|
| 251 | 310 |
# Solaris 10 'make', and several other traditional 'make' implementations, |
| 252 | 311 |
# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it |
| 253 | 312 |
# by disabling -e (using the XSI extension "set +e") if it's set. |
| 254 | 313 |
am__sh_e_setup = case $$- in *e*) set +e;; esac |
| 314 |
+# Default flags passed to test drivers. |
|
| 315 |
+am__common_driver_flags = \ |
|
| 316 |
+ --color-tests "$$am__color_tests" \ |
|
| 317 |
+ --enable-hard-errors "$$am__enable_hard_errors" \ |
|
| 318 |
+ --expect-failure "$$am__expect_failure" |
|
| 255 | 319 |
# To be inserted before the command running the test. Creates the |
| 256 | 320 |
# directory for the log if needed. Stores in $dir the directory |
| 257 |
-# containing $f, in $tst the test, in $log the log, and passes |
|
| 258 |
-# TESTS_ENVIRONMENT. Save and restore TERM around use of |
|
| 259 |
-# TESTS_ENVIRONMENT, in case that unsets it. |
|
| 321 |
+# containing $f, in $tst the test, in $log the log. Executes the |
|
| 322 |
+# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and |
|
| 323 |
+# passes TESTS_ENVIRONMENT. Set up options for the wrapper that |
|
| 324 |
+# will run the test scripts (or their associated LOG_COMPILER, if |
|
| 325 |
+# thy have one). |
|
| 260 | 326 |
am__check_pre = \ |
| 261 | 327 |
$(am__sh_e_setup); \ |
| 262 | 328 |
$(am__vpath_adj_setup) $(am__vpath_adj) \ |
| 329 |
+$(am__tty_colors); \ |
|
| 263 | 330 |
srcdir=$(srcdir); export srcdir; \ |
| 264 |
-rm -f $@-t; \ |
|
| 265 |
-am__trap='rm -f '\''$(abs_builddir)/$@-t'\''; (exit $$st); exit $$st'; \ |
|
| 266 |
-trap "st=129; $$am__trap" 1; trap "st=130; $$am__trap" 2; \ |
|
| 267 |
-trap "st=141; $$am__trap" 13; trap "st=143; $$am__trap" 15; \ |
|
| 268 |
-am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`; \ |
|
| 269 |
-test "x$$am__odir" = x. || $(MKDIR_P) "$$am__odir" || exit $$?; \ |
|
| 331 |
+case "$@" in \ |
|
| 332 |
+ */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ |
|
| 333 |
+ *) am__odir=.;; \ |
|
| 334 |
+esac; \ |
|
| 335 |
+test "x$$am__odir" = x"." || test -d "$$am__odir" \ |
|
| 336 |
+ || $(MKDIR_P) "$$am__odir" || exit $$?; \ |
|
| 270 | 337 |
if test -f "./$$f"; then dir=./; \ |
| 271 | 338 |
elif test -f "$$f"; then dir=; \ |
| 272 | 339 |
else dir="$(srcdir)/"; fi; \ |
| 273 |
-tst=$$dir$$f; log='$@'; __SAVED_TERM=$$TERM; \ |
|
| 274 |
-$(TESTS_ENVIRONMENT) |
|
| 275 |
-# To be appended to the command running the test. Handle the stdout |
|
| 276 |
-# and stderr redirection, and catch the exit status. |
|
| 277 |
-am__check_post = \ |
|
| 278 |
->$@-t 2>&1; \ |
|
| 279 |
-estatus=$$?; \ |
|
| 280 |
-if test -n '$(DISABLE_HARD_ERRORS)' \ |
|
| 281 |
- && test $$estatus -eq 99; then \ |
|
| 282 |
- estatus=1; \ |
|
| 283 |
-fi; \ |
|
| 284 |
-TERM=$$__SAVED_TERM; export TERM; \ |
|
| 285 |
-$(am__tty_colors); \ |
|
| 286 |
-xfailed=PASS; \ |
|
| 340 |
+tst=$$dir$$f; log='$@'; \ |
|
| 341 |
+if test -n '$(DISABLE_HARD_ERRORS)'; then \ |
|
| 342 |
+ am__enable_hard_errors=no; \ |
|
| 343 |
+else \ |
|
| 344 |
+ am__enable_hard_errors=yes; \ |
|
| 345 |
+fi; \ |
|
| 287 | 346 |
case " $(XFAIL_TESTS) " in \ |
| 288 | 347 |
*[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ |
| 289 |
- xfailed=XFAIL;; \ |
|
| 290 |
-esac; \ |
|
| 291 |
-case $$estatus.$$xfailed in \ |
|
| 292 |
- 0.XFAIL) col=$$red; res=XPASS;; \ |
|
| 293 |
- 0.*) col=$$grn; res=PASS ;; \ |
|
| 294 |
- 77.*) col=$$blu; res=SKIP ;; \ |
|
| 295 |
- 99.*) col=$$red; res=FAIL ;; \ |
|
| 296 |
- *.XFAIL) col=$$lgn; res=XFAIL;; \ |
|
| 297 |
- *.*) col=$$red; res=FAIL ;; \ |
|
| 298 |
-esac; \ |
|
| 299 |
-echo "$${col}$$res$${std}: $$f"; \
|
|
| 300 |
-echo "$$res: $$f (exit: $$estatus)" | \ |
|
| 301 |
- $(am__rst_section) >$@; \ |
|
| 302 |
-cat $@-t >>$@; \ |
|
| 303 |
-rm -f $@-t |
|
| 348 |
+ am__expect_failure=yes;; \ |
|
| 349 |
+ *) \ |
|
| 350 |
+ am__expect_failure=no;; \ |
|
| 351 |
+esac; \ |
|
| 352 |
+$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) |
|
| 353 |
+# A shell command to get the names of the tests scripts with any registered |
|
| 354 |
+# extension removed (i.e., equivalently, the names of the test logs, with |
|
| 355 |
+# the '.log' extension removed). The result is saved in the shell variable |
|
| 356 |
+# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, |
|
| 357 |
+# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", |
|
| 358 |
+# since that might cause problem with VPATH rewrites for suffix-less tests. |
|
| 359 |
+# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. |
|
| 360 |
+am__set_TESTS_bases = \ |
|
| 361 |
+ bases='$(TEST_LOGS)'; \ |
|
| 362 |
+ bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ |
|
| 363 |
+ bases=`echo $$bases` |
|
| 304 | 364 |
RECHECK_LOGS = $(TEST_LOGS) |
| 305 |
-AM_RECURSIVE_TARGETS = check recheck check-html recheck-html |
|
| 306 |
-TEST_SUITE_HTML = $(TEST_SUITE_LOG:.log=.html) |
|
| 365 |
+AM_RECURSIVE_TARGETS = check recheck |
|
| 307 | 366 |
TEST_SUITE_LOG = test-suite.log |
| 308 | 367 |
TEST_EXTENSIONS = @EXEEXT@ .test |
| 368 |
+LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver |
|
| 309 | 369 |
LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) |
| 370 |
+am__set_b = \ |
|
| 371 |
+ case '$@' in \ |
|
| 372 |
+ */*) \ |
|
| 373 |
+ case '$*' in \ |
|
| 374 |
+ */*) b='$*';; \ |
|
| 375 |
+ *) b=`echo '$@' | sed 's/\.log$$//'`; \ |
|
| 376 |
+ esac;; \ |
|
| 377 |
+ *) \ |
|
| 378 |
+ b='$*';; \ |
|
| 379 |
+ esac |
|
| 310 | 380 |
am__test_logs1 = $(TESTS:=.log) |
| 311 | 381 |
am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) |
| 312 | 382 |
TEST_LOGS = $(am__test_logs2:.test.log=.log) |
| 383 |
+TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver |
|
| 313 | 384 |
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ |
| 314 | 385 |
$(TEST_LOG_FLAGS) |
| 315 |
-TEST_LOGS_TMP = $(TEST_LOGS:.log=.log-t) |
|
| 316 | 386 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 317 | 387 |
ACLOCAL = @ACLOCAL@ |
| 318 | 388 |
AMTAR = @AMTAR@ |
| ... | ... |
@@ -552,7 +705,7 @@ EXTRA_DIST = .split $(srcdir)/*.ref input test-freshclam.conf valgrind.supp viru |
| 552 | 552 |
all: all-am |
| 553 | 553 |
|
| 554 | 554 |
.SUFFIXES: |
| 555 |
-.SUFFIXES: .c .html .lo .log .o .obj .test .test$(EXEEXT) |
|
| 555 |
+.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs |
|
| 556 | 556 |
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
| 557 | 557 |
@for dep in $?; do \ |
| 558 | 558 |
case '$(am__configure_deps)' in \ |
| ... | ... |
@@ -592,12 +745,15 @@ clean-checkPROGRAMS: |
| 592 | 592 |
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ |
| 593 | 593 |
echo " rm -f" $$list; \ |
| 594 | 594 |
rm -f $$list |
| 595 |
+ |
|
| 595 | 596 |
check_clamav$(EXEEXT): $(check_clamav_OBJECTS) $(check_clamav_DEPENDENCIES) $(EXTRA_check_clamav_DEPENDENCIES) |
| 596 | 597 |
@rm -f check_clamav$(EXEEXT) |
| 597 | 598 |
$(AM_V_CCLD)$(check_clamav_LINK) $(check_clamav_OBJECTS) $(check_clamav_LDADD) $(LIBS) |
| 599 |
+ |
|
| 598 | 600 |
check_clamd$(EXEEXT): $(check_clamd_OBJECTS) $(check_clamd_DEPENDENCIES) $(EXTRA_check_clamd_DEPENDENCIES) |
| 599 | 601 |
@rm -f check_clamd$(EXEEXT) |
| 600 | 602 |
$(AM_V_CCLD)$(LINK) $(check_clamd_OBJECTS) $(check_clamd_LDADD) $(LIBS) |
| 603 |
+ |
|
| 601 | 604 |
check_fpu_endian$(EXEEXT): $(check_fpu_endian_OBJECTS) $(check_fpu_endian_DEPENDENCIES) $(EXTRA_check_fpu_endian_DEPENDENCIES) |
| 602 | 605 |
@rm -f check_fpu_endian$(EXEEXT) |
| 603 | 606 |
$(AM_V_CCLD)$(LINK) $(check_fpu_endian_OBJECTS) $(check_fpu_endian_LDADD) $(LIBS) |
| ... | ... |
@@ -627,14 +783,14 @@ distclean-compile: |
| 627 | 627 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 628 | 628 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 629 | 629 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 630 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 630 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 631 | 631 |
|
| 632 | 632 |
.c.obj: |
| 633 | 633 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 634 | 634 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 635 | 635 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 636 | 636 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 637 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
| 637 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 638 | 638 |
|
| 639 | 639 |
.c.lo: |
| 640 | 640 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -831,26 +987,15 @@ mostlyclean-libtool: |
| 831 | 831 |
clean-libtool: |
| 832 | 832 |
-rm -rf .libs _libs |
| 833 | 833 |
|
| 834 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 835 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 836 |
- unique=`for i in $$list; do \ |
|
| 837 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 838 |
- done | \ |
|
| 839 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 840 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 841 |
- mkid -fID $$unique |
|
| 842 |
-tags: TAGS |
|
| 843 |
- |
|
| 844 |
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 845 |
- $(TAGS_FILES) $(LISP) |
|
| 834 |
+ID: $(am__tagged_files) |
|
| 835 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 836 |
+tags: tags-am |
|
| 837 |
+TAGS: tags |
|
| 838 |
+ |
|
| 839 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 846 | 840 |
set x; \ |
| 847 | 841 |
here=`pwd`; \ |
| 848 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 849 |
- unique=`for i in $$list; do \ |
|
| 850 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 851 |
- done | \ |
|
| 852 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 853 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 842 |
+ $(am__define_uniq_tagged_files); \ |
|
| 854 | 843 |
shift; \ |
| 855 | 844 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 856 | 845 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -862,15 +1007,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 862 | 862 |
$$unique; \ |
| 863 | 863 |
fi; \ |
| 864 | 864 |
fi |
| 865 |
-ctags: CTAGS |
|
| 866 |
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 867 |
- $(TAGS_FILES) $(LISP) |
|
| 868 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 869 |
- unique=`for i in $$list; do \ |
|
| 870 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 871 |
- done | \ |
|
| 872 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 873 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 865 |
+ctags: ctags-am |
|
| 866 |
+ |
|
| 867 |
+CTAGS: ctags |
|
| 868 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 869 |
+ $(am__define_uniq_tagged_files); \ |
|
| 874 | 870 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 875 | 871 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 876 | 872 |
$$unique |
| ... | ... |
@@ -879,167 +1020,271 @@ GTAGS: |
| 879 | 879 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 880 | 880 |
&& $(am__cd) $(top_srcdir) \ |
| 881 | 881 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 882 |
+cscopelist: cscopelist-am |
|
| 883 |
+ |
|
| 884 |
+cscopelist-am: $(am__tagged_files) |
|
| 885 |
+ list='$(am__tagged_files)'; \ |
|
| 886 |
+ case "$(srcdir)" in \ |
|
| 887 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 888 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 889 |
+ esac; \ |
|
| 890 |
+ for i in $$list; do \ |
|
| 891 |
+ if test -f "$$i"; then \ |
|
| 892 |
+ echo "$(subdir)/$$i"; \ |
|
| 893 |
+ else \ |
|
| 894 |
+ echo "$$sdir/$$i"; \ |
|
| 895 |
+ fi; \ |
|
| 896 |
+ done >> $(top_builddir)/cscope.files |
|
| 882 | 897 |
|
| 883 | 898 |
distclean-tags: |
| 884 | 899 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 885 | 900 |
|
| 901 |
+# Recover from deleted '.trs' file; this should ensure that |
|
| 902 |
+# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create |
|
| 903 |
+# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells |
|
| 904 |
+# to avoid problems with "make -n". |
|
| 905 |
+.log.trs: |
|
| 906 |
+ rm -f $< $@ |
|
| 907 |
+ $(MAKE) $(AM_MAKEFLAGS) $< |
|
| 908 |
+ |
|
| 909 |
+# Leading 'am--fnord' is there to ensure the list of targets does not |
|
| 910 |
+# expand to empty, as could happen e.g. with make check TESTS=''. |
|
| 911 |
+am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) |
|
| 912 |
+am--force-recheck: |
|
| 913 |
+ @: |
|
| 914 |
+ |
|
| 886 | 915 |
$(TEST_SUITE_LOG): $(TEST_LOGS) |
| 887 |
- @$(am__sh_e_setup); \ |
|
| 888 |
- list='$(TEST_LOGS)'; \ |
|
| 889 |
- results=`for f in $$list; do \ |
|
| 890 |
- test -r $$f && read line < $$f && echo "$$line" \ |
|
| 891 |
- || echo FAIL; \ |
|
| 892 |
- done`; \ |
|
| 893 |
- all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[ ]*//'`; \ |
|
| 894 |
- fail=`echo "$$results" | grep -c '^FAIL'`; \ |
|
| 895 |
- pass=`echo "$$results" | grep -c '^PASS'`; \ |
|
| 896 |
- skip=`echo "$$results" | grep -c '^SKIP'`; \ |
|
| 897 |
- xfail=`echo "$$results" | grep -c '^XFAIL'`; \ |
|
| 898 |
- xpass=`echo "$$results" | grep -c '^XPASS'`; \ |
|
| 899 |
- failures=`expr $$fail + $$xpass`; \ |
|
| 900 |
- all=`expr $$all - $$skip`; \ |
|
| 901 |
- if test "$$all" -eq 1; then tests=test; All=; \ |
|
| 902 |
- else tests=tests; All="All "; fi; \ |
|
| 903 |
- case fail=$$fail:xpass=$$xpass:xfail=$$xfail in \ |
|
| 904 |
- fail=0:xpass=0:xfail=0) \ |
|
| 905 |
- msg="$$All$$all $$tests passed. "; \ |
|
| 906 |
- exit=true;; \ |
|
| 907 |
- fail=0:xpass=0:xfail=*) \ |
|
| 908 |
- msg="$$All$$all $$tests behaved as expected"; \ |
|
| 909 |
- if test "$$xfail" -eq 1; then xfailures=failure; \ |
|
| 910 |
- else xfailures=failures; fi; \ |
|
| 911 |
- msg="$$msg ($$xfail expected $$xfailures). "; \ |
|
| 912 |
- exit=true;; \ |
|
| 913 |
- fail=*:xpass=0:xfail=*) \ |
|
| 914 |
- msg="$$fail of $$all $$tests failed. "; \ |
|
| 915 |
- exit=false;; \ |
|
| 916 |
- fail=*:xpass=*:xfail=*) \ |
|
| 917 |
- msg="$$failures of $$all $$tests did not behave as expected"; \ |
|
| 918 |
- if test "$$xpass" -eq 1; then xpasses=pass; \ |
|
| 919 |
- else xpasses=passes; fi; \ |
|
| 920 |
- msg="$$msg ($$xpass unexpected $$xpasses). "; \ |
|
| 921 |
- exit=false;; \ |
|
| 922 |
- *) \ |
|
| 923 |
- echo >&2 "incorrect case"; exit 4;; \ |
|
| 924 |
- esac; \ |
|
| 925 |
- if test "$$skip" -ne 0; then \ |
|
| 926 |
- if test "$$skip" -eq 1; then \ |
|
| 927 |
- msg="$$msg($$skip test was not run). "; \ |
|
| 928 |
- else \ |
|
| 929 |
- msg="$$msg($$skip tests were not run). "; \ |
|
| 930 |
- fi; \ |
|
| 931 |
- fi; \ |
|
| 916 |
+ @$(am__set_TESTS_bases); \ |
|
| 917 |
+ am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
|
|
| 918 |
+ redo_bases=`for i in $$bases; do \ |
|
| 919 |
+ am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ |
|
| 920 |
+ done`; \ |
|
| 921 |
+ if test -n "$$redo_bases"; then \ |
|
| 922 |
+ redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ |
|
| 923 |
+ redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ |
|
| 924 |
+ if $(am__make_dryrun); then :; else \ |
|
| 925 |
+ rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ |
|
| 926 |
+ fi; \ |
|
| 927 |
+ fi; \ |
|
| 928 |
+ if test -n "$$am__remaking_logs"; then \ |
|
| 929 |
+ echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ |
|
| 930 |
+ "recursion detected" >&2; \ |
|
| 931 |
+ else \ |
|
| 932 |
+ am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ |
|
| 933 |
+ fi; \ |
|
| 934 |
+ if $(am__make_dryrun); then :; else \ |
|
| 935 |
+ st=0; \ |
|
| 936 |
+ errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ |
|
| 937 |
+ for i in $$redo_bases; do \ |
|
| 938 |
+ test -f $$i.trs && test -r $$i.trs \ |
|
| 939 |
+ || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
|
|
| 940 |
+ test -f $$i.log && test -r $$i.log \ |
|
| 941 |
+ || { echo "$$errmsg $$i.log" >&2; st=1; }; \
|
|
| 942 |
+ done; \ |
|
| 943 |
+ test $$st -eq 0 || exit 1; \ |
|
| 944 |
+ fi |
|
| 945 |
+ @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ |
|
| 946 |
+ ws='[ ]'; \ |
|
| 947 |
+ results=`for b in $$bases; do echo $$b.trs; done`; \ |
|
| 948 |
+ test -n "$$results" || results=/dev/null; \ |
|
| 949 |
+ all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ |
|
| 950 |
+ pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ |
|
| 951 |
+ fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ |
|
| 952 |
+ skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ |
|
| 953 |
+ xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ |
|
| 954 |
+ xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ |
|
| 955 |
+ error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ |
|
| 956 |
+ if test `expr $$fail + $$xpass + $$error` -eq 0; then \ |
|
| 957 |
+ success=true; \ |
|
| 958 |
+ else \ |
|
| 959 |
+ success=false; \ |
|
| 960 |
+ fi; \ |
|
| 961 |
+ br='==================='; br=$$br$$br$$br$$br; \ |
|
| 962 |
+ result_count () \ |
|
| 963 |
+ { \
|
|
| 964 |
+ if test x"$$1" = x"--maybe-color"; then \ |
|
| 965 |
+ maybe_colorize=yes; \ |
|
| 966 |
+ elif test x"$$1" = x"--no-color"; then \ |
|
| 967 |
+ maybe_colorize=no; \ |
|
| 968 |
+ else \ |
|
| 969 |
+ echo "$@: invalid 'result_count' usage" >&2; exit 4; \ |
|
| 970 |
+ fi; \ |
|
| 971 |
+ shift; \ |
|
| 972 |
+ desc=$$1 count=$$2; \ |
|
| 973 |
+ if test $$maybe_colorize = yes && test $$count -gt 0; then \ |
|
| 974 |
+ color_start=$$3 color_end=$$std; \ |
|
| 975 |
+ else \ |
|
| 976 |
+ color_start= color_end=; \ |
|
| 977 |
+ fi; \ |
|
| 978 |
+ echo "$${color_start}# $$desc $$count$${color_end}"; \
|
|
| 979 |
+ }; \ |
|
| 980 |
+ create_testsuite_report () \ |
|
| 981 |
+ { \
|
|
| 982 |
+ result_count $$1 "TOTAL:" $$all "$$brg"; \ |
|
| 983 |
+ result_count $$1 "PASS: " $$pass "$$grn"; \ |
|
| 984 |
+ result_count $$1 "SKIP: " $$skip "$$blu"; \ |
|
| 985 |
+ result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ |
|
| 986 |
+ result_count $$1 "FAIL: " $$fail "$$red"; \ |
|
| 987 |
+ result_count $$1 "XPASS:" $$xpass "$$red"; \ |
|
| 988 |
+ result_count $$1 "ERROR:" $$error "$$mgn"; \ |
|
| 989 |
+ }; \ |
|
| 932 | 990 |
{ \
|
| 933 | 991 |
echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ |
| 934 | 992 |
$(am__rst_title); \ |
| 935 |
- echo "$$msg"; \ |
|
| 993 |
+ create_testsuite_report --no-color; \ |
|
| 936 | 994 |
echo; \ |
| 937 | 995 |
echo ".. contents:: :depth: 2"; \ |
| 938 | 996 |
echo; \ |
| 939 |
- for f in $$list; do \ |
|
| 940 |
- test -r $$f && read line < $$f || line=; \ |
|
| 941 |
- case $$line in \ |
|
| 942 |
- PASS:*|XFAIL:*);; \ |
|
| 943 |
- *) echo; cat $$f;; \ |
|
| 944 |
- esac; \ |
|
| 945 |
- done; \ |
|
| 946 |
- } >$(TEST_SUITE_LOG).tmp; \ |
|
| 997 |
+ for b in $$bases; do echo $$b; done \ |
|
| 998 |
+ | $(am__create_global_log); \ |
|
| 999 |
+ } >$(TEST_SUITE_LOG).tmp || exit 1; \ |
|
| 947 | 1000 |
mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ |
| 948 |
- if test "$$failures" -ne 0; then \ |
|
| 949 |
- msg="$${msg}See $(subdir)/$(TEST_SUITE_LOG). "; \
|
|
| 950 |
- if test -n "$(PACKAGE_BUGREPORT)"; then \ |
|
| 951 |
- msg="$${msg}Please report to $(PACKAGE_BUGREPORT). "; \
|
|
| 952 |
- fi; \ |
|
| 953 |
- fi; \ |
|
| 954 |
- test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG); \ |
|
| 955 |
- $(am__tty_colors); \ |
|
| 956 |
- if $$exit; then \ |
|
| 1001 |
+ if $$success; then \ |
|
| 957 | 1002 |
col="$$grn"; \ |
| 958 | 1003 |
else \ |
| 959 | 1004 |
col="$$red"; \ |
| 1005 |
+ test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ |
|
| 960 | 1006 |
fi; \ |
| 961 |
- echo "$$msg" | $(am__text_box) "col=$$col" "std=$$std"; \ |
|
| 962 |
- $$exit || exit 1 |
|
| 963 |
- |
|
| 964 |
-check-TESTS recheck: |
|
| 965 |
- @if test $@ != recheck; then \ |
|
| 966 |
- list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list; \ |
|
| 967 |
- fi |
|
| 968 |
- @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) |
|
| 969 |
- @list='' list2='$(TEST_LOGS)'; for f in $$list2; do \ |
|
| 970 |
- test .log = $$f && continue; \ |
|
| 971 |
- if test $@ = recheck; then \ |
|
| 972 |
- test -f $$f || continue; \ |
|
| 973 |
- if test -r $$f && read line < $$f; then \ |
|
| 974 |
- case $$line in FAIL*|XPASS*) : ;; *) continue;; esac; \ |
|
| 975 |
- fi; \ |
|
| 976 |
- fi; \ |
|
| 977 |
- if test -z "$$list"; then list=$$f; else list="$$list $$f"; fi; \ |
|
| 978 |
- done; \ |
|
| 979 |
- if test $@ = recheck && test -n "$$list"; then \ |
|
| 980 |
- echo "am--clean: ; rm -f $$list" \ |
|
| 981 |
- | $(MAKE) $(AM_MAKEFLAGS) -f - am--clean || exit 1; \ |
|
| 982 |
- fi; \ |
|
| 983 |
- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$list" |
|
| 984 |
-recheck: $(check_PROGRAMS) $(check_SCRIPTS) |
|
| 985 |
- |
|
| 986 |
-am--mostlyclean-test-html: |
|
| 987 |
- list='$(TEST_LOGS:.log=.html)'; test -z "$$list" || rm -f $$list |
|
| 988 |
- rm -f $(TEST_SUITE_HTML) |
|
| 989 |
- |
|
| 990 |
-.log.html: |
|
| 991 |
- @list='$(RST2HTML) $$RST2HTML rst2html rst2html.py'; \ |
|
| 992 |
- for r2h in $$list; do \ |
|
| 993 |
- if ($$r2h --version) >/dev/null 2>&1; then \ |
|
| 994 |
- R2H=$$r2h; \ |
|
| 1007 |
+ echo "$${col}$$br$${std}"; \
|
|
| 1008 |
+ echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
|
|
| 1009 |
+ echo "$${col}$$br$${std}"; \
|
|
| 1010 |
+ create_testsuite_report --maybe-color; \ |
|
| 1011 |
+ echo "$$col$$br$$std"; \ |
|
| 1012 |
+ if $$success; then :; else \ |
|
| 1013 |
+ echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
|
|
| 1014 |
+ if test -n "$(PACKAGE_BUGREPORT)"; then \ |
|
| 1015 |
+ echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
|
|
| 995 | 1016 |
fi; \ |
| 996 |
- done; \ |
|
| 997 |
- if test -z "$$R2H"; then \ |
|
| 998 |
- echo >&2 "cannot find rst2html, cannot create $@"; \ |
|
| 999 |
- exit 2; \ |
|
| 1017 |
+ echo "$$col$$br$$std"; \ |
|
| 1000 | 1018 |
fi; \ |
| 1001 |
- $$R2H $< >$@.tmp |
|
| 1002 |
- @mv $@.tmp $@ |
|
| 1003 |
- |
|
| 1004 |
-# Be sure to run check first, and then to convert the result. |
|
| 1005 |
-# Beware of concurrent executions. Run "check" not "check-TESTS", as |
|
| 1006 |
-# check-SCRIPTS and other dependencies are rebuilt by the former only. |
|
| 1007 |
-# And expect check to fail. |
|
| 1008 |
-check-html recheck-html: |
|
| 1009 |
- @target=`echo $@ | sed 's/-html$$//'`; \ |
|
| 1010 |
- rv=0; $(MAKE) $(AM_MAKEFLAGS) $$target || rv=$$?; \ |
|
| 1011 |
- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_HTML) TEST_LOGS= || exit 4; \ |
|
| 1012 |
- exit $$rv |
|
| 1019 |
+ $$success || exit 1 |
|
| 1020 |
+ |
|
| 1021 |
+check-TESTS: |
|
| 1022 |
+ @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list |
|
| 1023 |
+ @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list |
|
| 1024 |
+ @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) |
|
| 1025 |
+ @set +e; $(am__set_TESTS_bases); \ |
|
| 1026 |
+ log_list=`for i in $$bases; do echo $$i.log; done`; \ |
|
| 1027 |
+ trs_list=`for i in $$bases; do echo $$i.trs; done`; \ |
|
| 1028 |
+ log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ |
|
| 1029 |
+ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ |
|
| 1030 |
+ exit $$?; |
|
| 1031 |
+recheck: all $(check_PROGRAMS) $(check_SCRIPTS) |
|
| 1032 |
+ @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) |
|
| 1033 |
+ @set +e; $(am__set_TESTS_bases); \ |
|
| 1034 |
+ bases=`for i in $$bases; do echo $$i; done \ |
|
| 1035 |
+ | $(am__list_recheck_tests)` || exit 1; \ |
|
| 1036 |
+ log_list=`for i in $$bases; do echo $$i.log; done`; \ |
|
| 1037 |
+ log_list=`echo $$log_list`; \ |
|
| 1038 |
+ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ |
|
| 1039 |
+ am__force_recheck=am--force-recheck \ |
|
| 1040 |
+ TEST_LOGS="$$log_list"; \ |
|
| 1041 |
+ exit $$? |
|
| 1013 | 1042 |
check_clamav.log: check_clamav$(EXEEXT) |
| 1014 |
- @p='check_clamav$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1043 |
+ @p='check_clamav$(EXEEXT)'; \ |
|
| 1044 |
+ b='check_clamav'; \ |
|
| 1045 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1046 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1047 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1048 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1015 | 1049 |
check_freshclam.sh.log: check_freshclam.sh |
| 1016 |
- @p='check_freshclam.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1050 |
+ @p='check_freshclam.sh'; \ |
|
| 1051 |
+ b='check_freshclam.sh'; \ |
|
| 1052 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1053 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1054 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1055 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1017 | 1056 |
check_sigtool.sh.log: check_sigtool.sh |
| 1018 |
- @p='check_sigtool.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1057 |
+ @p='check_sigtool.sh'; \ |
|
| 1058 |
+ b='check_sigtool.sh'; \ |
|
| 1059 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1060 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1061 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1062 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1019 | 1063 |
check_unit_vg.sh.log: check_unit_vg.sh |
| 1020 |
- @p='check_unit_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1064 |
+ @p='check_unit_vg.sh'; \ |
|
| 1065 |
+ b='check_unit_vg.sh'; \ |
|
| 1066 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1067 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1068 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1069 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1021 | 1070 |
check1_clamscan.sh.log: check1_clamscan.sh |
| 1022 |
- @p='check1_clamscan.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1071 |
+ @p='check1_clamscan.sh'; \ |
|
| 1072 |
+ b='check1_clamscan.sh'; \ |
|
| 1073 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1074 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1075 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1076 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1023 | 1077 |
check2_clamd.sh.log: check2_clamd.sh |
| 1024 |
- @p='check2_clamd.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1078 |
+ @p='check2_clamd.sh'; \ |
|
| 1079 |
+ b='check2_clamd.sh'; \ |
|
| 1080 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1081 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1082 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1083 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1025 | 1084 |
check3_clamd.sh.log: check3_clamd.sh |
| 1026 |
- @p='check3_clamd.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1085 |
+ @p='check3_clamd.sh'; \ |
|
| 1086 |
+ b='check3_clamd.sh'; \ |
|
| 1087 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1088 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1089 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1090 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1027 | 1091 |
check4_clamd.sh.log: check4_clamd.sh |
| 1028 |
- @p='check4_clamd.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1092 |
+ @p='check4_clamd.sh'; \ |
|
| 1093 |
+ b='check4_clamd.sh'; \ |
|
| 1094 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1095 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1096 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1097 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1029 | 1098 |
check5_clamd_vg.sh.log: check5_clamd_vg.sh |
| 1030 |
- @p='check5_clamd_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1099 |
+ @p='check5_clamd_vg.sh'; \ |
|
| 1100 |
+ b='check5_clamd_vg.sh'; \ |
|
| 1101 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1102 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1103 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1104 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1031 | 1105 |
check6_clamd_vg.sh.log: check6_clamd_vg.sh |
| 1032 |
- @p='check6_clamd_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1106 |
+ @p='check6_clamd_vg.sh'; \ |
|
| 1107 |
+ b='check6_clamd_vg.sh'; \ |
|
| 1108 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1109 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1110 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1111 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1033 | 1112 |
check7_clamd_hg.sh.log: check7_clamd_hg.sh |
| 1034 |
- @p='check7_clamd_hg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1113 |
+ @p='check7_clamd_hg.sh'; \ |
|
| 1114 |
+ b='check7_clamd_hg.sh'; \ |
|
| 1115 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1116 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1117 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1118 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1035 | 1119 |
check8_clamd_hg.sh.log: check8_clamd_hg.sh |
| 1036 |
- @p='check8_clamd_hg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1120 |
+ @p='check8_clamd_hg.sh'; \ |
|
| 1121 |
+ b='check8_clamd_hg.sh'; \ |
|
| 1122 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1123 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1124 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1125 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1037 | 1126 |
check9_clamscan_vg.sh.log: check9_clamscan_vg.sh |
| 1038 |
- @p='check9_clamscan_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1127 |
+ @p='check9_clamscan_vg.sh'; \ |
|
| 1128 |
+ b='check9_clamscan_vg.sh'; \ |
|
| 1129 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1130 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1131 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1132 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1039 | 1133 |
.test.log: |
| 1040 |
- @p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1134 |
+ @p='$<'; \ |
|
| 1135 |
+ $(am__set_b); \ |
|
| 1136 |
+ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ |
|
| 1137 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1138 |
+ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ |
|
| 1139 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1041 | 1140 |
@am__EXEEXT_TRUE@.test$(EXEEXT).log: |
| 1042 |
-@am__EXEEXT_TRUE@ @p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1141 |
+@am__EXEEXT_TRUE@ @p='$<'; \ |
|
| 1142 |
+@am__EXEEXT_TRUE@ $(am__set_b); \ |
|
| 1143 |
+@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ |
|
| 1144 |
+@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1145 |
+@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ |
|
| 1146 |
+@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1043 | 1147 |
|
| 1044 | 1148 |
distdir: $(DISTFILES) |
| 1045 | 1149 |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| ... | ... |
@@ -1098,7 +1343,7 @@ install-strip: |
| 1098 | 1098 |
fi |
| 1099 | 1099 |
mostlyclean-generic: |
| 1100 | 1100 |
-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) |
| 1101 |
- -test -z "$(TEST_LOGS_TMP)" || rm -f $(TEST_LOGS_TMP) |
|
| 1101 |
+ -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) |
|
| 1102 | 1102 |
-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) |
| 1103 | 1103 |
|
| 1104 | 1104 |
clean-generic: |
| ... | ... |
@@ -1170,8 +1415,8 @@ maintainer-clean-am: distclean-am maintainer-clean-generic |
| 1170 | 1170 |
|
| 1171 | 1171 |
mostlyclean: mostlyclean-am |
| 1172 | 1172 |
|
| 1173 |
-mostlyclean-am: am--mostlyclean-test-html mostlyclean-compile \ |
|
| 1174 |
- mostlyclean-generic mostlyclean-libtool |
|
| 1173 |
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
|
| 1174 |
+ mostlyclean-libtool |
|
| 1175 | 1175 |
|
| 1176 | 1176 |
pdf: pdf-am |
| 1177 | 1177 |
|
| ... | ... |
@@ -1183,22 +1428,21 @@ ps-am: |
| 1183 | 1183 |
|
| 1184 | 1184 |
uninstall-am: |
| 1185 | 1185 |
|
| 1186 |
-.MAKE: check-am check-html install-am install-strip recheck-html |
|
| 1187 |
- |
|
| 1188 |
-.PHONY: CTAGS GTAGS all all-am am--mostlyclean-test-html check \ |
|
| 1189 |
- check-TESTS check-am check-html clean clean-checkPROGRAMS \ |
|
| 1190 |
- clean-generic clean-libtool clean-local ctags distclean \ |
|
| 1191 |
- distclean-compile distclean-generic distclean-libtool \ |
|
| 1192 |
- distclean-tags distdir dvi dvi-am html html-am info info-am \ |
|
| 1193 |
- install install-am install-data install-data-am install-dvi \ |
|
| 1194 |
- install-dvi-am install-exec install-exec-am install-html \ |
|
| 1195 |
- install-html-am install-info install-info-am install-man \ |
|
| 1196 |
- install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 1197 |
- install-strip installcheck installcheck-am installdirs \ |
|
| 1198 |
- maintainer-clean maintainer-clean-generic mostlyclean \ |
|
| 1199 |
- mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ |
|
| 1200 |
- pdf pdf-am ps ps-am recheck recheck-html tags uninstall \ |
|
| 1201 |
- uninstall-am |
|
| 1186 |
+.MAKE: check-am install-am install-strip |
|
| 1187 |
+ |
|
| 1188 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \ |
|
| 1189 |
+ clean-checkPROGRAMS clean-generic clean-libtool clean-local \ |
|
| 1190 |
+ cscopelist-am ctags ctags-am distclean distclean-compile \ |
|
| 1191 |
+ distclean-generic distclean-libtool distclean-tags distdir dvi \ |
|
| 1192 |
+ dvi-am html html-am info info-am install install-am \ |
|
| 1193 |
+ install-data install-data-am install-dvi install-dvi-am \ |
|
| 1194 |
+ install-exec install-exec-am install-html install-html-am \ |
|
| 1195 |
+ install-info install-info-am install-man install-pdf \ |
|
| 1196 |
+ install-pdf-am install-ps install-ps-am install-strip \ |
|
| 1197 |
+ installcheck installcheck-am installdirs maintainer-clean \ |
|
| 1198 |
+ maintainer-clean-generic mostlyclean mostlyclean-compile \ |
|
| 1199 |
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 1200 |
+ recheck tags tags-am uninstall uninstall-am |
|
| 1202 | 1201 |
|
| 1203 | 1202 |
|
| 1204 | 1203 |
check_unit_vg.sh: $(FILES) |