| ... | ... |
@@ -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 \ |
| ... | ... |
@@ -188,29 +237,63 @@ am__uninstall_files_from_dir = { \
|
| 188 | 188 |
} |
| 189 | 189 |
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" |
| 190 | 190 |
SCRIPTS = $(bin_SCRIPTS) |
| 191 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 192 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 193 |
+am__v_P_0 = false |
|
| 194 |
+am__v_P_1 = : |
|
| 191 | 195 |
AM_V_GEN = $(am__v_GEN_@AM_V@) |
| 192 | 196 |
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| 193 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 197 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 198 |
+am__v_GEN_1 = |
|
| 194 | 199 |
AM_V_at = $(am__v_at_@AM_V@) |
| 195 | 200 |
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| 196 | 201 |
am__v_at_0 = @ |
| 202 |
+am__v_at_1 = |
|
| 197 | 203 |
SOURCES = |
| 198 | 204 |
DIST_SOURCES = |
| 199 |
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
|
| 200 |
- html-recursive info-recursive install-data-recursive \ |
|
| 201 |
- install-dvi-recursive install-exec-recursive \ |
|
| 202 |
- install-html-recursive install-info-recursive \ |
|
| 203 |
- install-pdf-recursive install-ps-recursive install-recursive \ |
|
| 204 |
- installcheck-recursive installdirs-recursive pdf-recursive \ |
|
| 205 |
- ps-recursive uninstall-recursive |
|
| 205 |
+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ |
|
| 206 |
+ ctags-recursive dvi-recursive html-recursive info-recursive \ |
|
| 207 |
+ install-data-recursive install-dvi-recursive \ |
|
| 208 |
+ install-exec-recursive install-html-recursive \ |
|
| 209 |
+ install-info-recursive install-pdf-recursive \ |
|
| 210 |
+ install-ps-recursive install-recursive installcheck-recursive \ |
|
| 211 |
+ installdirs-recursive pdf-recursive ps-recursive \ |
|
| 212 |
+ tags-recursive uninstall-recursive |
|
| 213 |
+am__can_run_installinfo = \ |
|
| 214 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 215 |
+ n|no|NO) false;; \ |
|
| 216 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 217 |
+ esac |
|
| 206 | 218 |
DATA = $(pkgconfig_DATA) |
| 207 | 219 |
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
| 208 | 220 |
distclean-recursive maintainer-clean-recursive |
| 209 |
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ |
|
| 210 |
- $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ |
|
| 211 |
- distdir dist dist-all distcheck |
|
| 221 |
+am__recursive_targets = \ |
|
| 222 |
+ $(RECURSIVE_TARGETS) \ |
|
| 223 |
+ $(RECURSIVE_CLEAN_TARGETS) \ |
|
| 224 |
+ $(am__extra_recursive_targets) |
|
| 225 |
+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
|
| 226 |
+ cscope distdir dist dist-all distcheck |
|
| 227 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ |
|
| 228 |
+ $(LISP)clamav-config.h.in |
|
| 229 |
+# Read a list of newline-separated strings from the standard input, |
|
| 230 |
+# and print each of them once, without duplicates. Input order is |
|
| 231 |
+# *not* preserved. |
|
| 232 |
+am__uniquify_input = $(AWK) '\ |
|
| 233 |
+ BEGIN { nonempty = 0; } \
|
|
| 234 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 235 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 236 |
+' |
|
| 237 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 238 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 239 |
+# for different programs/libraries. |
|
| 240 |
+am__define_uniq_tagged_files = \ |
|
| 241 |
+ list='$(am__tagged_files)'; \ |
|
| 242 |
+ unique=`for i in $$list; do \ |
|
| 243 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 244 |
+ done | $(am__uniquify_input)` |
|
| 212 | 245 |
ETAGS = etags |
| 213 | 246 |
CTAGS = ctags |
| 247 |
+CSCOPE = cscope |
|
| 214 | 248 |
DIST_SUBDIRS = libltdl libclamav clamscan clamd clamdscan freshclam \ |
| 215 | 249 |
sigtool clamconf database docs etc clamav-milter test clamdtop \ |
| 216 | 250 |
clambc unit_tests clamsubmit |
| ... | ... |
@@ -223,6 +306,7 @@ am__remove_distdir = \ |
| 223 | 223 |
&& rm -rf "$(distdir)" \ |
| 224 | 224 |
|| { sleep 5 && rm -rf "$(distdir)"; }; \
|
| 225 | 225 |
else :; fi |
| 226 |
+am__post_remove_distdir = $(am__remove_distdir) |
|
| 226 | 227 |
am__relativize = \ |
| 227 | 228 |
dir0=`pwd`; \ |
| 228 | 229 |
sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
| ... | ... |
@@ -250,6 +334,7 @@ am__relativize = \ |
| 250 | 250 |
reldir="$$dir2" |
| 251 | 251 |
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 |
| 252 | 252 |
GZIP_ENV = --best |
| 253 |
+DIST_TARGETS = dist-bzip2 dist-gzip |
|
| 253 | 254 |
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ |
| 254 | 255 |
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' |
| 255 | 256 |
distcleancheck_listfiles = find . -type f -print |
| ... | ... |
@@ -506,8 +591,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 506 | 506 |
$(am__aclocal_m4_deps): |
| 507 | 507 |
|
| 508 | 508 |
clamav-config.h: stamp-h1 |
| 509 |
- @if test ! -f $@; then rm -f stamp-h1; else :; fi |
|
| 510 |
- @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi |
|
| 509 |
+ @test -f $@ || rm -f stamp-h1 |
|
| 510 |
+ @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 |
|
| 511 | 511 |
|
| 512 | 512 |
stamp-h1: $(srcdir)/clamav-config.h.in $(top_builddir)/config.status |
| 513 | 513 |
@rm -f stamp-h1 |
| ... | ... |
@@ -553,8 +638,11 @@ docs/man/clamsubmit.1: $(top_builddir)/config.status $(top_srcdir)/docs/man/clam |
| 553 | 553 |
cd $(top_builddir) && $(SHELL) ./config.status $@ |
| 554 | 554 |
install-binSCRIPTS: $(bin_SCRIPTS) |
| 555 | 555 |
@$(NORMAL_INSTALL) |
| 556 |
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" |
|
| 557 | 556 |
@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ |
| 557 |
+ if test -n "$$list"; then \ |
|
| 558 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
|
| 559 |
+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
|
| 560 |
+ fi; \ |
|
| 558 | 561 |
for p in $$list; do \ |
| 559 | 562 |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| 560 | 563 |
if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ |
| ... | ... |
@@ -609,8 +697,11 @@ distclean-libtool: |
| 609 | 609 |
-rm -f libtool config.lt |
| 610 | 610 |
install-pkgconfigDATA: $(pkgconfig_DATA) |
| 611 | 611 |
@$(NORMAL_INSTALL) |
| 612 |
- test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" |
|
| 613 | 612 |
@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ |
| 613 |
+ if test -n "$$list"; then \ |
|
| 614 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ |
|
| 615 |
+ $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ |
|
| 616 |
+ fi; \ |
|
| 614 | 617 |
for p in $$list; do \ |
| 615 | 618 |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| 616 | 619 |
echo "$$d$$p"; \ |
| ... | ... |
@@ -627,22 +718,25 @@ uninstall-pkgconfigDATA: |
| 627 | 627 |
dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) |
| 628 | 628 |
|
| 629 | 629 |
# This directory's subdirectories are mostly independent; you can cd |
| 630 |
-# into them and run `make' without going through this Makefile. |
|
| 631 |
-# To change the values of `make' variables: instead of editing Makefiles, |
|
| 632 |
-# (1) if the variable is set in `config.status', edit `config.status' |
|
| 633 |
-# (which will cause the Makefiles to be regenerated when you run `make'); |
|
| 634 |
-# (2) otherwise, pass the desired values on the `make' command line. |
|
| 635 |
-$(RECURSIVE_TARGETS): |
|
| 636 |
- @fail= failcom='exit 1'; \ |
|
| 637 |
- for f in x $$MAKEFLAGS; do \ |
|
| 638 |
- case $$f in \ |
|
| 639 |
- *=* | --[!k]*);; \ |
|
| 640 |
- *k*) failcom='fail=yes';; \ |
|
| 641 |
- esac; \ |
|
| 642 |
- done; \ |
|
| 630 |
+# into them and run 'make' without going through this Makefile. |
|
| 631 |
+# To change the values of 'make' variables: instead of editing Makefiles, |
|
| 632 |
+# (1) if the variable is set in 'config.status', edit 'config.status' |
|
| 633 |
+# (which will cause the Makefiles to be regenerated when you run 'make'); |
|
| 634 |
+# (2) otherwise, pass the desired values on the 'make' command line. |
|
| 635 |
+$(am__recursive_targets): |
|
| 636 |
+ @fail=; \ |
|
| 637 |
+ if $(am__make_keepgoing); then \ |
|
| 638 |
+ failcom='fail=yes'; \ |
|
| 639 |
+ else \ |
|
| 640 |
+ failcom='exit 1'; \ |
|
| 641 |
+ fi; \ |
|
| 643 | 642 |
dot_seen=no; \ |
| 644 | 643 |
target=`echo $@ | sed s/-recursive//`; \ |
| 645 |
- list='$(SUBDIRS)'; for subdir in $$list; do \ |
|
| 644 |
+ case "$@" in \ |
|
| 645 |
+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
|
| 646 |
+ *) list='$(SUBDIRS)' ;; \ |
|
| 647 |
+ esac; \ |
|
| 648 |
+ for subdir in $$list; do \ |
|
| 646 | 649 |
echo "Making $$target in $$subdir"; \ |
| 647 | 650 |
if test "$$subdir" = "."; then \ |
| 648 | 651 |
dot_seen=yes; \ |
| ... | ... |
@@ -657,57 +751,12 @@ $(RECURSIVE_TARGETS): |
| 657 | 657 |
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| 658 | 658 |
fi; test -z "$$fail" |
| 659 | 659 |
|
| 660 |
-$(RECURSIVE_CLEAN_TARGETS): |
|
| 661 |
- @fail= failcom='exit 1'; \ |
|
| 662 |
- for f in x $$MAKEFLAGS; do \ |
|
| 663 |
- case $$f in \ |
|
| 664 |
- *=* | --[!k]*);; \ |
|
| 665 |
- *k*) failcom='fail=yes';; \ |
|
| 666 |
- esac; \ |
|
| 667 |
- done; \ |
|
| 668 |
- dot_seen=no; \ |
|
| 669 |
- case "$@" in \ |
|
| 670 |
- distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
|
| 671 |
- *) list='$(SUBDIRS)' ;; \ |
|
| 672 |
- esac; \ |
|
| 673 |
- rev=''; for subdir in $$list; do \ |
|
| 674 |
- if test "$$subdir" = "."; then :; else \ |
|
| 675 |
- rev="$$subdir $$rev"; \ |
|
| 676 |
- fi; \ |
|
| 677 |
- done; \ |
|
| 678 |
- rev="$$rev ."; \ |
|
| 679 |
- target=`echo $@ | sed s/-recursive//`; \ |
|
| 680 |
- for subdir in $$rev; do \ |
|
| 681 |
- echo "Making $$target in $$subdir"; \ |
|
| 682 |
- if test "$$subdir" = "."; then \ |
|
| 683 |
- local_target="$$target-am"; \ |
|
| 684 |
- else \ |
|
| 685 |
- local_target="$$target"; \ |
|
| 686 |
- fi; \ |
|
| 687 |
- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
|
| 688 |
- || eval $$failcom; \ |
|
| 689 |
- done && test -z "$$fail" |
|
| 690 |
-tags-recursive: |
|
| 691 |
- list='$(SUBDIRS)'; for subdir in $$list; do \ |
|
| 692 |
- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
|
| 693 |
- done |
|
| 694 |
-ctags-recursive: |
|
| 695 |
- list='$(SUBDIRS)'; for subdir in $$list; do \ |
|
| 696 |
- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
|
| 697 |
- done |
|
| 660 |
+ID: $(am__tagged_files) |
|
| 661 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 662 |
+tags: tags-recursive |
|
| 663 |
+TAGS: tags |
|
| 698 | 664 |
|
| 699 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 700 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 701 |
- unique=`for i in $$list; do \ |
|
| 702 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 703 |
- done | \ |
|
| 704 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 705 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 706 |
- mkid -fID $$unique |
|
| 707 |
-tags: TAGS |
|
| 708 |
- |
|
| 709 |
-TAGS: tags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIES) \ |
|
| 710 |
- $(TAGS_FILES) $(LISP) |
|
| 665 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 711 | 666 |
set x; \ |
| 712 | 667 |
here=`pwd`; \ |
| 713 | 668 |
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
| ... | ... |
@@ -723,12 +772,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIE |
| 723 | 723 |
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
| 724 | 724 |
fi; \ |
| 725 | 725 |
done; \ |
| 726 |
- list='$(SOURCES) $(HEADERS) clamav-config.h.in $(LISP) $(TAGS_FILES)'; \ |
|
| 727 |
- unique=`for i in $$list; do \ |
|
| 728 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 729 |
- done | \ |
|
| 730 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 731 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 726 |
+ $(am__define_uniq_tagged_files); \ |
|
| 732 | 727 |
shift; \ |
| 733 | 728 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 734 | 729 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -740,15 +784,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIE |
| 740 | 740 |
$$unique; \ |
| 741 | 741 |
fi; \ |
| 742 | 742 |
fi |
| 743 |
-ctags: CTAGS |
|
| 744 |
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIES) \ |
|
| 745 |
- $(TAGS_FILES) $(LISP) |
|
| 746 |
- list='$(SOURCES) $(HEADERS) clamav-config.h.in $(LISP) $(TAGS_FILES)'; \ |
|
| 747 |
- unique=`for i in $$list; do \ |
|
| 748 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 749 |
- done | \ |
|
| 750 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 751 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 743 |
+ctags: ctags-recursive |
|
| 744 |
+ |
|
| 745 |
+CTAGS: ctags |
|
| 746 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 747 |
+ $(am__define_uniq_tagged_files); \ |
|
| 752 | 748 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 753 | 749 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 754 | 750 |
$$unique |
| ... | ... |
@@ -757,9 +797,31 @@ GTAGS: |
| 757 | 757 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 758 | 758 |
&& $(am__cd) $(top_srcdir) \ |
| 759 | 759 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 760 |
+cscope: cscope.files |
|
| 761 |
+ test ! -s cscope.files \ |
|
| 762 |
+ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) |
|
| 763 |
+clean-cscope: |
|
| 764 |
+ -rm -f cscope.files |
|
| 765 |
+cscope.files: clean-cscope cscopelist |
|
| 766 |
+cscopelist: cscopelist-recursive |
|
| 767 |
+ |
|
| 768 |
+cscopelist-am: $(am__tagged_files) |
|
| 769 |
+ list='$(am__tagged_files)'; \ |
|
| 770 |
+ case "$(srcdir)" in \ |
|
| 771 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 772 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 773 |
+ esac; \ |
|
| 774 |
+ for i in $$list; do \ |
|
| 775 |
+ if test -f "$$i"; then \ |
|
| 776 |
+ echo "$(subdir)/$$i"; \ |
|
| 777 |
+ else \ |
|
| 778 |
+ echo "$$sdir/$$i"; \ |
|
| 779 |
+ fi; \ |
|
| 780 |
+ done >> $(top_builddir)/cscope.files |
|
| 760 | 781 |
|
| 761 | 782 |
distclean-tags: |
| 762 | 783 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 784 |
+ -rm -f cscope.out cscope.in.out cscope.po.out cscope.files |
|
| 763 | 785 |
|
| 764 | 786 |
distdir: $(DISTFILES) |
| 765 | 787 |
$(am__remove_distdir) |
| ... | ... |
@@ -795,13 +857,10 @@ distdir: $(DISTFILES) |
| 795 | 795 |
done |
| 796 | 796 |
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
| 797 | 797 |
if test "$$subdir" = .; then :; else \ |
| 798 |
- test -d "$(distdir)/$$subdir" \ |
|
| 799 |
- || $(MKDIR_P) "$(distdir)/$$subdir" \ |
|
| 800 |
- || exit 1; \ |
|
| 801 |
- fi; \ |
|
| 802 |
- done |
|
| 803 |
- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
|
| 804 |
- if test "$$subdir" = .; then :; else \ |
|
| 798 |
+ $(am__make_dryrun) \ |
|
| 799 |
+ || test -d "$(distdir)/$$subdir" \ |
|
| 800 |
+ || $(MKDIR_P) "$(distdir)/$$subdir" \ |
|
| 801 |
+ || exit 1; \ |
|
| 805 | 802 |
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
| 806 | 803 |
$(am__relativize); \ |
| 807 | 804 |
new_distdir=$$reldir; \ |
| ... | ... |
@@ -833,40 +892,41 @@ distdir: $(DISTFILES) |
| 833 | 833 |
|| chmod -R a+r "$(distdir)" |
| 834 | 834 |
dist-gzip: distdir |
| 835 | 835 |
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
| 836 |
- $(am__remove_distdir) |
|
| 836 |
+ $(am__post_remove_distdir) |
|
| 837 | 837 |
dist-bzip2: distdir |
| 838 | 838 |
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
|
| 839 |
- $(am__remove_distdir) |
|
| 839 |
+ $(am__post_remove_distdir) |
|
| 840 | 840 |
|
| 841 | 841 |
dist-lzip: distdir |
| 842 | 842 |
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
|
| 843 |
- $(am__remove_distdir) |
|
| 844 |
- |
|
| 845 |
-dist-lzma: distdir |
|
| 846 |
- tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma |
|
| 847 |
- $(am__remove_distdir) |
|
| 843 |
+ $(am__post_remove_distdir) |
|
| 848 | 844 |
|
| 849 | 845 |
dist-xz: distdir |
| 850 | 846 |
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
|
| 851 |
- $(am__remove_distdir) |
|
| 847 |
+ $(am__post_remove_distdir) |
|
| 852 | 848 |
|
| 853 | 849 |
dist-tarZ: distdir |
| 850 |
+ @echo WARNING: "Support for shar distribution archives is" \ |
|
| 851 |
+ "deprecated." >&2 |
|
| 852 |
+ @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
|
| 854 | 853 |
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
| 855 |
- $(am__remove_distdir) |
|
| 854 |
+ $(am__post_remove_distdir) |
|
| 856 | 855 |
|
| 857 | 856 |
dist-shar: distdir |
| 857 |
+ @echo WARNING: "Support for distribution archives compressed with" \ |
|
| 858 |
+ "legacy program 'compress' is deprecated." >&2 |
|
| 859 |
+ @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
|
| 858 | 860 |
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
| 859 |
- $(am__remove_distdir) |
|
| 861 |
+ $(am__post_remove_distdir) |
|
| 860 | 862 |
|
| 861 | 863 |
dist-zip: distdir |
| 862 | 864 |
-rm -f $(distdir).zip |
| 863 | 865 |
zip -rq $(distdir).zip $(distdir) |
| 864 |
- $(am__remove_distdir) |
|
| 866 |
+ $(am__post_remove_distdir) |
|
| 865 | 867 |
|
| 866 |
-dist dist-all: distdir |
|
| 867 |
- tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
|
| 868 |
- tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
|
|
| 869 |
- $(am__remove_distdir) |
|
| 868 |
+dist dist-all: |
|
| 869 |
+ $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' |
|
| 870 |
+ $(am__post_remove_distdir) |
|
| 870 | 871 |
|
| 871 | 872 |
# This target untars the dist file and tries a VPATH configuration. Then |
| 872 | 873 |
# it guarantees that the distribution is self-contained by making another |
| ... | ... |
@@ -877,8 +937,6 @@ distcheck: dist |
| 877 | 877 |
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ |
| 878 | 878 |
*.tar.bz2*) \ |
| 879 | 879 |
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
| 880 |
- *.tar.lzma*) \ |
|
| 881 |
- lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ |
|
| 882 | 880 |
*.tar.lz*) \ |
| 883 | 881 |
lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ |
| 884 | 882 |
*.tar.xz*) \ |
| ... | ... |
@@ -890,18 +948,19 @@ distcheck: dist |
| 890 | 890 |
*.zip*) \ |
| 891 | 891 |
unzip $(distdir).zip ;;\ |
| 892 | 892 |
esac |
| 893 |
- chmod -R a-w $(distdir); chmod a+w $(distdir) |
|
| 894 |
- mkdir $(distdir)/_build |
|
| 895 |
- mkdir $(distdir)/_inst |
|
| 893 |
+ chmod -R a-w $(distdir) |
|
| 894 |
+ chmod u+w $(distdir) |
|
| 895 |
+ mkdir $(distdir)/_build $(distdir)/_inst |
|
| 896 | 896 |
chmod a-w $(distdir) |
| 897 | 897 |
test -d $(distdir)/_build || exit 0; \ |
| 898 | 898 |
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
| 899 | 899 |
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
| 900 | 900 |
&& am__cwd=`pwd` \ |
| 901 | 901 |
&& $(am__cd) $(distdir)/_build \ |
| 902 |
- && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
|
| 902 |
+ && ../configure \ |
|
| 903 | 903 |
$(AM_DISTCHECK_CONFIGURE_FLAGS) \ |
| 904 | 904 |
$(DISTCHECK_CONFIGURE_FLAGS) \ |
| 905 |
+ --srcdir=.. --prefix="$$dc_install_base" \ |
|
| 905 | 906 |
&& $(MAKE) $(AM_MAKEFLAGS) \ |
| 906 | 907 |
&& $(MAKE) $(AM_MAKEFLAGS) dvi \ |
| 907 | 908 |
&& $(MAKE) $(AM_MAKEFLAGS) check \ |
| ... | ... |
@@ -924,7 +983,7 @@ distcheck: dist |
| 924 | 924 |
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ |
| 925 | 925 |
&& cd "$$am__cwd" \ |
| 926 | 926 |
|| exit 1 |
| 927 |
- $(am__remove_distdir) |
|
| 927 |
+ $(am__post_remove_distdir) |
|
| 928 | 928 |
@(echo "$(distdir) archives ready for distribution: "; \ |
| 929 | 929 |
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
| 930 | 930 |
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
| ... | ... |
@@ -1063,26 +1122,25 @@ ps-am: |
| 1063 | 1063 |
|
| 1064 | 1064 |
uninstall-am: uninstall-binSCRIPTS uninstall-pkgconfigDATA |
| 1065 | 1065 |
|
| 1066 |
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ |
|
| 1067 |
- ctags-recursive install-am install-strip tags-recursive |
|
| 1068 |
- |
|
| 1069 |
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
|
| 1070 |
- all all-am am--refresh check check-am clean clean-generic \ |
|
| 1071 |
- clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ |
|
| 1072 |
- dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \ |
|
| 1073 |
- dist-xz dist-zip distcheck distclean distclean-generic \ |
|
| 1074 |
- distclean-hdr distclean-libtool distclean-tags distcleancheck \ |
|
| 1075 |
- distdir distuninstallcheck dvi dvi-am html html-am info \ |
|
| 1076 |
- info-am install install-am install-binSCRIPTS install-data \ |
|
| 1077 |
- install-data-am install-dvi install-dvi-am install-exec \ |
|
| 1078 |
- install-exec-am install-html install-html-am install-info \ |
|
| 1079 |
- install-info-am install-man install-pdf install-pdf-am \ |
|
| 1080 |
- install-pkgconfigDATA install-ps install-ps-am install-strip \ |
|
| 1081 |
- installcheck installcheck-am installcheck-binSCRIPTS \ |
|
| 1082 |
- installdirs installdirs-am maintainer-clean \ |
|
| 1083 |
- maintainer-clean-generic mostlyclean mostlyclean-generic \ |
|
| 1084 |
- mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ |
|
| 1085 |
- uninstall uninstall-am uninstall-binSCRIPTS \ |
|
| 1066 |
+.MAKE: $(am__recursive_targets) all install-am install-strip |
|
| 1067 |
+ |
|
| 1068 |
+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ |
|
| 1069 |
+ am--refresh check check-am clean clean-cscope clean-generic \ |
|
| 1070 |
+ clean-libtool cscope cscopelist-am ctags ctags-am dist \ |
|
| 1071 |
+ dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ |
|
| 1072 |
+ dist-tarZ dist-xz dist-zip distcheck distclean \ |
|
| 1073 |
+ distclean-generic distclean-hdr distclean-libtool \ |
|
| 1074 |
+ distclean-tags distcleancheck distdir distuninstallcheck dvi \ |
|
| 1075 |
+ dvi-am html html-am info info-am install install-am \ |
|
| 1076 |
+ install-binSCRIPTS install-data install-data-am install-dvi \ |
|
| 1077 |
+ install-dvi-am install-exec install-exec-am install-html \ |
|
| 1078 |
+ install-html-am install-info install-info-am install-man \ |
|
| 1079 |
+ install-pdf install-pdf-am install-pkgconfigDATA install-ps \ |
|
| 1080 |
+ install-ps-am install-strip installcheck installcheck-am \ |
|
| 1081 |
+ installcheck-binSCRIPTS installdirs installdirs-am \ |
|
| 1082 |
+ maintainer-clean maintainer-clean-generic mostlyclean \ |
|
| 1083 |
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 1084 |
+ tags tags-am uninstall uninstall-am uninstall-binSCRIPTS \ |
|
| 1086 | 1085 |
uninstall-pkgconfigDATA |
| 1087 | 1086 |
|
| 1088 | 1087 |
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 \ |
| ... | ... |
@@ -156,6 +201,19 @@ clamav_milter_LDADD = $(LDADD) |
| 156 | 156 |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 157 | 157 |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 158 | 158 |
am__v_lt_0 = --silent |
| 159 |
+am__v_lt_1 = |
|
| 160 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 161 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 162 |
+am__v_P_0 = false |
|
| 163 |
+am__v_P_1 = : |
|
| 164 |
+AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 165 |
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 166 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 167 |
+am__v_GEN_1 = |
|
| 168 |
+AM_V_at = $(am__v_at_@AM_V@) |
|
| 169 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 170 |
+am__v_at_0 = @ |
|
| 171 |
+am__v_at_1 = |
|
| 159 | 172 |
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 160 | 173 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 161 | 174 |
am__depfiles_maybe = depfiles |
| ... | ... |
@@ -168,22 +226,23 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 168 | 168 |
$(AM_CFLAGS) $(CFLAGS) |
| 169 | 169 |
AM_V_CC = $(am__v_CC_@AM_V@) |
| 170 | 170 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 171 |
-am__v_CC_0 = @echo " CC " $@; |
|
| 172 |
-AM_V_at = $(am__v_at_@AM_V@) |
|
| 173 |
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 174 |
-am__v_at_0 = @ |
|
| 171 |
+am__v_CC_0 = @echo " CC " $@; |
|
| 172 |
+am__v_CC_1 = |
|
| 175 | 173 |
CCLD = $(CC) |
| 176 | 174 |
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 177 | 175 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 178 | 176 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 179 | 177 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 180 | 178 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 181 |
-am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 182 |
-AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 183 |
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 184 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 179 |
+am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 180 |
+am__v_CCLD_1 = |
|
| 185 | 181 |
SOURCES = $(clamav_milter_SOURCES) |
| 186 | 182 |
DIST_SOURCES = $(am__clamav_milter_SOURCES_DIST) |
| 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 |
|
| 187 | 188 |
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
| 188 | 189 |
am__vpath_adj = case $$p in \ |
| 189 | 190 |
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
| ... | ... |
@@ -214,6 +273,23 @@ am__uninstall_files_from_dir = { \
|
| 214 | 214 |
man8dir = $(mandir)/man8 |
| 215 | 215 |
NROFF = nroff |
| 216 | 216 |
MANS = $(man_MANS) |
| 217 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 218 |
+# Read a list of newline-separated strings from the standard input, |
|
| 219 |
+# and print each of them once, without duplicates. Input order is |
|
| 220 |
+# *not* preserved. |
|
| 221 |
+am__uniquify_input = $(AWK) '\ |
|
| 222 |
+ BEGIN { nonempty = 0; } \
|
|
| 223 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 224 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 225 |
+' |
|
| 226 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 227 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 228 |
+# for different programs/libraries. |
|
| 229 |
+am__define_uniq_tagged_files = \ |
|
| 230 |
+ list='$(am__tagged_files)'; \ |
|
| 231 |
+ unique=`for i in $$list; do \ |
|
| 232 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 233 |
+ done | $(am__uniquify_input)` |
|
| 217 | 234 |
ETAGS = etags |
| 218 | 235 |
CTAGS = ctags |
| 219 | 236 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| ... | ... |
@@ -476,14 +552,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 476 | 476 |
$(am__aclocal_m4_deps): |
| 477 | 477 |
install-sbinPROGRAMS: $(sbin_PROGRAMS) |
| 478 | 478 |
@$(NORMAL_INSTALL) |
| 479 |
- test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)" |
|
| 480 | 479 |
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ |
| 480 |
+ if test -n "$$list"; then \ |
|
| 481 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \ |
|
| 482 |
+ $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \ |
|
| 483 |
+ fi; \ |
|
| 481 | 484 |
for p in $$list; do echo "$$p $$p"; done | \ |
| 482 | 485 |
sed 's/$(EXEEXT)$$//' | \ |
| 483 |
- while read p p1; do if test -f $$p || test -f $$p1; \ |
|
| 484 |
- then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 486 |
+ while read p p1; do if test -f $$p \ |
|
| 487 |
+ || test -f $$p1 \ |
|
| 488 |
+ ; then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 485 | 489 |
done | \ |
| 486 |
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ |
|
| 490 |
+ sed -e 'p;s,.*/,,;n;h' \ |
|
| 491 |
+ -e 's|.*|.|' \ |
|
| 487 | 492 |
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
| 488 | 493 |
sed 'N;N;N;s,\n, ,g' | \ |
| 489 | 494 |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
| ... | ... |
@@ -504,7 +585,8 @@ uninstall-sbinPROGRAMS: |
| 504 | 504 |
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ |
| 505 | 505 |
files=`for p in $$list; do echo "$$p"; done | \ |
| 506 | 506 |
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
| 507 |
- -e 's/$$/$(EXEEXT)/' `; \ |
|
| 507 |
+ -e 's/$$/$(EXEEXT)/' \ |
|
| 508 |
+ `; \ |
|
| 508 | 509 |
test -n "$$list" || exit 0; \ |
| 509 | 510 |
echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \ |
| 510 | 511 |
cd "$(DESTDIR)$(sbindir)" && rm -f $$files |
| ... | ... |
@@ -533,6 +615,7 @@ installcheck-sbinPROGRAMS: $(sbin_PROGRAMS) |
| 533 | 533 |
else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ |
| 534 | 534 |
done; \ |
| 535 | 535 |
done; rm -f c$${pid}_.???; exit $$bad
|
| 536 |
+ |
|
| 536 | 537 |
clamav-milter$(EXEEXT): $(clamav_milter_OBJECTS) $(clamav_milter_DEPENDENCIES) $(EXTRA_clamav_milter_DEPENDENCIES) |
| 537 | 538 |
@rm -f clamav-milter$(EXEEXT) |
| 538 | 539 |
$(AM_V_CCLD)$(LINK) $(clamav_milter_OBJECTS) $(clamav_milter_LDADD) $(LIBS) |
| ... | ... |
@@ -558,14 +641,14 @@ distclean-compile: |
| 558 | 558 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 559 | 559 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 560 | 560 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 561 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 561 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 562 | 562 |
|
| 563 | 563 |
.c.obj: |
| 564 | 564 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 565 | 565 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 566 | 566 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 567 | 567 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 568 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
| 568 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 569 | 569 |
|
| 570 | 570 |
.c.lo: |
| 571 | 571 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -637,11 +720,18 @@ clean-libtool: |
| 637 | 637 |
-rm -rf .libs _libs |
| 638 | 638 |
install-man8: $(man_MANS) |
| 639 | 639 |
@$(NORMAL_INSTALL) |
| 640 |
- test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)" |
|
| 641 |
- @list=''; test -n "$(man8dir)" || exit 0; \ |
|
| 642 |
- { for i in $$list; do echo "$$i"; done; \
|
|
| 643 |
- l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ |
|
| 644 |
- sed -n '/\.8[a-z]*$$/p'; \ |
|
| 640 |
+ @list1=''; \ |
|
| 641 |
+ list2='$(man_MANS)'; \ |
|
| 642 |
+ test -n "$(man8dir)" \ |
|
| 643 |
+ && test -n "`echo $$list1$$list2`" \ |
|
| 644 |
+ || exit 0; \ |
|
| 645 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \ |
|
| 646 |
+ $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \ |
|
| 647 |
+ { for i in $$list1; do echo "$$i"; done; \
|
|
| 648 |
+ if test -n "$$list2"; then \ |
|
| 649 |
+ for i in $$list2; do echo "$$i"; done \ |
|
| 650 |
+ | sed -n '/\.8[a-z]*$$/p'; \ |
|
| 651 |
+ fi; \ |
|
| 645 | 652 |
} | while read p; do \ |
| 646 | 653 |
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
| 647 | 654 |
echo "$$d$$p"; echo "$$p"; \ |
| ... | ... |
@@ -672,26 +762,15 @@ uninstall-man8: |
| 672 | 672 |
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ |
| 673 | 673 |
dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir) |
| 674 | 674 |
|
| 675 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 676 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 677 |
- unique=`for i in $$list; do \ |
|
| 678 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 679 |
- done | \ |
|
| 680 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 681 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 682 |
- mkid -fID $$unique |
|
| 683 |
-tags: TAGS |
|
| 684 |
- |
|
| 685 |
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 686 |
- $(TAGS_FILES) $(LISP) |
|
| 675 |
+ID: $(am__tagged_files) |
|
| 676 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 677 |
+tags: tags-am |
|
| 678 |
+TAGS: tags |
|
| 679 |
+ |
|
| 680 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 687 | 681 |
set x; \ |
| 688 | 682 |
here=`pwd`; \ |
| 689 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 690 |
- unique=`for i in $$list; do \ |
|
| 691 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 692 |
- done | \ |
|
| 693 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 694 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 683 |
+ $(am__define_uniq_tagged_files); \ |
|
| 695 | 684 |
shift; \ |
| 696 | 685 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 697 | 686 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -703,15 +782,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 703 | 703 |
$$unique; \ |
| 704 | 704 |
fi; \ |
| 705 | 705 |
fi |
| 706 |
-ctags: CTAGS |
|
| 707 |
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 708 |
- $(TAGS_FILES) $(LISP) |
|
| 709 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 710 |
- unique=`for i in $$list; do \ |
|
| 711 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 712 |
- done | \ |
|
| 713 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 714 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 706 |
+ctags: ctags-am |
|
| 707 |
+ |
|
| 708 |
+CTAGS: ctags |
|
| 709 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 710 |
+ $(am__define_uniq_tagged_files); \ |
|
| 715 | 711 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 716 | 712 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 717 | 713 |
$$unique |
| ... | ... |
@@ -720,24 +795,26 @@ GTAGS: |
| 720 | 720 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 721 | 721 |
&& $(am__cd) $(top_srcdir) \ |
| 722 | 722 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 723 |
+cscopelist: cscopelist-am |
|
| 724 |
+ |
|
| 725 |
+cscopelist-am: $(am__tagged_files) |
|
| 726 |
+ list='$(am__tagged_files)'; \ |
|
| 727 |
+ case "$(srcdir)" in \ |
|
| 728 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 729 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 730 |
+ esac; \ |
|
| 731 |
+ for i in $$list; do \ |
|
| 732 |
+ if test -f "$$i"; then \ |
|
| 733 |
+ echo "$(subdir)/$$i"; \ |
|
| 734 |
+ else \ |
|
| 735 |
+ echo "$$sdir/$$i"; \ |
|
| 736 |
+ fi; \ |
|
| 737 |
+ done >> $(top_builddir)/cscope.files |
|
| 723 | 738 |
|
| 724 | 739 |
distclean-tags: |
| 725 | 740 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 726 | 741 |
|
| 727 | 742 |
distdir: $(DISTFILES) |
| 728 |
- @list='$(MANS)'; if test -n "$$list"; then \ |
|
| 729 |
- list=`for p in $$list; do \ |
|
| 730 |
- if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
|
| 731 |
- if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ |
|
| 732 |
- if test -n "$$list" && \ |
|
| 733 |
- grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ |
|
| 734 |
- echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ |
|
| 735 |
- grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ |
|
| 736 |
- echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ |
|
| 737 |
- echo " typically \`make maintainer-clean' will remove them" >&2; \ |
|
| 738 |
- exit 1; \ |
|
| 739 |
- else :; fi; \ |
|
| 740 |
- else :; fi |
|
| 741 | 743 |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 742 | 744 |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 743 | 745 |
list='$(DISTFILES)'; \ |
| ... | ... |
@@ -880,19 +957,20 @@ uninstall-man: uninstall-man8 |
| 880 | 880 |
|
| 881 | 881 |
.MAKE: install-am install-strip |
| 882 | 882 |
|
| 883 |
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ |
|
| 884 |
- clean-libtool clean-sbinPROGRAMS ctags distclean \ |
|
| 885 |
- distclean-compile distclean-generic distclean-libtool \ |
|
| 886 |
- distclean-tags distdir dvi dvi-am html html-am info info-am \ |
|
| 887 |
- install install-am install-data install-data-am install-dvi \ |
|
| 888 |
- install-dvi-am install-exec install-exec-am install-html \ |
|
| 889 |
- install-html-am install-info install-info-am install-man \ |
|
| 890 |
- install-man8 install-pdf install-pdf-am install-ps \ |
|
| 891 |
- install-ps-am install-sbinPROGRAMS install-strip installcheck \ |
|
| 892 |
- installcheck-am installcheck-sbinPROGRAMS installdirs \ |
|
| 893 |
- maintainer-clean maintainer-clean-generic mostlyclean \ |
|
| 894 |
- mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ |
|
| 895 |
- pdf pdf-am ps ps-am tags uninstall uninstall-am uninstall-man \ |
|
| 883 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ |
|
| 884 |
+ clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \ |
|
| 885 |
+ distclean distclean-compile distclean-generic \ |
|
| 886 |
+ distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|
| 887 |
+ html-am info info-am install install-am install-data \ |
|
| 888 |
+ install-data-am install-dvi install-dvi-am install-exec \ |
|
| 889 |
+ install-exec-am install-html install-html-am install-info \ |
|
| 890 |
+ install-info-am install-man install-man8 install-pdf \ |
|
| 891 |
+ install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \ |
|
| 892 |
+ install-strip installcheck installcheck-am \ |
|
| 893 |
+ installcheck-sbinPROGRAMS installdirs maintainer-clean \ |
|
| 894 |
+ maintainer-clean-generic mostlyclean mostlyclean-compile \ |
|
| 895 |
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 896 |
+ tags tags-am uninstall uninstall-am uninstall-man \ |
|
| 896 | 897 |
uninstall-man8 uninstall-sbinPROGRAMS |
| 897 | 898 |
|
| 898 | 899 |
|
| ... | ... |
@@ -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 \ |
| ... | ... |
@@ -122,6 +167,19 @@ clambc_LDADD = $(LDADD) |
| 122 | 122 |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 123 | 123 |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 124 | 124 |
am__v_lt_0 = --silent |
| 125 |
+am__v_lt_1 = |
|
| 126 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 127 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 128 |
+am__v_P_0 = false |
|
| 129 |
+am__v_P_1 = : |
|
| 130 |
+AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 131 |
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 132 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 133 |
+am__v_GEN_1 = |
|
| 134 |
+AM_V_at = $(am__v_at_@AM_V@) |
|
| 135 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 136 |
+am__v_at_0 = @ |
|
| 137 |
+am__v_at_1 = |
|
| 125 | 138 |
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 126 | 139 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 127 | 140 |
am__depfiles_maybe = depfiles |
| ... | ... |
@@ -134,22 +192,40 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 134 | 134 |
$(AM_CFLAGS) $(CFLAGS) |
| 135 | 135 |
AM_V_CC = $(am__v_CC_@AM_V@) |
| 136 | 136 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 137 |
-am__v_CC_0 = @echo " CC " $@; |
|
| 138 |
-AM_V_at = $(am__v_at_@AM_V@) |
|
| 139 |
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 140 |
-am__v_at_0 = @ |
|
| 137 |
+am__v_CC_0 = @echo " CC " $@; |
|
| 138 |
+am__v_CC_1 = |
|
| 141 | 139 |
CCLD = $(CC) |
| 142 | 140 |
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 143 | 141 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 144 | 142 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 145 | 143 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 146 | 144 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 147 |
-am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 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 " $@; |
|
| 145 |
+am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 146 |
+am__v_CCLD_1 = |
|
| 151 | 147 |
SOURCES = $(clambc_SOURCES) |
| 152 | 148 |
DIST_SOURCES = $(clambc_SOURCES) |
| 149 |
+am__can_run_installinfo = \ |
|
| 150 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 151 |
+ n|no|NO) false;; \ |
|
| 152 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 153 |
+ esac |
|
| 154 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 155 |
+# Read a list of newline-separated strings from the standard input, |
|
| 156 |
+# and print each of them once, without duplicates. Input order is |
|
| 157 |
+# *not* preserved. |
|
| 158 |
+am__uniquify_input = $(AWK) '\ |
|
| 159 |
+ BEGIN { nonempty = 0; } \
|
|
| 160 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 161 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 162 |
+' |
|
| 163 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 164 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 165 |
+# for different programs/libraries. |
|
| 166 |
+am__define_uniq_tagged_files = \ |
|
| 167 |
+ list='$(am__tagged_files)'; \ |
|
| 168 |
+ unique=`for i in $$list; do \ |
|
| 169 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 170 |
+ done | $(am__uniquify_input)` |
|
| 153 | 171 |
ETAGS = etags |
| 154 | 172 |
CTAGS = ctags |
| 155 | 173 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| ... | ... |
@@ -401,14 +477,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 401 | 401 |
$(am__aclocal_m4_deps): |
| 402 | 402 |
install-binPROGRAMS: $(bin_PROGRAMS) |
| 403 | 403 |
@$(NORMAL_INSTALL) |
| 404 |
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" |
|
| 405 | 404 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 405 |
+ if test -n "$$list"; then \ |
|
| 406 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
|
| 407 |
+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
|
| 408 |
+ fi; \ |
|
| 406 | 409 |
for p in $$list; do echo "$$p $$p"; done | \ |
| 407 | 410 |
sed 's/$(EXEEXT)$$//' | \ |
| 408 |
- while read p p1; do if test -f $$p || test -f $$p1; \ |
|
| 409 |
- then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 411 |
+ while read p p1; do if test -f $$p \ |
|
| 412 |
+ || test -f $$p1 \ |
|
| 413 |
+ ; then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 410 | 414 |
done | \ |
| 411 |
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ |
|
| 415 |
+ sed -e 'p;s,.*/,,;n;h' \ |
|
| 416 |
+ -e 's|.*|.|' \ |
|
| 412 | 417 |
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
| 413 | 418 |
sed 'N;N;N;s,\n, ,g' | \ |
| 414 | 419 |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
| ... | ... |
@@ -429,7 +510,8 @@ uninstall-binPROGRAMS: |
| 429 | 429 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 430 | 430 |
files=`for p in $$list; do echo "$$p"; done | \ |
| 431 | 431 |
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
| 432 |
- -e 's/$$/$(EXEEXT)/' `; \ |
|
| 432 |
+ -e 's/$$/$(EXEEXT)/' \ |
|
| 433 |
+ `; \ |
|
| 433 | 434 |
test -n "$$list" || exit 0; \ |
| 434 | 435 |
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
| 435 | 436 |
cd "$(DESTDIR)$(bindir)" && rm -f $$files |
| ... | ... |
@@ -458,6 +540,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS) |
| 458 | 458 |
else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ |
| 459 | 459 |
done; \ |
| 460 | 460 |
done; rm -f c$${pid}_.???; exit $$bad
|
| 461 |
+ |
|
| 461 | 462 |
clambc$(EXEEXT): $(clambc_OBJECTS) $(clambc_DEPENDENCIES) $(EXTRA_clambc_DEPENDENCIES) |
| 462 | 463 |
@rm -f clambc$(EXEEXT) |
| 463 | 464 |
$(AM_V_CCLD)$(LINK) $(clambc_OBJECTS) $(clambc_LDADD) $(LIBS) |
| ... | ... |
@@ -478,14 +561,14 @@ distclean-compile: |
| 478 | 478 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 479 | 479 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 480 | 480 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 481 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 481 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 482 | 482 |
|
| 483 | 483 |
.c.obj: |
| 484 | 484 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 485 | 485 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 486 | 486 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 487 | 487 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 488 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
| 488 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 489 | 489 |
|
| 490 | 490 |
.c.lo: |
| 491 | 491 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -542,26 +625,15 @@ mostlyclean-libtool: |
| 542 | 542 |
clean-libtool: |
| 543 | 543 |
-rm -rf .libs _libs |
| 544 | 544 |
|
| 545 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 546 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 547 |
- unique=`for i in $$list; do \ |
|
| 548 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 549 |
- done | \ |
|
| 550 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 551 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 552 |
- mkid -fID $$unique |
|
| 553 |
-tags: TAGS |
|
| 554 |
- |
|
| 555 |
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 556 |
- $(TAGS_FILES) $(LISP) |
|
| 545 |
+ID: $(am__tagged_files) |
|
| 546 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 547 |
+tags: tags-am |
|
| 548 |
+TAGS: tags |
|
| 549 |
+ |
|
| 550 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 557 | 551 |
set x; \ |
| 558 | 552 |
here=`pwd`; \ |
| 559 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 560 |
- unique=`for i in $$list; do \ |
|
| 561 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 562 |
- done | \ |
|
| 563 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 564 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 553 |
+ $(am__define_uniq_tagged_files); \ |
|
| 565 | 554 |
shift; \ |
| 566 | 555 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 567 | 556 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -573,15 +645,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 573 | 573 |
$$unique; \ |
| 574 | 574 |
fi; \ |
| 575 | 575 |
fi |
| 576 |
-ctags: CTAGS |
|
| 577 |
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 578 |
- $(TAGS_FILES) $(LISP) |
|
| 579 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 580 |
- unique=`for i in $$list; do \ |
|
| 581 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 582 |
- done | \ |
|
| 583 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 584 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 576 |
+ctags: ctags-am |
|
| 577 |
+ |
|
| 578 |
+CTAGS: ctags |
|
| 579 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 580 |
+ $(am__define_uniq_tagged_files); \ |
|
| 585 | 581 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 586 | 582 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 587 | 583 |
$$unique |
| ... | ... |
@@ -590,6 +658,21 @@ GTAGS: |
| 590 | 590 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 591 | 591 |
&& $(am__cd) $(top_srcdir) \ |
| 592 | 592 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 593 |
+cscopelist: cscopelist-am |
|
| 594 |
+ |
|
| 595 |
+cscopelist-am: $(am__tagged_files) |
|
| 596 |
+ list='$(am__tagged_files)'; \ |
|
| 597 |
+ case "$(srcdir)" in \ |
|
| 598 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 599 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 600 |
+ esac; \ |
|
| 601 |
+ for i in $$list; do \ |
|
| 602 |
+ if test -f "$$i"; then \ |
|
| 603 |
+ echo "$(subdir)/$$i"; \ |
|
| 604 |
+ else \ |
|
| 605 |
+ echo "$$sdir/$$i"; \ |
|
| 606 |
+ fi; \ |
|
| 607 |
+ done >> $(top_builddir)/cscope.files |
|
| 593 | 608 |
|
| 594 | 609 |
distclean-tags: |
| 595 | 610 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| ... | ... |
@@ -734,19 +817,20 @@ uninstall-am: uninstall-binPROGRAMS |
| 734 | 734 |
|
| 735 | 735 |
.MAKE: install-am install-strip |
| 736 | 736 |
|
| 737 |
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ |
|
| 738 |
- clean-generic clean-libtool ctags distclean distclean-compile \ |
|
| 739 |
- distclean-generic distclean-libtool distclean-tags distdir dvi \ |
|
| 740 |
- dvi-am html html-am info info-am install install-am \ |
|
| 741 |
- install-binPROGRAMS install-data install-data-am install-dvi \ |
|
| 742 |
- install-dvi-am install-exec install-exec-am install-html \ |
|
| 743 |
- install-html-am install-info install-info-am install-man \ |
|
| 744 |
- install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 745 |
- install-strip installcheck installcheck-am \ |
|
| 746 |
- installcheck-binPROGRAMS installdirs maintainer-clean \ |
|
| 747 |
- maintainer-clean-generic mostlyclean mostlyclean-compile \ |
|
| 748 |
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 749 |
- tags uninstall uninstall-am uninstall-binPROGRAMS |
|
| 737 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ |
|
| 738 |
+ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ |
|
| 739 |
+ ctags ctags-am distclean distclean-compile distclean-generic \ |
|
| 740 |
+ distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|
| 741 |
+ html-am info info-am install install-am install-binPROGRAMS \ |
|
| 742 |
+ install-data install-data-am install-dvi install-dvi-am \ |
|
| 743 |
+ install-exec install-exec-am install-html install-html-am \ |
|
| 744 |
+ install-info install-info-am install-man install-pdf \ |
|
| 745 |
+ install-pdf-am install-ps install-ps-am install-strip \ |
|
| 746 |
+ installcheck installcheck-am installcheck-binPROGRAMS \ |
|
| 747 |
+ installdirs maintainer-clean maintainer-clean-generic \ |
|
| 748 |
+ mostlyclean mostlyclean-compile mostlyclean-generic \ |
|
| 749 |
+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
|
| 750 |
+ uninstall-am uninstall-binPROGRAMS |
|
| 750 | 751 |
|
| 751 | 752 |
|
| 752 | 753 |
# 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 \ |
| ... | ... |
@@ -140,6 +185,19 @@ clamconf_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 = $(clamconf_SOURCES) |
| 170 | 166 |
DIST_SOURCES = $(clamconf_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) |
| ... | ... |
@@ -424,14 +500,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 424 | 424 |
$(am__aclocal_m4_deps): |
| 425 | 425 |
install-binPROGRAMS: $(bin_PROGRAMS) |
| 426 | 426 |
@$(NORMAL_INSTALL) |
| 427 |
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" |
|
| 428 | 427 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 428 |
+ if test -n "$$list"; then \ |
|
| 429 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
|
| 430 |
+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
|
| 431 |
+ fi; \ |
|
| 429 | 432 |
for p in $$list; do echo "$$p $$p"; done | \ |
| 430 | 433 |
sed 's/$(EXEEXT)$$//' | \ |
| 431 |
- while read p p1; do if test -f $$p || test -f $$p1; \ |
|
| 432 |
- then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 434 |
+ while read p p1; do if test -f $$p \ |
|
| 435 |
+ || test -f $$p1 \ |
|
| 436 |
+ ; then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 433 | 437 |
done | \ |
| 434 |
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ |
|
| 438 |
+ sed -e 'p;s,.*/,,;n;h' \ |
|
| 439 |
+ -e 's|.*|.|' \ |
|
| 435 | 440 |
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
| 436 | 441 |
sed 'N;N;N;s,\n, ,g' | \ |
| 437 | 442 |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
| ... | ... |
@@ -452,7 +533,8 @@ uninstall-binPROGRAMS: |
| 452 | 452 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 453 | 453 |
files=`for p in $$list; do echo "$$p"; done | \ |
| 454 | 454 |
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
| 455 |
- -e 's/$$/$(EXEEXT)/' `; \ |
|
| 455 |
+ -e 's/$$/$(EXEEXT)/' \ |
|
| 456 |
+ `; \ |
|
| 456 | 457 |
test -n "$$list" || exit 0; \ |
| 457 | 458 |
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
| 458 | 459 |
cd "$(DESTDIR)$(bindir)" && rm -f $$files |
| ... | ... |
@@ -481,6 +563,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS) |
| 481 | 481 |
else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ |
| 482 | 482 |
done; \ |
| 483 | 483 |
done; rm -f c$${pid}_.???; exit $$bad
|
| 484 |
+ |
|
| 484 | 485 |
clamconf$(EXEEXT): $(clamconf_OBJECTS) $(clamconf_DEPENDENCIES) $(EXTRA_clamconf_DEPENDENCIES) |
| 485 | 486 |
@rm -f clamconf$(EXEEXT) |
| 486 | 487 |
$(AM_V_CCLD)$(LINK) $(clamconf_OBJECTS) $(clamconf_LDADD) $(LIBS) |
| ... | ... |
@@ -501,14 +584,14 @@ distclean-compile: |
| 501 | 501 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 502 | 502 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 503 | 503 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 504 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 504 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 505 | 505 |
|
| 506 | 506 |
.c.obj: |
| 507 | 507 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 508 | 508 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 509 | 509 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 510 | 510 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 511 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
| 511 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 512 | 512 |
|
| 513 | 513 |
.c.lo: |
| 514 | 514 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -565,26 +648,15 @@ mostlyclean-libtool: |
| 565 | 565 |
clean-libtool: |
| 566 | 566 |
-rm -rf .libs _libs |
| 567 | 567 |
|
| 568 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 569 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 570 |
- unique=`for i in $$list; do \ |
|
| 571 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 572 |
- done | \ |
|
| 573 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 574 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 575 |
- mkid -fID $$unique |
|
| 576 |
-tags: TAGS |
|
| 577 |
- |
|
| 578 |
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 579 |
- $(TAGS_FILES) $(LISP) |
|
| 568 |
+ID: $(am__tagged_files) |
|
| 569 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 570 |
+tags: tags-am |
|
| 571 |
+TAGS: tags |
|
| 572 |
+ |
|
| 573 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 580 | 574 |
set x; \ |
| 581 | 575 |
here=`pwd`; \ |
| 582 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 583 |
- unique=`for i in $$list; do \ |
|
| 584 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 585 |
- done | \ |
|
| 586 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 587 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 576 |
+ $(am__define_uniq_tagged_files); \ |
|
| 588 | 577 |
shift; \ |
| 589 | 578 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 590 | 579 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -596,15 +668,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 596 | 596 |
$$unique; \ |
| 597 | 597 |
fi; \ |
| 598 | 598 |
fi |
| 599 |
-ctags: CTAGS |
|
| 600 |
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 601 |
- $(TAGS_FILES) $(LISP) |
|
| 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; }; }'`; \
|
|
| 599 |
+ctags: ctags-am |
|
| 600 |
+ |
|
| 601 |
+CTAGS: ctags |
|
| 602 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 603 |
+ $(am__define_uniq_tagged_files); \ |
|
| 608 | 604 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 609 | 605 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 610 | 606 |
$$unique |
| ... | ... |
@@ -613,6 +681,21 @@ GTAGS: |
| 613 | 613 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 614 | 614 |
&& $(am__cd) $(top_srcdir) \ |
| 615 | 615 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 616 |
+cscopelist: cscopelist-am |
|
| 617 |
+ |
|
| 618 |
+cscopelist-am: $(am__tagged_files) |
|
| 619 |
+ list='$(am__tagged_files)'; \ |
|
| 620 |
+ case "$(srcdir)" in \ |
|
| 621 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 622 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 623 |
+ esac; \ |
|
| 624 |
+ for i in $$list; do \ |
|
| 625 |
+ if test -f "$$i"; then \ |
|
| 626 |
+ echo "$(subdir)/$$i"; \ |
|
| 627 |
+ else \ |
|
| 628 |
+ echo "$$sdir/$$i"; \ |
|
| 629 |
+ fi; \ |
|
| 630 |
+ done >> $(top_builddir)/cscope.files |
|
| 616 | 631 |
|
| 617 | 632 |
distclean-tags: |
| 618 | 633 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| ... | ... |
@@ -757,19 +840,20 @@ uninstall-am: uninstall-binPROGRAMS |
| 757 | 757 |
|
| 758 | 758 |
.MAKE: install-am install-strip |
| 759 | 759 |
|
| 760 |
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ |
|
| 761 |
- clean-generic clean-libtool ctags distclean distclean-compile \ |
|
| 762 |
- distclean-generic distclean-libtool distclean-tags distdir dvi \ |
|
| 763 |
- dvi-am html html-am info info-am install install-am \ |
|
| 764 |
- install-binPROGRAMS install-data install-data-am install-dvi \ |
|
| 765 |
- install-dvi-am install-exec install-exec-am install-html \ |
|
| 766 |
- install-html-am install-info install-info-am install-man \ |
|
| 767 |
- install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 768 |
- install-strip installcheck installcheck-am \ |
|
| 769 |
- installcheck-binPROGRAMS installdirs maintainer-clean \ |
|
| 770 |
- maintainer-clean-generic mostlyclean mostlyclean-compile \ |
|
| 771 |
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 772 |
- tags uninstall uninstall-am uninstall-binPROGRAMS |
|
| 760 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ |
|
| 761 |
+ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ |
|
| 762 |
+ ctags ctags-am distclean distclean-compile distclean-generic \ |
|
| 763 |
+ distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|
| 764 |
+ html-am info info-am install install-am install-binPROGRAMS \ |
|
| 765 |
+ install-data install-data-am install-dvi install-dvi-am \ |
|
| 766 |
+ install-exec install-exec-am install-html install-html-am \ |
|
| 767 |
+ install-info install-info-am install-man install-pdf \ |
|
| 768 |
+ install-pdf-am install-ps install-ps-am install-strip \ |
|
| 769 |
+ installcheck installcheck-am installcheck-binPROGRAMS \ |
|
| 770 |
+ installdirs maintainer-clean maintainer-clean-generic \ |
|
| 771 |
+ mostlyclean mostlyclean-compile mostlyclean-generic \ |
|
| 772 |
+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
|
| 773 |
+ uninstall-am uninstall-binPROGRAMS |
|
| 773 | 774 |
|
| 774 | 775 |
|
| 775 | 776 |
# 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 \ |
| ... | ... |
@@ -158,6 +203,19 @@ clamd_LDADD = $(LDADD) |
| 158 | 158 |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 159 | 159 |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 160 | 160 |
am__v_lt_0 = --silent |
| 161 |
+am__v_lt_1 = |
|
| 162 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 163 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 164 |
+am__v_P_0 = false |
|
| 165 |
+am__v_P_1 = : |
|
| 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 " $@; |
|
| 169 |
+am__v_GEN_1 = |
|
| 170 |
+AM_V_at = $(am__v_at_@AM_V@) |
|
| 171 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 172 |
+am__v_at_0 = @ |
|
| 173 |
+am__v_at_1 = |
|
| 161 | 174 |
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 162 | 175 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 163 | 176 |
am__depfiles_maybe = depfiles |
| ... | ... |
@@ -170,22 +228,40 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 170 | 170 |
$(AM_CFLAGS) $(CFLAGS) |
| 171 | 171 |
AM_V_CC = $(am__v_CC_@AM_V@) |
| 172 | 172 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 173 |
-am__v_CC_0 = @echo " CC " $@; |
|
| 174 |
-AM_V_at = $(am__v_at_@AM_V@) |
|
| 175 |
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 176 |
-am__v_at_0 = @ |
|
| 173 |
+am__v_CC_0 = @echo " CC " $@; |
|
| 174 |
+am__v_CC_1 = |
|
| 177 | 175 |
CCLD = $(CC) |
| 178 | 176 |
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 179 | 177 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 180 | 178 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 181 | 179 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 182 | 180 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 183 |
-am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 184 |
-AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 185 |
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 186 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 181 |
+am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 182 |
+am__v_CCLD_1 = |
|
| 187 | 183 |
SOURCES = $(clamd_SOURCES) |
| 188 | 184 |
DIST_SOURCES = $(am__clamd_SOURCES_DIST) |
| 185 |
+am__can_run_installinfo = \ |
|
| 186 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 187 |
+ n|no|NO) false;; \ |
|
| 188 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 189 |
+ esac |
|
| 190 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 191 |
+# Read a list of newline-separated strings from the standard input, |
|
| 192 |
+# and print each of them once, without duplicates. Input order is |
|
| 193 |
+# *not* preserved. |
|
| 194 |
+am__uniquify_input = $(AWK) '\ |
|
| 195 |
+ BEGIN { nonempty = 0; } \
|
|
| 196 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 197 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 198 |
+' |
|
| 199 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 200 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 201 |
+# for different programs/libraries. |
|
| 202 |
+am__define_uniq_tagged_files = \ |
|
| 203 |
+ list='$(am__tagged_files)'; \ |
|
| 204 |
+ unique=`for i in $$list; do \ |
|
| 205 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 206 |
+ done | $(am__uniquify_input)` |
|
| 189 | 207 |
ETAGS = etags |
| 190 | 208 |
CTAGS = ctags |
| 191 | 209 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| ... | ... |
@@ -466,14 +542,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 466 | 466 |
$(am__aclocal_m4_deps): |
| 467 | 467 |
install-sbinPROGRAMS: $(sbin_PROGRAMS) |
| 468 | 468 |
@$(NORMAL_INSTALL) |
| 469 |
- test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)" |
|
| 470 | 469 |
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ |
| 470 |
+ if test -n "$$list"; then \ |
|
| 471 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \ |
|
| 472 |
+ $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \ |
|
| 473 |
+ fi; \ |
|
| 471 | 474 |
for p in $$list; do echo "$$p $$p"; done | \ |
| 472 | 475 |
sed 's/$(EXEEXT)$$//' | \ |
| 473 |
- while read p p1; do if test -f $$p || test -f $$p1; \ |
|
| 474 |
- then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 476 |
+ while read p p1; do if test -f $$p \ |
|
| 477 |
+ || test -f $$p1 \ |
|
| 478 |
+ ; then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 475 | 479 |
done | \ |
| 476 |
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ |
|
| 480 |
+ sed -e 'p;s,.*/,,;n;h' \ |
|
| 481 |
+ -e 's|.*|.|' \ |
|
| 477 | 482 |
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
| 478 | 483 |
sed 'N;N;N;s,\n, ,g' | \ |
| 479 | 484 |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
| ... | ... |
@@ -494,7 +575,8 @@ uninstall-sbinPROGRAMS: |
| 494 | 494 |
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ |
| 495 | 495 |
files=`for p in $$list; do echo "$$p"; done | \ |
| 496 | 496 |
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
| 497 |
- -e 's/$$/$(EXEEXT)/' `; \ |
|
| 497 |
+ -e 's/$$/$(EXEEXT)/' \ |
|
| 498 |
+ `; \ |
|
| 498 | 499 |
test -n "$$list" || exit 0; \ |
| 499 | 500 |
echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \ |
| 500 | 501 |
cd "$(DESTDIR)$(sbindir)" && rm -f $$files |
| ... | ... |
@@ -523,6 +605,7 @@ installcheck-sbinPROGRAMS: $(sbin_PROGRAMS) |
| 523 | 523 |
else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ |
| 524 | 524 |
done; \ |
| 525 | 525 |
done; rm -f c$${pid}_.???; exit $$bad
|
| 526 |
+ |
|
| 526 | 527 |
clamd$(EXEEXT): $(clamd_OBJECTS) $(clamd_DEPENDENCIES) $(EXTRA_clamd_DEPENDENCIES) |
| 527 | 528 |
@rm -f clamd$(EXEEXT) |
| 528 | 529 |
$(AM_V_CCLD)$(LINK) $(clamd_OBJECTS) $(clamd_LDADD) $(LIBS) |
| ... | ... |
@@ -555,14 +638,14 @@ distclean-compile: |
| 555 | 555 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 556 | 556 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 557 | 557 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 558 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 558 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 559 | 559 |
|
| 560 | 560 |
.c.obj: |
| 561 | 561 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 562 | 562 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 563 | 563 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 564 | 564 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 565 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
| 565 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 566 | 566 |
|
| 567 | 567 |
.c.lo: |
| 568 | 568 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -633,26 +716,15 @@ mostlyclean-libtool: |
| 633 | 633 |
clean-libtool: |
| 634 | 634 |
-rm -rf .libs _libs |
| 635 | 635 |
|
| 636 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 637 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 638 |
- unique=`for i in $$list; do \ |
|
| 639 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 640 |
- done | \ |
|
| 641 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 642 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 643 |
- mkid -fID $$unique |
|
| 644 |
-tags: TAGS |
|
| 645 |
- |
|
| 646 |
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 647 |
- $(TAGS_FILES) $(LISP) |
|
| 636 |
+ID: $(am__tagged_files) |
|
| 637 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 638 |
+tags: tags-am |
|
| 639 |
+TAGS: tags |
|
| 640 |
+ |
|
| 641 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 648 | 642 |
set x; \ |
| 649 | 643 |
here=`pwd`; \ |
| 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; }; }'`; \
|
|
| 644 |
+ $(am__define_uniq_tagged_files); \ |
|
| 656 | 645 |
shift; \ |
| 657 | 646 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 658 | 647 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -664,15 +736,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 664 | 664 |
$$unique; \ |
| 665 | 665 |
fi; \ |
| 666 | 666 |
fi |
| 667 |
-ctags: CTAGS |
|
| 668 |
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 669 |
- $(TAGS_FILES) $(LISP) |
|
| 670 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 671 |
- unique=`for i in $$list; do \ |
|
| 672 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 673 |
- done | \ |
|
| 674 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 675 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 667 |
+ctags: ctags-am |
|
| 668 |
+ |
|
| 669 |
+CTAGS: ctags |
|
| 670 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 671 |
+ $(am__define_uniq_tagged_files); \ |
|
| 676 | 672 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 677 | 673 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 678 | 674 |
$$unique |
| ... | ... |
@@ -681,6 +749,21 @@ GTAGS: |
| 681 | 681 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 682 | 682 |
&& $(am__cd) $(top_srcdir) \ |
| 683 | 683 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 684 |
+cscopelist: cscopelist-am |
|
| 685 |
+ |
|
| 686 |
+cscopelist-am: $(am__tagged_files) |
|
| 687 |
+ list='$(am__tagged_files)'; \ |
|
| 688 |
+ case "$(srcdir)" in \ |
|
| 689 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 690 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 691 |
+ esac; \ |
|
| 692 |
+ for i in $$list; do \ |
|
| 693 |
+ if test -f "$$i"; then \ |
|
| 694 |
+ echo "$(subdir)/$$i"; \ |
|
| 695 |
+ else \ |
|
| 696 |
+ echo "$$sdir/$$i"; \ |
|
| 697 |
+ fi; \ |
|
| 698 |
+ done >> $(top_builddir)/cscope.files |
|
| 684 | 699 |
|
| 685 | 700 |
distclean-tags: |
| 686 | 701 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| ... | ... |
@@ -826,20 +909,20 @@ uninstall-am: uninstall-sbinPROGRAMS |
| 826 | 826 |
|
| 827 | 827 |
.MAKE: install-am install-strip |
| 828 | 828 |
|
| 829 |
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ |
|
| 830 |
- clean-libtool clean-sbinPROGRAMS ctags distclean \ |
|
| 831 |
- distclean-compile distclean-generic distclean-libtool \ |
|
| 832 |
- distclean-tags distdir dvi dvi-am html html-am info info-am \ |
|
| 833 |
- install install-am install-data install-data-am install-dvi \ |
|
| 834 |
- install-dvi-am install-exec install-exec-am install-html \ |
|
| 835 |
- install-html-am install-info install-info-am install-man \ |
|
| 836 |
- install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 837 |
- install-sbinPROGRAMS install-strip installcheck \ |
|
| 838 |
- installcheck-am installcheck-sbinPROGRAMS installdirs \ |
|
| 839 |
- maintainer-clean maintainer-clean-generic mostlyclean \ |
|
| 840 |
- mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ |
|
| 841 |
- pdf pdf-am ps ps-am tags uninstall uninstall-am \ |
|
| 842 |
- uninstall-sbinPROGRAMS |
|
| 829 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ |
|
| 830 |
+ clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \ |
|
| 831 |
+ distclean distclean-compile distclean-generic \ |
|
| 832 |
+ distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|
| 833 |
+ html-am info info-am install install-am install-data \ |
|
| 834 |
+ install-data-am install-dvi install-dvi-am install-exec \ |
|
| 835 |
+ install-exec-am install-html install-html-am install-info \ |
|
| 836 |
+ install-info-am install-man install-pdf install-pdf-am \ |
|
| 837 |
+ install-ps install-ps-am install-sbinPROGRAMS install-strip \ |
|
| 838 |
+ installcheck installcheck-am installcheck-sbinPROGRAMS \ |
|
| 839 |
+ installdirs maintainer-clean maintainer-clean-generic \ |
|
| 840 |
+ mostlyclean mostlyclean-compile mostlyclean-generic \ |
|
| 841 |
+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
|
| 842 |
+ uninstall-am uninstall-sbinPROGRAMS |
|
| 843 | 843 |
|
| 844 | 844 |
|
| 845 | 845 |
# 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 \ |
| ... | ... |
@@ -151,6 +196,19 @@ clamdscan_LDADD = $(LDADD) |
| 151 | 151 |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 152 | 152 |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 153 | 153 |
am__v_lt_0 = --silent |
| 154 |
+am__v_lt_1 = |
|
| 155 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 156 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 157 |
+am__v_P_0 = false |
|
| 158 |
+am__v_P_1 = : |
|
| 159 |
+AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 160 |
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 161 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 162 |
+am__v_GEN_1 = |
|
| 163 |
+AM_V_at = $(am__v_at_@AM_V@) |
|
| 164 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 165 |
+am__v_at_0 = @ |
|
| 166 |
+am__v_at_1 = |
|
| 154 | 167 |
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 155 | 168 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 156 | 169 |
am__depfiles_maybe = depfiles |
| ... | ... |
@@ -163,22 +221,40 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 163 | 163 |
$(AM_CFLAGS) $(CFLAGS) |
| 164 | 164 |
AM_V_CC = $(am__v_CC_@AM_V@) |
| 165 | 165 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 166 |
-am__v_CC_0 = @echo " CC " $@; |
|
| 167 |
-AM_V_at = $(am__v_at_@AM_V@) |
|
| 168 |
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 169 |
-am__v_at_0 = @ |
|
| 166 |
+am__v_CC_0 = @echo " CC " $@; |
|
| 167 |
+am__v_CC_1 = |
|
| 170 | 168 |
CCLD = $(CC) |
| 171 | 169 |
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 172 | 170 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 173 | 171 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 174 | 172 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 175 | 173 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 176 |
-am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 177 |
-AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 178 |
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 179 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 174 |
+am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 175 |
+am__v_CCLD_1 = |
|
| 180 | 176 |
SOURCES = $(clamdscan_SOURCES) |
| 181 | 177 |
DIST_SOURCES = $(am__clamdscan_SOURCES_DIST) |
| 178 |
+am__can_run_installinfo = \ |
|
| 179 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 180 |
+ n|no|NO) false;; \ |
|
| 181 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 182 |
+ esac |
|
| 183 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 184 |
+# Read a list of newline-separated strings from the standard input, |
|
| 185 |
+# and print each of them once, without duplicates. Input order is |
|
| 186 |
+# *not* preserved. |
|
| 187 |
+am__uniquify_input = $(AWK) '\ |
|
| 188 |
+ BEGIN { nonempty = 0; } \
|
|
| 189 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 190 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 191 |
+' |
|
| 192 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 193 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 194 |
+# for different programs/libraries. |
|
| 195 |
+am__define_uniq_tagged_files = \ |
|
| 196 |
+ list='$(am__tagged_files)'; \ |
|
| 197 |
+ unique=`for i in $$list; do \ |
|
| 198 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 199 |
+ done | $(am__uniquify_input)` |
|
| 182 | 200 |
ETAGS = etags |
| 183 | 201 |
CTAGS = ctags |
| 184 | 202 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| ... | ... |
@@ -441,14 +517,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 441 | 441 |
$(am__aclocal_m4_deps): |
| 442 | 442 |
install-binPROGRAMS: $(bin_PROGRAMS) |
| 443 | 443 |
@$(NORMAL_INSTALL) |
| 444 |
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" |
|
| 445 | 444 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 445 |
+ if test -n "$$list"; then \ |
|
| 446 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
|
| 447 |
+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
|
| 448 |
+ fi; \ |
|
| 446 | 449 |
for p in $$list; do echo "$$p $$p"; done | \ |
| 447 | 450 |
sed 's/$(EXEEXT)$$//' | \ |
| 448 |
- while read p p1; do if test -f $$p || test -f $$p1; \ |
|
| 449 |
- then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 451 |
+ while read p p1; do if test -f $$p \ |
|
| 452 |
+ || test -f $$p1 \ |
|
| 453 |
+ ; then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 450 | 454 |
done | \ |
| 451 |
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ |
|
| 455 |
+ sed -e 'p;s,.*/,,;n;h' \ |
|
| 456 |
+ -e 's|.*|.|' \ |
|
| 452 | 457 |
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
| 453 | 458 |
sed 'N;N;N;s,\n, ,g' | \ |
| 454 | 459 |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
| ... | ... |
@@ -469,7 +550,8 @@ uninstall-binPROGRAMS: |
| 469 | 469 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 470 | 470 |
files=`for p in $$list; do echo "$$p"; done | \ |
| 471 | 471 |
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
| 472 |
- -e 's/$$/$(EXEEXT)/' `; \ |
|
| 472 |
+ -e 's/$$/$(EXEEXT)/' \ |
|
| 473 |
+ `; \ |
|
| 473 | 474 |
test -n "$$list" || exit 0; \ |
| 474 | 475 |
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
| 475 | 476 |
cd "$(DESTDIR)$(bindir)" && rm -f $$files |
| ... | ... |
@@ -498,6 +580,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS) |
| 498 | 498 |
else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ |
| 499 | 499 |
done; \ |
| 500 | 500 |
done; rm -f c$${pid}_.???; exit $$bad
|
| 501 |
+ |
|
| 501 | 502 |
clamdscan$(EXEEXT): $(clamdscan_OBJECTS) $(clamdscan_DEPENDENCIES) $(EXTRA_clamdscan_DEPENDENCIES) |
| 502 | 503 |
@rm -f clamdscan$(EXEEXT) |
| 503 | 504 |
$(AM_V_CCLD)$(LINK) $(clamdscan_OBJECTS) $(clamdscan_LDADD) $(LIBS) |
| ... | ... |
@@ -523,14 +606,14 @@ distclean-compile: |
| 523 | 523 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 524 | 524 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 525 | 525 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 526 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 526 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 527 | 527 |
|
| 528 | 528 |
.c.obj: |
| 529 | 529 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 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 `$(CYGPATH_W) '$<'` |
|
| 533 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 534 | 534 |
|
| 535 | 535 |
.c.lo: |
| 536 | 536 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -629,26 +712,15 @@ mostlyclean-libtool: |
| 629 | 629 |
clean-libtool: |
| 630 | 630 |
-rm -rf .libs _libs |
| 631 | 631 |
|
| 632 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 633 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 634 |
- unique=`for i in $$list; do \ |
|
| 635 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 636 |
- done | \ |
|
| 637 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 638 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 639 |
- mkid -fID $$unique |
|
| 640 |
-tags: TAGS |
|
| 641 |
- |
|
| 642 |
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 643 |
- $(TAGS_FILES) $(LISP) |
|
| 632 |
+ID: $(am__tagged_files) |
|
| 633 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 634 |
+tags: tags-am |
|
| 635 |
+TAGS: tags |
|
| 636 |
+ |
|
| 637 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 644 | 638 |
set x; \ |
| 645 | 639 |
here=`pwd`; \ |
| 646 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 647 |
- unique=`for i in $$list; do \ |
|
| 648 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 649 |
- done | \ |
|
| 650 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 651 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 640 |
+ $(am__define_uniq_tagged_files); \ |
|
| 652 | 641 |
shift; \ |
| 653 | 642 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 654 | 643 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -660,15 +732,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 660 | 660 |
$$unique; \ |
| 661 | 661 |
fi; \ |
| 662 | 662 |
fi |
| 663 |
-ctags: CTAGS |
|
| 664 |
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 665 |
- $(TAGS_FILES) $(LISP) |
|
| 666 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 667 |
- unique=`for i in $$list; do \ |
|
| 668 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 669 |
- done | \ |
|
| 670 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 671 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 663 |
+ctags: ctags-am |
|
| 664 |
+ |
|
| 665 |
+CTAGS: ctags |
|
| 666 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 667 |
+ $(am__define_uniq_tagged_files); \ |
|
| 672 | 668 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 673 | 669 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 674 | 670 |
$$unique |
| ... | ... |
@@ -677,6 +745,21 @@ GTAGS: |
| 677 | 677 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 678 | 678 |
&& $(am__cd) $(top_srcdir) \ |
| 679 | 679 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 680 |
+cscopelist: cscopelist-am |
|
| 681 |
+ |
|
| 682 |
+cscopelist-am: $(am__tagged_files) |
|
| 683 |
+ list='$(am__tagged_files)'; \ |
|
| 684 |
+ case "$(srcdir)" in \ |
|
| 685 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 686 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 687 |
+ esac; \ |
|
| 688 |
+ for i in $$list; do \ |
|
| 689 |
+ if test -f "$$i"; then \ |
|
| 690 |
+ echo "$(subdir)/$$i"; \ |
|
| 691 |
+ else \ |
|
| 692 |
+ echo "$$sdir/$$i"; \ |
|
| 693 |
+ fi; \ |
|
| 694 |
+ done >> $(top_builddir)/cscope.files |
|
| 680 | 695 |
|
| 681 | 696 |
distclean-tags: |
| 682 | 697 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| ... | ... |
@@ -821,19 +904,20 @@ uninstall-am: uninstall-binPROGRAMS |
| 821 | 821 |
|
| 822 | 822 |
.MAKE: install-am install-strip |
| 823 | 823 |
|
| 824 |
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ |
|
| 825 |
- clean-generic clean-libtool ctags distclean distclean-compile \ |
|
| 826 |
- distclean-generic distclean-libtool distclean-tags distdir dvi \ |
|
| 827 |
- dvi-am html html-am info info-am install install-am \ |
|
| 828 |
- install-binPROGRAMS install-data install-data-am install-dvi \ |
|
| 829 |
- install-dvi-am install-exec install-exec-am install-html \ |
|
| 830 |
- install-html-am install-info install-info-am install-man \ |
|
| 831 |
- install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 832 |
- install-strip installcheck installcheck-am \ |
|
| 833 |
- installcheck-binPROGRAMS installdirs maintainer-clean \ |
|
| 834 |
- maintainer-clean-generic mostlyclean mostlyclean-compile \ |
|
| 835 |
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 836 |
- tags uninstall uninstall-am uninstall-binPROGRAMS |
|
| 824 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ |
|
| 825 |
+ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ |
|
| 826 |
+ ctags ctags-am distclean distclean-compile distclean-generic \ |
|
| 827 |
+ distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|
| 828 |
+ html-am info info-am install install-am install-binPROGRAMS \ |
|
| 829 |
+ install-data install-data-am install-dvi install-dvi-am \ |
|
| 830 |
+ install-exec install-exec-am install-html install-html-am \ |
|
| 831 |
+ install-info install-info-am install-man install-pdf \ |
|
| 832 |
+ install-pdf-am install-ps install-ps-am install-strip \ |
|
| 833 |
+ installcheck installcheck-am installcheck-binPROGRAMS \ |
|
| 834 |
+ installdirs maintainer-clean maintainer-clean-generic \ |
|
| 835 |
+ mostlyclean mostlyclean-compile mostlyclean-generic \ |
|
| 836 |
+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
|
| 837 |
+ uninstall-am uninstall-binPROGRAMS |
|
| 837 | 838 |
|
| 838 | 839 |
|
| 839 | 840 |
# 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 \ |
| ... | ... |
@@ -127,6 +172,19 @@ clamdtop_OBJECTS = $(am_clamdtop_OBJECTS) |
| 127 | 127 |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 128 | 128 |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 129 | 129 |
am__v_lt_0 = --silent |
| 130 |
+am__v_lt_1 = |
|
| 131 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 132 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 133 |
+am__v_P_0 = false |
|
| 134 |
+am__v_P_1 = : |
|
| 135 |
+AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 136 |
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 137 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 138 |
+am__v_GEN_1 = |
|
| 139 |
+AM_V_at = $(am__v_at_@AM_V@) |
|
| 140 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 141 |
+am__v_at_0 = @ |
|
| 142 |
+am__v_at_1 = |
|
| 130 | 143 |
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 131 | 144 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 132 | 145 |
am__depfiles_maybe = depfiles |
| ... | ... |
@@ -139,22 +197,23 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 139 | 139 |
$(AM_CFLAGS) $(CFLAGS) |
| 140 | 140 |
AM_V_CC = $(am__v_CC_@AM_V@) |
| 141 | 141 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 142 |
-am__v_CC_0 = @echo " CC " $@; |
|
| 143 |
-AM_V_at = $(am__v_at_@AM_V@) |
|
| 144 |
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 145 |
-am__v_at_0 = @ |
|
| 142 |
+am__v_CC_0 = @echo " CC " $@; |
|
| 143 |
+am__v_CC_1 = |
|
| 146 | 144 |
CCLD = $(CC) |
| 147 | 145 |
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 148 | 146 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 149 | 147 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 150 | 148 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 151 | 149 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 152 |
-am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 153 |
-AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 154 |
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 155 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 150 |
+am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 151 |
+am__v_CCLD_1 = |
|
| 156 | 152 |
SOURCES = $(clamdtop_SOURCES) |
| 157 | 153 |
DIST_SOURCES = $(am__clamdtop_SOURCES_DIST) |
| 154 |
+am__can_run_installinfo = \ |
|
| 155 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 156 |
+ n|no|NO) false;; \ |
|
| 157 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 158 |
+ esac |
|
| 158 | 159 |
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
| 159 | 160 |
am__vpath_adj = case $$p in \ |
| 160 | 161 |
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
| ... | ... |
@@ -185,6 +244,23 @@ am__uninstall_files_from_dir = { \
|
| 185 | 185 |
man1dir = $(mandir)/man1 |
| 186 | 186 |
NROFF = nroff |
| 187 | 187 |
MANS = $(man_MANS) |
| 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)` |
|
| 188 | 205 |
ETAGS = etags |
| 189 | 206 |
CTAGS = ctags |
| 190 | 207 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| ... | ... |
@@ -438,14 +514,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 438 | 438 |
$(am__aclocal_m4_deps): |
| 439 | 439 |
install-binPROGRAMS: $(bin_PROGRAMS) |
| 440 | 440 |
@$(NORMAL_INSTALL) |
| 441 |
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" |
|
| 442 | 441 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 442 |
+ if test -n "$$list"; then \ |
|
| 443 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
|
| 444 |
+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
|
| 445 |
+ fi; \ |
|
| 443 | 446 |
for p in $$list; do echo "$$p $$p"; done | \ |
| 444 | 447 |
sed 's/$(EXEEXT)$$//' | \ |
| 445 |
- while read p p1; do if test -f $$p || test -f $$p1; \ |
|
| 446 |
- then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 448 |
+ while read p p1; do if test -f $$p \ |
|
| 449 |
+ || test -f $$p1 \ |
|
| 450 |
+ ; then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 447 | 451 |
done | \ |
| 448 |
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ |
|
| 452 |
+ sed -e 'p;s,.*/,,;n;h' \ |
|
| 453 |
+ -e 's|.*|.|' \ |
|
| 449 | 454 |
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
| 450 | 455 |
sed 'N;N;N;s,\n, ,g' | \ |
| 451 | 456 |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
| ... | ... |
@@ -466,7 +547,8 @@ uninstall-binPROGRAMS: |
| 466 | 466 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 467 | 467 |
files=`for p in $$list; do echo "$$p"; done | \ |
| 468 | 468 |
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
| 469 |
- -e 's/$$/$(EXEEXT)/' `; \ |
|
| 469 |
+ -e 's/$$/$(EXEEXT)/' \ |
|
| 470 |
+ `; \ |
|
| 470 | 471 |
test -n "$$list" || exit 0; \ |
| 471 | 472 |
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
| 472 | 473 |
cd "$(DESTDIR)$(bindir)" && rm -f $$files |
| ... | ... |
@@ -495,6 +577,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS) |
| 495 | 495 |
else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ |
| 496 | 496 |
done; \ |
| 497 | 497 |
done; rm -f c$${pid}_.???; exit $$bad
|
| 498 |
+ |
|
| 498 | 499 |
clamdtop$(EXEEXT): $(clamdtop_OBJECTS) $(clamdtop_DEPENDENCIES) $(EXTRA_clamdtop_DEPENDENCIES) |
| 499 | 500 |
@rm -f clamdtop$(EXEEXT) |
| 500 | 501 |
$(AM_V_CCLD)$(LINK) $(clamdtop_OBJECTS) $(clamdtop_LDADD) $(LIBS) |
| ... | ... |
@@ -515,14 +598,14 @@ distclean-compile: |
| 515 | 515 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 516 | 516 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 517 | 517 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 518 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 518 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 519 | 519 |
|
| 520 | 520 |
.c.obj: |
| 521 | 521 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 522 | 522 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 523 | 523 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 524 | 524 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 525 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
| 525 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 526 | 526 |
|
| 527 | 527 |
.c.lo: |
| 528 | 528 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -580,11 +663,18 @@ clean-libtool: |
| 580 | 580 |
-rm -rf .libs _libs |
| 581 | 581 |
install-man1: $(man_MANS) |
| 582 | 582 |
@$(NORMAL_INSTALL) |
| 583 |
- test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" |
|
| 584 |
- @list=''; test -n "$(man1dir)" || exit 0; \ |
|
| 585 |
- { for i in $$list; do echo "$$i"; done; \
|
|
| 586 |
- l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ |
|
| 587 |
- sed -n '/\.1[a-z]*$$/p'; \ |
|
| 583 |
+ @list1=''; \ |
|
| 584 |
+ list2='$(man_MANS)'; \ |
|
| 585 |
+ test -n "$(man1dir)" \ |
|
| 586 |
+ && test -n "`echo $$list1$$list2`" \ |
|
| 587 |
+ || exit 0; \ |
|
| 588 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ |
|
| 589 |
+ $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ |
|
| 590 |
+ { for i in $$list1; do echo "$$i"; done; \
|
|
| 591 |
+ if test -n "$$list2"; then \ |
|
| 592 |
+ for i in $$list2; do echo "$$i"; done \ |
|
| 593 |
+ | sed -n '/\.1[a-z]*$$/p'; \ |
|
| 594 |
+ fi; \ |
|
| 588 | 595 |
} | while read p; do \ |
| 589 | 596 |
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
| 590 | 597 |
echo "$$d$$p"; echo "$$p"; \ |
| ... | ... |
@@ -615,26 +705,15 @@ uninstall-man1: |
| 615 | 615 |
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ |
| 616 | 616 |
dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) |
| 617 | 617 |
|
| 618 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 619 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 620 |
- unique=`for i in $$list; do \ |
|
| 621 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 622 |
- done | \ |
|
| 623 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 624 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 625 |
- mkid -fID $$unique |
|
| 626 |
-tags: TAGS |
|
| 627 |
- |
|
| 628 |
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 629 |
- $(TAGS_FILES) $(LISP) |
|
| 618 |
+ID: $(am__tagged_files) |
|
| 619 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 620 |
+tags: tags-am |
|
| 621 |
+TAGS: tags |
|
| 622 |
+ |
|
| 623 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 630 | 624 |
set x; \ |
| 631 | 625 |
here=`pwd`; \ |
| 632 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 633 |
- unique=`for i in $$list; do \ |
|
| 634 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 635 |
- done | \ |
|
| 636 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 637 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 626 |
+ $(am__define_uniq_tagged_files); \ |
|
| 638 | 627 |
shift; \ |
| 639 | 628 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 640 | 629 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -646,15 +725,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 646 | 646 |
$$unique; \ |
| 647 | 647 |
fi; \ |
| 648 | 648 |
fi |
| 649 |
-ctags: CTAGS |
|
| 650 |
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 651 |
- $(TAGS_FILES) $(LISP) |
|
| 652 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 653 |
- unique=`for i in $$list; do \ |
|
| 654 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 655 |
- done | \ |
|
| 656 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 657 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 649 |
+ctags: ctags-am |
|
| 650 |
+ |
|
| 651 |
+CTAGS: ctags |
|
| 652 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 653 |
+ $(am__define_uniq_tagged_files); \ |
|
| 658 | 654 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 659 | 655 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 660 | 656 |
$$unique |
| ... | ... |
@@ -663,24 +738,26 @@ GTAGS: |
| 663 | 663 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 664 | 664 |
&& $(am__cd) $(top_srcdir) \ |
| 665 | 665 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 666 |
+cscopelist: cscopelist-am |
|
| 667 |
+ |
|
| 668 |
+cscopelist-am: $(am__tagged_files) |
|
| 669 |
+ list='$(am__tagged_files)'; \ |
|
| 670 |
+ case "$(srcdir)" in \ |
|
| 671 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 672 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 673 |
+ esac; \ |
|
| 674 |
+ for i in $$list; do \ |
|
| 675 |
+ if test -f "$$i"; then \ |
|
| 676 |
+ echo "$(subdir)/$$i"; \ |
|
| 677 |
+ else \ |
|
| 678 |
+ echo "$$sdir/$$i"; \ |
|
| 679 |
+ fi; \ |
|
| 680 |
+ done >> $(top_builddir)/cscope.files |
|
| 666 | 681 |
|
| 667 | 682 |
distclean-tags: |
| 668 | 683 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 669 | 684 |
|
| 670 | 685 |
distdir: $(DISTFILES) |
| 671 |
- @list='$(MANS)'; if test -n "$$list"; then \ |
|
| 672 |
- list=`for p in $$list; do \ |
|
| 673 |
- if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
|
| 674 |
- if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ |
|
| 675 |
- if test -n "$$list" && \ |
|
| 676 |
- grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ |
|
| 677 |
- echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ |
|
| 678 |
- grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ |
|
| 679 |
- echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ |
|
| 680 |
- echo " typically \`make maintainer-clean' will remove them" >&2; \ |
|
| 681 |
- exit 1; \ |
|
| 682 |
- else :; fi; \ |
|
| 683 |
- else :; fi |
|
| 684 | 686 |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 685 | 687 |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 686 | 688 |
list='$(DISTFILES)'; \ |
| ... | ... |
@@ -821,19 +898,20 @@ uninstall-man: uninstall-man1 |
| 821 | 821 |
|
| 822 | 822 |
.MAKE: install-am install-strip |
| 823 | 823 |
|
| 824 |
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ |
|
| 825 |
- clean-generic clean-libtool ctags distclean distclean-compile \ |
|
| 826 |
- distclean-generic distclean-libtool distclean-tags distdir dvi \ |
|
| 827 |
- dvi-am html html-am info info-am install install-am \ |
|
| 828 |
- install-binPROGRAMS install-data install-data-am install-dvi \ |
|
| 829 |
- install-dvi-am install-exec install-exec-am install-html \ |
|
| 830 |
- install-html-am install-info install-info-am install-man \ |
|
| 831 |
- install-man1 install-pdf install-pdf-am install-ps \ |
|
| 832 |
- install-ps-am install-strip installcheck installcheck-am \ |
|
| 824 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ |
|
| 825 |
+ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ |
|
| 826 |
+ ctags ctags-am distclean distclean-compile distclean-generic \ |
|
| 827 |
+ distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|
| 828 |
+ html-am info info-am install install-am install-binPROGRAMS \ |
|
| 829 |
+ install-data install-data-am install-dvi install-dvi-am \ |
|
| 830 |
+ install-exec install-exec-am install-html install-html-am \ |
|
| 831 |
+ install-info install-info-am install-man install-man1 \ |
|
| 832 |
+ install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 833 |
+ install-strip installcheck installcheck-am \ |
|
| 833 | 834 |
installcheck-binPROGRAMS installdirs maintainer-clean \ |
| 834 | 835 |
maintainer-clean-generic mostlyclean mostlyclean-compile \ |
| 835 | 836 |
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
| 836 |
- tags uninstall uninstall-am uninstall-binPROGRAMS \ |
|
| 837 |
+ tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ |
|
| 837 | 838 |
uninstall-man uninstall-man1 |
| 838 | 839 |
|
| 839 | 840 |
|
| ... | ... |
@@ -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 \ |
| ... | ... |
@@ -142,6 +187,19 @@ clamscan_LDADD = $(LDADD) |
| 142 | 142 |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 143 | 143 |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 144 | 144 |
am__v_lt_0 = --silent |
| 145 |
+am__v_lt_1 = |
|
| 146 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 147 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 148 |
+am__v_P_0 = false |
|
| 149 |
+am__v_P_1 = : |
|
| 150 |
+AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 151 |
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 152 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 153 |
+am__v_GEN_1 = |
|
| 154 |
+AM_V_at = $(am__v_at_@AM_V@) |
|
| 155 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 156 |
+am__v_at_0 = @ |
|
| 157 |
+am__v_at_1 = |
|
| 145 | 158 |
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 146 | 159 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 147 | 160 |
am__depfiles_maybe = depfiles |
| ... | ... |
@@ -154,22 +212,40 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 154 | 154 |
$(AM_CFLAGS) $(CFLAGS) |
| 155 | 155 |
AM_V_CC = $(am__v_CC_@AM_V@) |
| 156 | 156 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 157 |
-am__v_CC_0 = @echo " CC " $@; |
|
| 158 |
-AM_V_at = $(am__v_at_@AM_V@) |
|
| 159 |
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 160 |
-am__v_at_0 = @ |
|
| 157 |
+am__v_CC_0 = @echo " CC " $@; |
|
| 158 |
+am__v_CC_1 = |
|
| 161 | 159 |
CCLD = $(CC) |
| 162 | 160 |
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 163 | 161 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 164 | 162 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 165 | 163 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 166 | 164 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 167 |
-am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 168 |
-AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 169 |
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 170 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 165 |
+am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 166 |
+am__v_CCLD_1 = |
|
| 171 | 167 |
SOURCES = $(clamscan_SOURCES) |
| 172 | 168 |
DIST_SOURCES = $(clamscan_SOURCES) |
| 169 |
+am__can_run_installinfo = \ |
|
| 170 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 171 |
+ n|no|NO) false;; \ |
|
| 172 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 173 |
+ esac |
|
| 174 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 175 |
+# Read a list of newline-separated strings from the standard input, |
|
| 176 |
+# and print each of them once, without duplicates. Input order is |
|
| 177 |
+# *not* preserved. |
|
| 178 |
+am__uniquify_input = $(AWK) '\ |
|
| 179 |
+ BEGIN { nonempty = 0; } \
|
|
| 180 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 181 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 182 |
+' |
|
| 183 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 184 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 185 |
+# for different programs/libraries. |
|
| 186 |
+am__define_uniq_tagged_files = \ |
|
| 187 |
+ list='$(am__tagged_files)'; \ |
|
| 188 |
+ unique=`for i in $$list; do \ |
|
| 189 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 190 |
+ done | $(am__uniquify_input)` |
|
| 173 | 191 |
ETAGS = etags |
| 174 | 192 |
CTAGS = ctags |
| 175 | 193 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| ... | ... |
@@ -428,14 +504,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 428 | 428 |
$(am__aclocal_m4_deps): |
| 429 | 429 |
install-binPROGRAMS: $(bin_PROGRAMS) |
| 430 | 430 |
@$(NORMAL_INSTALL) |
| 431 |
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" |
|
| 432 | 431 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 432 |
+ if test -n "$$list"; then \ |
|
| 433 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
|
| 434 |
+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
|
| 435 |
+ fi; \ |
|
| 433 | 436 |
for p in $$list; do echo "$$p $$p"; done | \ |
| 434 | 437 |
sed 's/$(EXEEXT)$$//' | \ |
| 435 |
- while read p p1; do if test -f $$p || test -f $$p1; \ |
|
| 436 |
- then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 438 |
+ while read p p1; do if test -f $$p \ |
|
| 439 |
+ || test -f $$p1 \ |
|
| 440 |
+ ; then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 437 | 441 |
done | \ |
| 438 |
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ |
|
| 442 |
+ sed -e 'p;s,.*/,,;n;h' \ |
|
| 443 |
+ -e 's|.*|.|' \ |
|
| 439 | 444 |
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
| 440 | 445 |
sed 'N;N;N;s,\n, ,g' | \ |
| 441 | 446 |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
| ... | ... |
@@ -456,7 +537,8 @@ uninstall-binPROGRAMS: |
| 456 | 456 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 457 | 457 |
files=`for p in $$list; do echo "$$p"; done | \ |
| 458 | 458 |
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
| 459 |
- -e 's/$$/$(EXEEXT)/' `; \ |
|
| 459 |
+ -e 's/$$/$(EXEEXT)/' \ |
|
| 460 |
+ `; \ |
|
| 460 | 461 |
test -n "$$list" || exit 0; \ |
| 461 | 462 |
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
| 462 | 463 |
cd "$(DESTDIR)$(bindir)" && rm -f $$files |
| ... | ... |
@@ -485,6 +567,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS) |
| 485 | 485 |
else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ |
| 486 | 486 |
done; \ |
| 487 | 487 |
done; rm -f c$${pid}_.???; exit $$bad
|
| 488 |
+ |
|
| 488 | 489 |
clamscan$(EXEEXT): $(clamscan_OBJECTS) $(clamscan_DEPENDENCIES) $(EXTRA_clamscan_DEPENDENCIES) |
| 489 | 490 |
@rm -f clamscan$(EXEEXT) |
| 490 | 491 |
$(AM_V_CCLD)$(LINK) $(clamscan_OBJECTS) $(clamscan_LDADD) $(LIBS) |
| ... | ... |
@@ -508,14 +591,14 @@ distclean-compile: |
| 508 | 508 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 509 | 509 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 510 | 510 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 511 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 511 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 512 | 512 |
|
| 513 | 513 |
.c.obj: |
| 514 | 514 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 515 | 515 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 516 | 516 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 517 | 517 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 518 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
| 518 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 519 | 519 |
|
| 520 | 520 |
.c.lo: |
| 521 | 521 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -600,26 +683,15 @@ mostlyclean-libtool: |
| 600 | 600 |
clean-libtool: |
| 601 | 601 |
-rm -rf .libs _libs |
| 602 | 602 |
|
| 603 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 604 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 605 |
- unique=`for i in $$list; do \ |
|
| 606 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 607 |
- done | \ |
|
| 608 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 609 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 610 |
- mkid -fID $$unique |
|
| 611 |
-tags: TAGS |
|
| 612 |
- |
|
| 613 |
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 614 |
- $(TAGS_FILES) $(LISP) |
|
| 603 |
+ID: $(am__tagged_files) |
|
| 604 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 605 |
+tags: tags-am |
|
| 606 |
+TAGS: tags |
|
| 607 |
+ |
|
| 608 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 615 | 609 |
set x; \ |
| 616 | 610 |
here=`pwd`; \ |
| 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; }; }'`; \
|
|
| 611 |
+ $(am__define_uniq_tagged_files); \ |
|
| 623 | 612 |
shift; \ |
| 624 | 613 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 625 | 614 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -631,15 +703,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 631 | 631 |
$$unique; \ |
| 632 | 632 |
fi; \ |
| 633 | 633 |
fi |
| 634 |
-ctags: CTAGS |
|
| 635 |
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 636 |
- $(TAGS_FILES) $(LISP) |
|
| 637 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 638 |
- unique=`for i in $$list; do \ |
|
| 639 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 640 |
- done | \ |
|
| 641 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 642 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 634 |
+ctags: ctags-am |
|
| 635 |
+ |
|
| 636 |
+CTAGS: ctags |
|
| 637 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 638 |
+ $(am__define_uniq_tagged_files); \ |
|
| 643 | 639 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 644 | 640 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 645 | 641 |
$$unique |
| ... | ... |
@@ -648,6 +716,21 @@ GTAGS: |
| 648 | 648 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 649 | 649 |
&& $(am__cd) $(top_srcdir) \ |
| 650 | 650 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 651 |
+cscopelist: cscopelist-am |
|
| 652 |
+ |
|
| 653 |
+cscopelist-am: $(am__tagged_files) |
|
| 654 |
+ list='$(am__tagged_files)'; \ |
|
| 655 |
+ case "$(srcdir)" in \ |
|
| 656 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 657 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 658 |
+ esac; \ |
|
| 659 |
+ for i in $$list; do \ |
|
| 660 |
+ if test -f "$$i"; then \ |
|
| 661 |
+ echo "$(subdir)/$$i"; \ |
|
| 662 |
+ else \ |
|
| 663 |
+ echo "$$sdir/$$i"; \ |
|
| 664 |
+ fi; \ |
|
| 665 |
+ done >> $(top_builddir)/cscope.files |
|
| 651 | 666 |
|
| 652 | 667 |
distclean-tags: |
| 653 | 668 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| ... | ... |
@@ -792,19 +875,20 @@ uninstall-am: uninstall-binPROGRAMS |
| 792 | 792 |
|
| 793 | 793 |
.MAKE: install-am install-strip |
| 794 | 794 |
|
| 795 |
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ |
|
| 796 |
- clean-generic clean-libtool ctags distclean distclean-compile \ |
|
| 797 |
- distclean-generic distclean-libtool distclean-tags distdir dvi \ |
|
| 798 |
- dvi-am html html-am info info-am install install-am \ |
|
| 799 |
- install-binPROGRAMS install-data install-data-am install-dvi \ |
|
| 800 |
- install-dvi-am install-exec install-exec-am install-html \ |
|
| 801 |
- install-html-am install-info install-info-am install-man \ |
|
| 802 |
- install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 803 |
- install-strip installcheck installcheck-am \ |
|
| 804 |
- installcheck-binPROGRAMS installdirs maintainer-clean \ |
|
| 805 |
- maintainer-clean-generic mostlyclean mostlyclean-compile \ |
|
| 806 |
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 807 |
- tags uninstall uninstall-am uninstall-binPROGRAMS |
|
| 795 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ |
|
| 796 |
+ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ |
|
| 797 |
+ ctags ctags-am distclean distclean-compile distclean-generic \ |
|
| 798 |
+ distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|
| 799 |
+ html-am info info-am install install-am install-binPROGRAMS \ |
|
| 800 |
+ install-data install-data-am install-dvi install-dvi-am \ |
|
| 801 |
+ install-exec install-exec-am install-html install-html-am \ |
|
| 802 |
+ install-info install-info-am install-man install-pdf \ |
|
| 803 |
+ install-pdf-am install-ps install-ps-am install-strip \ |
|
| 804 |
+ installcheck installcheck-am installcheck-binPROGRAMS \ |
|
| 805 |
+ installdirs maintainer-clean maintainer-clean-generic \ |
|
| 806 |
+ mostlyclean mostlyclean-compile mostlyclean-generic \ |
|
| 807 |
+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
|
| 808 |
+ uninstall-am uninstall-binPROGRAMS |
|
| 808 | 809 |
|
| 809 | 810 |
|
| 810 | 811 |
# 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 \ |
| ... | ... |
@@ -140,6 +185,19 @@ clamsubmit_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 = $(clamsubmit_SOURCES) |
| 170 | 166 |
DIST_SOURCES = $(clamsubmit_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) |
| ... | ... |
@@ -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 |
clamsubmit$(EXEEXT): $(clamsubmit_OBJECTS) $(clamsubmit_DEPENDENCIES) $(EXTRA_clamsubmit_DEPENDENCIES) |
| 483 | 484 |
@rm -f clamsubmit$(EXEEXT) |
| 484 | 485 |
$(AM_V_CCLD)$(LINK) $(clamsubmit_OBJECTS) $(clamsubmit_LDADD) $(LIBS) |
| ... | ... |
@@ -500,14 +583,14 @@ distclean-compile: |
| 500 | 500 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 501 | 501 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 502 | 502 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 503 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 503 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 504 | 504 |
|
| 505 | 505 |
.c.obj: |
| 506 | 506 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 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 `$(CYGPATH_W) '$<'` |
|
| 510 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 511 | 511 |
|
| 512 | 512 |
.c.lo: |
| 513 | 513 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -578,26 +661,15 @@ mostlyclean-libtool: |
| 578 | 578 |
clean-libtool: |
| 579 | 579 |
-rm -rf .libs _libs |
| 580 | 580 |
|
| 581 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 582 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 583 |
- unique=`for i in $$list; do \ |
|
| 584 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 585 |
- done | \ |
|
| 586 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 587 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 588 |
- mkid -fID $$unique |
|
| 589 |
-tags: TAGS |
|
| 590 |
- |
|
| 591 |
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 592 |
- $(TAGS_FILES) $(LISP) |
|
| 581 |
+ID: $(am__tagged_files) |
|
| 582 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 583 |
+tags: tags-am |
|
| 584 |
+TAGS: tags |
|
| 585 |
+ |
|
| 586 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 593 | 587 |
set x; \ |
| 594 | 588 |
here=`pwd`; \ |
| 595 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 596 |
- unique=`for i in $$list; do \ |
|
| 597 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 598 |
- done | \ |
|
| 599 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 600 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 589 |
+ $(am__define_uniq_tagged_files); \ |
|
| 601 | 590 |
shift; \ |
| 602 | 591 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 603 | 592 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -609,15 +681,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 609 | 609 |
$$unique; \ |
| 610 | 610 |
fi; \ |
| 611 | 611 |
fi |
| 612 |
-ctags: CTAGS |
|
| 613 |
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 614 |
- $(TAGS_FILES) $(LISP) |
|
| 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; }; }'`; \
|
|
| 612 |
+ctags: ctags-am |
|
| 613 |
+ |
|
| 614 |
+CTAGS: ctags |
|
| 615 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 616 |
+ $(am__define_uniq_tagged_files); \ |
|
| 621 | 617 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 622 | 618 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 623 | 619 |
$$unique |
| ... | ... |
@@ -626,6 +694,21 @@ GTAGS: |
| 626 | 626 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 627 | 627 |
&& $(am__cd) $(top_srcdir) \ |
| 628 | 628 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 629 |
+cscopelist: cscopelist-am |
|
| 630 |
+ |
|
| 631 |
+cscopelist-am: $(am__tagged_files) |
|
| 632 |
+ list='$(am__tagged_files)'; \ |
|
| 633 |
+ case "$(srcdir)" in \ |
|
| 634 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 635 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 636 |
+ esac; \ |
|
| 637 |
+ for i in $$list; do \ |
|
| 638 |
+ if test -f "$$i"; then \ |
|
| 639 |
+ echo "$(subdir)/$$i"; \ |
|
| 640 |
+ else \ |
|
| 641 |
+ echo "$$sdir/$$i"; \ |
|
| 642 |
+ fi; \ |
|
| 643 |
+ done >> $(top_builddir)/cscope.files |
|
| 629 | 644 |
|
| 630 | 645 |
distclean-tags: |
| 631 | 646 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| ... | ... |
@@ -770,19 +853,20 @@ uninstall-am: uninstall-binPROGRAMS |
| 770 | 770 |
|
| 771 | 771 |
.MAKE: install-am install-strip |
| 772 | 772 |
|
| 773 |
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ |
|
| 774 |
- clean-generic clean-libtool ctags distclean distclean-compile \ |
|
| 775 |
- distclean-generic distclean-libtool distclean-tags distdir dvi \ |
|
| 776 |
- dvi-am html html-am info info-am install install-am \ |
|
| 777 |
- install-binPROGRAMS install-data install-data-am install-dvi \ |
|
| 778 |
- install-dvi-am install-exec install-exec-am install-html \ |
|
| 779 |
- install-html-am install-info install-info-am install-man \ |
|
| 780 |
- install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 781 |
- install-strip installcheck installcheck-am \ |
|
| 782 |
- installcheck-binPROGRAMS installdirs maintainer-clean \ |
|
| 783 |
- maintainer-clean-generic mostlyclean mostlyclean-compile \ |
|
| 784 |
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 785 |
- tags uninstall uninstall-am uninstall-binPROGRAMS |
|
| 773 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ |
|
| 774 |
+ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ |
|
| 775 |
+ ctags ctags-am distclean distclean-compile distclean-generic \ |
|
| 776 |
+ distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|
| 777 |
+ html-am info info-am install install-am install-binPROGRAMS \ |
|
| 778 |
+ install-data install-data-am install-dvi install-dvi-am \ |
|
| 779 |
+ install-exec install-exec-am install-html install-html-am \ |
|
| 780 |
+ install-info install-info-am install-man install-pdf \ |
|
| 781 |
+ install-pdf-am install-ps install-ps-am install-strip \ |
|
| 782 |
+ installcheck installcheck-am installcheck-binPROGRAMS \ |
|
| 783 |
+ installdirs maintainer-clean maintainer-clean-generic \ |
|
| 784 |
+ mostlyclean mostlyclean-compile mostlyclean-generic \ |
|
| 785 |
+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
|
| 786 |
+ uninstall-am uninstall-binPROGRAMS |
|
| 786 | 787 |
|
| 787 | 788 |
|
| 788 | 789 |
# 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'" |
| ... | ... |
@@ -1378,8 +1398,6 @@ target=$target_alias |
| 1378 | 1378 |
if test "x$host_alias" != x; then |
| 1379 | 1379 |
if test "x$build_alias" = x; then |
| 1380 | 1380 |
cross_compiling=maybe |
| 1381 |
- $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. |
|
| 1382 |
- If a cross compiler is detected then cross compile mode will be used" >&2 |
|
| 1383 | 1381 |
elif test "x$build_alias" != "x$host_alias"; then |
| 1384 | 1382 |
cross_compiling=yes |
| 1385 | 1383 |
fi |
| ... | ... |
@@ -1544,10 +1562,12 @@ Optional Features: |
| 1544 | 1544 |
--disable-option-checking ignore unrecognized --enable/--with options |
| 1545 | 1545 |
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
| 1546 | 1546 |
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
| 1547 |
- --enable-silent-rules less verbose build output (undo: `make V=1') |
|
| 1548 |
- --disable-silent-rules verbose build output (undo: `make V=0') |
|
| 1549 |
- --disable-dependency-tracking speeds up one-time build |
|
| 1550 |
- --enable-dependency-tracking do not reject slow dependency extractors |
|
| 1547 |
+ --enable-silent-rules less verbose build output (undo: "make V=1") |
|
| 1548 |
+ --disable-silent-rules verbose build output (undo: "make V=0") |
|
| 1549 |
+ --enable-dependency-tracking |
|
| 1550 |
+ do not reject slow dependency extractors |
|
| 1551 |
+ --disable-dependency-tracking |
|
| 1552 |
+ speeds up one-time build |
|
| 1551 | 1553 |
--enable-static[=PKGS] build static libraries [default=no] |
| 1552 | 1554 |
--enable-shared[=PKGS] build shared libraries [default=yes] |
| 1553 | 1555 |
--enable-fast-install[=PKGS] |
| ... | ... |
@@ -1724,9 +1744,9 @@ test -n "$ac_init_help" && exit $ac_status |
| 1724 | 1724 |
if $ac_init_version; then |
| 1725 | 1725 |
cat <<\_ACEOF |
| 1726 | 1726 |
ClamAV configure devel |
| 1727 |
-generated by GNU Autoconf 2.68 |
|
| 1727 |
+generated by GNU Autoconf 2.69 |
|
| 1728 | 1728 |
|
| 1729 |
-Copyright (C) 2010 Free Software Foundation, Inc. |
|
| 1729 |
+Copyright (C) 2012 Free Software Foundation, Inc. |
|
| 1730 | 1730 |
This configure script is free software; the Free Software Foundation |
| 1731 | 1731 |
gives unlimited permission to copy, distribute and modify it. |
| 1732 | 1732 |
_ACEOF |
| ... | ... |
@@ -2003,7 +2023,7 @@ $as_echo "$ac_try_echo"; } >&5 |
| 2003 | 2003 |
test ! -s conftest.err |
| 2004 | 2004 |
} && test -s conftest$ac_exeext && {
|
| 2005 | 2005 |
test "$cross_compiling" = yes || |
| 2006 |
- $as_test_x conftest$ac_exeext |
|
| 2006 |
+ test -x conftest$ac_exeext |
|
| 2007 | 2007 |
}; then : |
| 2008 | 2008 |
ac_retval=0 |
| 2009 | 2009 |
else |
| ... | ... |
@@ -2193,7 +2213,7 @@ This file contains any messages produced by compilers while |
| 2193 | 2193 |
running configure, to aid debugging if configure makes a mistake. |
| 2194 | 2194 |
|
| 2195 | 2195 |
It was created by ClamAV $as_me devel, which was |
| 2196 |
-generated by GNU Autoconf 2.68. Invocation command line was |
|
| 2196 |
+generated by GNU Autoconf 2.69. Invocation command line was |
|
| 2197 | 2197 |
|
| 2198 | 2198 |
$ $0 $@ |
| 2199 | 2199 |
|
| ... | ... |
@@ -2875,7 +2895,7 @@ done |
| 2875 | 2875 |
|
| 2876 | 2876 |
|
| 2877 | 2877 |
|
| 2878 |
-am__api_version='1.11' |
|
| 2878 |
+am__api_version='1.14' |
|
| 2879 | 2879 |
|
| 2880 | 2880 |
# Find a good install program. We prefer a C program (faster), |
| 2881 | 2881 |
# so one script is as good as another. But avoid the broken or |
| ... | ... |
@@ -2914,7 +2934,7 @@ case $as_dir/ in #(( |
| 2914 | 2914 |
# by default. |
| 2915 | 2915 |
for ac_prog in ginstall scoinst install; do |
| 2916 | 2916 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2917 |
- if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
|
|
| 2917 |
+ if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then |
|
| 2918 | 2918 |
if test $ac_prog = install && |
| 2919 | 2919 |
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
| 2920 | 2920 |
# AIX install. It has an incompatible calling convention. |
| ... | ... |
@@ -2972,9 +2992,6 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
| 2972 | 2972 |
|
| 2973 | 2973 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
|
| 2974 | 2974 |
$as_echo_n "checking whether build environment is sane... " >&6; } |
| 2975 |
-# Just in case |
|
| 2976 |
-sleep 1 |
|
| 2977 |
-echo timestamp > conftest.file |
|
| 2978 | 2975 |
# Reject unsafe characters in $srcdir or the absolute working directory |
| 2979 | 2976 |
# name. Accept space and tab only in the latter. |
| 2980 | 2977 |
am_lf=' |
| ... | ... |
@@ -2985,32 +3002,40 @@ case `pwd` in |
| 2985 | 2985 |
esac |
| 2986 | 2986 |
case $srcdir in |
| 2987 | 2987 |
*[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
| 2988 |
- as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; |
|
| 2988 |
+ as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; |
|
| 2989 | 2989 |
esac |
| 2990 | 2990 |
|
| 2991 |
-# Do `set' in a subshell so we don't clobber the current shell's |
|
| 2991 |
+# Do 'set' in a subshell so we don't clobber the current shell's |
|
| 2992 | 2992 |
# arguments. Must try -L first in case configure is actually a |
| 2993 | 2993 |
# symlink; some systems play weird games with the mod time of symlinks |
| 2994 | 2994 |
# (eg FreeBSD returns the mod time of the symlink's containing |
| 2995 | 2995 |
# directory). |
| 2996 | 2996 |
if ( |
| 2997 |
- set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
|
| 2998 |
- if test "$*" = "X"; then |
|
| 2999 |
- # -L didn't work. |
|
| 3000 |
- set X `ls -t "$srcdir/configure" conftest.file` |
|
| 3001 |
- fi |
|
| 3002 |
- rm -f conftest.file |
|
| 3003 |
- if test "$*" != "X $srcdir/configure conftest.file" \ |
|
| 3004 |
- && test "$*" != "X conftest.file $srcdir/configure"; then |
|
| 3005 |
- |
|
| 3006 |
- # If neither matched, then we have a broken ls. This can happen |
|
| 3007 |
- # if, for instance, CONFIG_SHELL is bash and it inherits a |
|
| 3008 |
- # broken ls alias from the environment. This has actually |
|
| 3009 |
- # happened. Such a system could not be considered "sane". |
|
| 3010 |
- as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
|
| 3011 |
-alias in your environment" "$LINENO" 5 |
|
| 3012 |
- fi |
|
| 3013 |
- |
|
| 2997 |
+ am_has_slept=no |
|
| 2998 |
+ for am_try in 1 2; do |
|
| 2999 |
+ echo "timestamp, slept: $am_has_slept" > conftest.file |
|
| 3000 |
+ set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
|
| 3001 |
+ if test "$*" = "X"; then |
|
| 3002 |
+ # -L didn't work. |
|
| 3003 |
+ set X `ls -t "$srcdir/configure" conftest.file` |
|
| 3004 |
+ fi |
|
| 3005 |
+ if test "$*" != "X $srcdir/configure conftest.file" \ |
|
| 3006 |
+ && test "$*" != "X conftest.file $srcdir/configure"; then |
|
| 3007 |
+ |
|
| 3008 |
+ # If neither matched, then we have a broken ls. This can happen |
|
| 3009 |
+ # if, for instance, CONFIG_SHELL is bash and it inherits a |
|
| 3010 |
+ # broken ls alias from the environment. This has actually |
|
| 3011 |
+ # happened. Such a system could not be considered "sane". |
|
| 3012 |
+ as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
|
| 3013 |
+ alias in your environment" "$LINENO" 5 |
|
| 3014 |
+ fi |
|
| 3015 |
+ if test "$2" = conftest.file || test $am_try -eq 2; then |
|
| 3016 |
+ break |
|
| 3017 |
+ fi |
|
| 3018 |
+ # Just in case. |
|
| 3019 |
+ sleep 1 |
|
| 3020 |
+ am_has_slept=yes |
|
| 3021 |
+ done |
|
| 3014 | 3022 |
test "$2" = conftest.file |
| 3015 | 3023 |
) |
| 3016 | 3024 |
then |
| ... | ... |
@@ -3022,6 +3047,16 @@ Check your system clock" "$LINENO" 5 |
| 3022 | 3022 |
fi |
| 3023 | 3023 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
| 3024 | 3024 |
$as_echo "yes" >&6; } |
| 3025 |
+# If we didn't sleep, we still need to ensure time stamps of config.status and |
|
| 3026 |
+# generated files are strictly newer. |
|
| 3027 |
+am_sleep_pid= |
|
| 3028 |
+if grep 'slept: no' conftest.file >/dev/null 2>&1; then |
|
| 3029 |
+ ( sleep 1 ) & |
|
| 3030 |
+ am_sleep_pid=$! |
|
| 3031 |
+fi |
|
| 3032 |
+ |
|
| 3033 |
+rm -f conftest.file |
|
| 3034 |
+ |
|
| 3025 | 3035 |
test "$program_prefix" != NONE && |
| 3026 | 3036 |
program_transform_name="s&^&$program_prefix&;$program_transform_name" |
| 3027 | 3037 |
# Use a double $ so make ignores it. |
| ... | ... |
@@ -3044,12 +3079,12 @@ if test x"${MISSING+set}" != xset; then
|
| 3044 | 3044 |
esac |
| 3045 | 3045 |
fi |
| 3046 | 3046 |
# Use eval to expand $SHELL |
| 3047 |
-if eval "$MISSING --run true"; then |
|
| 3048 |
- am_missing_run="$MISSING --run " |
|
| 3047 |
+if eval "$MISSING --is-lightweight"; then |
|
| 3048 |
+ am_missing_run="$MISSING " |
|
| 3049 | 3049 |
else |
| 3050 | 3050 |
am_missing_run= |
| 3051 |
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
|
|
| 3052 |
-$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} |
|
| 3051 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
|
|
| 3052 |
+$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} |
|
| 3053 | 3053 |
fi |
| 3054 | 3054 |
|
| 3055 | 3055 |
if test x"${install_sh}" != xset; then
|
| ... | ... |
@@ -3061,10 +3096,10 @@ if test x"${install_sh}" != xset; then
|
| 3061 | 3061 |
esac |
| 3062 | 3062 |
fi |
| 3063 | 3063 |
|
| 3064 |
-# Installed binaries are usually stripped using `strip' when the user |
|
| 3065 |
-# run `make install-strip'. However `strip' might not be the right |
|
| 3064 |
+# Installed binaries are usually stripped using 'strip' when the user |
|
| 3065 |
+# run "make install-strip". However 'strip' might not be the right |
|
| 3066 | 3066 |
# tool to use in cross-compilation environments, therefore Automake |
| 3067 |
-# will honor the `STRIP' environment variable to overrule this program. |
|
| 3067 |
+# will honor the 'STRIP' environment variable to overrule this program. |
|
| 3068 | 3068 |
if test "$cross_compiling" != no; then |
| 3069 | 3069 |
if test -n "$ac_tool_prefix"; then |
| 3070 | 3070 |
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
|
| ... | ... |
@@ -3083,7 +3118,7 @@ do |
| 3083 | 3083 |
IFS=$as_save_IFS |
| 3084 | 3084 |
test -z "$as_dir" && as_dir=. |
| 3085 | 3085 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3086 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 3086 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 3087 | 3087 |
ac_cv_prog_STRIP="${ac_tool_prefix}strip"
|
| 3088 | 3088 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 3089 | 3089 |
break 2 |
| ... | ... |
@@ -3123,7 +3158,7 @@ do |
| 3123 | 3123 |
IFS=$as_save_IFS |
| 3124 | 3124 |
test -z "$as_dir" && as_dir=. |
| 3125 | 3125 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3126 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 3126 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 3127 | 3127 |
ac_cv_prog_ac_ct_STRIP="strip" |
| 3128 | 3128 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 3129 | 3129 |
break 2 |
| ... | ... |
@@ -3174,7 +3209,7 @@ do |
| 3174 | 3174 |
test -z "$as_dir" && as_dir=. |
| 3175 | 3175 |
for ac_prog in mkdir gmkdir; do |
| 3176 | 3176 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3177 |
- { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
|
|
| 3177 |
+ as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue |
|
| 3178 | 3178 |
case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( |
| 3179 | 3179 |
'mkdir (GNU coreutils) '* | \ |
| 3180 | 3180 |
'mkdir (coreutils) '* | \ |
| ... | ... |
@@ -3203,12 +3238,6 @@ fi |
| 3203 | 3203 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
|
| 3204 | 3204 |
$as_echo "$MKDIR_P" >&6; } |
| 3205 | 3205 |
|
| 3206 |
-mkdir_p="$MKDIR_P" |
|
| 3207 |
-case $mkdir_p in |
|
| 3208 |
- [\\/$]* | ?:[\\/]*) ;; |
|
| 3209 |
- */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; |
|
| 3210 |
-esac |
|
| 3211 |
- |
|
| 3212 | 3206 |
for ac_prog in gawk mawk nawk awk |
| 3213 | 3207 |
do |
| 3214 | 3208 |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
| ... | ... |
@@ -3227,7 +3256,7 @@ do |
| 3227 | 3227 |
IFS=$as_save_IFS |
| 3228 | 3228 |
test -z "$as_dir" && as_dir=. |
| 3229 | 3229 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3230 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 3230 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 3231 | 3231 |
ac_cv_prog_AWK="$ac_prog" |
| 3232 | 3232 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 3233 | 3233 |
break 2 |
| ... | ... |
@@ -3291,6 +3320,45 @@ else |
| 3291 | 3291 |
fi |
| 3292 | 3292 |
rmdir .tst 2>/dev/null |
| 3293 | 3293 |
|
| 3294 |
+# Check whether --enable-silent-rules was given. |
|
| 3295 |
+if test "${enable_silent_rules+set}" = set; then :
|
|
| 3296 |
+ enableval=$enable_silent_rules; |
|
| 3297 |
+fi |
|
| 3298 |
+ |
|
| 3299 |
+case $enable_silent_rules in # ((( |
|
| 3300 |
+ yes) AM_DEFAULT_VERBOSITY=0;; |
|
| 3301 |
+ no) AM_DEFAULT_VERBOSITY=1;; |
|
| 3302 |
+ *) AM_DEFAULT_VERBOSITY=1;; |
|
| 3303 |
+esac |
|
| 3304 |
+am_make=${MAKE-make}
|
|
| 3305 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
|
|
| 3306 |
+$as_echo_n "checking whether $am_make supports nested variables... " >&6; } |
|
| 3307 |
+if ${am_cv_make_support_nested_variables+:} false; then :
|
|
| 3308 |
+ $as_echo_n "(cached) " >&6 |
|
| 3309 |
+else |
|
| 3310 |
+ if $as_echo 'TRUE=$(BAR$(V)) |
|
| 3311 |
+BAR0=false |
|
| 3312 |
+BAR1=true |
|
| 3313 |
+V=1 |
|
| 3314 |
+am__doit: |
|
| 3315 |
+ @$(TRUE) |
|
| 3316 |
+.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then |
|
| 3317 |
+ am_cv_make_support_nested_variables=yes |
|
| 3318 |
+else |
|
| 3319 |
+ am_cv_make_support_nested_variables=no |
|
| 3320 |
+fi |
|
| 3321 |
+fi |
|
| 3322 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
|
|
| 3323 |
+$as_echo "$am_cv_make_support_nested_variables" >&6; } |
|
| 3324 |
+if test $am_cv_make_support_nested_variables = yes; then |
|
| 3325 |
+ AM_V='$(V)' |
|
| 3326 |
+ AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' |
|
| 3327 |
+else |
|
| 3328 |
+ AM_V=$AM_DEFAULT_VERBOSITY |
|
| 3329 |
+ AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY |
|
| 3330 |
+fi |
|
| 3331 |
+AM_BACKSLASH='\' |
|
| 3332 |
+ |
|
| 3294 | 3333 |
if test "`cd $srcdir && pwd`" != "`pwd`"; then |
| 3295 | 3334 |
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output |
| 3296 | 3335 |
# is not polluted with repeated "-I." |
| ... | ... |
@@ -3332,6 +3400,12 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
|
| 3332 | 3332 |
|
| 3333 | 3333 |
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
|
| 3334 | 3334 |
|
| 3335 |
+# For better backward compatibility. To be removed once Automake 1.9.x |
|
| 3336 |
+# dies out for good. For more background, see: |
|
| 3337 |
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> |
|
| 3338 |
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
|
| 3339 |
+mkdir_p='$(MKDIR_P)' |
|
| 3340 |
+ |
|
| 3335 | 3341 |
# We need awk for the "check" target. The system "awk" is bad on |
| 3336 | 3342 |
# some platforms. |
| 3337 | 3343 |
# Always define AMTAR for backward compatibility. Yes, it's still used |
| ... | ... |
@@ -3339,101 +3413,182 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
|
| 3339 | 3339 |
AMTAR='$${TAR-tar}'
|
| 3340 | 3340 |
|
| 3341 | 3341 |
|
| 3342 |
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
|
|
| 3343 |
-$as_echo_n "checking how to create a ustar tar archive... " >&6; } |
|
| 3344 |
-# Loop over all known methods to create a tar archive until one works. |
|
| 3342 |
+# We'll loop over all known methods to create a tar archive until one works. |
|
| 3345 | 3343 |
_am_tools='gnutar plaintar pax cpio none' |
| 3346 |
-_am_tools=${am_cv_prog_tar_ustar-$_am_tools}
|
|
| 3347 |
-# Do not fold the above two line into one, because Tru64 sh and |
|
| 3348 |
-# Solaris sh will not grok spaces in the rhs of `-'. |
|
| 3349 |
-for _am_tool in $_am_tools |
|
| 3350 |
-do |
|
| 3351 |
- case $_am_tool in |
|
| 3352 |
- gnutar) |
|
| 3353 |
- for _am_tar in tar gnutar gtar; |
|
| 3354 |
- do |
|
| 3355 |
- { echo "$as_me:$LINENO: $_am_tar --version" >&5
|
|
| 3344 |
+ |
|
| 3345 |
+# The POSIX 1988 'ustar' format is defined with fixed-size fields. |
|
| 3346 |
+ # There is notably a 21 bits limit for the UID and the GID. In fact, |
|
| 3347 |
+ # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 |
|
| 3348 |
+ # and bug#13588). |
|
| 3349 |
+ am_max_uid=2097151 # 2^21 - 1 |
|
| 3350 |
+ am_max_gid=$am_max_uid |
|
| 3351 |
+ # The $UID and $GID variables are not portable, so we need to resort |
|
| 3352 |
+ # to the POSIX-mandated id(1) utility. Errors in the 'id' calls |
|
| 3353 |
+ # below are definitely unexpected, so allow the users to see them |
|
| 3354 |
+ # (that is, avoid stderr redirection). |
|
| 3355 |
+ am_uid=`id -u || echo unknown` |
|
| 3356 |
+ am_gid=`id -g || echo unknown` |
|
| 3357 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5
|
|
| 3358 |
+$as_echo_n "checking whether UID '$am_uid' is supported by ustar format... " >&6; } |
|
| 3359 |
+ if test $am_uid -le $am_max_uid; then |
|
| 3360 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
| 3361 |
+$as_echo "yes" >&6; } |
|
| 3362 |
+ else |
|
| 3363 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
| 3364 |
+$as_echo "no" >&6; } |
|
| 3365 |
+ _am_tools=none |
|
| 3366 |
+ fi |
|
| 3367 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5
|
|
| 3368 |
+$as_echo_n "checking whether GID '$am_gid' is supported by ustar format... " >&6; } |
|
| 3369 |
+ if test $am_gid -le $am_max_gid; then |
|
| 3370 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
| 3371 |
+$as_echo "yes" >&6; } |
|
| 3372 |
+ else |
|
| 3373 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
| 3374 |
+$as_echo "no" >&6; } |
|
| 3375 |
+ _am_tools=none |
|
| 3376 |
+ fi |
|
| 3377 |
+ |
|
| 3378 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
|
|
| 3379 |
+$as_echo_n "checking how to create a ustar tar archive... " >&6; } |
|
| 3380 |
+ |
|
| 3381 |
+ # Go ahead even if we have the value already cached. We do so because we |
|
| 3382 |
+ # need to set the values for the 'am__tar' and 'am__untar' variables. |
|
| 3383 |
+ _am_tools=${am_cv_prog_tar_ustar-$_am_tools}
|
|
| 3384 |
+ |
|
| 3385 |
+ for _am_tool in $_am_tools; do |
|
| 3386 |
+ case $_am_tool in |
|
| 3387 |
+ gnutar) |
|
| 3388 |
+ for _am_tar in tar gnutar gtar; do |
|
| 3389 |
+ { echo "$as_me:$LINENO: $_am_tar --version" >&5
|
|
| 3356 | 3390 |
($_am_tar --version) >&5 2>&5 |
| 3357 | 3391 |
ac_status=$? |
| 3358 | 3392 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3359 | 3393 |
(exit $ac_status); } && break |
| 3360 |
- done |
|
| 3361 |
- am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"' |
|
| 3362 |
- am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"' |
|
| 3363 |
- am__untar="$_am_tar -xf -" |
|
| 3364 |
- ;; |
|
| 3365 |
- plaintar) |
|
| 3366 |
- # Must skip GNU tar: if it does not support --format= it doesn't create |
|
| 3367 |
- # ustar tarball either. |
|
| 3368 |
- (tar --version) >/dev/null 2>&1 && continue |
|
| 3369 |
- am__tar='tar chf - "$$tardir"' |
|
| 3370 |
- am__tar_='tar chf - "$tardir"' |
|
| 3371 |
- am__untar='tar xf -' |
|
| 3372 |
- ;; |
|
| 3373 |
- pax) |
|
| 3374 |
- am__tar='pax -L -x ustar -w "$$tardir"' |
|
| 3375 |
- am__tar_='pax -L -x ustar -w "$tardir"' |
|
| 3376 |
- am__untar='pax -r' |
|
| 3377 |
- ;; |
|
| 3378 |
- cpio) |
|
| 3379 |
- am__tar='find "$$tardir" -print | cpio -o -H ustar -L' |
|
| 3380 |
- am__tar_='find "$tardir" -print | cpio -o -H ustar -L' |
|
| 3381 |
- am__untar='cpio -i -H ustar -d' |
|
| 3382 |
- ;; |
|
| 3383 |
- none) |
|
| 3384 |
- am__tar=false |
|
| 3385 |
- am__tar_=false |
|
| 3386 |
- am__untar=false |
|
| 3387 |
- ;; |
|
| 3388 |
- esac |
|
| 3394 |
+ done |
|
| 3395 |
+ am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"' |
|
| 3396 |
+ am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"' |
|
| 3397 |
+ am__untar="$_am_tar -xf -" |
|
| 3398 |
+ ;; |
|
| 3399 |
+ plaintar) |
|
| 3400 |
+ # Must skip GNU tar: if it does not support --format= it doesn't create |
|
| 3401 |
+ # ustar tarball either. |
|
| 3402 |
+ (tar --version) >/dev/null 2>&1 && continue |
|
| 3403 |
+ am__tar='tar chf - "$$tardir"' |
|
| 3404 |
+ am__tar_='tar chf - "$tardir"' |
|
| 3405 |
+ am__untar='tar xf -' |
|
| 3406 |
+ ;; |
|
| 3407 |
+ pax) |
|
| 3408 |
+ am__tar='pax -L -x ustar -w "$$tardir"' |
|
| 3409 |
+ am__tar_='pax -L -x ustar -w "$tardir"' |
|
| 3410 |
+ am__untar='pax -r' |
|
| 3411 |
+ ;; |
|
| 3412 |
+ cpio) |
|
| 3413 |
+ am__tar='find "$$tardir" -print | cpio -o -H ustar -L' |
|
| 3414 |
+ am__tar_='find "$tardir" -print | cpio -o -H ustar -L' |
|
| 3415 |
+ am__untar='cpio -i -H ustar -d' |
|
| 3416 |
+ ;; |
|
| 3417 |
+ none) |
|
| 3418 |
+ am__tar=false |
|
| 3419 |
+ am__tar_=false |
|
| 3420 |
+ am__untar=false |
|
| 3421 |
+ ;; |
|
| 3422 |
+ esac |
|
| 3389 | 3423 |
|
| 3390 |
- # If the value was cached, stop now. We just wanted to have am__tar |
|
| 3391 |
- # and am__untar set. |
|
| 3392 |
- test -n "${am_cv_prog_tar_ustar}" && break
|
|
| 3424 |
+ # If the value was cached, stop now. We just wanted to have am__tar |
|
| 3425 |
+ # and am__untar set. |
|
| 3426 |
+ test -n "${am_cv_prog_tar_ustar}" && break
|
|
| 3393 | 3427 |
|
| 3394 |
- # tar/untar a dummy directory, and stop if the command works |
|
| 3395 |
- rm -rf conftest.dir |
|
| 3396 |
- mkdir conftest.dir |
|
| 3397 |
- echo GrepMe > conftest.dir/file |
|
| 3398 |
- { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
|
|
| 3428 |
+ # tar/untar a dummy directory, and stop if the command works. |
|
| 3429 |
+ rm -rf conftest.dir |
|
| 3430 |
+ mkdir conftest.dir |
|
| 3431 |
+ echo GrepMe > conftest.dir/file |
|
| 3432 |
+ { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
|
|
| 3399 | 3433 |
(tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5 |
| 3400 | 3434 |
ac_status=$? |
| 3401 | 3435 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3402 | 3436 |
(exit $ac_status); } |
| 3403 |
- rm -rf conftest.dir |
|
| 3404 |
- if test -s conftest.tar; then |
|
| 3405 |
- { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
|
|
| 3437 |
+ rm -rf conftest.dir |
|
| 3438 |
+ if test -s conftest.tar; then |
|
| 3439 |
+ { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
|
|
| 3406 | 3440 |
($am__untar <conftest.tar) >&5 2>&5 |
| 3407 | 3441 |
ac_status=$? |
| 3408 | 3442 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3409 | 3443 |
(exit $ac_status); } |
| 3410 |
- grep GrepMe conftest.dir/file >/dev/null 2>&1 && break |
|
| 3411 |
- fi |
|
| 3412 |
-done |
|
| 3413 |
-rm -rf conftest.dir |
|
| 3444 |
+ { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
|
|
| 3445 |
+ (cat conftest.dir/file) >&5 2>&5 |
|
| 3446 |
+ ac_status=$? |
|
| 3447 |
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
| 3448 |
+ (exit $ac_status); } |
|
| 3449 |
+ grep GrepMe conftest.dir/file >/dev/null 2>&1 && break |
|
| 3450 |
+ fi |
|
| 3451 |
+ done |
|
| 3452 |
+ rm -rf conftest.dir |
|
| 3414 | 3453 |
|
| 3415 |
-if ${am_cv_prog_tar_ustar+:} false; then :
|
|
| 3454 |
+ if ${am_cv_prog_tar_ustar+:} false; then :
|
|
| 3416 | 3455 |
$as_echo_n "(cached) " >&6 |
| 3417 | 3456 |
else |
| 3418 | 3457 |
am_cv_prog_tar_ustar=$_am_tool |
| 3419 | 3458 |
fi |
| 3420 | 3459 |
|
| 3421 |
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
|
|
| 3460 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
|
|
| 3422 | 3461 |
$as_echo "$am_cv_prog_tar_ustar" >&6; } |
| 3423 | 3462 |
|
| 3424 | 3463 |
|
| 3425 | 3464 |
|
| 3426 | 3465 |
|
| 3427 | 3466 |
|
| 3467 |
+ |
|
| 3468 |
+# POSIX will say in a future version that running "rm -f" with no argument |
|
| 3469 |
+# is OK; and we want to be able to make that assumption in our Makefile |
|
| 3470 |
+# recipes. So use an aggressive probe to check that the usage we want is |
|
| 3471 |
+# actually supported "in the wild" to an acceptable degree. |
|
| 3472 |
+# See automake bug#10828. |
|
| 3473 |
+# To make any issue more visible, cause the running configure to be aborted |
|
| 3474 |
+# by default if the 'rm' program in use doesn't match our expectations; the |
|
| 3475 |
+# user can still override this though. |
|
| 3476 |
+if rm -f && rm -fr && rm -rf; then : OK; else |
|
| 3477 |
+ cat >&2 <<'END' |
|
| 3478 |
+Oops! |
|
| 3479 |
+ |
|
| 3480 |
+Your 'rm' program seems unable to run without file operands specified |
|
| 3481 |
+on the command line, even when the '-f' option is present. This is contrary |
|
| 3482 |
+to the behaviour of most rm programs out there, and not conforming with |
|
| 3483 |
+the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542> |
|
| 3484 |
+ |
|
| 3485 |
+Please tell bug-automake@gnu.org about your system, including the value |
|
| 3486 |
+of your $PATH and any error possibly output before this message. This |
|
| 3487 |
+can help us improve future automake versions. |
|
| 3488 |
+ |
|
| 3489 |
+END |
|
| 3490 |
+ if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then |
|
| 3491 |
+ echo 'Configuration will proceed anyway, since you have set the' >&2 |
|
| 3492 |
+ echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 |
|
| 3493 |
+ echo >&2 |
|
| 3494 |
+ else |
|
| 3495 |
+ cat >&2 <<'END' |
|
| 3496 |
+Aborting the configuration process, to ensure you take notice of the issue. |
|
| 3497 |
+ |
|
| 3498 |
+You can download and install GNU coreutils to get an 'rm' implementation |
|
| 3499 |
+that behaves properly: <http://www.gnu.org/software/coreutils/>. |
|
| 3500 |
+ |
|
| 3501 |
+If you want to complete the configuration process using your problematic |
|
| 3502 |
+'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM |
|
| 3503 |
+to "yes", and re-run configure. |
|
| 3504 |
+ |
|
| 3505 |
+END |
|
| 3506 |
+ as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 |
|
| 3507 |
+ fi |
|
| 3508 |
+fi |
|
| 3428 | 3509 |
# Check whether --enable-silent-rules was given. |
| 3429 | 3510 |
if test "${enable_silent_rules+set}" = set; then :
|
| 3430 | 3511 |
enableval=$enable_silent_rules; |
| 3431 | 3512 |
fi |
| 3432 | 3513 |
|
| 3433 |
-case $enable_silent_rules in |
|
| 3434 |
-yes) AM_DEFAULT_VERBOSITY=0;; |
|
| 3435 |
-no) AM_DEFAULT_VERBOSITY=1;; |
|
| 3436 |
-*) AM_DEFAULT_VERBOSITY=0;; |
|
| 3514 |
+case $enable_silent_rules in # ((( |
|
| 3515 |
+ yes) AM_DEFAULT_VERBOSITY=0;; |
|
| 3516 |
+ no) AM_DEFAULT_VERBOSITY=1;; |
|
| 3517 |
+ *) AM_DEFAULT_VERBOSITY=0;; |
|
| 3437 | 3518 |
esac |
| 3438 | 3519 |
am_make=${MAKE-make}
|
| 3439 | 3520 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
|
| ... | ... |
@@ -3487,7 +3642,7 @@ am__quote= |
| 3487 | 3487 |
_am_result=none |
| 3488 | 3488 |
# First try GNU make style include. |
| 3489 | 3489 |
echo "include confinc" > confmf |
| 3490 |
-# Ignore all kinds of additional output from `make'. |
|
| 3490 |
+# Ignore all kinds of additional output from 'make'. |
|
| 3491 | 3491 |
case `$am_make -s -f confmf 2> /dev/null` in #( |
| 3492 | 3492 |
*the\ am__doit\ target*) |
| 3493 | 3493 |
am__include=include |
| ... | ... |
@@ -3553,7 +3708,7 @@ do |
| 3553 | 3553 |
IFS=$as_save_IFS |
| 3554 | 3554 |
test -z "$as_dir" && as_dir=. |
| 3555 | 3555 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3556 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 3556 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 3557 | 3557 |
ac_cv_prog_CC="${ac_tool_prefix}gcc"
|
| 3558 | 3558 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 3559 | 3559 |
break 2 |
| ... | ... |
@@ -3593,7 +3748,7 @@ do |
| 3593 | 3593 |
IFS=$as_save_IFS |
| 3594 | 3594 |
test -z "$as_dir" && as_dir=. |
| 3595 | 3595 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3596 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 3596 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 3597 | 3597 |
ac_cv_prog_ac_ct_CC="gcc" |
| 3598 | 3598 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 3599 | 3599 |
break 2 |
| ... | ... |
@@ -3646,7 +3801,7 @@ do |
| 3646 | 3646 |
IFS=$as_save_IFS |
| 3647 | 3647 |
test -z "$as_dir" && as_dir=. |
| 3648 | 3648 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3649 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 3649 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 3650 | 3650 |
ac_cv_prog_CC="${ac_tool_prefix}cc"
|
| 3651 | 3651 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 3652 | 3652 |
break 2 |
| ... | ... |
@@ -3687,7 +3842,7 @@ do |
| 3687 | 3687 |
IFS=$as_save_IFS |
| 3688 | 3688 |
test -z "$as_dir" && as_dir=. |
| 3689 | 3689 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3690 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 3690 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 3691 | 3691 |
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
| 3692 | 3692 |
ac_prog_rejected=yes |
| 3693 | 3693 |
continue |
| ... | ... |
@@ -3745,7 +3900,7 @@ do |
| 3745 | 3745 |
IFS=$as_save_IFS |
| 3746 | 3746 |
test -z "$as_dir" && as_dir=. |
| 3747 | 3747 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3748 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 3748 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 3749 | 3749 |
ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
| 3750 | 3750 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 3751 | 3751 |
break 2 |
| ... | ... |
@@ -3789,7 +3944,7 @@ do |
| 3789 | 3789 |
IFS=$as_save_IFS |
| 3790 | 3790 |
test -z "$as_dir" && as_dir=. |
| 3791 | 3791 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3792 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 3792 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 3793 | 3793 |
ac_cv_prog_ac_ct_CC="$ac_prog" |
| 3794 | 3794 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 3795 | 3795 |
break 2 |
| ... | ... |
@@ -4235,8 +4390,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 4235 | 4235 |
/* end confdefs.h. */ |
| 4236 | 4236 |
#include <stdarg.h> |
| 4237 | 4237 |
#include <stdio.h> |
| 4238 |
-#include <sys/types.h> |
|
| 4239 |
-#include <sys/stat.h> |
|
| 4238 |
+struct stat; |
|
| 4240 | 4239 |
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
| 4241 | 4240 |
struct buf { int x; };
|
| 4242 | 4241 |
FILE * (*rcsopen) (struct buf *, struct stat *, int); |
| ... | ... |
@@ -4321,6 +4475,65 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 4321 | 4321 |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 4322 | 4322 |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 4323 | 4323 |
|
| 4324 |
+ac_ext=c |
|
| 4325 |
+ac_cpp='$CPP $CPPFLAGS' |
|
| 4326 |
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|
| 4327 |
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
|
| 4328 |
+ac_compiler_gnu=$ac_cv_c_compiler_gnu |
|
| 4329 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
|
|
| 4330 |
+$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } |
|
| 4331 |
+if ${am_cv_prog_cc_c_o+:} false; then :
|
|
| 4332 |
+ $as_echo_n "(cached) " >&6 |
|
| 4333 |
+else |
|
| 4334 |
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
| 4335 |
+/* end confdefs.h. */ |
|
| 4336 |
+ |
|
| 4337 |
+int |
|
| 4338 |
+main () |
|
| 4339 |
+{
|
|
| 4340 |
+ |
|
| 4341 |
+ ; |
|
| 4342 |
+ return 0; |
|
| 4343 |
+} |
|
| 4344 |
+_ACEOF |
|
| 4345 |
+ # Make sure it works both with $CC and with simple cc. |
|
| 4346 |
+ # Following AC_PROG_CC_C_O, we do the test twice because some |
|
| 4347 |
+ # compilers refuse to overwrite an existing .o file with -o, |
|
| 4348 |
+ # though they will create one. |
|
| 4349 |
+ am_cv_prog_cc_c_o=yes |
|
| 4350 |
+ for am_i in 1 2; do |
|
| 4351 |
+ if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
|
|
| 4352 |
+ ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 |
|
| 4353 |
+ ac_status=$? |
|
| 4354 |
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
| 4355 |
+ (exit $ac_status); } \ |
|
| 4356 |
+ && test -f conftest2.$ac_objext; then |
|
| 4357 |
+ : OK |
|
| 4358 |
+ else |
|
| 4359 |
+ am_cv_prog_cc_c_o=no |
|
| 4360 |
+ break |
|
| 4361 |
+ fi |
|
| 4362 |
+ done |
|
| 4363 |
+ rm -f core conftest* |
|
| 4364 |
+ unset am_i |
|
| 4365 |
+fi |
|
| 4366 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
|
|
| 4367 |
+$as_echo "$am_cv_prog_cc_c_o" >&6; } |
|
| 4368 |
+if test "$am_cv_prog_cc_c_o" != yes; then |
|
| 4369 |
+ # Losing compiler, so override with the script. |
|
| 4370 |
+ # FIXME: It is wrong to rewrite CC. |
|
| 4371 |
+ # But if we don't then we get into trouble of one sort or another. |
|
| 4372 |
+ # A longer-term fix would be to have automake use am__CC in this case, |
|
| 4373 |
+ # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" |
|
| 4374 |
+ CC="$am_aux_dir/compile $CC" |
|
| 4375 |
+fi |
|
| 4376 |
+ac_ext=c |
|
| 4377 |
+ac_cpp='$CPP $CPPFLAGS' |
|
| 4378 |
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|
| 4379 |
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
|
| 4380 |
+ac_compiler_gnu=$ac_cv_c_compiler_gnu |
|
| 4381 |
+ |
|
| 4382 |
+ |
|
| 4324 | 4383 |
depcc="$CC" am_compiler_list= |
| 4325 | 4384 |
|
| 4326 | 4385 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
|
| ... | ... |
@@ -4332,8 +4545,8 @@ else |
| 4332 | 4332 |
# We make a subdir and do the tests there. Otherwise we can end up |
| 4333 | 4333 |
# making bogus files that we don't know about and never remove. For |
| 4334 | 4334 |
# instance it was reported that on HP-UX the gcc test will end up |
| 4335 |
- # making a dummy file named `D' -- because `-MD' means `put the output |
|
| 4336 |
- # in D'. |
|
| 4335 |
+ # making a dummy file named 'D' -- because '-MD' means "put the output |
|
| 4336 |
+ # in D". |
|
| 4337 | 4337 |
rm -rf conftest.dir |
| 4338 | 4338 |
mkdir conftest.dir |
| 4339 | 4339 |
# Copy depcomp to subdir because otherwise we won't find it if we're |
| ... | ... |
@@ -4368,16 +4581,16 @@ else |
| 4368 | 4368 |
: > sub/conftest.c |
| 4369 | 4369 |
for i in 1 2 3 4 5 6; do |
| 4370 | 4370 |
echo '#include "conftst'$i'.h"' >> sub/conftest.c |
| 4371 |
- # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with |
|
| 4372 |
- # Solaris 8's {/usr,}/bin/sh.
|
|
| 4373 |
- touch sub/conftst$i.h |
|
| 4371 |
+ # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with |
|
| 4372 |
+ # Solaris 10 /bin/sh. |
|
| 4373 |
+ echo '/* dummy */' > sub/conftst$i.h |
|
| 4374 | 4374 |
done |
| 4375 | 4375 |
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
|
| 4376 | 4376 |
|
| 4377 |
- # We check with `-c' and `-o' for the sake of the "dashmstdout" |
|
| 4377 |
+ # We check with '-c' and '-o' for the sake of the "dashmstdout" |
|
| 4378 | 4378 |
# mode. It turns out that the SunPro C++ compiler does not properly |
| 4379 |
- # handle `-M -o', and we need to detect this. Also, some Intel |
|
| 4380 |
- # versions had trouble with output in subdirs |
|
| 4379 |
+ # handle '-M -o', and we need to detect this. Also, some Intel |
|
| 4380 |
+ # versions had trouble with output in subdirs. |
|
| 4381 | 4381 |
am__obj=sub/conftest.${OBJEXT-o}
|
| 4382 | 4382 |
am__minus_obj="-o $am__obj" |
| 4383 | 4383 |
case $depmode in |
| ... | ... |
@@ -4386,8 +4599,8 @@ else |
| 4386 | 4386 |
test "$am__universal" = false || continue |
| 4387 | 4387 |
;; |
| 4388 | 4388 |
nosideeffect) |
| 4389 |
- # after this tag, mechanisms are not by side-effect, so they'll |
|
| 4390 |
- # only be used when explicitly requested |
|
| 4389 |
+ # After this tag, mechanisms are not by side-effect, so they'll |
|
| 4390 |
+ # only be used when explicitly requested. |
|
| 4391 | 4391 |
if test "x$enable_dependency_tracking" = xyes; then |
| 4392 | 4392 |
continue |
| 4393 | 4393 |
else |
| ... | ... |
@@ -4395,7 +4608,7 @@ else |
| 4395 | 4395 |
fi |
| 4396 | 4396 |
;; |
| 4397 | 4397 |
msvc7 | msvc7msys | msvisualcpp | msvcmsys) |
| 4398 |
- # This compiler won't grok `-c -o', but also, the minuso test has |
|
| 4398 |
+ # This compiler won't grok '-c -o', but also, the minuso test has |
|
| 4399 | 4399 |
# not run yet. These depmodes are late enough in the game, and |
| 4400 | 4400 |
# so weak that their functioning should not be impacted. |
| 4401 | 4401 |
am__obj=conftest.${OBJEXT-o}
|
| ... | ... |
@@ -4604,7 +4817,7 @@ do |
| 4604 | 4604 |
for ac_prog in grep ggrep; do |
| 4605 | 4605 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4606 | 4606 |
ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
| 4607 |
- { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
|
|
| 4607 |
+ as_fn_executable_p "$ac_path_GREP" || continue |
|
| 4608 | 4608 |
# Check for GNU ac_path_GREP and select it if it is found. |
| 4609 | 4609 |
# Check for GNU $ac_path_GREP |
| 4610 | 4610 |
case `"$ac_path_GREP" --version 2>&1` in |
| ... | ... |
@@ -4670,7 +4883,7 @@ do |
| 4670 | 4670 |
for ac_prog in egrep; do |
| 4671 | 4671 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4672 | 4672 |
ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
| 4673 |
- { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
|
|
| 4673 |
+ as_fn_executable_p "$ac_path_EGREP" || continue |
|
| 4674 | 4674 |
# Check for GNU ac_path_EGREP and select it if it is found. |
| 4675 | 4675 |
# Check for GNU $ac_path_EGREP |
| 4676 | 4676 |
case `"$ac_path_EGREP" --version 2>&1` in |
| ... | ... |
@@ -4877,8 +5090,8 @@ else |
| 4877 | 4877 |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 4878 | 4878 |
/* end confdefs.h. */ |
| 4879 | 4879 |
|
| 4880 |
-# define __EXTENSIONS__ 1 |
|
| 4881 |
- $ac_includes_default |
|
| 4880 |
+# define __EXTENSIONS__ 1 |
|
| 4881 |
+ $ac_includes_default |
|
| 4882 | 4882 |
int |
| 4883 | 4883 |
main () |
| 4884 | 4884 |
{
|
| ... | ... |
@@ -5066,7 +5279,7 @@ do |
| 5066 | 5066 |
for ac_prog in sed gsed; do |
| 5067 | 5067 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5068 | 5068 |
ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" |
| 5069 |
- { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
|
|
| 5069 |
+ as_fn_executable_p "$ac_path_SED" || continue |
|
| 5070 | 5070 |
# Check for GNU ac_path_SED and select it if it is found. |
| 5071 | 5071 |
# Check for GNU $ac_path_SED |
| 5072 | 5072 |
case `"$ac_path_SED" --version 2>&1` in |
| ... | ... |
@@ -5145,7 +5358,7 @@ do |
| 5145 | 5145 |
for ac_prog in fgrep; do |
| 5146 | 5146 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5147 | 5147 |
ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" |
| 5148 |
- { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
|
|
| 5148 |
+ as_fn_executable_p "$ac_path_FGREP" || continue |
|
| 5149 | 5149 |
# Check for GNU ac_path_FGREP and select it if it is found. |
| 5150 | 5150 |
# Check for GNU $ac_path_FGREP |
| 5151 | 5151 |
case `"$ac_path_FGREP" --version 2>&1` in |
| ... | ... |
@@ -5401,7 +5614,7 @@ do |
| 5401 | 5401 |
IFS=$as_save_IFS |
| 5402 | 5402 |
test -z "$as_dir" && as_dir=. |
| 5403 | 5403 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5404 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 5404 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 5405 | 5405 |
ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" |
| 5406 | 5406 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 5407 | 5407 |
break 2 |
| ... | ... |
@@ -5445,7 +5658,7 @@ do |
| 5445 | 5445 |
IFS=$as_save_IFS |
| 5446 | 5446 |
test -z "$as_dir" && as_dir=. |
| 5447 | 5447 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5448 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 5448 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 5449 | 5449 |
ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" |
| 5450 | 5450 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 5451 | 5451 |
break 2 |
| ... | ... |
@@ -5869,7 +6082,7 @@ do |
| 5869 | 5869 |
IFS=$as_save_IFS |
| 5870 | 5870 |
test -z "$as_dir" && as_dir=. |
| 5871 | 5871 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5872 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 5872 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 5873 | 5873 |
ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
|
| 5874 | 5874 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 5875 | 5875 |
break 2 |
| ... | ... |
@@ -5909,7 +6122,7 @@ do |
| 5909 | 5909 |
IFS=$as_save_IFS |
| 5910 | 5910 |
test -z "$as_dir" && as_dir=. |
| 5911 | 5911 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5912 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 5912 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 5913 | 5913 |
ac_cv_prog_ac_ct_OBJDUMP="objdump" |
| 5914 | 5914 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 5915 | 5915 |
break 2 |
| ... | ... |
@@ -6215,7 +6428,7 @@ do |
| 6215 | 6215 |
IFS=$as_save_IFS |
| 6216 | 6216 |
test -z "$as_dir" && as_dir=. |
| 6217 | 6217 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6218 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6218 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6219 | 6219 |
ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
|
| 6220 | 6220 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6221 | 6221 |
break 2 |
| ... | ... |
@@ -6255,7 +6468,7 @@ do |
| 6255 | 6255 |
IFS=$as_save_IFS |
| 6256 | 6256 |
test -z "$as_dir" && as_dir=. |
| 6257 | 6257 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6258 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6258 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6259 | 6259 |
ac_cv_prog_ac_ct_DLLTOOL="dlltool" |
| 6260 | 6260 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6261 | 6261 |
break 2 |
| ... | ... |
@@ -6358,7 +6571,7 @@ do |
| 6358 | 6358 |
IFS=$as_save_IFS |
| 6359 | 6359 |
test -z "$as_dir" && as_dir=. |
| 6360 | 6360 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6361 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6361 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6362 | 6362 |
ac_cv_prog_AR="$ac_tool_prefix$ac_prog" |
| 6363 | 6363 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6364 | 6364 |
break 2 |
| ... | ... |
@@ -6402,7 +6615,7 @@ do |
| 6402 | 6402 |
IFS=$as_save_IFS |
| 6403 | 6403 |
test -z "$as_dir" && as_dir=. |
| 6404 | 6404 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6405 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6405 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6406 | 6406 |
ac_cv_prog_ac_ct_AR="$ac_prog" |
| 6407 | 6407 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6408 | 6408 |
break 2 |
| ... | ... |
@@ -6527,7 +6740,7 @@ do |
| 6527 | 6527 |
IFS=$as_save_IFS |
| 6528 | 6528 |
test -z "$as_dir" && as_dir=. |
| 6529 | 6529 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6530 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6530 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6531 | 6531 |
ac_cv_prog_STRIP="${ac_tool_prefix}strip"
|
| 6532 | 6532 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6533 | 6533 |
break 2 |
| ... | ... |
@@ -6567,7 +6780,7 @@ do |
| 6567 | 6567 |
IFS=$as_save_IFS |
| 6568 | 6568 |
test -z "$as_dir" && as_dir=. |
| 6569 | 6569 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6570 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6570 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6571 | 6571 |
ac_cv_prog_ac_ct_STRIP="strip" |
| 6572 | 6572 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6573 | 6573 |
break 2 |
| ... | ... |
@@ -6626,7 +6839,7 @@ do |
| 6626 | 6626 |
IFS=$as_save_IFS |
| 6627 | 6627 |
test -z "$as_dir" && as_dir=. |
| 6628 | 6628 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6629 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6629 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6630 | 6630 |
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
|
| 6631 | 6631 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6632 | 6632 |
break 2 |
| ... | ... |
@@ -6666,7 +6879,7 @@ do |
| 6666 | 6666 |
IFS=$as_save_IFS |
| 6667 | 6667 |
test -z "$as_dir" && as_dir=. |
| 6668 | 6668 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6669 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 6669 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 6670 | 6670 |
ac_cv_prog_ac_ct_RANLIB="ranlib" |
| 6671 | 6671 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 6672 | 6672 |
break 2 |
| ... | ... |
@@ -7315,7 +7528,7 @@ do |
| 7315 | 7315 |
IFS=$as_save_IFS |
| 7316 | 7316 |
test -z "$as_dir" && as_dir=. |
| 7317 | 7317 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7318 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7318 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7319 | 7319 |
ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
|
| 7320 | 7320 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7321 | 7321 |
break 2 |
| ... | ... |
@@ -7355,7 +7568,7 @@ do |
| 7355 | 7355 |
IFS=$as_save_IFS |
| 7356 | 7356 |
test -z "$as_dir" && as_dir=. |
| 7357 | 7357 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7358 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7358 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7359 | 7359 |
ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" |
| 7360 | 7360 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7361 | 7361 |
break 2 |
| ... | ... |
@@ -7435,7 +7648,7 @@ do |
| 7435 | 7435 |
IFS=$as_save_IFS |
| 7436 | 7436 |
test -z "$as_dir" && as_dir=. |
| 7437 | 7437 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7438 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7438 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7439 | 7439 |
ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
|
| 7440 | 7440 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7441 | 7441 |
break 2 |
| ... | ... |
@@ -7475,7 +7688,7 @@ do |
| 7475 | 7475 |
IFS=$as_save_IFS |
| 7476 | 7476 |
test -z "$as_dir" && as_dir=. |
| 7477 | 7477 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7478 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7478 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7479 | 7479 |
ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" |
| 7480 | 7480 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7481 | 7481 |
break 2 |
| ... | ... |
@@ -7527,7 +7740,7 @@ do |
| 7527 | 7527 |
IFS=$as_save_IFS |
| 7528 | 7528 |
test -z "$as_dir" && as_dir=. |
| 7529 | 7529 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7530 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7530 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7531 | 7531 |
ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
|
| 7532 | 7532 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7533 | 7533 |
break 2 |
| ... | ... |
@@ -7567,7 +7780,7 @@ do |
| 7567 | 7567 |
IFS=$as_save_IFS |
| 7568 | 7568 |
test -z "$as_dir" && as_dir=. |
| 7569 | 7569 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7570 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7570 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7571 | 7571 |
ac_cv_prog_ac_ct_NMEDIT="nmedit" |
| 7572 | 7572 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7573 | 7573 |
break 2 |
| ... | ... |
@@ -7619,7 +7832,7 @@ do |
| 7619 | 7619 |
IFS=$as_save_IFS |
| 7620 | 7620 |
test -z "$as_dir" && as_dir=. |
| 7621 | 7621 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7622 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7622 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7623 | 7623 |
ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
|
| 7624 | 7624 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7625 | 7625 |
break 2 |
| ... | ... |
@@ -7659,7 +7872,7 @@ do |
| 7659 | 7659 |
IFS=$as_save_IFS |
| 7660 | 7660 |
test -z "$as_dir" && as_dir=. |
| 7661 | 7661 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7662 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7662 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7663 | 7663 |
ac_cv_prog_ac_ct_LIPO="lipo" |
| 7664 | 7664 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7665 | 7665 |
break 2 |
| ... | ... |
@@ -7711,7 +7924,7 @@ do |
| 7711 | 7711 |
IFS=$as_save_IFS |
| 7712 | 7712 |
test -z "$as_dir" && as_dir=. |
| 7713 | 7713 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7714 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7714 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7715 | 7715 |
ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
|
| 7716 | 7716 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7717 | 7717 |
break 2 |
| ... | ... |
@@ -7751,7 +7964,7 @@ do |
| 7751 | 7751 |
IFS=$as_save_IFS |
| 7752 | 7752 |
test -z "$as_dir" && as_dir=. |
| 7753 | 7753 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7754 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7754 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7755 | 7755 |
ac_cv_prog_ac_ct_OTOOL="otool" |
| 7756 | 7756 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7757 | 7757 |
break 2 |
| ... | ... |
@@ -7803,7 +8016,7 @@ do |
| 7803 | 7803 |
IFS=$as_save_IFS |
| 7804 | 7804 |
test -z "$as_dir" && as_dir=. |
| 7805 | 7805 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7806 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7806 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7807 | 7807 |
ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
|
| 7808 | 7808 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7809 | 7809 |
break 2 |
| ... | ... |
@@ -7843,7 +8056,7 @@ do |
| 7843 | 7843 |
IFS=$as_save_IFS |
| 7844 | 7844 |
test -z "$as_dir" && as_dir=. |
| 7845 | 7845 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7846 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 7846 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 7847 | 7847 |
ac_cv_prog_ac_ct_OTOOL64="otool64" |
| 7848 | 7848 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 7849 | 7849 |
break 2 |
| ... | ... |
@@ -13154,7 +13367,7 @@ do |
| 13154 | 13154 |
IFS=$as_save_IFS |
| 13155 | 13155 |
test -z "$as_dir" && as_dir=. |
| 13156 | 13156 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 13157 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 13157 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 13158 | 13158 |
ac_cv_prog_CC="${ac_tool_prefix}gcc"
|
| 13159 | 13159 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 13160 | 13160 |
break 2 |
| ... | ... |
@@ -13194,7 +13407,7 @@ do |
| 13194 | 13194 |
IFS=$as_save_IFS |
| 13195 | 13195 |
test -z "$as_dir" && as_dir=. |
| 13196 | 13196 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 13197 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 13197 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 13198 | 13198 |
ac_cv_prog_ac_ct_CC="gcc" |
| 13199 | 13199 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 13200 | 13200 |
break 2 |
| ... | ... |
@@ -13247,7 +13460,7 @@ do |
| 13247 | 13247 |
IFS=$as_save_IFS |
| 13248 | 13248 |
test -z "$as_dir" && as_dir=. |
| 13249 | 13249 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 13250 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 13250 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 13251 | 13251 |
ac_cv_prog_CC="${ac_tool_prefix}cc"
|
| 13252 | 13252 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 13253 | 13253 |
break 2 |
| ... | ... |
@@ -13288,7 +13501,7 @@ do |
| 13288 | 13288 |
IFS=$as_save_IFS |
| 13289 | 13289 |
test -z "$as_dir" && as_dir=. |
| 13290 | 13290 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 13291 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 13291 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 13292 | 13292 |
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
| 13293 | 13293 |
ac_prog_rejected=yes |
| 13294 | 13294 |
continue |
| ... | ... |
@@ -13346,7 +13559,7 @@ do |
| 13346 | 13346 |
IFS=$as_save_IFS |
| 13347 | 13347 |
test -z "$as_dir" && as_dir=. |
| 13348 | 13348 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 13349 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 13349 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 13350 | 13350 |
ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
| 13351 | 13351 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 13352 | 13352 |
break 2 |
| ... | ... |
@@ -13390,7 +13603,7 @@ do |
| 13390 | 13390 |
IFS=$as_save_IFS |
| 13391 | 13391 |
test -z "$as_dir" && as_dir=. |
| 13392 | 13392 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 13393 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 13393 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 13394 | 13394 |
ac_cv_prog_ac_ct_CC="$ac_prog" |
| 13395 | 13395 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 13396 | 13396 |
break 2 |
| ... | ... |
@@ -13586,8 +13799,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13586 | 13586 |
/* end confdefs.h. */ |
| 13587 | 13587 |
#include <stdarg.h> |
| 13588 | 13588 |
#include <stdio.h> |
| 13589 |
-#include <sys/types.h> |
|
| 13590 |
-#include <sys/stat.h> |
|
| 13589 |
+struct stat; |
|
| 13591 | 13590 |
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
| 13592 | 13591 |
struct buf { int x; };
|
| 13593 | 13592 |
FILE * (*rcsopen) (struct buf *, struct stat *, int); |
| ... | ... |
@@ -13672,6 +13884,65 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 13672 | 13672 |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 13673 | 13673 |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 13674 | 13674 |
|
| 13675 |
+ac_ext=c |
|
| 13676 |
+ac_cpp='$CPP $CPPFLAGS' |
|
| 13677 |
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|
| 13678 |
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
|
| 13679 |
+ac_compiler_gnu=$ac_cv_c_compiler_gnu |
|
| 13680 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
|
|
| 13681 |
+$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } |
|
| 13682 |
+if ${am_cv_prog_cc_c_o+:} false; then :
|
|
| 13683 |
+ $as_echo_n "(cached) " >&6 |
|
| 13684 |
+else |
|
| 13685 |
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
| 13686 |
+/* end confdefs.h. */ |
|
| 13687 |
+ |
|
| 13688 |
+int |
|
| 13689 |
+main () |
|
| 13690 |
+{
|
|
| 13691 |
+ |
|
| 13692 |
+ ; |
|
| 13693 |
+ return 0; |
|
| 13694 |
+} |
|
| 13695 |
+_ACEOF |
|
| 13696 |
+ # Make sure it works both with $CC and with simple cc. |
|
| 13697 |
+ # Following AC_PROG_CC_C_O, we do the test twice because some |
|
| 13698 |
+ # compilers refuse to overwrite an existing .o file with -o, |
|
| 13699 |
+ # though they will create one. |
|
| 13700 |
+ am_cv_prog_cc_c_o=yes |
|
| 13701 |
+ for am_i in 1 2; do |
|
| 13702 |
+ if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
|
|
| 13703 |
+ ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 |
|
| 13704 |
+ ac_status=$? |
|
| 13705 |
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|
| 13706 |
+ (exit $ac_status); } \ |
|
| 13707 |
+ && test -f conftest2.$ac_objext; then |
|
| 13708 |
+ : OK |
|
| 13709 |
+ else |
|
| 13710 |
+ am_cv_prog_cc_c_o=no |
|
| 13711 |
+ break |
|
| 13712 |
+ fi |
|
| 13713 |
+ done |
|
| 13714 |
+ rm -f core conftest* |
|
| 13715 |
+ unset am_i |
|
| 13716 |
+fi |
|
| 13717 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
|
|
| 13718 |
+$as_echo "$am_cv_prog_cc_c_o" >&6; } |
|
| 13719 |
+if test "$am_cv_prog_cc_c_o" != yes; then |
|
| 13720 |
+ # Losing compiler, so override with the script. |
|
| 13721 |
+ # FIXME: It is wrong to rewrite CC. |
|
| 13722 |
+ # But if we don't then we get into trouble of one sort or another. |
|
| 13723 |
+ # A longer-term fix would be to have automake use am__CC in this case, |
|
| 13724 |
+ # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" |
|
| 13725 |
+ CC="$am_aux_dir/compile $CC" |
|
| 13726 |
+fi |
|
| 13727 |
+ac_ext=c |
|
| 13728 |
+ac_cpp='$CPP $CPPFLAGS' |
|
| 13729 |
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|
| 13730 |
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
|
| 13731 |
+ac_compiler_gnu=$ac_cv_c_compiler_gnu |
|
| 13732 |
+ |
|
| 13733 |
+ |
|
| 13675 | 13734 |
depcc="$CC" am_compiler_list= |
| 13676 | 13735 |
|
| 13677 | 13736 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
|
| ... | ... |
@@ -13683,8 +13954,8 @@ else |
| 13683 | 13683 |
# We make a subdir and do the tests there. Otherwise we can end up |
| 13684 | 13684 |
# making bogus files that we don't know about and never remove. For |
| 13685 | 13685 |
# instance it was reported that on HP-UX the gcc test will end up |
| 13686 |
- # making a dummy file named `D' -- because `-MD' means `put the output |
|
| 13687 |
- # in D'. |
|
| 13686 |
+ # making a dummy file named 'D' -- because '-MD' means "put the output |
|
| 13687 |
+ # in D". |
|
| 13688 | 13688 |
rm -rf conftest.dir |
| 13689 | 13689 |
mkdir conftest.dir |
| 13690 | 13690 |
# Copy depcomp to subdir because otherwise we won't find it if we're |
| ... | ... |
@@ -13719,16 +13990,16 @@ else |
| 13719 | 13719 |
: > sub/conftest.c |
| 13720 | 13720 |
for i in 1 2 3 4 5 6; do |
| 13721 | 13721 |
echo '#include "conftst'$i'.h"' >> sub/conftest.c |
| 13722 |
- # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with |
|
| 13723 |
- # Solaris 8's {/usr,}/bin/sh.
|
|
| 13724 |
- touch sub/conftst$i.h |
|
| 13722 |
+ # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with |
|
| 13723 |
+ # Solaris 10 /bin/sh. |
|
| 13724 |
+ echo '/* dummy */' > sub/conftst$i.h |
|
| 13725 | 13725 |
done |
| 13726 | 13726 |
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
|
| 13727 | 13727 |
|
| 13728 |
- # We check with `-c' and `-o' for the sake of the "dashmstdout" |
|
| 13728 |
+ # We check with '-c' and '-o' for the sake of the "dashmstdout" |
|
| 13729 | 13729 |
# mode. It turns out that the SunPro C++ compiler does not properly |
| 13730 |
- # handle `-M -o', and we need to detect this. Also, some Intel |
|
| 13731 |
- # versions had trouble with output in subdirs |
|
| 13730 |
+ # handle '-M -o', and we need to detect this. Also, some Intel |
|
| 13731 |
+ # versions had trouble with output in subdirs. |
|
| 13732 | 13732 |
am__obj=sub/conftest.${OBJEXT-o}
|
| 13733 | 13733 |
am__minus_obj="-o $am__obj" |
| 13734 | 13734 |
case $depmode in |
| ... | ... |
@@ -13737,8 +14008,8 @@ else |
| 13737 | 13737 |
test "$am__universal" = false || continue |
| 13738 | 13738 |
;; |
| 13739 | 13739 |
nosideeffect) |
| 13740 |
- # after this tag, mechanisms are not by side-effect, so they'll |
|
| 13741 |
- # only be used when explicitly requested |
|
| 13740 |
+ # After this tag, mechanisms are not by side-effect, so they'll |
|
| 13741 |
+ # only be used when explicitly requested. |
|
| 13742 | 13742 |
if test "x$enable_dependency_tracking" = xyes; then |
| 13743 | 13743 |
continue |
| 13744 | 13744 |
else |
| ... | ... |
@@ -13746,7 +14017,7 @@ else |
| 13746 | 13746 |
fi |
| 13747 | 13747 |
;; |
| 13748 | 13748 |
msvc7 | msvc7msys | msvisualcpp | msvcmsys) |
| 13749 |
- # This compiler won't grok `-c -o', but also, the minuso test has |
|
| 13749 |
+ # This compiler won't grok '-c -o', but also, the minuso test has |
|
| 13750 | 13750 |
# not run yet. These depmodes are late enough in the game, and |
| 13751 | 13751 |
# so weak that their functioning should not be impacted. |
| 13752 | 13752 |
am__obj=conftest.${OBJEXT-o}
|
| ... | ... |
@@ -13818,7 +14089,7 @@ do |
| 13818 | 13818 |
IFS=$as_save_IFS |
| 13819 | 13819 |
test -z "$as_dir" && as_dir=. |
| 13820 | 13820 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 13821 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 13821 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 13822 | 13822 |
ac_cv_prog_LEX="$ac_prog" |
| 13823 | 13823 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 13824 | 13824 |
break 2 |
| ... | ... |
@@ -13850,7 +14121,8 @@ a { ECHO; }
|
| 13850 | 13850 |
b { REJECT; }
|
| 13851 | 13851 |
c { yymore (); }
|
| 13852 | 13852 |
d { yyless (1); }
|
| 13853 |
-e { yyless (input () != 0); }
|
|
| 13853 |
+e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
|
|
| 13854 |
+ yyless ((input () != 0)); } |
|
| 13854 | 13855 |
f { unput (yytext[0]); }
|
| 13855 | 13856 |
. { BEGIN INITIAL; }
|
| 13856 | 13857 |
%% |
| ... | ... |
@@ -13979,7 +14251,7 @@ do |
| 13979 | 13979 |
IFS=$as_save_IFS |
| 13980 | 13980 |
test -z "$as_dir" && as_dir=. |
| 13981 | 13981 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 13982 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 13982 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 13983 | 13983 |
ac_cv_prog_YACC="$ac_prog" |
| 13984 | 13984 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 13985 | 13985 |
break 2 |
| ... | ... |
@@ -14321,11 +14593,11 @@ else |
| 14321 | 14321 |
int |
| 14322 | 14322 |
main () |
| 14323 | 14323 |
{
|
| 14324 |
-/* FIXME: Include the comments suggested by Paul. */ |
|
| 14324 |
+ |
|
| 14325 | 14325 |
#ifndef __cplusplus |
| 14326 |
- /* Ultrix mips cc rejects this. */ |
|
| 14326 |
+ /* Ultrix mips cc rejects this sort of thing. */ |
|
| 14327 | 14327 |
typedef int charset[2]; |
| 14328 |
- const charset cs; |
|
| 14328 |
+ const charset cs = { 0, 0 };
|
|
| 14329 | 14329 |
/* SunOS 4.1.1 cc rejects this. */ |
| 14330 | 14330 |
char const *const *pcpcc; |
| 14331 | 14331 |
char **ppc; |
| ... | ... |
@@ -14342,8 +14614,9 @@ main () |
| 14342 | 14342 |
++pcpcc; |
| 14343 | 14343 |
ppc = (char**) pcpcc; |
| 14344 | 14344 |
pcpcc = (char const *const *) ppc; |
| 14345 |
- { /* SCO 3.2v4 cc rejects this. */
|
|
| 14346 |
- char *t; |
|
| 14345 |
+ { /* SCO 3.2v4 cc rejects this sort of thing. */
|
|
| 14346 |
+ char tx; |
|
| 14347 |
+ char *t = &tx; |
|
| 14347 | 14348 |
char const *s = 0 ? (char *) 0 : (char const *) 0; |
| 14348 | 14349 |
|
| 14349 | 14350 |
*t++ = 0; |
| ... | ... |
@@ -14359,10 +14632,10 @@ main () |
| 14359 | 14359 |
iptr p = 0; |
| 14360 | 14360 |
++p; |
| 14361 | 14361 |
} |
| 14362 |
- { /* AIX XL C 1.02.0.0 rejects this saying
|
|
| 14362 |
+ { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
|
|
| 14363 | 14363 |
"k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ |
| 14364 |
- struct s { int j; const int *ap[3]; };
|
|
| 14365 |
- struct s *b; b->j = 5; |
|
| 14364 |
+ struct s { int j; const int *ap[3]; } bx;
|
|
| 14365 |
+ struct s *b = &bx; b->j = 5; |
|
| 14366 | 14366 |
} |
| 14367 | 14367 |
{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
|
| 14368 | 14368 |
const int foo = 10; |
| ... | ... |
@@ -16591,7 +16864,7 @@ do |
| 16591 | 16591 |
IFS=$as_save_IFS |
| 16592 | 16592 |
test -z "$as_dir" && as_dir=. |
| 16593 | 16593 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 16594 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 16594 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 16595 | 16595 |
ac_cv_prog_GCOV="$ac_prog" |
| 16596 | 16596 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 16597 | 16597 |
break 2 |
| ... | ... |
@@ -16634,7 +16907,7 @@ do |
| 16634 | 16634 |
IFS=$as_save_IFS |
| 16635 | 16635 |
test -z "$as_dir" && as_dir=. |
| 16636 | 16636 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 16637 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 16637 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 16638 | 16638 |
ac_cv_prog_LCOV="$ac_prog" |
| 16639 | 16639 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 16640 | 16640 |
break 2 |
| ... | ... |
@@ -16677,7 +16950,7 @@ do |
| 16677 | 16677 |
IFS=$as_save_IFS |
| 16678 | 16678 |
test -z "$as_dir" && as_dir=. |
| 16679 | 16679 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 16680 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 16680 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 16681 | 16681 |
ac_cv_prog_GENHTML="$ac_prog" |
| 16682 | 16682 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 16683 | 16683 |
break 2 |
| ... | ... |
@@ -19935,7 +20208,7 @@ do |
| 19935 | 19935 |
IFS=$as_save_IFS |
| 19936 | 19936 |
test -z "$as_dir" && as_dir=. |
| 19937 | 19937 |
for ac_exec_ext in '' $ac_executable_extensions; do |
| 19938 |
- if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
|
|
| 19938 |
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
|
| 19939 | 19939 |
ac_cv_path_GETENT="$as_dir/$ac_word$ac_exec_ext" |
| 19940 | 19940 |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
| 19941 | 19941 |
break 2 |
| ... | ... |
@@ -22894,6 +23167,14 @@ LIBOBJS=$ac_libobjs |
| 22894 | 22894 |
LTLIBOBJS=$ac_ltlibobjs |
| 22895 | 22895 |
|
| 22896 | 22896 |
|
| 22897 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
|
|
| 22898 |
+$as_echo_n "checking that generated files are newer than configure... " >&6; } |
|
| 22899 |
+ if test -n "$am_sleep_pid"; then |
|
| 22900 |
+ # Hide warnings about reused PIDs. |
|
| 22901 |
+ wait $am_sleep_pid 2>/dev/null |
|
| 22902 |
+ fi |
|
| 22903 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
|
|
| 22904 |
+$as_echo "done" >&6; } |
|
| 22897 | 22905 |
if test -n "$EXEEXT"; then |
| 22898 | 22906 |
am__EXEEXT_TRUE= |
| 22899 | 22907 |
am__EXEEXT_FALSE='#' |
| ... | ... |
@@ -23282,16 +23563,16 @@ if (echo >conf$$.file) 2>/dev/null; then |
| 23282 | 23282 |
# ... but there are two gotchas: |
| 23283 | 23283 |
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
| 23284 | 23284 |
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
| 23285 |
- # In both cases, we have to default to `cp -p'. |
|
| 23285 |
+ # In both cases, we have to default to `cp -pR'. |
|
| 23286 | 23286 |
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
| 23287 |
- as_ln_s='cp -p' |
|
| 23287 |
+ as_ln_s='cp -pR' |
|
| 23288 | 23288 |
elif ln conf$$.file conf$$ 2>/dev/null; then |
| 23289 | 23289 |
as_ln_s=ln |
| 23290 | 23290 |
else |
| 23291 |
- as_ln_s='cp -p' |
|
| 23291 |
+ as_ln_s='cp -pR' |
|
| 23292 | 23292 |
fi |
| 23293 | 23293 |
else |
| 23294 |
- as_ln_s='cp -p' |
|
| 23294 |
+ as_ln_s='cp -pR' |
|
| 23295 | 23295 |
fi |
| 23296 | 23296 |
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
| 23297 | 23297 |
rmdir conf$$.dir 2>/dev/null |
| ... | ... |
@@ -23351,28 +23632,16 @@ else |
| 23351 | 23351 |
as_mkdir_p=false |
| 23352 | 23352 |
fi |
| 23353 | 23353 |
|
| 23354 |
-if test -x / >/dev/null 2>&1; then |
|
| 23355 |
- as_test_x='test -x' |
|
| 23356 |
-else |
|
| 23357 |
- if ls -dL / >/dev/null 2>&1; then |
|
| 23358 |
- as_ls_L_option=L |
|
| 23359 |
- else |
|
| 23360 |
- as_ls_L_option= |
|
| 23361 |
- fi |
|
| 23362 |
- as_test_x=' |
|
| 23363 |
- eval sh -c '\'' |
|
| 23364 |
- if test -d "$1"; then |
|
| 23365 |
- test -d "$1/."; |
|
| 23366 |
- else |
|
| 23367 |
- case $1 in #( |
|
| 23368 |
- -*)set "./$1";; |
|
| 23369 |
- esac; |
|
| 23370 |
- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( |
|
| 23371 |
- ???[sx]*):;;*)false;;esac;fi |
|
| 23372 |
- '\'' sh |
|
| 23373 |
- ' |
|
| 23374 |
-fi |
|
| 23375 |
-as_executable_p=$as_test_x |
|
| 23354 |
+ |
|
| 23355 |
+# as_fn_executable_p FILE |
|
| 23356 |
+# ----------------------- |
|
| 23357 |
+# Test if FILE is an executable regular file. |
|
| 23358 |
+as_fn_executable_p () |
|
| 23359 |
+{
|
|
| 23360 |
+ test -f "$1" && test -x "$1" |
|
| 23361 |
+} # as_fn_executable_p |
|
| 23362 |
+as_test_x='test -x' |
|
| 23363 |
+as_executable_p=as_fn_executable_p |
|
| 23376 | 23364 |
|
| 23377 | 23365 |
# Sed expression to map a string onto a valid CPP name. |
| 23378 | 23366 |
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
| ... | ... |
@@ -23394,7 +23663,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 23394 | 23394 |
# values after options handling. |
| 23395 | 23395 |
ac_log=" |
| 23396 | 23396 |
This file was extended by ClamAV $as_me devel, which was |
| 23397 |
-generated by GNU Autoconf 2.68. Invocation command line was |
|
| 23397 |
+generated by GNU Autoconf 2.69. Invocation command line was |
|
| 23398 | 23398 |
|
| 23399 | 23399 |
CONFIG_FILES = $CONFIG_FILES |
| 23400 | 23400 |
CONFIG_HEADERS = $CONFIG_HEADERS |
| ... | ... |
@@ -23461,10 +23730,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 23461 | 23461 |
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 23462 | 23462 |
ac_cs_version="\\ |
| 23463 | 23463 |
ClamAV config.status devel |
| 23464 |
-configured by $0, generated by GNU Autoconf 2.68, |
|
| 23464 |
+configured by $0, generated by GNU Autoconf 2.69, |
|
| 23465 | 23465 |
with options \\"\$ac_cs_config\\" |
| 23466 | 23466 |
|
| 23467 |
-Copyright (C) 2010 Free Software Foundation, Inc. |
|
| 23467 |
+Copyright (C) 2012 Free Software Foundation, Inc. |
|
| 23468 | 23468 |
This config.status script is free software; the Free Software Foundation |
| 23469 | 23469 |
gives unlimited permission to copy, distribute and modify it." |
| 23470 | 23470 |
|
| ... | ... |
@@ -23555,7 +23824,7 @@ fi |
| 23555 | 23555 |
_ACEOF |
| 23556 | 23556 |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 23557 | 23557 |
if \$ac_cs_recheck; then |
| 23558 |
- set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
|
| 23558 |
+ set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
|
| 23559 | 23559 |
shift |
| 23560 | 23560 |
\$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 |
| 23561 | 23561 |
CONFIG_SHELL='$SHELL' |
| ... | ... |
@@ -24498,7 +24767,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} |
| 24498 | 24498 |
|
| 24499 | 24499 |
case $ac_file$ac_mode in |
| 24500 | 24500 |
"depfiles":C) test x"$AMDEP_TRUE" != x"" || {
|
| 24501 |
- # Autoconf 2.62 quotes --file arguments for eval, but not when files |
|
| 24501 |
+ # Older Autoconf quotes --file arguments for eval, but not when files |
|
| 24502 | 24502 |
# are listed without --file. Let's play safe and only enable the eval |
| 24503 | 24503 |
# if we detect the quoting. |
| 24504 | 24504 |
case $CONFIG_FILES in |
| ... | ... |
@@ -24511,7 +24780,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} |
| 24511 | 24511 |
# Strip MF so we end up with the name of the file. |
| 24512 | 24512 |
mf=`echo "$mf" | sed -e 's/:.*$//'` |
| 24513 | 24513 |
# Check whether this is an Automake generated Makefile or not. |
| 24514 |
- # We used to match only the files named `Makefile.in', but |
|
| 24514 |
+ # We used to match only the files named 'Makefile.in', but |
|
| 24515 | 24515 |
# some people rename them; so instead we look at the file content. |
| 24516 | 24516 |
# Grep'ing the first line is not enough: some people post-process |
| 24517 | 24517 |
# each Makefile.in and add a new line on top of each file to say so. |
| ... | ... |
@@ -24545,21 +24814,19 @@ $as_echo X"$mf" | |
| 24545 | 24545 |
continue |
| 24546 | 24546 |
fi |
| 24547 | 24547 |
# Extract the definition of DEPDIR, am__include, and am__quote |
| 24548 |
- # from the Makefile without running `make'. |
|
| 24548 |
+ # from the Makefile without running 'make'. |
|
| 24549 | 24549 |
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
| 24550 | 24550 |
test -z "$DEPDIR" && continue |
| 24551 | 24551 |
am__include=`sed -n 's/^am__include = //p' < "$mf"` |
| 24552 |
- test -z "am__include" && continue |
|
| 24552 |
+ test -z "$am__include" && continue |
|
| 24553 | 24553 |
am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
| 24554 |
- # When using ansi2knr, U may be empty or an underscore; expand it |
|
| 24555 |
- U=`sed -n 's/^U = //p' < "$mf"` |
|
| 24556 | 24554 |
# Find all dependency output files, they are included files with |
| 24557 | 24555 |
# $(DEPDIR) in their names. We invoke sed twice because it is the |
| 24558 | 24556 |
# simplest approach to changing $(DEPDIR) to its actual value in the |
| 24559 | 24557 |
# expansion. |
| 24560 | 24558 |
for file in `sed -n " |
| 24561 | 24559 |
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ |
| 24562 |
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do |
|
| 24560 |
+ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do |
|
| 24563 | 24561 |
# Make sure the directory exists. |
| 24564 | 24562 |
test -f "$dirpart/$file" && continue |
| 24565 | 24563 |
fdir=`$as_dirname -- "$file" || |
| ... | ... |
@@ -25546,6 +25813,14 @@ LIBOBJS=$ac_libobjs |
| 25546 | 25546 |
LTLIBOBJS=$ac_ltlibobjs |
| 25547 | 25547 |
|
| 25548 | 25548 |
|
| 25549 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
|
|
| 25550 |
+$as_echo_n "checking that generated files are newer than configure... " >&6; } |
|
| 25551 |
+ if test -n "$am_sleep_pid"; then |
|
| 25552 |
+ # Hide warnings about reused PIDs. |
|
| 25553 |
+ wait $am_sleep_pid 2>/dev/null |
|
| 25554 |
+ fi |
|
| 25555 |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
|
|
| 25556 |
+$as_echo "done" >&6; } |
|
| 25549 | 25557 |
if test -n "$EXEEXT"; then |
| 25550 | 25558 |
am__EXEEXT_TRUE= |
| 25551 | 25559 |
am__EXEEXT_FALSE='#' |
| ... | ... |
@@ -25946,16 +26221,16 @@ if (echo >conf$$.file) 2>/dev/null; then |
| 25946 | 25946 |
# ... but there are two gotchas: |
| 25947 | 25947 |
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
| 25948 | 25948 |
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
| 25949 |
- # In both cases, we have to default to `cp -p'. |
|
| 25949 |
+ # In both cases, we have to default to `cp -pR'. |
|
| 25950 | 25950 |
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
| 25951 |
- as_ln_s='cp -p' |
|
| 25951 |
+ as_ln_s='cp -pR' |
|
| 25952 | 25952 |
elif ln conf$$.file conf$$ 2>/dev/null; then |
| 25953 | 25953 |
as_ln_s=ln |
| 25954 | 25954 |
else |
| 25955 |
- as_ln_s='cp -p' |
|
| 25955 |
+ as_ln_s='cp -pR' |
|
| 25956 | 25956 |
fi |
| 25957 | 25957 |
else |
| 25958 |
- as_ln_s='cp -p' |
|
| 25958 |
+ as_ln_s='cp -pR' |
|
| 25959 | 25959 |
fi |
| 25960 | 25960 |
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
| 25961 | 25961 |
rmdir conf$$.dir 2>/dev/null |
| ... | ... |
@@ -26015,28 +26290,16 @@ else |
| 26015 | 26015 |
as_mkdir_p=false |
| 26016 | 26016 |
fi |
| 26017 | 26017 |
|
| 26018 |
-if test -x / >/dev/null 2>&1; then |
|
| 26019 |
- as_test_x='test -x' |
|
| 26020 |
-else |
|
| 26021 |
- if ls -dL / >/dev/null 2>&1; then |
|
| 26022 |
- as_ls_L_option=L |
|
| 26023 |
- else |
|
| 26024 |
- as_ls_L_option= |
|
| 26025 |
- fi |
|
| 26026 |
- as_test_x=' |
|
| 26027 |
- eval sh -c '\'' |
|
| 26028 |
- if test -d "$1"; then |
|
| 26029 |
- test -d "$1/."; |
|
| 26030 |
- else |
|
| 26031 |
- case $1 in #( |
|
| 26032 |
- -*)set "./$1";; |
|
| 26033 |
- esac; |
|
| 26034 |
- case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( |
|
| 26035 |
- ???[sx]*):;;*)false;;esac;fi |
|
| 26036 |
- '\'' sh |
|
| 26037 |
- ' |
|
| 26038 |
-fi |
|
| 26039 |
-as_executable_p=$as_test_x |
|
| 26018 |
+ |
|
| 26019 |
+# as_fn_executable_p FILE |
|
| 26020 |
+# ----------------------- |
|
| 26021 |
+# Test if FILE is an executable regular file. |
|
| 26022 |
+as_fn_executable_p () |
|
| 26023 |
+{
|
|
| 26024 |
+ test -f "$1" && test -x "$1" |
|
| 26025 |
+} # as_fn_executable_p |
|
| 26026 |
+as_test_x='test -x' |
|
| 26027 |
+as_executable_p=as_fn_executable_p |
|
| 26040 | 26028 |
|
| 26041 | 26029 |
# Sed expression to map a string onto a valid CPP name. |
| 26042 | 26030 |
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
| ... | ... |
@@ -26058,7 +26321,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 26058 | 26058 |
# values after options handling. |
| 26059 | 26059 |
ac_log=" |
| 26060 | 26060 |
This file was extended by ClamAV $as_me devel, which was |
| 26061 |
-generated by GNU Autoconf 2.68. Invocation command line was |
|
| 26061 |
+generated by GNU Autoconf 2.69. Invocation command line was |
|
| 26062 | 26062 |
|
| 26063 | 26063 |
CONFIG_FILES = $CONFIG_FILES |
| 26064 | 26064 |
CONFIG_HEADERS = $CONFIG_HEADERS |
| ... | ... |
@@ -26125,10 +26388,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 26125 | 26125 |
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 26126 | 26126 |
ac_cs_version="\\ |
| 26127 | 26127 |
ClamAV config.status devel |
| 26128 |
-configured by $0, generated by GNU Autoconf 2.68, |
|
| 26128 |
+configured by $0, generated by GNU Autoconf 2.69, |
|
| 26129 | 26129 |
with options \\"\$ac_cs_config\\" |
| 26130 | 26130 |
|
| 26131 |
-Copyright (C) 2010 Free Software Foundation, Inc. |
|
| 26131 |
+Copyright (C) 2012 Free Software Foundation, Inc. |
|
| 26132 | 26132 |
This config.status script is free software; the Free Software Foundation |
| 26133 | 26133 |
gives unlimited permission to copy, distribute and modify it." |
| 26134 | 26134 |
|
| ... | ... |
@@ -26219,7 +26482,7 @@ fi |
| 26219 | 26219 |
_ACEOF |
| 26220 | 26220 |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 26221 | 26221 |
if \$ac_cs_recheck; then |
| 26222 |
- set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
|
| 26222 |
+ set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
|
| 26223 | 26223 |
shift |
| 26224 | 26224 |
\$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 |
| 26225 | 26225 |
CONFIG_SHELL='$SHELL' |
| ... | ... |
@@ -27164,7 +27427,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} |
| 27164 | 27164 |
|
| 27165 | 27165 |
case $ac_file$ac_mode in |
| 27166 | 27166 |
"depfiles":C) test x"$AMDEP_TRUE" != x"" || {
|
| 27167 |
- # Autoconf 2.62 quotes --file arguments for eval, but not when files |
|
| 27167 |
+ # Older Autoconf quotes --file arguments for eval, but not when files |
|
| 27168 | 27168 |
# are listed without --file. Let's play safe and only enable the eval |
| 27169 | 27169 |
# if we detect the quoting. |
| 27170 | 27170 |
case $CONFIG_FILES in |
| ... | ... |
@@ -27177,7 +27440,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} |
| 27177 | 27177 |
# Strip MF so we end up with the name of the file. |
| 27178 | 27178 |
mf=`echo "$mf" | sed -e 's/:.*$//'` |
| 27179 | 27179 |
# Check whether this is an Automake generated Makefile or not. |
| 27180 |
- # We used to match only the files named `Makefile.in', but |
|
| 27180 |
+ # We used to match only the files named 'Makefile.in', but |
|
| 27181 | 27181 |
# some people rename them; so instead we look at the file content. |
| 27182 | 27182 |
# Grep'ing the first line is not enough: some people post-process |
| 27183 | 27183 |
# each Makefile.in and add a new line on top of each file to say so. |
| ... | ... |
@@ -27211,21 +27474,19 @@ $as_echo X"$mf" | |
| 27211 | 27211 |
continue |
| 27212 | 27212 |
fi |
| 27213 | 27213 |
# Extract the definition of DEPDIR, am__include, and am__quote |
| 27214 |
- # from the Makefile without running `make'. |
|
| 27214 |
+ # from the Makefile without running 'make'. |
|
| 27215 | 27215 |
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
| 27216 | 27216 |
test -z "$DEPDIR" && continue |
| 27217 | 27217 |
am__include=`sed -n 's/^am__include = //p' < "$mf"` |
| 27218 |
- test -z "am__include" && continue |
|
| 27218 |
+ test -z "$am__include" && continue |
|
| 27219 | 27219 |
am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
| 27220 |
- # When using ansi2knr, U may be empty or an underscore; expand it |
|
| 27221 |
- U=`sed -n 's/^U = //p' < "$mf"` |
|
| 27222 | 27220 |
# Find all dependency output files, they are included files with |
| 27223 | 27221 |
# $(DEPDIR) in their names. We invoke sed twice because it is the |
| 27224 | 27222 |
# simplest approach to changing $(DEPDIR) to its actual value in the |
| 27225 | 27223 |
# expansion. |
| 27226 | 27224 |
for file in `sed -n " |
| 27227 | 27225 |
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ |
| 27228 |
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do |
|
| 27226 |
+ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do |
|
| 27229 | 27227 |
# Make sure the directory exists. |
| 27230 | 27228 |
test -f "$dirpart/$file" && continue |
| 27231 | 27229 |
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 \ |
| ... | ... |
@@ -130,14 +174,26 @@ 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 |
|
| 152 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 141 | 153 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 142 | 154 |
ACLOCAL = @ACLOCAL@ |
| 143 | 155 |
AMTAR = @AMTAR@ |
| ... | ... |
@@ -380,11 +436,11 @@ mostlyclean-libtool: |
| 380 | 380 |
|
| 381 | 381 |
clean-libtool: |
| 382 | 382 |
-rm -rf .libs _libs |
| 383 |
-tags: TAGS |
|
| 384 |
-TAGS: |
|
| 383 |
+tags TAGS: |
|
| 384 |
+ |
|
| 385 |
+ctags CTAGS: |
|
| 385 | 386 |
|
| 386 |
-ctags: CTAGS |
|
| 387 |
-CTAGS: |
|
| 387 |
+cscope cscopelist: |
|
| 388 | 388 |
|
| 389 | 389 |
|
| 390 | 390 |
distdir: $(DISTFILES) |
| ... | ... |
@@ -520,16 +576,17 @@ uninstall-am: |
| 520 | 520 |
.MAKE: install-am install-strip |
| 521 | 521 |
|
| 522 | 522 |
.PHONY: all all-am check check-am clean clean-generic clean-libtool \ |
| 523 |
- distclean distclean-generic distclean-libtool distdir dvi \ |
|
| 524 |
- dvi-am html html-am info info-am install install-am \ |
|
| 525 |
- install-data install-data-am install-data-local install-dvi \ |
|
| 526 |
- install-dvi-am install-exec install-exec-am install-html \ |
|
| 527 |
- install-html-am install-info install-info-am install-man \ |
|
| 528 |
- install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 529 |
- install-strip installcheck installcheck-am installdirs \ |
|
| 530 |
- maintainer-clean maintainer-clean-generic mostlyclean \ |
|
| 531 |
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 532 |
- uninstall uninstall-am |
|
| 523 |
+ cscopelist-am ctags-am distclean distclean-generic \ |
|
| 524 |
+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ |
|
| 525 |
+ install install-am install-data install-data-am \ |
|
| 526 |
+ install-data-local install-dvi install-dvi-am install-exec \ |
|
| 527 |
+ install-exec-am install-html install-html-am install-info \ |
|
| 528 |
+ install-info-am install-man install-pdf install-pdf-am \ |
|
| 529 |
+ install-ps install-ps-am install-strip installcheck \ |
|
| 530 |
+ installcheck-am installdirs maintainer-clean \ |
|
| 531 |
+ maintainer-clean-generic mostlyclean mostlyclean-generic \ |
|
| 532 |
+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ |
|
| 533 |
+ uninstall-am |
|
| 533 | 534 |
|
| 534 | 535 |
|
| 535 | 536 |
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 \ |
| ... | ... |
@@ -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/||"`;; \ |
| ... | ... |
@@ -172,6 +227,7 @@ man5dir = $(mandir)/man5 |
| 172 | 172 |
man8dir = $(mandir)/man8 |
| 173 | 173 |
NROFF = nroff |
| 174 | 174 |
MANS = $(man_MANS) |
| 175 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 175 | 176 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 176 | 177 |
ACLOCAL = @ACLOCAL@ |
| 177 | 178 |
AMTAR = @AMTAR@ |
| ... | ... |
@@ -419,11 +475,18 @@ clean-libtool: |
| 419 | 419 |
-rm -rf .libs _libs |
| 420 | 420 |
install-man1: $(man_MANS) |
| 421 | 421 |
@$(NORMAL_INSTALL) |
| 422 |
- test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" |
|
| 423 |
- @list=''; test -n "$(man1dir)" || exit 0; \ |
|
| 424 |
- { for i in $$list; do echo "$$i"; done; \
|
|
| 425 |
- l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ |
|
| 426 |
- sed -n '/\.1[a-z]*$$/p'; \ |
|
| 422 |
+ @list1=''; \ |
|
| 423 |
+ list2='$(man_MANS)'; \ |
|
| 424 |
+ test -n "$(man1dir)" \ |
|
| 425 |
+ && test -n "`echo $$list1$$list2`" \ |
|
| 426 |
+ || exit 0; \ |
|
| 427 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ |
|
| 428 |
+ $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ |
|
| 429 |
+ { for i in $$list1; do echo "$$i"; done; \
|
|
| 430 |
+ if test -n "$$list2"; then \ |
|
| 431 |
+ for i in $$list2; do echo "$$i"; done \ |
|
| 432 |
+ | sed -n '/\.1[a-z]*$$/p'; \ |
|
| 433 |
+ fi; \ |
|
| 427 | 434 |
} | while read p; do \ |
| 428 | 435 |
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
| 429 | 436 |
echo "$$d$$p"; echo "$$p"; \ |
| ... | ... |
@@ -455,11 +518,18 @@ uninstall-man1: |
| 455 | 455 |
dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) |
| 456 | 456 |
install-man5: $(man_MANS) |
| 457 | 457 |
@$(NORMAL_INSTALL) |
| 458 |
- test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)" |
|
| 459 |
- @list=''; test -n "$(man5dir)" || exit 0; \ |
|
| 460 |
- { for i in $$list; do echo "$$i"; done; \
|
|
| 461 |
- l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ |
|
| 462 |
- sed -n '/\.5[a-z]*$$/p'; \ |
|
| 458 |
+ @list1=''; \ |
|
| 459 |
+ list2='$(man_MANS)'; \ |
|
| 460 |
+ test -n "$(man5dir)" \ |
|
| 461 |
+ && test -n "`echo $$list1$$list2`" \ |
|
| 462 |
+ || exit 0; \ |
|
| 463 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \ |
|
| 464 |
+ $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \ |
|
| 465 |
+ { for i in $$list1; do echo "$$i"; done; \
|
|
| 466 |
+ if test -n "$$list2"; then \ |
|
| 467 |
+ for i in $$list2; do echo "$$i"; done \ |
|
| 468 |
+ | sed -n '/\.5[a-z]*$$/p'; \ |
|
| 469 |
+ fi; \ |
|
| 463 | 470 |
} | while read p; do \ |
| 464 | 471 |
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
| 465 | 472 |
echo "$$d$$p"; echo "$$p"; \ |
| ... | ... |
@@ -491,11 +561,18 @@ uninstall-man5: |
| 491 | 491 |
dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir) |
| 492 | 492 |
install-man8: $(man_MANS) |
| 493 | 493 |
@$(NORMAL_INSTALL) |
| 494 |
- test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)" |
|
| 495 |
- @list=''; test -n "$(man8dir)" || exit 0; \ |
|
| 496 |
- { for i in $$list; do echo "$$i"; done; \
|
|
| 497 |
- l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ |
|
| 498 |
- sed -n '/\.8[a-z]*$$/p'; \ |
|
| 494 |
+ @list1=''; \ |
|
| 495 |
+ list2='$(man_MANS)'; \ |
|
| 496 |
+ test -n "$(man8dir)" \ |
|
| 497 |
+ && test -n "`echo $$list1$$list2`" \ |
|
| 498 |
+ || exit 0; \ |
|
| 499 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \ |
|
| 500 |
+ $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \ |
|
| 501 |
+ { for i in $$list1; do echo "$$i"; done; \
|
|
| 502 |
+ if test -n "$$list2"; then \ |
|
| 503 |
+ for i in $$list2; do echo "$$i"; done \ |
|
| 504 |
+ | sed -n '/\.8[a-z]*$$/p'; \ |
|
| 505 |
+ fi; \ |
|
| 499 | 506 |
} | while read p; do \ |
| 500 | 507 |
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
| 501 | 508 |
echo "$$d$$p"; echo "$$p"; \ |
| ... | ... |
@@ -525,27 +602,14 @@ uninstall-man8: |
| 525 | 525 |
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ |
| 526 | 526 |
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ |
| 527 | 527 |
dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir) |
| 528 |
-tags: TAGS |
|
| 529 |
-TAGS: |
|
| 528 |
+tags TAGS: |
|
| 529 |
+ |
|
| 530 |
+ctags CTAGS: |
|
| 530 | 531 |
|
| 531 |
-ctags: CTAGS |
|
| 532 |
-CTAGS: |
|
| 532 |
+cscope cscopelist: |
|
| 533 | 533 |
|
| 534 | 534 |
|
| 535 | 535 |
distdir: $(DISTFILES) |
| 536 |
- @list='$(MANS)'; if test -n "$$list"; then \ |
|
| 537 |
- list=`for p in $$list; do \ |
|
| 538 |
- if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
|
| 539 |
- if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ |
|
| 540 |
- if test -n "$$list" && \ |
|
| 541 |
- grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ |
|
| 542 |
- echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ |
|
| 543 |
- grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ |
|
| 544 |
- echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ |
|
| 545 |
- echo " typically \`make maintainer-clean' will remove them" >&2; \ |
|
| 546 |
- exit 1; \ |
|
| 547 |
- else :; fi; \ |
|
| 548 |
- else :; fi |
|
| 549 | 536 |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 550 | 537 |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 551 | 538 |
list='$(DISTFILES)'; \ |
| ... | ... |
@@ -683,17 +747,18 @@ uninstall-man: uninstall-man1 uninstall-man5 uninstall-man8 |
| 683 | 683 |
.MAKE: install-am install-strip |
| 684 | 684 |
|
| 685 | 685 |
.PHONY: all all-am check check-am clean clean-generic clean-libtool \ |
| 686 |
- distclean distclean-generic distclean-libtool distdir dvi \ |
|
| 687 |
- dvi-am html html-am info info-am install install-am \ |
|
| 688 |
- install-data install-data-am install-dvi install-dvi-am \ |
|
| 689 |
- install-exec install-exec-am install-html install-html-am \ |
|
| 690 |
- install-info install-info-am install-man install-man1 \ |
|
| 691 |
- install-man5 install-man8 install-pdf install-pdf-am \ |
|
| 692 |
- install-ps install-ps-am install-strip installcheck \ |
|
| 693 |
- installcheck-am installdirs maintainer-clean \ |
|
| 686 |
+ cscopelist-am ctags-am distclean distclean-generic \ |
|
| 687 |
+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ |
|
| 688 |
+ install install-am install-data install-data-am install-dvi \ |
|
| 689 |
+ install-dvi-am install-exec install-exec-am install-html \ |
|
| 690 |
+ install-html-am install-info install-info-am install-man \ |
|
| 691 |
+ install-man1 install-man5 install-man8 install-pdf \ |
|
| 692 |
+ install-pdf-am install-ps install-ps-am install-strip \ |
|
| 693 |
+ installcheck installcheck-am installdirs maintainer-clean \ |
|
| 694 | 694 |
maintainer-clean-generic mostlyclean mostlyclean-generic \ |
| 695 |
- mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ |
|
| 696 |
- uninstall-man uninstall-man1 uninstall-man5 uninstall-man8 |
|
| 695 |
+ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ |
|
| 696 |
+ uninstall-am uninstall-man uninstall-man1 uninstall-man5 \ |
|
| 697 |
+ uninstall-man8 |
|
| 697 | 698 |
|
| 698 | 699 |
|
| 699 | 700 |
# 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 \ |
| ... | ... |
@@ -131,14 +175,25 @@ mkinstalldirs = $(install_sh) -d |
| 131 | 131 |
CONFIG_HEADER = $(top_builddir)/clamav-config.h |
| 132 | 132 |
CONFIG_CLEAN_FILES = |
| 133 | 133 |
CONFIG_CLEAN_VPATH_FILES = |
| 134 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 135 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 136 |
+am__v_P_0 = false |
|
| 137 |
+am__v_P_1 = : |
|
| 134 | 138 |
AM_V_GEN = $(am__v_GEN_@AM_V@) |
| 135 | 139 |
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| 136 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 140 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 141 |
+am__v_GEN_1 = |
|
| 137 | 142 |
AM_V_at = $(am__v_at_@AM_V@) |
| 138 | 143 |
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| 139 | 144 |
am__v_at_0 = @ |
| 145 |
+am__v_at_1 = |
|
| 140 | 146 |
SOURCES = |
| 141 | 147 |
DIST_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 |
|
| 142 | 153 |
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
| 143 | 154 |
am__vpath_adj = case $$p in \ |
| 144 | 155 |
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
| ... | ... |
@@ -168,6 +223,7 @@ am__uninstall_files_from_dir = { \
|
| 168 | 168 |
} |
| 169 | 169 |
am__installdirs = "$(DESTDIR)$(sysconfdir)" |
| 170 | 170 |
DATA = $(sysconf_DATA) |
| 171 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 171 | 172 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 172 | 173 |
ACLOCAL = @ACLOCAL@ |
| 173 | 174 |
AMTAR = @AMTAR@ |
| ... | ... |
@@ -413,8 +469,11 @@ clean-libtool: |
| 413 | 413 |
-rm -rf .libs _libs |
| 414 | 414 |
install-sysconfDATA: $(sysconf_DATA) |
| 415 | 415 |
@$(NORMAL_INSTALL) |
| 416 |
- test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" |
|
| 417 | 416 |
@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \ |
| 417 |
+ if test -n "$$list"; then \ |
|
| 418 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(sysconfdir)'"; \ |
|
| 419 |
+ $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" || exit 1; \ |
|
| 420 |
+ fi; \ |
|
| 418 | 421 |
for p in $$list; do \ |
| 419 | 422 |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| 420 | 423 |
echo "$$d$$p"; \ |
| ... | ... |
@@ -429,11 +488,11 @@ uninstall-sysconfDATA: |
| 429 | 429 |
@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \ |
| 430 | 430 |
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| 431 | 431 |
dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir) |
| 432 |
-tags: TAGS |
|
| 433 |
-TAGS: |
|
| 432 |
+tags TAGS: |
|
| 433 |
+ |
|
| 434 |
+ctags CTAGS: |
|
| 434 | 435 |
|
| 435 |
-ctags: CTAGS |
|
| 436 |
-CTAGS: |
|
| 436 |
+cscope cscopelist: |
|
| 437 | 437 |
|
| 438 | 438 |
|
| 439 | 439 |
distdir: $(DISTFILES) |
| ... | ... |
@@ -572,16 +631,16 @@ uninstall-am: uninstall-sysconfDATA |
| 572 | 572 |
.MAKE: install-am install-strip |
| 573 | 573 |
|
| 574 | 574 |
.PHONY: all all-am check check-am clean clean-generic clean-libtool \ |
| 575 |
- distclean distclean-generic distclean-libtool distdir dvi \ |
|
| 576 |
- dvi-am html html-am info info-am install install-am \ |
|
| 577 |
- install-data install-data-am install-dvi install-dvi-am \ |
|
| 578 |
- install-exec install-exec-am install-html install-html-am \ |
|
| 579 |
- install-info install-info-am install-man install-pdf \ |
|
| 580 |
- install-pdf-am install-ps install-ps-am install-strip \ |
|
| 581 |
- install-sysconfDATA installcheck installcheck-am installdirs \ |
|
| 582 |
- maintainer-clean maintainer-clean-generic mostlyclean \ |
|
| 583 |
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 584 |
- uninstall uninstall-am uninstall-sysconfDATA |
|
| 575 |
+ cscopelist-am ctags-am distclean distclean-generic \ |
|
| 576 |
+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ |
|
| 577 |
+ install install-am install-data install-data-am install-dvi \ |
|
| 578 |
+ install-dvi-am install-exec install-exec-am install-html \ |
|
| 579 |
+ install-html-am install-info install-info-am install-man \ |
|
| 580 |
+ install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 581 |
+ install-strip install-sysconfDATA installcheck installcheck-am \ |
|
| 582 |
+ installdirs maintainer-clean maintainer-clean-generic \ |
|
| 583 |
+ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ |
|
| 584 |
+ ps ps-am tags-am uninstall uninstall-am uninstall-sysconfDATA |
|
| 585 | 585 |
|
| 586 | 586 |
|
| 587 | 587 |
# 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 \ |
| ... | ... |
@@ -144,6 +189,19 @@ freshclam_LDADD = $(LDADD) |
| 144 | 144 |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 145 | 145 |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 146 | 146 |
am__v_lt_0 = --silent |
| 147 |
+am__v_lt_1 = |
|
| 148 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 149 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 150 |
+am__v_P_0 = false |
|
| 151 |
+am__v_P_1 = : |
|
| 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 " $@; |
|
| 155 |
+am__v_GEN_1 = |
|
| 156 |
+AM_V_at = $(am__v_at_@AM_V@) |
|
| 157 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 158 |
+am__v_at_0 = @ |
|
| 159 |
+am__v_at_1 = |
|
| 147 | 160 |
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 148 | 161 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 149 | 162 |
am__depfiles_maybe = depfiles |
| ... | ... |
@@ -156,22 +214,40 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 156 | 156 |
$(AM_CFLAGS) $(CFLAGS) |
| 157 | 157 |
AM_V_CC = $(am__v_CC_@AM_V@) |
| 158 | 158 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 159 |
-am__v_CC_0 = @echo " CC " $@; |
|
| 160 |
-AM_V_at = $(am__v_at_@AM_V@) |
|
| 161 |
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 162 |
-am__v_at_0 = @ |
|
| 159 |
+am__v_CC_0 = @echo " CC " $@; |
|
| 160 |
+am__v_CC_1 = |
|
| 163 | 161 |
CCLD = $(CC) |
| 164 | 162 |
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 165 | 163 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 166 | 164 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 167 | 165 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 168 | 166 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 169 |
-am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 170 |
-AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 171 |
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 172 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 167 |
+am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 168 |
+am__v_CCLD_1 = |
|
| 173 | 169 |
SOURCES = $(freshclam_SOURCES) |
| 174 | 170 |
DIST_SOURCES = $(freshclam_SOURCES) |
| 171 |
+am__can_run_installinfo = \ |
|
| 172 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 173 |
+ n|no|NO) false;; \ |
|
| 174 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 175 |
+ esac |
|
| 176 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 177 |
+# Read a list of newline-separated strings from the standard input, |
|
| 178 |
+# and print each of them once, without duplicates. Input order is |
|
| 179 |
+# *not* preserved. |
|
| 180 |
+am__uniquify_input = $(AWK) '\ |
|
| 181 |
+ BEGIN { nonempty = 0; } \
|
|
| 182 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 183 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 184 |
+' |
|
| 185 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 186 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 187 |
+# for different programs/libraries. |
|
| 188 |
+am__define_uniq_tagged_files = \ |
|
| 189 |
+ list='$(am__tagged_files)'; \ |
|
| 190 |
+ unique=`for i in $$list; do \ |
|
| 191 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 192 |
+ done | $(am__uniquify_input)` |
|
| 175 | 193 |
ETAGS = etags |
| 176 | 194 |
CTAGS = ctags |
| 177 | 195 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| ... | ... |
@@ -445,14 +521,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 445 | 445 |
$(am__aclocal_m4_deps): |
| 446 | 446 |
install-binPROGRAMS: $(bin_PROGRAMS) |
| 447 | 447 |
@$(NORMAL_INSTALL) |
| 448 |
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" |
|
| 449 | 448 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 449 |
+ if test -n "$$list"; then \ |
|
| 450 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
|
| 451 |
+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
|
| 452 |
+ fi; \ |
|
| 450 | 453 |
for p in $$list; do echo "$$p $$p"; done | \ |
| 451 | 454 |
sed 's/$(EXEEXT)$$//' | \ |
| 452 |
- while read p p1; do if test -f $$p || test -f $$p1; \ |
|
| 453 |
- then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 455 |
+ while read p p1; do if test -f $$p \ |
|
| 456 |
+ || test -f $$p1 \ |
|
| 457 |
+ ; then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 454 | 458 |
done | \ |
| 455 |
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ |
|
| 459 |
+ sed -e 'p;s,.*/,,;n;h' \ |
|
| 460 |
+ -e 's|.*|.|' \ |
|
| 456 | 461 |
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
| 457 | 462 |
sed 'N;N;N;s,\n, ,g' | \ |
| 458 | 463 |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
| ... | ... |
@@ -473,7 +554,8 @@ uninstall-binPROGRAMS: |
| 473 | 473 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 474 | 474 |
files=`for p in $$list; do echo "$$p"; done | \ |
| 475 | 475 |
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
| 476 |
- -e 's/$$/$(EXEEXT)/' `; \ |
|
| 476 |
+ -e 's/$$/$(EXEEXT)/' \ |
|
| 477 |
+ `; \ |
|
| 477 | 478 |
test -n "$$list" || exit 0; \ |
| 478 | 479 |
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
| 479 | 480 |
cd "$(DESTDIR)$(bindir)" && rm -f $$files |
| ... | ... |
@@ -502,6 +584,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS) |
| 502 | 502 |
else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ |
| 503 | 503 |
done; \ |
| 504 | 504 |
done; rm -f c$${pid}_.???; exit $$bad
|
| 505 |
+ |
|
| 505 | 506 |
freshclam$(EXEEXT): $(freshclam_OBJECTS) $(freshclam_DEPENDENCIES) $(EXTRA_freshclam_DEPENDENCIES) |
| 506 | 507 |
@rm -f freshclam$(EXEEXT) |
| 507 | 508 |
$(AM_V_CCLD)$(LINK) $(freshclam_OBJECTS) $(freshclam_LDADD) $(LIBS) |
| ... | ... |
@@ -532,14 +615,14 @@ distclean-compile: |
| 532 | 532 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 533 | 533 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 534 | 534 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 535 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 535 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 536 | 536 |
|
| 537 | 537 |
.c.obj: |
| 538 | 538 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 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 `$(CYGPATH_W) '$<'` |
|
| 542 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 543 | 543 |
|
| 544 | 544 |
.c.lo: |
| 545 | 545 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -652,26 +735,15 @@ mostlyclean-libtool: |
| 652 | 652 |
clean-libtool: |
| 653 | 653 |
-rm -rf .libs _libs |
| 654 | 654 |
|
| 655 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 656 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 657 |
- unique=`for i in $$list; do \ |
|
| 658 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 659 |
- done | \ |
|
| 660 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 661 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 662 |
- mkid -fID $$unique |
|
| 663 |
-tags: TAGS |
|
| 664 |
- |
|
| 665 |
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 666 |
- $(TAGS_FILES) $(LISP) |
|
| 655 |
+ID: $(am__tagged_files) |
|
| 656 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 657 |
+tags: tags-am |
|
| 658 |
+TAGS: tags |
|
| 659 |
+ |
|
| 660 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 667 | 661 |
set x; \ |
| 668 | 662 |
here=`pwd`; \ |
| 669 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 670 |
- unique=`for i in $$list; do \ |
|
| 671 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 672 |
- done | \ |
|
| 673 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 674 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 663 |
+ $(am__define_uniq_tagged_files); \ |
|
| 675 | 664 |
shift; \ |
| 676 | 665 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 677 | 666 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -683,15 +755,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 683 | 683 |
$$unique; \ |
| 684 | 684 |
fi; \ |
| 685 | 685 |
fi |
| 686 |
-ctags: CTAGS |
|
| 687 |
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 688 |
- $(TAGS_FILES) $(LISP) |
|
| 689 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 690 |
- unique=`for i in $$list; do \ |
|
| 691 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 692 |
- done | \ |
|
| 693 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 694 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 686 |
+ctags: ctags-am |
|
| 687 |
+ |
|
| 688 |
+CTAGS: ctags |
|
| 689 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 690 |
+ $(am__define_uniq_tagged_files); \ |
|
| 695 | 691 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 696 | 692 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 697 | 693 |
$$unique |
| ... | ... |
@@ -700,6 +768,21 @@ GTAGS: |
| 700 | 700 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 701 | 701 |
&& $(am__cd) $(top_srcdir) \ |
| 702 | 702 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 703 |
+cscopelist: cscopelist-am |
|
| 704 |
+ |
|
| 705 |
+cscopelist-am: $(am__tagged_files) |
|
| 706 |
+ list='$(am__tagged_files)'; \ |
|
| 707 |
+ case "$(srcdir)" in \ |
|
| 708 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 709 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 710 |
+ esac; \ |
|
| 711 |
+ for i in $$list; do \ |
|
| 712 |
+ if test -f "$$i"; then \ |
|
| 713 |
+ echo "$(subdir)/$$i"; \ |
|
| 714 |
+ else \ |
|
| 715 |
+ echo "$$sdir/$$i"; \ |
|
| 716 |
+ fi; \ |
|
| 717 |
+ done >> $(top_builddir)/cscope.files |
|
| 703 | 718 |
|
| 704 | 719 |
distclean-tags: |
| 705 | 720 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| ... | ... |
@@ -844,19 +927,20 @@ uninstall-am: uninstall-binPROGRAMS |
| 844 | 844 |
|
| 845 | 845 |
.MAKE: install-am install-strip |
| 846 | 846 |
|
| 847 |
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ |
|
| 848 |
- clean-generic clean-libtool ctags distclean distclean-compile \ |
|
| 849 |
- distclean-generic distclean-libtool distclean-tags distdir dvi \ |
|
| 850 |
- dvi-am html html-am info info-am install install-am \ |
|
| 851 |
- install-binPROGRAMS install-data install-data-am install-dvi \ |
|
| 852 |
- install-dvi-am install-exec install-exec-am install-html \ |
|
| 853 |
- install-html-am install-info install-info-am install-man \ |
|
| 854 |
- install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 855 |
- install-strip installcheck installcheck-am \ |
|
| 856 |
- installcheck-binPROGRAMS installdirs maintainer-clean \ |
|
| 857 |
- maintainer-clean-generic mostlyclean mostlyclean-compile \ |
|
| 858 |
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 859 |
- tags uninstall uninstall-am uninstall-binPROGRAMS |
|
| 847 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ |
|
| 848 |
+ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ |
|
| 849 |
+ ctags ctags-am distclean distclean-compile distclean-generic \ |
|
| 850 |
+ distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|
| 851 |
+ html-am info info-am install install-am install-binPROGRAMS \ |
|
| 852 |
+ install-data install-data-am install-dvi install-dvi-am \ |
|
| 853 |
+ install-exec install-exec-am install-html install-html-am \ |
|
| 854 |
+ install-info install-info-am install-man install-pdf \ |
|
| 855 |
+ install-pdf-am install-ps install-ps-am install-strip \ |
|
| 856 |
+ installcheck installcheck-am installcheck-binPROGRAMS \ |
|
| 857 |
+ installdirs maintainer-clean maintainer-clean-generic \ |
|
| 858 |
+ mostlyclean mostlyclean-compile mostlyclean-generic \ |
|
| 859 |
+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
|
| 860 |
+ uninstall-am uninstall-binPROGRAMS |
|
| 860 | 861 |
|
| 861 | 862 |
|
| 862 | 863 |
# 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@ |
| ... | ... |
@@ -80,9 +124,10 @@ target_triplet = @target@ |
| 80 | 80 |
@ENABLE_YARA_TRUE@ yara_clam.h |
| 81 | 81 |
|
| 82 | 82 |
subdir = libclamav |
| 83 |
-DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \ |
|
| 84 |
- $(srcdir)/Makefile.in yara_grammar.c yara_grammar.h \ |
|
| 85 |
- yara_lexer.c |
|
| 83 |
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
|
| 84 |
+ yara_grammar.h yara_grammar.c yara_lexer.c \ |
|
| 85 |
+ $(top_srcdir)/config/depcomp $(top_srcdir)/config/ylwrap \ |
|
| 86 |
+ $(include_HEADERS) |
|
| 86 | 87 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 87 | 88 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
| 88 | 89 |
$(top_srcdir)/m4/argz.m4 \ |
| ... | ... |
@@ -442,6 +487,7 @@ libclamav_la_OBJECTS = $(am_libclamav_la_OBJECTS) |
| 442 | 442 |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 443 | 443 |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 444 | 444 |
am__v_lt_0 = --silent |
| 445 |
+am__v_lt_1 = |
|
| 445 | 446 |
libclamav_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 446 | 447 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libclamav_la_CFLAGS) \ |
| 447 | 448 |
$(CFLAGS) $(libclamav_la_LDFLAGS) $(LDFLAGS) -o $@ |
| ... | ... |
@@ -524,6 +570,18 @@ libclamunrar_iface_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ |
| 524 | 524 |
$(AM_CFLAGS) $(CFLAGS) $(libclamunrar_iface_la_LDFLAGS) \ |
| 525 | 525 |
$(LDFLAGS) -o $@ |
| 526 | 526 |
@ENABLE_UNRAR_TRUE@am_libclamunrar_iface_la_rpath = -rpath $(libdir) |
| 527 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 528 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 529 |
+am__v_P_0 = false |
|
| 530 |
+am__v_P_1 = : |
|
| 531 |
+AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 532 |
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 533 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 534 |
+am__v_GEN_1 = |
|
| 535 |
+AM_V_at = $(am__v_at_@AM_V@) |
|
| 536 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 537 |
+am__v_at_0 = @ |
|
| 538 |
+am__v_at_1 = |
|
| 527 | 539 |
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 528 | 540 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 529 | 541 |
am__depfiles_maybe = depfiles |
| ... | ... |
@@ -536,35 +594,35 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 536 | 536 |
$(AM_CFLAGS) $(CFLAGS) |
| 537 | 537 |
AM_V_CC = $(am__v_CC_@AM_V@) |
| 538 | 538 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 539 |
-am__v_CC_0 = @echo " CC " $@; |
|
| 540 |
-AM_V_at = $(am__v_at_@AM_V@) |
|
| 541 |
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 542 |
-am__v_at_0 = @ |
|
| 539 |
+am__v_CC_0 = @echo " CC " $@; |
|
| 540 |
+am__v_CC_1 = |
|
| 543 | 541 |
CCLD = $(CC) |
| 544 | 542 |
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 545 | 543 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 546 | 544 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 547 | 545 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 548 | 546 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 549 |
-am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 547 |
+am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 548 |
+am__v_CCLD_1 = |
|
| 550 | 549 |
@MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ || |
| 551 | 550 |
LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS) |
| 552 | 551 |
LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ |
| 553 | 552 |
$(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS) |
| 554 | 553 |
AM_V_LEX = $(am__v_LEX_@AM_V@) |
| 555 | 554 |
am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@) |
| 556 |
-am__v_LEX_0 = @echo " LEX " $@; |
|
| 555 |
+am__v_LEX_0 = @echo " LEX " $@; |
|
| 556 |
+am__v_LEX_1 = |
|
| 557 | 557 |
YLWRAP = $(top_srcdir)/config/ylwrap |
| 558 | 558 |
@MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ || |
| 559 |
+am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \ |
|
| 560 |
+ -e s/c++$$/h++/ -e s/c$$/h/ |
|
| 559 | 561 |
YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS) |
| 560 | 562 |
LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ |
| 561 | 563 |
$(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS) |
| 562 | 564 |
AM_V_YACC = $(am__v_YACC_@AM_V@) |
| 563 | 565 |
am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@) |
| 564 |
-am__v_YACC_0 = @echo " YACC " $@; |
|
| 565 |
-AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 566 |
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 567 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 566 |
+am__v_YACC_0 = @echo " YACC " $@; |
|
| 567 |
+am__v_YACC_1 = |
|
| 568 | 568 |
SOURCES = $(libclamav_la_SOURCES) \ |
| 569 | 569 |
$(libclamav_internal_utils_la_SOURCES) \ |
| 570 | 570 |
$(libclamav_internal_utils_nothreads_la_SOURCES) \ |
| ... | ... |
@@ -576,19 +634,45 @@ DIST_SOURCES = $(am__libclamav_la_SOURCES_DIST) \ |
| 576 | 576 |
$(libclamav_nocxx_la_SOURCES) \ |
| 577 | 577 |
$(am__libclamunrar_la_SOURCES_DIST) \ |
| 578 | 578 |
$(am__libclamunrar_iface_la_SOURCES_DIST) |
| 579 |
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
|
| 580 |
- html-recursive info-recursive install-data-recursive \ |
|
| 581 |
- install-dvi-recursive install-exec-recursive \ |
|
| 582 |
- install-html-recursive install-info-recursive \ |
|
| 583 |
- install-pdf-recursive install-ps-recursive install-recursive \ |
|
| 584 |
- installcheck-recursive installdirs-recursive pdf-recursive \ |
|
| 585 |
- ps-recursive uninstall-recursive |
|
| 579 |
+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ |
|
| 580 |
+ ctags-recursive dvi-recursive html-recursive info-recursive \ |
|
| 581 |
+ install-data-recursive install-dvi-recursive \ |
|
| 582 |
+ install-exec-recursive install-html-recursive \ |
|
| 583 |
+ install-info-recursive install-pdf-recursive \ |
|
| 584 |
+ install-ps-recursive install-recursive installcheck-recursive \ |
|
| 585 |
+ installdirs-recursive pdf-recursive ps-recursive \ |
|
| 586 |
+ tags-recursive uninstall-recursive |
|
| 587 |
+am__can_run_installinfo = \ |
|
| 588 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 589 |
+ n|no|NO) false;; \ |
|
| 590 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 591 |
+ esac |
|
| 586 | 592 |
HEADERS = $(include_HEADERS) |
| 587 | 593 |
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
| 588 | 594 |
distclean-recursive maintainer-clean-recursive |
| 589 |
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ |
|
| 590 |
- $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ |
|
| 595 |
+am__recursive_targets = \ |
|
| 596 |
+ $(RECURSIVE_TARGETS) \ |
|
| 597 |
+ $(RECURSIVE_CLEAN_TARGETS) \ |
|
| 598 |
+ $(am__extra_recursive_targets) |
|
| 599 |
+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
|
| 591 | 600 |
distdir |
| 601 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 602 |
+# Read a list of newline-separated strings from the standard input, |
|
| 603 |
+# and print each of them once, without duplicates. Input order is |
|
| 604 |
+# *not* preserved. |
|
| 605 |
+am__uniquify_input = $(AWK) '\ |
|
| 606 |
+ BEGIN { nonempty = 0; } \
|
|
| 607 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 608 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 609 |
+' |
|
| 610 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 611 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 612 |
+# for different programs/libraries. |
|
| 613 |
+am__define_uniq_tagged_files = \ |
|
| 614 |
+ list='$(am__tagged_files)'; \ |
|
| 615 |
+ unique=`for i in $$list; do \ |
|
| 616 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 617 |
+ done | $(am__uniquify_input)` |
|
| 592 | 618 |
ETAGS = etags |
| 593 | 619 |
CTAGS = ctags |
| 594 | 620 |
DIST_SUBDIRS = c++ |
| ... | ... |
@@ -1088,9 +1172,9 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
| 1088 | 1088 |
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 1089 | 1089 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 1090 | 1090 |
$(am__aclocal_m4_deps): |
| 1091 |
+ |
|
| 1091 | 1092 |
install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
| 1092 | 1093 |
@$(NORMAL_INSTALL) |
| 1093 |
- test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" |
|
| 1094 | 1094 |
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
| 1095 | 1095 |
list2=; for p in $$list; do \ |
| 1096 | 1096 |
if test -f $$p; then \ |
| ... | ... |
@@ -1098,6 +1182,8 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
| 1098 | 1098 |
else :; fi; \ |
| 1099 | 1099 |
done; \ |
| 1100 | 1100 |
test -z "$$list2" || { \
|
| 1101 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ |
|
| 1102 |
+ $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ |
|
| 1101 | 1103 |
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ |
| 1102 | 1104 |
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ |
| 1103 | 1105 |
} |
| ... | ... |
@@ -1113,34 +1199,44 @@ uninstall-libLTLIBRARIES: |
| 1113 | 1113 |
|
| 1114 | 1114 |
clean-libLTLIBRARIES: |
| 1115 | 1115 |
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
| 1116 |
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
|
| 1117 |
- dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ |
|
| 1118 |
- test "$$dir" != "$$p" || dir=.; \ |
|
| 1119 |
- echo "rm -f \"$${dir}/so_locations\""; \
|
|
| 1120 |
- rm -f "$${dir}/so_locations"; \
|
|
| 1121 |
- done |
|
| 1116 |
+ @list='$(lib_LTLIBRARIES)'; \ |
|
| 1117 |
+ locs=`for p in $$list; do echo $$p; done | \ |
|
| 1118 |
+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ |
|
| 1119 |
+ sort -u`; \ |
|
| 1120 |
+ test -z "$$locs" || { \
|
|
| 1121 |
+ echo rm -f $${locs}; \
|
|
| 1122 |
+ rm -f $${locs}; \
|
|
| 1123 |
+ } |
|
| 1122 | 1124 |
|
| 1123 | 1125 |
clean-noinstLTLIBRARIES: |
| 1124 | 1126 |
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) |
| 1125 |
- @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ |
|
| 1126 |
- dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ |
|
| 1127 |
- test "$$dir" != "$$p" || dir=.; \ |
|
| 1128 |
- echo "rm -f \"$${dir}/so_locations\""; \
|
|
| 1129 |
- rm -f "$${dir}/so_locations"; \
|
|
| 1130 |
- done |
|
| 1127 |
+ @list='$(noinst_LTLIBRARIES)'; \ |
|
| 1128 |
+ locs=`for p in $$list; do echo $$p; done | \ |
|
| 1129 |
+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ |
|
| 1130 |
+ sort -u`; \ |
|
| 1131 |
+ test -z "$$locs" || { \
|
|
| 1132 |
+ echo rm -f $${locs}; \
|
|
| 1133 |
+ rm -f $${locs}; \
|
|
| 1134 |
+ } |
|
| 1131 | 1135 |
yara_grammar.h: yara_grammar.c |
| 1132 | 1136 |
@if test ! -f $@; then rm -f yara_grammar.c; else :; fi |
| 1133 | 1137 |
@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) yara_grammar.c; else :; fi |
| 1138 |
+ |
|
| 1134 | 1139 |
libclamav.la: $(libclamav_la_OBJECTS) $(libclamav_la_DEPENDENCIES) $(EXTRA_libclamav_la_DEPENDENCIES) |
| 1135 | 1140 |
$(AM_V_CCLD)$(libclamav_la_LINK) -rpath $(libdir) $(libclamav_la_OBJECTS) $(libclamav_la_LIBADD) $(LIBS) |
| 1141 |
+ |
|
| 1136 | 1142 |
libclamav_internal_utils.la: $(libclamav_internal_utils_la_OBJECTS) $(libclamav_internal_utils_la_DEPENDENCIES) $(EXTRA_libclamav_internal_utils_la_DEPENDENCIES) |
| 1137 | 1143 |
$(AM_V_CCLD)$(libclamav_internal_utils_la_LINK) $(libclamav_internal_utils_la_OBJECTS) $(libclamav_internal_utils_la_LIBADD) $(LIBS) |
| 1144 |
+ |
|
| 1138 | 1145 |
libclamav_internal_utils_nothreads.la: $(libclamav_internal_utils_nothreads_la_OBJECTS) $(libclamav_internal_utils_nothreads_la_DEPENDENCIES) $(EXTRA_libclamav_internal_utils_nothreads_la_DEPENDENCIES) |
| 1139 | 1146 |
$(AM_V_CCLD)$(libclamav_internal_utils_nothreads_la_LINK) $(libclamav_internal_utils_nothreads_la_OBJECTS) $(libclamav_internal_utils_nothreads_la_LIBADD) $(LIBS) |
| 1147 |
+ |
|
| 1140 | 1148 |
libclamav_nocxx.la: $(libclamav_nocxx_la_OBJECTS) $(libclamav_nocxx_la_DEPENDENCIES) $(EXTRA_libclamav_nocxx_la_DEPENDENCIES) |
| 1141 | 1149 |
$(AM_V_CCLD)$(libclamav_nocxx_la_LINK) $(libclamav_nocxx_la_OBJECTS) $(libclamav_nocxx_la_LIBADD) $(LIBS) |
| 1150 |
+ |
|
| 1142 | 1151 |
libclamunrar.la: $(libclamunrar_la_OBJECTS) $(libclamunrar_la_DEPENDENCIES) $(EXTRA_libclamunrar_la_DEPENDENCIES) |
| 1143 | 1152 |
$(AM_V_CCLD)$(libclamunrar_la_LINK) $(am_libclamunrar_la_rpath) $(libclamunrar_la_OBJECTS) $(libclamunrar_la_LIBADD) $(LIBS) |
| 1153 |
+ |
|
| 1144 | 1154 |
libclamunrar_iface.la: $(libclamunrar_iface_la_OBJECTS) $(libclamunrar_iface_la_DEPENDENCIES) $(EXTRA_libclamunrar_iface_la_DEPENDENCIES) |
| 1145 | 1155 |
$(AM_V_CCLD)$(libclamunrar_iface_la_LINK) $(am_libclamunrar_iface_la_rpath) $(libclamunrar_iface_la_OBJECTS) $(libclamunrar_iface_la_LIBADD) $(LIBS) |
| 1146 | 1156 |
|
| ... | ... |
@@ -1421,14 +1517,14 @@ distclean-compile: |
| 1421 | 1421 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 1422 | 1422 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 1423 | 1423 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1424 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 1424 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 1425 | 1425 |
|
| 1426 | 1426 |
.c.obj: |
| 1427 | 1427 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 1428 | 1428 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 1429 | 1429 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 1430 | 1430 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 1431 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
| 1431 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 1432 | 1432 |
|
| 1433 | 1433 |
.c.lo: |
| 1434 | 1434 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -3296,7 +3392,7 @@ unrar_iface.lo: ../libclamunrar_iface/unrar_iface.c |
| 3296 | 3296 |
$(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE) |
| 3297 | 3297 |
|
| 3298 | 3298 |
.y.c: |
| 3299 |
- $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE) |
|
| 3299 |
+ $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE) |
|
| 3300 | 3300 |
|
| 3301 | 3301 |
mostlyclean-libtool: |
| 3302 | 3302 |
-rm -f *.lo |
| ... | ... |
@@ -3305,8 +3401,11 @@ clean-libtool: |
| 3305 | 3305 |
-rm -rf .libs _libs |
| 3306 | 3306 |
install-includeHEADERS: $(include_HEADERS) |
| 3307 | 3307 |
@$(NORMAL_INSTALL) |
| 3308 |
- test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" |
|
| 3309 | 3308 |
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ |
| 3309 |
+ if test -n "$$list"; then \ |
|
| 3310 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ |
|
| 3311 |
+ $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ |
|
| 3312 |
+ fi; \ |
|
| 3310 | 3313 |
for p in $$list; do \ |
| 3311 | 3314 |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| 3312 | 3315 |
echo "$$d$$p"; \ |
| ... | ... |
@@ -3323,22 +3422,25 @@ uninstall-includeHEADERS: |
| 3323 | 3323 |
dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) |
| 3324 | 3324 |
|
| 3325 | 3325 |
# This directory's subdirectories are mostly independent; you can cd |
| 3326 |
-# into them and run `make' without going through this Makefile. |
|
| 3327 |
-# To change the values of `make' variables: instead of editing Makefiles, |
|
| 3328 |
-# (1) if the variable is set in `config.status', edit `config.status' |
|
| 3329 |
-# (which will cause the Makefiles to be regenerated when you run `make'); |
|
| 3330 |
-# (2) otherwise, pass the desired values on the `make' command line. |
|
| 3331 |
-$(RECURSIVE_TARGETS): |
|
| 3332 |
- @fail= failcom='exit 1'; \ |
|
| 3333 |
- for f in x $$MAKEFLAGS; do \ |
|
| 3334 |
- case $$f in \ |
|
| 3335 |
- *=* | --[!k]*);; \ |
|
| 3336 |
- *k*) failcom='fail=yes';; \ |
|
| 3337 |
- esac; \ |
|
| 3338 |
- done; \ |
|
| 3326 |
+# into them and run 'make' without going through this Makefile. |
|
| 3327 |
+# To change the values of 'make' variables: instead of editing Makefiles, |
|
| 3328 |
+# (1) if the variable is set in 'config.status', edit 'config.status' |
|
| 3329 |
+# (which will cause the Makefiles to be regenerated when you run 'make'); |
|
| 3330 |
+# (2) otherwise, pass the desired values on the 'make' command line. |
|
| 3331 |
+$(am__recursive_targets): |
|
| 3332 |
+ @fail=; \ |
|
| 3333 |
+ if $(am__make_keepgoing); then \ |
|
| 3334 |
+ failcom='fail=yes'; \ |
|
| 3335 |
+ else \ |
|
| 3336 |
+ failcom='exit 1'; \ |
|
| 3337 |
+ fi; \ |
|
| 3339 | 3338 |
dot_seen=no; \ |
| 3340 | 3339 |
target=`echo $@ | sed s/-recursive//`; \ |
| 3341 |
- list='$(SUBDIRS)'; for subdir in $$list; do \ |
|
| 3340 |
+ case "$@" in \ |
|
| 3341 |
+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
|
| 3342 |
+ *) list='$(SUBDIRS)' ;; \ |
|
| 3343 |
+ esac; \ |
|
| 3344 |
+ for subdir in $$list; do \ |
|
| 3342 | 3345 |
echo "Making $$target in $$subdir"; \ |
| 3343 | 3346 |
if test "$$subdir" = "."; then \ |
| 3344 | 3347 |
dot_seen=yes; \ |
| ... | ... |
@@ -3353,57 +3455,12 @@ $(RECURSIVE_TARGETS): |
| 3353 | 3353 |
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| 3354 | 3354 |
fi; test -z "$$fail" |
| 3355 | 3355 |
|
| 3356 |
-$(RECURSIVE_CLEAN_TARGETS): |
|
| 3357 |
- @fail= failcom='exit 1'; \ |
|
| 3358 |
- for f in x $$MAKEFLAGS; do \ |
|
| 3359 |
- case $$f in \ |
|
| 3360 |
- *=* | --[!k]*);; \ |
|
| 3361 |
- *k*) failcom='fail=yes';; \ |
|
| 3362 |
- esac; \ |
|
| 3363 |
- done; \ |
|
| 3364 |
- dot_seen=no; \ |
|
| 3365 |
- case "$@" in \ |
|
| 3366 |
- distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
|
| 3367 |
- *) list='$(SUBDIRS)' ;; \ |
|
| 3368 |
- esac; \ |
|
| 3369 |
- rev=''; for subdir in $$list; do \ |
|
| 3370 |
- if test "$$subdir" = "."; then :; else \ |
|
| 3371 |
- rev="$$subdir $$rev"; \ |
|
| 3372 |
- fi; \ |
|
| 3373 |
- done; \ |
|
| 3374 |
- rev="$$rev ."; \ |
|
| 3375 |
- target=`echo $@ | sed s/-recursive//`; \ |
|
| 3376 |
- for subdir in $$rev; do \ |
|
| 3377 |
- echo "Making $$target in $$subdir"; \ |
|
| 3378 |
- if test "$$subdir" = "."; then \ |
|
| 3379 |
- local_target="$$target-am"; \ |
|
| 3380 |
- else \ |
|
| 3381 |
- local_target="$$target"; \ |
|
| 3382 |
- fi; \ |
|
| 3383 |
- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
|
| 3384 |
- || eval $$failcom; \ |
|
| 3385 |
- done && test -z "$$fail" |
|
| 3386 |
-tags-recursive: |
|
| 3387 |
- list='$(SUBDIRS)'; for subdir in $$list; do \ |
|
| 3388 |
- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
|
| 3389 |
- done |
|
| 3390 |
-ctags-recursive: |
|
| 3391 |
- list='$(SUBDIRS)'; for subdir in $$list; do \ |
|
| 3392 |
- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
|
| 3393 |
- done |
|
| 3356 |
+ID: $(am__tagged_files) |
|
| 3357 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 3358 |
+tags: tags-recursive |
|
| 3359 |
+TAGS: tags |
|
| 3394 | 3360 |
|
| 3395 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 3396 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 3397 |
- unique=`for i in $$list; do \ |
|
| 3398 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 3399 |
- done | \ |
|
| 3400 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 3401 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 3402 |
- mkid -fID $$unique |
|
| 3403 |
-tags: TAGS |
|
| 3404 |
- |
|
| 3405 |
-TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 3406 |
- $(TAGS_FILES) $(LISP) |
|
| 3361 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 3407 | 3362 |
set x; \ |
| 3408 | 3363 |
here=`pwd`; \ |
| 3409 | 3364 |
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
| ... | ... |
@@ -3419,12 +3476,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 3419 | 3419 |
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
| 3420 | 3420 |
fi; \ |
| 3421 | 3421 |
done; \ |
| 3422 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 3423 |
- unique=`for i in $$list; do \ |
|
| 3424 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 3425 |
- done | \ |
|
| 3426 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 3427 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 3422 |
+ $(am__define_uniq_tagged_files); \ |
|
| 3428 | 3423 |
shift; \ |
| 3429 | 3424 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 3430 | 3425 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -3436,15 +3488,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 3436 | 3436 |
$$unique; \ |
| 3437 | 3437 |
fi; \ |
| 3438 | 3438 |
fi |
| 3439 |
-ctags: CTAGS |
|
| 3440 |
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 3441 |
- $(TAGS_FILES) $(LISP) |
|
| 3442 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 3443 |
- unique=`for i in $$list; do \ |
|
| 3444 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 3445 |
- done | \ |
|
| 3446 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 3447 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 3439 |
+ctags: ctags-recursive |
|
| 3440 |
+ |
|
| 3441 |
+CTAGS: ctags |
|
| 3442 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 3443 |
+ $(am__define_uniq_tagged_files); \ |
|
| 3448 | 3444 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 3449 | 3445 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 3450 | 3446 |
$$unique |
| ... | ... |
@@ -3453,6 +3501,21 @@ GTAGS: |
| 3453 | 3453 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 3454 | 3454 |
&& $(am__cd) $(top_srcdir) \ |
| 3455 | 3455 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 3456 |
+cscopelist: cscopelist-recursive |
|
| 3457 |
+ |
|
| 3458 |
+cscopelist-am: $(am__tagged_files) |
|
| 3459 |
+ list='$(am__tagged_files)'; \ |
|
| 3460 |
+ case "$(srcdir)" in \ |
|
| 3461 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 3462 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 3463 |
+ esac; \ |
|
| 3464 |
+ for i in $$list; do \ |
|
| 3465 |
+ if test -f "$$i"; then \ |
|
| 3466 |
+ echo "$(subdir)/$$i"; \ |
|
| 3467 |
+ else \ |
|
| 3468 |
+ echo "$$sdir/$$i"; \ |
|
| 3469 |
+ fi; \ |
|
| 3470 |
+ done >> $(top_builddir)/cscope.files |
|
| 3456 | 3471 |
|
| 3457 | 3472 |
distclean-tags: |
| 3458 | 3473 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| ... | ... |
@@ -3489,13 +3552,10 @@ distdir: $(DISTFILES) |
| 3489 | 3489 |
done |
| 3490 | 3490 |
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
| 3491 | 3491 |
if test "$$subdir" = .; then :; else \ |
| 3492 |
- test -d "$(distdir)/$$subdir" \ |
|
| 3493 |
- || $(MKDIR_P) "$(distdir)/$$subdir" \ |
|
| 3494 |
- || exit 1; \ |
|
| 3495 |
- fi; \ |
|
| 3496 |
- done |
|
| 3497 |
- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
|
| 3498 |
- if test "$$subdir" = .; then :; else \ |
|
| 3492 |
+ $(am__make_dryrun) \ |
|
| 3493 |
+ || test -d "$(distdir)/$$subdir" \ |
|
| 3494 |
+ || $(MKDIR_P) "$(distdir)/$$subdir" \ |
|
| 3495 |
+ || exit 1; \ |
|
| 3499 | 3496 |
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
| 3500 | 3497 |
$(am__relativize); \ |
| 3501 | 3498 |
new_distdir=$$reldir; \ |
| ... | ... |
@@ -3631,26 +3691,25 @@ ps-am: |
| 3631 | 3631 |
|
| 3632 | 3632 |
uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES |
| 3633 | 3633 |
|
| 3634 |
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \ |
|
| 3635 |
- ctags-recursive install install-am install-strip \ |
|
| 3636 |
- tags-recursive |
|
| 3637 |
- |
|
| 3638 |
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
|
| 3639 |
- all all-am check check-am clean clean-generic \ |
|
| 3640 |
- clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \ |
|
| 3641 |
- ctags ctags-recursive distclean distclean-compile \ |
|
| 3642 |
- distclean-generic distclean-libtool distclean-tags distdir dvi \ |
|
| 3643 |
- dvi-am html html-am info info-am install install-am \ |
|
| 3644 |
- install-data install-data-am install-dvi install-dvi-am \ |
|
| 3645 |
- install-exec install-exec-am install-html install-html-am \ |
|
| 3634 |
+.MAKE: $(am__recursive_targets) all check install install-am \ |
|
| 3635 |
+ install-strip |
|
| 3636 |
+ |
|
| 3637 |
+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ |
|
| 3638 |
+ check-am clean clean-generic clean-libLTLIBRARIES \ |
|
| 3639 |
+ clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ |
|
| 3640 |
+ ctags-am distclean distclean-compile distclean-generic \ |
|
| 3641 |
+ distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|
| 3642 |
+ html-am info info-am install install-am install-data \ |
|
| 3643 |
+ install-data-am install-dvi install-dvi-am install-exec \ |
|
| 3644 |
+ install-exec-am install-html install-html-am \ |
|
| 3646 | 3645 |
install-includeHEADERS install-info install-info-am \ |
| 3647 | 3646 |
install-libLTLIBRARIES install-man install-pdf install-pdf-am \ |
| 3648 | 3647 |
install-ps install-ps-am install-strip installcheck \ |
| 3649 | 3648 |
installcheck-am installdirs installdirs-am maintainer-clean \ |
| 3650 | 3649 |
maintainer-clean-generic mostlyclean mostlyclean-compile \ |
| 3651 | 3650 |
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
| 3652 |
- tags tags-recursive uninstall uninstall-am \ |
|
| 3653 |
- uninstall-includeHEADERS uninstall-libLTLIBRARIES |
|
| 3651 |
+ tags tags-am uninstall uninstall-am uninstall-includeHEADERS \ |
|
| 3652 |
+ uninstall-libLTLIBRARIES |
|
| 3654 | 3653 |
|
| 3655 | 3654 |
@ENABLE_LLVM_FALSE@c++/Makefile: c++/Makefile.nollvm.in |
| 3656 | 3655 |
@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,16 +107,22 @@ 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 \ |
| 74 | 79 |
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ |
| 75 | 80 |
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ |
| 81 |
+ $(top_srcdir)/../../m4/reorganization/libs/openssl.m4 \ |
|
| 76 | 82 |
$(top_srcdir)/configure.ac |
| 77 | 83 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| 78 | 84 |
$(ACLOCAL_M4) |
| ... | ... |
@@ -96,6 +146,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 +812,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 +836,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 +854,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 +875,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 +911,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$$' |
| ... | ... |
@@ -904,6 +992,9 @@ RANLIB = @RANLIB@ |
| 904 | 904 |
SED = @SED@ |
| 905 | 905 |
SET_MAKE = @SET_MAKE@ |
| 906 | 906 |
SHELL = @SHELL@ |
| 907 |
+SSL_CPPFLAGS = @SSL_CPPFLAGS@ |
|
| 908 |
+SSL_LDFLAGS = @SSL_LDFLAGS@ |
|
| 909 |
+SSL_LIBS = @SSL_LIBS@ |
|
| 907 | 910 |
STRIP = @STRIP@ |
| 908 | 911 |
THREAD_LIBS = @THREAD_LIBS@ |
| 909 | 912 |
VERSION = @VERSION@ |
| ... | ... |
@@ -971,8 +1062,9 @@ LLVM_INCLUDES = -I$(top_srcdir)/llvm/include -I$(top_builddir)/llvm/include |
| 971 | 971 |
# keep it like this while I'm testing LLVM |
| 972 | 972 |
# TODO: HP-UX should have -D_REENTRANT -D_HPUX_SOURCE |
| 973 | 973 |
LLVM_DEFS = -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D_DEBUG -D_GNU_SOURCE |
| 974 |
-AM_CPPFLAGS = -I$(top_srcdir)/../.. -I$(top_srcdir)/.. \ |
|
| 974 |
+AM_CPPFLAGS = @SSL_CPPFLAGS@ -I$(top_srcdir)/../.. -I$(top_srcdir)/.. \ |
|
| 975 | 975 |
-I$(top_builddir)/../../ $(am__append_2) |
| 976 |
+AM_LDFLAGS = @SSL_LDFLAGS@ |
|
| 976 | 977 |
AM_CXXFLAGS = $(LLVM_CXXFLAGS) -fno-exceptions |
| 977 | 978 |
ACLOCAL_AMFLAGS = -I m4 |
| 978 | 979 |
libclamavcxx_la_SOURCES = bytecode2llvm.cpp ClamBCRTChecks.cpp \ |
| ... | ... |
@@ -984,13 +1076,13 @@ libclamavcxx_la_SOURCES = bytecode2llvm.cpp ClamBCRTChecks.cpp \ |
| 984 | 984 |
# $(shell ...) |
| 985 | 985 |
#LLVM_DEPS=$(shell $(LLVM_CONFIG) --libfiles jit nativecodegen) |
| 986 | 986 |
@BUILD_EXTERNAL_LLVM_TRUE@libclamavcxx_la_CXXFLAGS = $(AM_CPPFLAGS) @LLVMCONFIG_CXXFLAGS@ -fexceptions -DLLVM_VERSION=${LLVM_VERSION}
|
| 987 |
-@BUILD_EXTERNAL_LLVM_FALSE@libclamavcxx_la_LDFLAGS = -no-undefined |
|
| 988 |
-@BUILD_EXTERNAL_LLVM_TRUE@libclamavcxx_la_LDFLAGS = @LLVMCONFIG_LDFLAGS@ @LLVMCONFIG_LIBS@ @LLVMCONFIG_LDFLAGS@ |
|
| 989 |
-@BUILD_EXTERNAL_LLVM_FALSE@libclamavcxx_la_DEPENDENCIES = \ |
|
| 987 |
+@BUILD_EXTERNAL_LLVM_FALSE@libclamavcxx_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined |
|
| 988 |
+@BUILD_EXTERNAL_LLVM_TRUE@libclamavcxx_la_LDFLAGS = $(AM_LDFLAGS) @LLVMCONFIG_LDFLAGS@ @LLVMCONFIG_LIBS@ @LLVMCONFIG_LDFLAGS@ |
|
| 989 |
+@BUILD_EXTERNAL_LLVM_FALSE@libclamavcxx_la_DEPENDENCIES = @SSL_LIBS@ \ |
|
| 990 | 990 |
@BUILD_EXTERNAL_LLVM_FALSE@ libllvmjit.la libllvmcodegen.la \ |
| 991 | 991 |
@BUILD_EXTERNAL_LLVM_FALSE@ libllvmsystem.la $(am__append_4) \ |
| 992 | 992 |
@BUILD_EXTERNAL_LLVM_FALSE@ $(am__append_7) |
| 993 |
-@BUILD_EXTERNAL_LLVM_TRUE@libclamavcxx_la_DEPENDENCIES = \ |
|
| 993 |
+@BUILD_EXTERNAL_LLVM_TRUE@libclamavcxx_la_DEPENDENCIES = @SSL_LIBS@ \ |
|
| 994 | 994 |
@BUILD_EXTERNAL_LLVM_TRUE@ @LLVMCONFIG_LIBFILES@ \ |
| 995 | 995 |
@BUILD_EXTERNAL_LLVM_TRUE@ $(am__append_4) $(am__append_7) |
| 996 | 996 |
@BUILD_EXTERNAL_LLVM_FALSE@noinst_LTLIBRARIES = libclamavcxx.la \ |
| ... | ... |
@@ -1480,8 +1572,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 +1588,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 +1623,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 +2034,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 +5489,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 +5509,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 +5522,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 +5592,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 +5638,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 +5649,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 +5684,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' |
| ... | ... |
@@ -5642,8 +5751,8 @@ maintainer-clean-generic: |
| 5642 | 5642 |
@echo "This command is intended for maintainers to use" |
| 5643 | 5643 |
@echo "it deletes files that may require special tools to rebuild." |
| 5644 | 5644 |
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) |
| 5645 |
-@BUILD_EXTERNAL_LLVM_TRUE@distclean-local: |
|
| 5646 | 5645 |
@BUILD_EXTERNAL_LLVM_TRUE@clean-local: |
| 5646 |
+@BUILD_EXTERNAL_LLVM_TRUE@distclean-local: |
|
| 5647 | 5647 |
clean: clean-am |
| 5648 | 5648 |
|
| 5649 | 5649 |
clean-am: clean-generic clean-libtool clean-local \ |
| ... | ... |
@@ -5720,23 +5829,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 |
| ... | ... |
@@ -9,6 +9,9 @@ |
| 9 | 9 |
/* Define to 1 if you have the <inttypes.h> header file. */ |
| 10 | 10 |
#undef HAVE_INTTYPES_H |
| 11 | 11 |
|
| 12 |
+/* Define to 1 if you have the `ssl' library (-lssl). */ |
|
| 13 |
+#undef HAVE_LIBSSL |
|
| 14 |
+ |
|
| 12 | 15 |
/* Define to 1 if you have the <memory.h> header file. */ |
| 13 | 16 |
#undef HAVE_MEMORY_H |
| 14 | 17 |
|
| ... | ... |
@@ -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'" |
| ... | ... |
@@ -658,6 +678,9 @@ LIBTOOL |
| 658 | 658 |
MAINT |
| 659 | 659 |
MAINTAINER_MODE_FALSE |
| 660 | 660 |
MAINTAINER_MODE_TRUE |
| 661 |
+SSL_LIBS |
|
| 662 |
+SSL_LDFLAGS |
|
| 663 |
+SSL_CPPFLAGS |
|
| 661 | 664 |
EGREP |
| 662 | 665 |
GREP |
| 663 | 666 |
CPP |
| ... | ... |
@@ -766,6 +789,7 @@ ac_user_opts=' |
| 766 | 766 |
enable_option_checking |
| 767 | 767 |
enable_silent_rules |
| 768 | 768 |
enable_dependency_tracking |
| 769 |
+with_openssl |
|
| 769 | 770 |
enable_maintainer_mode |
| 770 | 771 |
enable_static |
| 771 | 772 |
enable_shared |
| ... | ... |
@@ -1248,8 +1272,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 +1436,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] |
| ... | ... |
@@ -1433,6 +1458,9 @@ Optional Features: |
| 1433 | 1433 |
Optional Packages: |
| 1434 | 1434 |
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
| 1435 | 1435 |
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
| 1436 |
+ --with-openssl[=DIR] path to directory containing openssl |
|
| 1437 |
+ [default=/usr/local or /usr if not found in |
|
| 1438 |
+ /usr/local] |
|
| 1436 | 1439 |
--with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use |
| 1437 | 1440 |
both] |
| 1438 | 1441 |
--with-gnu-ld assume the C compiler uses GNU ld [default=no] |
| ... | ... |
@@ -1524,9 +1552,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 +1778,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 +1928,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 +1993,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 +2482,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 +2521,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 +2579,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 +2589,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 +2634,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 +2666,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 +2683,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 +2705,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 +2745,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 +2796,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 +2825,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 +2843,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 +2907,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 +2987,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 +3000,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 +3205,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 +3249,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 +3702,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 +3758,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 +3794,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 +3812,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 +3821,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 +3897,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 +3937,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 +3990,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 +4031,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 +4089,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 +4133,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 +4329,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 +4414,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 +4484,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 +4520,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 +4538,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 +4547,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 +4756,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 +4822,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 |
| ... | ... |
@@ -5046,6 +5236,199 @@ $as_echo "$as_me: Building on Solaris" >&6;} |
| 5046 | 5046 |
;; |
| 5047 | 5047 |
esac |
| 5048 | 5048 |
|
| 5049 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL installation" >&5
|
|
| 5050 |
+$as_echo_n "checking for OpenSSL installation... " >&6; } |
|
| 5051 |
+ |
|
| 5052 |
+ |
|
| 5053 |
+# Check whether --with-openssl was given. |
|
| 5054 |
+if test "${with_openssl+set}" = set; then :
|
|
| 5055 |
+ withval=$with_openssl; |
|
| 5056 |
+if test "$withval"; then |
|
| 5057 |
+ LIBSSL_HOME="$withval" |
|
| 5058 |
+fi |
|
| 5059 |
+ |
|
| 5060 |
+else |
|
| 5061 |
+ |
|
| 5062 |
+LIBSSL_HOME=/usr/local |
|
| 5063 |
+if test ! -f "$LIBSSL_HOME/include/openssl/ssl.h" |
|
| 5064 |
+then |
|
| 5065 |
+ LIBSSL_HOME=/usr |
|
| 5066 |
+fi |
|
| 5067 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBSSL_HOME" >&5
|
|
| 5068 |
+$as_echo "$LIBSSL_HOME" >&6; } |
|
| 5069 |
+ |
|
| 5070 |
+fi |
|
| 5071 |
+ |
|
| 5072 |
+ |
|
| 5073 |
+if test ! -f "$LIBSSL_HOME/include/openssl/ssl.h" |
|
| 5074 |
+then |
|
| 5075 |
+ as_fn_error $? "OpenSSL not found." "$LINENO" 5 |
|
| 5076 |
+fi |
|
| 5077 |
+ |
|
| 5078 |
+save_LDFLAGS="$LDFLAGS" |
|
| 5079 |
+save_CFLAGS="$CFLAGS" |
|
| 5080 |
+save_LIBS="$LIBS" |
|
| 5081 |
+ |
|
| 5082 |
+SSL_LIBS="-lssl -lcrypto -lz" |
|
| 5083 |
+ |
|
| 5084 |
+if test "$LIBSSL_HOME" != "/usr"; then |
|
| 5085 |
+ SSL_LDFLAGS="-L$LIBSSL_HOME/lib" |
|
| 5086 |
+ SSL_CPPFLAGS="-I$LIBSSL_HOME/include" |
|
| 5087 |
+ LDFLAGS="-L$LIBSSL_HOME/lib $SSL_LIBS" |
|
| 5088 |
+ CFLAGS="$SSL_CPPFLAGS" |
|
| 5089 |
+else |
|
| 5090 |
+ SSL_LDFLAGS="" |
|
| 5091 |
+ SSL_CPPFLAGS="" |
|
| 5092 |
+fi |
|
| 5093 |
+ |
|
| 5094 |
+have_ssl="no" |
|
| 5095 |
+have_crypto="no" |
|
| 5096 |
+ |
|
| 5097 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_library_init in -lssl" >&5
|
|
| 5098 |
+$as_echo_n "checking for SSL_library_init in -lssl... " >&6; } |
|
| 5099 |
+if ${ac_cv_lib_ssl_SSL_library_init+:} false; then :
|
|
| 5100 |
+ $as_echo_n "(cached) " >&6 |
|
| 5101 |
+else |
|
| 5102 |
+ ac_check_lib_save_LIBS=$LIBS |
|
| 5103 |
+LIBS="-lssl -lcrypto -lz $LIBS" |
|
| 5104 |
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
| 5105 |
+/* end confdefs.h. */ |
|
| 5106 |
+ |
|
| 5107 |
+/* Override any GCC internal prototype to avoid an error. |
|
| 5108 |
+ Use char because int might match the return type of a GCC |
|
| 5109 |
+ builtin and then its argument prototype would still apply. */ |
|
| 5110 |
+#ifdef __cplusplus |
|
| 5111 |
+extern "C" |
|
| 5112 |
+#endif |
|
| 5113 |
+char SSL_library_init (); |
|
| 5114 |
+int |
|
| 5115 |
+main () |
|
| 5116 |
+{
|
|
| 5117 |
+return SSL_library_init (); |
|
| 5118 |
+ ; |
|
| 5119 |
+ return 0; |
|
| 5120 |
+} |
|
| 5121 |
+_ACEOF |
|
| 5122 |
+if ac_fn_c_try_link "$LINENO"; then : |
|
| 5123 |
+ ac_cv_lib_ssl_SSL_library_init=yes |
|
| 5124 |
+else |
|
| 5125 |
+ ac_cv_lib_ssl_SSL_library_init=no |
|
| 5126 |
+fi |
|
| 5127 |
+rm -f core conftest.err conftest.$ac_objext \ |
|
| 5128 |
+ conftest$ac_exeext conftest.$ac_ext |
|
| 5129 |
+LIBS=$ac_check_lib_save_LIBS |
|
| 5130 |
+fi |
|
| 5131 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_library_init" >&5
|
|
| 5132 |
+$as_echo "$ac_cv_lib_ssl_SSL_library_init" >&6; } |
|
| 5133 |
+if test "x$ac_cv_lib_ssl_SSL_library_init" = xyes; then : |
|
| 5134 |
+ have_ssl="yes" |
|
| 5135 |
+else |
|
| 5136 |
+ as_fn_error $? "Your OpenSSL installation is misconfigured or missing" "$LINENO" 5 |
|
| 5137 |
+fi |
|
| 5138 |
+ |
|
| 5139 |
+ |
|
| 5140 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVP_EncryptInit in -lcrypto" >&5
|
|
| 5141 |
+$as_echo_n "checking for EVP_EncryptInit in -lcrypto... " >&6; } |
|
| 5142 |
+if ${ac_cv_lib_crypto_EVP_EncryptInit+:} false; then :
|
|
| 5143 |
+ $as_echo_n "(cached) " >&6 |
|
| 5144 |
+else |
|
| 5145 |
+ ac_check_lib_save_LIBS=$LIBS |
|
| 5146 |
+LIBS="-lcrypto -lcrypto -lz $LIBS" |
|
| 5147 |
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
| 5148 |
+/* end confdefs.h. */ |
|
| 5149 |
+ |
|
| 5150 |
+/* Override any GCC internal prototype to avoid an error. |
|
| 5151 |
+ Use char because int might match the return type of a GCC |
|
| 5152 |
+ builtin and then its argument prototype would still apply. */ |
|
| 5153 |
+#ifdef __cplusplus |
|
| 5154 |
+extern "C" |
|
| 5155 |
+#endif |
|
| 5156 |
+char EVP_EncryptInit (); |
|
| 5157 |
+int |
|
| 5158 |
+main () |
|
| 5159 |
+{
|
|
| 5160 |
+return EVP_EncryptInit (); |
|
| 5161 |
+ ; |
|
| 5162 |
+ return 0; |
|
| 5163 |
+} |
|
| 5164 |
+_ACEOF |
|
| 5165 |
+if ac_fn_c_try_link "$LINENO"; then : |
|
| 5166 |
+ ac_cv_lib_crypto_EVP_EncryptInit=yes |
|
| 5167 |
+else |
|
| 5168 |
+ ac_cv_lib_crypto_EVP_EncryptInit=no |
|
| 5169 |
+fi |
|
| 5170 |
+rm -f core conftest.err conftest.$ac_objext \ |
|
| 5171 |
+ conftest$ac_exeext conftest.$ac_ext |
|
| 5172 |
+LIBS=$ac_check_lib_save_LIBS |
|
| 5173 |
+fi |
|
| 5174 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_EVP_EncryptInit" >&5
|
|
| 5175 |
+$as_echo "$ac_cv_lib_crypto_EVP_EncryptInit" >&6; } |
|
| 5176 |
+if test "x$ac_cv_lib_crypto_EVP_EncryptInit" = xyes; then : |
|
| 5177 |
+ have_crypto="yes" |
|
| 5178 |
+else |
|
| 5179 |
+ as_fn_error $? "Your OpenSSL installation is misconfigured or missing" "$LINENO" 5 |
|
| 5180 |
+fi |
|
| 5181 |
+ |
|
| 5182 |
+ |
|
| 5183 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X509_VERIFY_PARAM_new in -lssl" >&5
|
|
| 5184 |
+$as_echo_n "checking for X509_VERIFY_PARAM_new in -lssl... " >&6; } |
|
| 5185 |
+if ${ac_cv_lib_ssl_X509_VERIFY_PARAM_new+:} false; then :
|
|
| 5186 |
+ $as_echo_n "(cached) " >&6 |
|
| 5187 |
+else |
|
| 5188 |
+ ac_check_lib_save_LIBS=$LIBS |
|
| 5189 |
+LIBS="-lssl -lcrypto -lz $LIBS" |
|
| 5190 |
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
|
| 5191 |
+/* end confdefs.h. */ |
|
| 5192 |
+ |
|
| 5193 |
+/* Override any GCC internal prototype to avoid an error. |
|
| 5194 |
+ Use char because int might match the return type of a GCC |
|
| 5195 |
+ builtin and then its argument prototype would still apply. */ |
|
| 5196 |
+#ifdef __cplusplus |
|
| 5197 |
+extern "C" |
|
| 5198 |
+#endif |
|
| 5199 |
+char X509_VERIFY_PARAM_new (); |
|
| 5200 |
+int |
|
| 5201 |
+main () |
|
| 5202 |
+{
|
|
| 5203 |
+return X509_VERIFY_PARAM_new (); |
|
| 5204 |
+ ; |
|
| 5205 |
+ return 0; |
|
| 5206 |
+} |
|
| 5207 |
+_ACEOF |
|
| 5208 |
+if ac_fn_c_try_link "$LINENO"; then : |
|
| 5209 |
+ ac_cv_lib_ssl_X509_VERIFY_PARAM_new=yes |
|
| 5210 |
+else |
|
| 5211 |
+ ac_cv_lib_ssl_X509_VERIFY_PARAM_new=no |
|
| 5212 |
+fi |
|
| 5213 |
+rm -f core conftest.err conftest.$ac_objext \ |
|
| 5214 |
+ conftest$ac_exeext conftest.$ac_ext |
|
| 5215 |
+LIBS=$ac_check_lib_save_LIBS |
|
| 5216 |
+fi |
|
| 5217 |
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_X509_VERIFY_PARAM_new" >&5
|
|
| 5218 |
+$as_echo "$ac_cv_lib_ssl_X509_VERIFY_PARAM_new" >&6; } |
|
| 5219 |
+if test "x$ac_cv_lib_ssl_X509_VERIFY_PARAM_new" = xyes; then : |
|
| 5220 |
+ cat >>confdefs.h <<_ACEOF |
|
| 5221 |
+#define HAVE_LIBSSL 1 |
|
| 5222 |
+_ACEOF |
|
| 5223 |
+ |
|
| 5224 |
+ LIBS="-lssl $LIBS" |
|
| 5225 |
+ |
|
| 5226 |
+else |
|
| 5227 |
+ as_fn_error $? "Your OpenSSL installation is missing the X509_VERIFY_PARAM function. Please upgrade to a more recent version of OpenSSL." "$LINENO" 5 |
|
| 5228 |
+fi |
|
| 5229 |
+ |
|
| 5230 |
+ |
|
| 5231 |
+LDFLAGS="$save_LDFLAGS" |
|
| 5232 |
+CFLAGS="$save_CFLAGS" |
|
| 5233 |
+LIBS="$save_LIBS" |
|
| 5234 |
+ |
|
| 5235 |
+SSL_CPPFLAGS=$SSL_CPPFLAGS |
|
| 5236 |
+ |
|
| 5237 |
+SSL_LDFLAGS=$SSL_LDFLAGS |
|
| 5238 |
+ |
|
| 5239 |
+SSL_LIBS=$SSL_LIBS |
|
| 5240 |
+ |
|
| 5241 |
+ |
|
| 5049 | 5242 |
|
| 5050 | 5243 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
|
| 5051 | 5244 |
$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } |
| ... | ... |
@@ -5185,7 +5568,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 +5647,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 +5903,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 +5947,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 +6371,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 +6411,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 +6717,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 +6757,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 +6860,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 +6904,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 +7029,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 +7069,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 +7128,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 +7168,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 +7817,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 +7857,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 +7937,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 +7977,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 +8029,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 +8069,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 +8121,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 +8161,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 +8213,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 +8253,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 +8305,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 +8345,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 +16266,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 +16613,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 +16682,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 +16713,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 +16779,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 +16873,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 +17882,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 +17895,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 +17929,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 \ |
| ... | ... |
@@ -156,6 +200,7 @@ dld_link_la_OBJECTS = $(am_dld_link_la_OBJECTS) |
| 156 | 156 |
AM_V_lt = $(am__v_lt_@AM_V@) |
| 157 | 157 |
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| 158 | 158 |
am__v_lt_0 = --silent |
| 159 |
+am__v_lt_1 = |
|
| 159 | 160 |
dld_link_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 160 | 161 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 161 | 162 |
$(dld_link_la_LDFLAGS) $(LDFLAGS) -o $@ |
| ... | ... |
@@ -210,6 +255,18 @@ shl_load_la_OBJECTS = $(am_shl_load_la_OBJECTS) |
| 210 | 210 |
shl_load_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 211 | 211 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 212 | 212 |
$(shl_load_la_LDFLAGS) $(LDFLAGS) -o $@ |
| 213 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 214 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 215 |
+am__v_P_0 = false |
|
| 216 |
+am__v_P_1 = : |
|
| 217 |
+AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 218 |
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 219 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 220 |
+am__v_GEN_1 = |
|
| 221 |
+AM_V_at = $(am__v_at_@AM_V@) |
|
| 222 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 223 |
+am__v_at_0 = @ |
|
| 224 |
+am__v_at_1 = |
|
| 213 | 225 |
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 214 | 226 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 215 | 227 |
am__depfiles_maybe = depfiles |
| ... | ... |
@@ -222,20 +279,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 222 | 222 |
$(AM_CFLAGS) $(CFLAGS) |
| 223 | 223 |
AM_V_CC = $(am__v_CC_@AM_V@) |
| 224 | 224 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| 225 |
-am__v_CC_0 = @echo " CC " $@; |
|
| 226 |
-AM_V_at = $(am__v_at_@AM_V@) |
|
| 227 |
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 228 |
-am__v_at_0 = @ |
|
| 225 |
+am__v_CC_0 = @echo " CC " $@; |
|
| 226 |
+am__v_CC_1 = |
|
| 229 | 227 |
CCLD = $(CC) |
| 230 | 228 |
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 231 | 229 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 232 | 230 |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 233 | 231 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
| 234 | 232 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| 235 |
-am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 236 |
-AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 237 |
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 238 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 233 |
+am__v_CCLD_0 = @echo " CCLD " $@; |
|
| 234 |
+am__v_CCLD_1 = |
|
| 239 | 235 |
SOURCES = $(dld_link_la_SOURCES) $(dlopen_la_SOURCES) \ |
| 240 | 236 |
$(dyld_la_SOURCES) $(libltdl_la_SOURCES) \ |
| 241 | 237 |
$(libltdlc_la_SOURCES) $(load_add_on_la_SOURCES) \ |
| ... | ... |
@@ -244,10 +297,32 @@ DIST_SOURCES = $(dld_link_la_SOURCES) $(dlopen_la_SOURCES) \ |
| 244 | 244 |
$(dyld_la_SOURCES) $(libltdl_la_SOURCES) \ |
| 245 | 245 |
$(libltdlc_la_SOURCES) $(load_add_on_la_SOURCES) \ |
| 246 | 246 |
$(loadlibrary_la_SOURCES) $(shl_load_la_SOURCES) |
| 247 |
+am__can_run_installinfo = \ |
|
| 248 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 249 |
+ n|no|NO) false;; \ |
|
| 250 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 251 |
+ esac |
|
| 247 | 252 |
am__include_HEADERS_DIST = ltdl.h |
| 248 | 253 |
am__ltdlinclude_HEADERS_DIST = libltdl/lt_system.h libltdl/lt_error.h \ |
| 249 | 254 |
libltdl/lt_dlloader.h |
| 250 | 255 |
HEADERS = $(include_HEADERS) $(ltdlinclude_HEADERS) |
| 256 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 257 |
+# Read a list of newline-separated strings from the standard input, |
|
| 258 |
+# and print each of them once, without duplicates. Input order is |
|
| 259 |
+# *not* preserved. |
|
| 260 |
+am__uniquify_input = $(AWK) '\ |
|
| 261 |
+ BEGIN { nonempty = 0; } \
|
|
| 262 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 263 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 264 |
+' |
|
| 265 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 266 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 267 |
+# for different programs/libraries. |
|
| 268 |
+am__define_uniq_tagged_files = \ |
|
| 269 |
+ list='$(am__tagged_files)'; \ |
|
| 270 |
+ unique=`for i in $$list; do \ |
|
| 271 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 272 |
+ done | $(am__uniquify_input)` |
|
| 251 | 273 |
ETAGS = etags |
| 252 | 274 |
CTAGS = ctags |
| 253 | 275 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| ... | ... |
@@ -551,9 +626,9 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
| 551 | 551 |
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 552 | 552 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 553 | 553 |
$(am__aclocal_m4_deps): |
| 554 |
+ |
|
| 554 | 555 |
install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
| 555 | 556 |
@$(NORMAL_INSTALL) |
| 556 |
- test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" |
|
| 557 | 557 |
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
| 558 | 558 |
list2=; for p in $$list; do \ |
| 559 | 559 |
if test -f $$p; then \ |
| ... | ... |
@@ -561,6 +636,8 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
| 561 | 561 |
else :; fi; \ |
| 562 | 562 |
done; \ |
| 563 | 563 |
test -z "$$list2" || { \
|
| 564 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ |
|
| 565 |
+ $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ |
|
| 564 | 566 |
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ |
| 565 | 567 |
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ |
| 566 | 568 |
} |
| ... | ... |
@@ -576,35 +653,47 @@ uninstall-libLTLIBRARIES: |
| 576 | 576 |
|
| 577 | 577 |
clean-libLTLIBRARIES: |
| 578 | 578 |
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
| 579 |
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
|
| 580 |
- dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ |
|
| 581 |
- test "$$dir" != "$$p" || dir=.; \ |
|
| 582 |
- echo "rm -f \"$${dir}/so_locations\""; \
|
|
| 583 |
- rm -f "$${dir}/so_locations"; \
|
|
| 584 |
- done |
|
| 579 |
+ @list='$(lib_LTLIBRARIES)'; \ |
|
| 580 |
+ locs=`for p in $$list; do echo $$p; done | \ |
|
| 581 |
+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ |
|
| 582 |
+ sort -u`; \ |
|
| 583 |
+ test -z "$$locs" || { \
|
|
| 584 |
+ echo rm -f $${locs}; \
|
|
| 585 |
+ rm -f $${locs}; \
|
|
| 586 |
+ } |
|
| 585 | 587 |
|
| 586 | 588 |
clean-noinstLTLIBRARIES: |
| 587 | 589 |
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) |
| 588 |
- @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ |
|
| 589 |
- dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ |
|
| 590 |
- test "$$dir" != "$$p" || dir=.; \ |
|
| 591 |
- echo "rm -f \"$${dir}/so_locations\""; \
|
|
| 592 |
- rm -f "$${dir}/so_locations"; \
|
|
| 593 |
- done |
|
| 590 |
+ @list='$(noinst_LTLIBRARIES)'; \ |
|
| 591 |
+ locs=`for p in $$list; do echo $$p; done | \ |
|
| 592 |
+ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ |
|
| 593 |
+ sort -u`; \ |
|
| 594 |
+ test -z "$$locs" || { \
|
|
| 595 |
+ echo rm -f $${locs}; \
|
|
| 596 |
+ rm -f $${locs}; \
|
|
| 597 |
+ } |
|
| 598 |
+ |
|
| 594 | 599 |
dld_link.la: $(dld_link_la_OBJECTS) $(dld_link_la_DEPENDENCIES) $(EXTRA_dld_link_la_DEPENDENCIES) |
| 595 | 600 |
$(AM_V_CCLD)$(dld_link_la_LINK) $(dld_link_la_OBJECTS) $(dld_link_la_LIBADD) $(LIBS) |
| 601 |
+ |
|
| 596 | 602 |
dlopen.la: $(dlopen_la_OBJECTS) $(dlopen_la_DEPENDENCIES) $(EXTRA_dlopen_la_DEPENDENCIES) |
| 597 | 603 |
$(AM_V_CCLD)$(dlopen_la_LINK) $(dlopen_la_OBJECTS) $(dlopen_la_LIBADD) $(LIBS) |
| 604 |
+ |
|
| 598 | 605 |
dyld.la: $(dyld_la_OBJECTS) $(dyld_la_DEPENDENCIES) $(EXTRA_dyld_la_DEPENDENCIES) |
| 599 | 606 |
$(AM_V_CCLD)$(dyld_la_LINK) $(dyld_la_OBJECTS) $(dyld_la_LIBADD) $(LIBS) |
| 607 |
+ |
|
| 600 | 608 |
libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES) $(EXTRA_libltdl_la_DEPENDENCIES) |
| 601 | 609 |
$(AM_V_CCLD)$(libltdl_la_LINK) $(am_libltdl_la_rpath) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS) |
| 610 |
+ |
|
| 602 | 611 |
libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES) $(EXTRA_libltdlc_la_DEPENDENCIES) |
| 603 | 612 |
$(AM_V_CCLD)$(libltdlc_la_LINK) $(am_libltdlc_la_rpath) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS) |
| 613 |
+ |
|
| 604 | 614 |
load_add_on.la: $(load_add_on_la_OBJECTS) $(load_add_on_la_DEPENDENCIES) $(EXTRA_load_add_on_la_DEPENDENCIES) |
| 605 | 615 |
$(AM_V_CCLD)$(load_add_on_la_LINK) $(load_add_on_la_OBJECTS) $(load_add_on_la_LIBADD) $(LIBS) |
| 616 |
+ |
|
| 606 | 617 |
loadlibrary.la: $(loadlibrary_la_OBJECTS) $(loadlibrary_la_DEPENDENCIES) $(EXTRA_loadlibrary_la_DEPENDENCIES) |
| 607 | 618 |
$(AM_V_CCLD)$(loadlibrary_la_LINK) $(loadlibrary_la_OBJECTS) $(loadlibrary_la_LIBADD) $(LIBS) |
| 619 |
+ |
|
| 608 | 620 |
shl_load.la: $(shl_load_la_OBJECTS) $(shl_load_la_DEPENDENCIES) $(EXTRA_shl_load_la_DEPENDENCIES) |
| 609 | 621 |
$(AM_V_CCLD)$(shl_load_la_LINK) $(shl_load_la_OBJECTS) $(shl_load_la_LIBADD) $(LIBS) |
| 610 | 622 |
|
| ... | ... |
@@ -638,14 +727,14 @@ distclean-compile: |
| 638 | 638 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 639 | 639 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 640 | 640 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 641 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 641 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 642 | 642 |
|
| 643 | 643 |
.c.obj: |
| 644 | 644 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 645 | 645 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 646 | 646 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 647 | 647 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 648 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
| 648 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 649 | 649 |
|
| 650 | 650 |
.c.lo: |
| 651 | 651 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -787,8 +876,11 @@ clean-libtool: |
| 787 | 787 |
-rm -rf .libs _libs |
| 788 | 788 |
install-includeHEADERS: $(include_HEADERS) |
| 789 | 789 |
@$(NORMAL_INSTALL) |
| 790 |
- test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" |
|
| 791 | 790 |
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ |
| 791 |
+ if test -n "$$list"; then \ |
|
| 792 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ |
|
| 793 |
+ $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ |
|
| 794 |
+ fi; \ |
|
| 792 | 795 |
for p in $$list; do \ |
| 793 | 796 |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| 794 | 797 |
echo "$$d$$p"; \ |
| ... | ... |
@@ -805,8 +897,11 @@ uninstall-includeHEADERS: |
| 805 | 805 |
dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) |
| 806 | 806 |
install-ltdlincludeHEADERS: $(ltdlinclude_HEADERS) |
| 807 | 807 |
@$(NORMAL_INSTALL) |
| 808 |
- test -z "$(ltdlincludedir)" || $(MKDIR_P) "$(DESTDIR)$(ltdlincludedir)" |
|
| 809 | 808 |
@list='$(ltdlinclude_HEADERS)'; test -n "$(ltdlincludedir)" || list=; \ |
| 809 |
+ if test -n "$$list"; then \ |
|
| 810 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(ltdlincludedir)'"; \ |
|
| 811 |
+ $(MKDIR_P) "$(DESTDIR)$(ltdlincludedir)" || exit 1; \ |
|
| 812 |
+ fi; \ |
|
| 810 | 813 |
for p in $$list; do \ |
| 811 | 814 |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| 812 | 815 |
echo "$$d$$p"; \ |
| ... | ... |
@@ -822,26 +917,15 @@ uninstall-ltdlincludeHEADERS: |
| 822 | 822 |
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| 823 | 823 |
dir='$(DESTDIR)$(ltdlincludedir)'; $(am__uninstall_files_from_dir) |
| 824 | 824 |
|
| 825 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 826 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 827 |
- unique=`for i in $$list; do \ |
|
| 828 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 829 |
- done | \ |
|
| 830 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 831 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 832 |
- mkid -fID $$unique |
|
| 833 |
-tags: TAGS |
|
| 834 |
- |
|
| 835 |
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 836 |
- $(TAGS_FILES) $(LISP) |
|
| 825 |
+ID: $(am__tagged_files) |
|
| 826 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 827 |
+tags: tags-am |
|
| 828 |
+TAGS: tags |
|
| 829 |
+ |
|
| 830 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 837 | 831 |
set x; \ |
| 838 | 832 |
here=`pwd`; \ |
| 839 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 840 |
- unique=`for i in $$list; do \ |
|
| 841 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 842 |
- done | \ |
|
| 843 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 844 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 833 |
+ $(am__define_uniq_tagged_files); \ |
|
| 845 | 834 |
shift; \ |
| 846 | 835 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 847 | 836 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -853,15 +937,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 853 | 853 |
$$unique; \ |
| 854 | 854 |
fi; \ |
| 855 | 855 |
fi |
| 856 |
-ctags: CTAGS |
|
| 857 |
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 858 |
- $(TAGS_FILES) $(LISP) |
|
| 859 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 860 |
- unique=`for i in $$list; do \ |
|
| 861 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 862 |
- done | \ |
|
| 863 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 864 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 856 |
+ctags: ctags-am |
|
| 857 |
+ |
|
| 858 |
+CTAGS: ctags |
|
| 859 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 860 |
+ $(am__define_uniq_tagged_files); \ |
|
| 865 | 861 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 866 | 862 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 867 | 863 |
$$unique |
| ... | ... |
@@ -870,6 +950,21 @@ GTAGS: |
| 870 | 870 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 871 | 871 |
&& $(am__cd) $(top_srcdir) \ |
| 872 | 872 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 873 |
+cscopelist: cscopelist-am |
|
| 874 |
+ |
|
| 875 |
+cscopelist-am: $(am__tagged_files) |
|
| 876 |
+ list='$(am__tagged_files)'; \ |
|
| 877 |
+ case "$(srcdir)" in \ |
|
| 878 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 879 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 880 |
+ esac; \ |
|
| 881 |
+ for i in $$list; do \ |
|
| 882 |
+ if test -f "$$i"; then \ |
|
| 883 |
+ echo "$(subdir)/$$i"; \ |
|
| 884 |
+ else \ |
|
| 885 |
+ echo "$$sdir/$$i"; \ |
|
| 886 |
+ fi; \ |
|
| 887 |
+ done >> $(top_builddir)/cscope.files |
|
| 873 | 888 |
|
| 874 | 889 |
distclean-tags: |
| 875 | 890 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| ... | ... |
@@ -1020,20 +1115,20 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \ |
| 1020 | 1020 |
|
| 1021 | 1021 |
.MAKE: all check install install-am install-strip |
| 1022 | 1022 |
|
| 1023 |
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ |
|
| 1023 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ |
|
| 1024 | 1024 |
clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \ |
| 1025 |
- ctags distclean distclean-compile distclean-generic \ |
|
| 1026 |
- distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|
| 1027 |
- html-am info info-am install install-am install-data \ |
|
| 1028 |
- install-data-am install-dvi install-dvi-am install-exec \ |
|
| 1029 |
- install-exec-am install-html install-html-am \ |
|
| 1025 |
+ cscopelist-am ctags ctags-am distclean distclean-compile \ |
|
| 1026 |
+ distclean-generic distclean-libtool distclean-tags distdir dvi \ |
|
| 1027 |
+ dvi-am html html-am info info-am install install-am \ |
|
| 1028 |
+ install-data install-data-am install-dvi install-dvi-am \ |
|
| 1029 |
+ install-exec install-exec-am install-html install-html-am \ |
|
| 1030 | 1030 |
install-includeHEADERS install-info install-info-am \ |
| 1031 | 1031 |
install-libLTLIBRARIES install-ltdlincludeHEADERS install-man \ |
| 1032 | 1032 |
install-pdf install-pdf-am install-ps install-ps-am \ |
| 1033 | 1033 |
install-strip installcheck installcheck-am installdirs \ |
| 1034 | 1034 |
maintainer-clean maintainer-clean-generic mostlyclean \ |
| 1035 | 1035 |
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ |
| 1036 |
- pdf pdf-am ps ps-am tags uninstall uninstall-am \ |
|
| 1036 |
+ pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ |
|
| 1037 | 1037 |
uninstall-includeHEADERS uninstall-libLTLIBRARIES \ |
| 1038 | 1038 |
uninstall-ltdlincludeHEADERS |
| 1039 | 1039 |
|
| ... | ... |
@@ -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 \ |
| ... | ... |
@@ -141,6 +186,19 @@ sigtool_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 = $(sigtool_SOURCES) |
| 171 | 167 |
DIST_SOURCES = $(sigtool_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) |
| ... | ... |
@@ -428,14 +504,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 428 | 428 |
$(am__aclocal_m4_deps): |
| 429 | 429 |
install-binPROGRAMS: $(bin_PROGRAMS) |
| 430 | 430 |
@$(NORMAL_INSTALL) |
| 431 |
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" |
|
| 432 | 431 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 432 |
+ if test -n "$$list"; then \ |
|
| 433 |
+ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
|
| 434 |
+ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
|
| 435 |
+ fi; \ |
|
| 433 | 436 |
for p in $$list; do echo "$$p $$p"; done | \ |
| 434 | 437 |
sed 's/$(EXEEXT)$$//' | \ |
| 435 |
- while read p p1; do if test -f $$p || test -f $$p1; \ |
|
| 436 |
- then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 438 |
+ while read p p1; do if test -f $$p \ |
|
| 439 |
+ || test -f $$p1 \ |
|
| 440 |
+ ; then echo "$$p"; echo "$$p"; else :; fi; \ |
|
| 437 | 441 |
done | \ |
| 438 |
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ |
|
| 442 |
+ sed -e 'p;s,.*/,,;n;h' \ |
|
| 443 |
+ -e 's|.*|.|' \ |
|
| 439 | 444 |
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
| 440 | 445 |
sed 'N;N;N;s,\n, ,g' | \ |
| 441 | 446 |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
| ... | ... |
@@ -456,7 +537,8 @@ uninstall-binPROGRAMS: |
| 456 | 456 |
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
| 457 | 457 |
files=`for p in $$list; do echo "$$p"; done | \ |
| 458 | 458 |
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
| 459 |
- -e 's/$$/$(EXEEXT)/' `; \ |
|
| 459 |
+ -e 's/$$/$(EXEEXT)/' \ |
|
| 460 |
+ `; \ |
|
| 460 | 461 |
test -n "$$list" || exit 0; \ |
| 461 | 462 |
echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
| 462 | 463 |
cd "$(DESTDIR)$(bindir)" && rm -f $$files |
| ... | ... |
@@ -485,6 +567,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS) |
| 485 | 485 |
else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ |
| 486 | 486 |
done; \ |
| 487 | 487 |
done; rm -f c$${pid}_.???; exit $$bad
|
| 488 |
+ |
|
| 488 | 489 |
sigtool$(EXEEXT): $(sigtool_OBJECTS) $(sigtool_DEPENDENCIES) $(EXTRA_sigtool_DEPENDENCIES) |
| 489 | 490 |
@rm -f sigtool$(EXEEXT) |
| 490 | 491 |
$(AM_V_CCLD)$(LINK) $(sigtool_OBJECTS) $(sigtool_LDADD) $(LIBS) |
| ... | ... |
@@ -509,14 +592,14 @@ distclean-compile: |
| 509 | 509 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 510 | 510 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 511 | 511 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 512 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 512 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 513 | 513 |
|
| 514 | 514 |
.c.obj: |
| 515 | 515 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 516 | 516 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 517 | 517 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 518 | 518 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 519 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` |
|
| 519 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 520 | 520 |
|
| 521 | 521 |
.c.lo: |
| 522 | 522 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -615,26 +698,15 @@ mostlyclean-libtool: |
| 615 | 615 |
clean-libtool: |
| 616 | 616 |
-rm -rf .libs _libs |
| 617 | 617 |
|
| 618 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 619 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 620 |
- unique=`for i in $$list; do \ |
|
| 621 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 622 |
- done | \ |
|
| 623 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 624 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 625 |
- mkid -fID $$unique |
|
| 626 |
-tags: TAGS |
|
| 627 |
- |
|
| 628 |
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 629 |
- $(TAGS_FILES) $(LISP) |
|
| 618 |
+ID: $(am__tagged_files) |
|
| 619 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 620 |
+tags: tags-am |
|
| 621 |
+TAGS: tags |
|
| 622 |
+ |
|
| 623 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 630 | 624 |
set x; \ |
| 631 | 625 |
here=`pwd`; \ |
| 632 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 633 |
- unique=`for i in $$list; do \ |
|
| 634 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 635 |
- done | \ |
|
| 636 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 637 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 626 |
+ $(am__define_uniq_tagged_files); \ |
|
| 638 | 627 |
shift; \ |
| 639 | 628 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 640 | 629 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -646,15 +718,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 646 | 646 |
$$unique; \ |
| 647 | 647 |
fi; \ |
| 648 | 648 |
fi |
| 649 |
-ctags: CTAGS |
|
| 650 |
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 651 |
- $(TAGS_FILES) $(LISP) |
|
| 652 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 653 |
- unique=`for i in $$list; do \ |
|
| 654 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 655 |
- done | \ |
|
| 656 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 657 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 649 |
+ctags: ctags-am |
|
| 650 |
+ |
|
| 651 |
+CTAGS: ctags |
|
| 652 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 653 |
+ $(am__define_uniq_tagged_files); \ |
|
| 658 | 654 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 659 | 655 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 660 | 656 |
$$unique |
| ... | ... |
@@ -663,6 +731,21 @@ GTAGS: |
| 663 | 663 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 664 | 664 |
&& $(am__cd) $(top_srcdir) \ |
| 665 | 665 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 666 |
+cscopelist: cscopelist-am |
|
| 667 |
+ |
|
| 668 |
+cscopelist-am: $(am__tagged_files) |
|
| 669 |
+ list='$(am__tagged_files)'; \ |
|
| 670 |
+ case "$(srcdir)" in \ |
|
| 671 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 672 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 673 |
+ esac; \ |
|
| 674 |
+ for i in $$list; do \ |
|
| 675 |
+ if test -f "$$i"; then \ |
|
| 676 |
+ echo "$(subdir)/$$i"; \ |
|
| 677 |
+ else \ |
|
| 678 |
+ echo "$$sdir/$$i"; \ |
|
| 679 |
+ fi; \ |
|
| 680 |
+ done >> $(top_builddir)/cscope.files |
|
| 666 | 681 |
|
| 667 | 682 |
distclean-tags: |
| 668 | 683 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| ... | ... |
@@ -807,19 +890,20 @@ uninstall-am: uninstall-binPROGRAMS |
| 807 | 807 |
|
| 808 | 808 |
.MAKE: install-am install-strip |
| 809 | 809 |
|
| 810 |
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ |
|
| 811 |
- clean-generic clean-libtool ctags distclean distclean-compile \ |
|
| 812 |
- distclean-generic distclean-libtool distclean-tags distdir dvi \ |
|
| 813 |
- dvi-am html html-am info info-am install install-am \ |
|
| 814 |
- install-binPROGRAMS install-data install-data-am install-dvi \ |
|
| 815 |
- install-dvi-am install-exec install-exec-am install-html \ |
|
| 816 |
- install-html-am install-info install-info-am install-man \ |
|
| 817 |
- install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 818 |
- install-strip installcheck installcheck-am \ |
|
| 819 |
- installcheck-binPROGRAMS installdirs maintainer-clean \ |
|
| 820 |
- maintainer-clean-generic mostlyclean mostlyclean-compile \ |
|
| 821 |
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 822 |
- tags uninstall uninstall-am uninstall-binPROGRAMS |
|
| 810 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ |
|
| 811 |
+ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ |
|
| 812 |
+ ctags ctags-am distclean distclean-compile distclean-generic \ |
|
| 813 |
+ distclean-libtool distclean-tags distdir dvi dvi-am html \ |
|
| 814 |
+ html-am info info-am install install-am install-binPROGRAMS \ |
|
| 815 |
+ install-data install-data-am install-dvi install-dvi-am \ |
|
| 816 |
+ install-exec install-exec-am install-html install-html-am \ |
|
| 817 |
+ install-info install-info-am install-man install-pdf \ |
|
| 818 |
+ install-pdf-am install-ps install-ps-am install-strip \ |
|
| 819 |
+ installcheck installcheck-am installcheck-binPROGRAMS \ |
|
| 820 |
+ installdirs maintainer-clean maintainer-clean-generic \ |
|
| 821 |
+ mostlyclean mostlyclean-compile mostlyclean-generic \ |
|
| 822 |
+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
|
| 823 |
+ uninstall-am uninstall-binPROGRAMS |
|
| 823 | 824 |
|
| 824 | 825 |
|
| 825 | 826 |
# 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 \ |
| ... | ... |
@@ -113,14 +157,26 @@ mkinstalldirs = $(install_sh) -d |
| 113 | 113 |
CONFIG_HEADER = $(top_builddir)/clamav-config.h |
| 114 | 114 |
CONFIG_CLEAN_FILES = |
| 115 | 115 |
CONFIG_CLEAN_VPATH_FILES = |
| 116 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 117 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 118 |
+am__v_P_0 = false |
|
| 119 |
+am__v_P_1 = : |
|
| 116 | 120 |
AM_V_GEN = $(am__v_GEN_@AM_V@) |
| 117 | 121 |
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| 118 |
-am__v_GEN_0 = @echo " GEN " $@; |
|
| 122 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 123 |
+am__v_GEN_1 = |
|
| 119 | 124 |
AM_V_at = $(am__v_at_@AM_V@) |
| 120 | 125 |
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| 121 | 126 |
am__v_at_0 = @ |
| 127 |
+am__v_at_1 = |
|
| 122 | 128 |
SOURCES = |
| 123 | 129 |
DIST_SOURCES = |
| 130 |
+am__can_run_installinfo = \ |
|
| 131 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 132 |
+ n|no|NO) false;; \ |
|
| 133 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 134 |
+ esac |
|
| 135 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 124 | 136 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 125 | 137 |
ACLOCAL = @ACLOCAL@ |
| 126 | 138 |
AMTAR = @AMTAR@ |
| ... | ... |
@@ -377,11 +433,11 @@ mostlyclean-libtool: |
| 377 | 377 |
|
| 378 | 378 |
clean-libtool: |
| 379 | 379 |
-rm -rf .libs _libs |
| 380 |
-tags: TAGS |
|
| 381 |
-TAGS: |
|
| 380 |
+tags TAGS: |
|
| 381 |
+ |
|
| 382 |
+ctags CTAGS: |
|
| 382 | 383 |
|
| 383 |
-ctags: CTAGS |
|
| 384 |
-CTAGS: |
|
| 384 |
+cscope cscopelist: |
|
| 385 | 385 |
|
| 386 | 386 |
|
| 387 | 387 |
distdir: $(DISTFILES) |
| ... | ... |
@@ -517,16 +573,16 @@ uninstall-am: |
| 517 | 517 |
.MAKE: install-am install-strip |
| 518 | 518 |
|
| 519 | 519 |
.PHONY: all all-am check check-am clean clean-generic clean-libtool \ |
| 520 |
- clean-local distclean distclean-generic distclean-libtool \ |
|
| 521 |
- distdir dvi dvi-am html html-am info info-am install \ |
|
| 522 |
- install-am install-data install-data-am install-dvi \ |
|
| 520 |
+ clean-local cscopelist-am ctags-am distclean distclean-generic \ |
|
| 521 |
+ distclean-libtool distdir dvi dvi-am html html-am info info-am \ |
|
| 522 |
+ install install-am install-data install-data-am install-dvi \ |
|
| 523 | 523 |
install-dvi-am install-exec install-exec-am install-html \ |
| 524 | 524 |
install-html-am install-info install-info-am install-man \ |
| 525 | 525 |
install-pdf install-pdf-am install-ps install-ps-am \ |
| 526 | 526 |
install-strip installcheck installcheck-am installdirs \ |
| 527 | 527 |
maintainer-clean maintainer-clean-generic mostlyclean \ |
| 528 | 528 |
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
| 529 |
- uninstall uninstall-am |
|
| 529 |
+ tags-am uninstall uninstall-am |
|
| 530 | 530 |
|
| 531 | 531 |
|
| 532 | 532 |
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 \ |
| ... | ... |
@@ -139,6 +184,7 @@ check_clamav_OBJECTS = $(am_check_clamav_OBJECTS) |
| 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 = |
|
| 142 | 143 |
check_clamav_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
| 143 | 144 |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(check_clamav_CFLAGS) \ |
| 144 | 145 |
$(CFLAGS) $(check_clamav_LDFLAGS) $(LDFLAGS) -o $@ |
| ... | ... |
@@ -155,6 +201,18 @@ am_check_fpu_endian_OBJECTS = \ |
| 155 | 155 |
check_fpu_endian_OBJECTS = $(am_check_fpu_endian_OBJECTS) |
| 156 | 156 |
check_fpu_endian_DEPENDENCIES = \ |
| 157 | 157 |
$(top_builddir)/libclamav/libclamav.la |
| 158 |
+AM_V_P = $(am__v_P_@AM_V@) |
|
| 159 |
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
| 160 |
+am__v_P_0 = false |
|
| 161 |
+am__v_P_1 = : |
|
| 162 |
+AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
| 163 |
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
| 164 |
+am__v_GEN_0 = @echo " GEN " $@; |
|
| 165 |
+am__v_GEN_1 = |
|
| 166 |
+AM_V_at = $(am__v_at_@AM_V@) |
|
| 167 |
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
| 168 |
+am__v_at_0 = @ |
|
| 169 |
+am__v_at_1 = |
|
| 158 | 170 |
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
| 159 | 171 |
depcomp = $(SHELL) $(top_srcdir)/config/depcomp |
| 160 | 172 |
am__depfiles_maybe = depfiles |
| ... | ... |
@@ -167,40 +225,65 @@ 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 = $(check_clamav_SOURCES) $(check_clamd_SOURCES) \ |
| 185 | 181 |
$(check_fpu_endian_SOURCES) |
| 186 | 182 |
DIST_SOURCES = $(am__check_clamav_SOURCES_DIST) \ |
| 187 | 183 |
$(am__check_clamd_SOURCES_DIST) $(check_fpu_endian_SOURCES) |
| 184 |
+am__can_run_installinfo = \ |
|
| 185 |
+ case $$AM_UPDATE_INFO_DIR in \ |
|
| 186 |
+ n|no|NO) false;; \ |
|
| 187 |
+ *) (install-info --version) >/dev/null 2>&1;; \ |
|
| 188 |
+ esac |
|
| 189 |
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
| 190 |
+# Read a list of newline-separated strings from the standard input, |
|
| 191 |
+# and print each of them once, without duplicates. Input order is |
|
| 192 |
+# *not* preserved. |
|
| 193 |
+am__uniquify_input = $(AWK) '\ |
|
| 194 |
+ BEGIN { nonempty = 0; } \
|
|
| 195 |
+ { items[$$0] = 1; nonempty = 1; } \
|
|
| 196 |
+ END { if (nonempty) { for (i in items) print i; }; } \
|
|
| 197 |
+' |
|
| 198 |
+# Make sure the list of sources is unique. This is necessary because, |
|
| 199 |
+# e.g., the same source file might be shared among _SOURCES variables |
|
| 200 |
+# for different programs/libraries. |
|
| 201 |
+am__define_uniq_tagged_files = \ |
|
| 202 |
+ list='$(am__tagged_files)'; \ |
|
| 203 |
+ unique=`for i in $$list; do \ |
|
| 204 |
+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 205 |
+ done | $(am__uniquify_input)` |
|
| 188 | 206 |
ETAGS = etags |
| 189 | 207 |
CTAGS = ctags |
| 190 |
-# If stdout is a non-dumb tty, use colors. If test -t is not supported, |
|
| 191 |
-# then this fails; a conservative approach. Of course do not redirect |
|
| 192 |
-# stdout here, just stderr. |
|
| 193 |
-am__tty_colors = \ |
|
| 194 |
-red=; grn=; lgn=; blu=; std=; \ |
|
| 195 |
-test "X$(AM_COLOR_TESTS)" != Xno \ |
|
| 196 |
-&& test "X$$TERM" != Xdumb \ |
|
| 197 |
-&& { test "X$(AM_COLOR_TESTS)" = Xalways || test -t 1 2>/dev/null; } \
|
|
| 198 |
-&& { \
|
|
| 199 |
- red='[0;31m'; \ |
|
| 200 |
- grn='[0;32m'; \ |
|
| 201 |
- lgn='[1;32m'; \ |
|
| 202 |
- blu='[1;34m'; \ |
|
| 203 |
- std='[m'; \ |
|
| 208 |
+am__tty_colors_dummy = \ |
|
| 209 |
+ mgn= red= grn= lgn= blu= brg= std=; \ |
|
| 210 |
+ am__color_tests=no |
|
| 211 |
+am__tty_colors = { \
|
|
| 212 |
+ $(am__tty_colors_dummy); \ |
|
| 213 |
+ if test "X$(AM_COLOR_TESTS)" = Xno; then \ |
|
| 214 |
+ am__color_tests=no; \ |
|
| 215 |
+ elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ |
|
| 216 |
+ am__color_tests=yes; \ |
|
| 217 |
+ elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
|
|
| 218 |
+ am__color_tests=yes; \ |
|
| 219 |
+ fi; \ |
|
| 220 |
+ if test $$am__color_tests = yes; then \ |
|
| 221 |
+ red='[0;31m'; \ |
|
| 222 |
+ grn='[0;32m'; \ |
|
| 223 |
+ lgn='[1;32m'; \ |
|
| 224 |
+ blu='[1;34m'; \ |
|
| 225 |
+ mgn='[0;35m'; \ |
|
| 226 |
+ brg='[1m'; \ |
|
| 227 |
+ std='[m'; \ |
|
| 228 |
+ fi; \ |
|
| 204 | 229 |
} |
| 205 | 230 |
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
| 206 | 231 |
am__vpath_adj = case $$p in \ |
| ... | ... |
@@ -229,91 +312,161 @@ am__uninstall_files_from_dir = { \
|
| 229 | 229 |
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
| 230 | 230 |
$(am__cd) "$$dir" && rm -f $$files; }; \ |
| 231 | 231 |
} |
| 232 |
-# Restructured Text title and section. |
|
| 233 |
-am__rst_title = sed 's/.*/ & /;h;s/./=/g;p;x;p;g;p;s/.*//' |
|
| 234 |
-am__rst_section = sed 'p;s/./=/g;p;g' |
|
| 235 |
-# Put stdin (possibly several lines separated by ". ") in a box. |
|
| 236 |
-# Prefix each line by 'col' and terminate each with 'std', for coloring. |
|
| 237 |
-# Multi line coloring is problematic with "less -R", so we really need |
|
| 238 |
-# to color each line individually. |
|
| 239 |
-am__text_box = $(AWK) '{ \
|
|
| 240 |
- n = split($$0, lines, "\\. "); max = 0; \ |
|
| 241 |
- for (i = 1; i <= n; ++i) \ |
|
| 242 |
- if (max < length(lines[i])) \ |
|
| 243 |
- max = length(lines[i]); \ |
|
| 244 |
- for (i = 0; i < max; ++i) \ |
|
| 245 |
- line = line "="; \ |
|
| 246 |
- print col line std; \ |
|
| 247 |
- for (i = 1; i <= n; ++i) \ |
|
| 248 |
- if (lines[i]) \ |
|
| 249 |
- print col lines[i] std; \ |
|
| 250 |
- print col line std; \ |
|
| 232 |
+am__recheck_rx = ^[ ]*:recheck:[ ]* |
|
| 233 |
+am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* |
|
| 234 |
+am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* |
|
| 235 |
+# A command that, given a newline-separated list of test names on the |
|
| 236 |
+# standard input, print the name of the tests that are to be re-run |
|
| 237 |
+# upon "make recheck". |
|
| 238 |
+am__list_recheck_tests = $(AWK) '{ \
|
|
| 239 |
+ recheck = 1; \ |
|
| 240 |
+ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ |
|
| 241 |
+ { \
|
|
| 242 |
+ if (rc < 0) \ |
|
| 243 |
+ { \
|
|
| 244 |
+ if ((getline line2 < ($$0 ".log")) < 0) \ |
|
| 245 |
+ recheck = 0; \ |
|
| 246 |
+ break; \ |
|
| 247 |
+ } \ |
|
| 248 |
+ else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ |
|
| 249 |
+ { \
|
|
| 250 |
+ recheck = 0; \ |
|
| 251 |
+ break; \ |
|
| 252 |
+ } \ |
|
| 253 |
+ else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ |
|
| 254 |
+ { \
|
|
| 255 |
+ break; \ |
|
| 256 |
+ } \ |
|
| 257 |
+ }; \ |
|
| 258 |
+ if (recheck) \ |
|
| 259 |
+ print $$0; \ |
|
| 260 |
+ close ($$0 ".trs"); \ |
|
| 261 |
+ close ($$0 ".log"); \ |
|
| 262 |
+}' |
|
| 263 |
+# A command that, given a newline-separated list of test names on the |
|
| 264 |
+# standard input, create the global log from their .trs and .log files. |
|
| 265 |
+am__create_global_log = $(AWK) ' \ |
|
| 266 |
+function fatal(msg) \ |
|
| 267 |
+{ \
|
|
| 268 |
+ print "fatal: making $@: " msg | "cat >&2"; \ |
|
| 269 |
+ exit 1; \ |
|
| 270 |
+} \ |
|
| 271 |
+function rst_section(header) \ |
|
| 272 |
+{ \
|
|
| 273 |
+ print header; \ |
|
| 274 |
+ len = length(header); \ |
|
| 275 |
+ for (i = 1; i <= len; i = i + 1) \ |
|
| 276 |
+ printf "="; \ |
|
| 277 |
+ printf "\n\n"; \ |
|
| 278 |
+} \ |
|
| 279 |
+{ \
|
|
| 280 |
+ copy_in_global_log = 1; \ |
|
| 281 |
+ global_test_result = "RUN"; \ |
|
| 282 |
+ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ |
|
| 283 |
+ { \
|
|
| 284 |
+ if (rc < 0) \ |
|
| 285 |
+ fatal("failed to read from " $$0 ".trs"); \
|
|
| 286 |
+ if (line ~ /$(am__global_test_result_rx)/) \ |
|
| 287 |
+ { \
|
|
| 288 |
+ sub("$(am__global_test_result_rx)", "", line); \
|
|
| 289 |
+ sub("[ ]*$$", "", line); \
|
|
| 290 |
+ global_test_result = line; \ |
|
| 291 |
+ } \ |
|
| 292 |
+ else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ |
|
| 293 |
+ copy_in_global_log = 0; \ |
|
| 294 |
+ }; \ |
|
| 295 |
+ if (copy_in_global_log) \ |
|
| 296 |
+ { \
|
|
| 297 |
+ rst_section(global_test_result ": " $$0); \ |
|
| 298 |
+ while ((rc = (getline line < ($$0 ".log"))) != 0) \ |
|
| 299 |
+ { \
|
|
| 300 |
+ if (rc < 0) \ |
|
| 301 |
+ fatal("failed to read from " $$0 ".log"); \
|
|
| 302 |
+ print line; \ |
|
| 303 |
+ }; \ |
|
| 304 |
+ printf "\n"; \ |
|
| 305 |
+ }; \ |
|
| 306 |
+ close ($$0 ".trs"); \ |
|
| 307 |
+ close ($$0 ".log"); \ |
|
| 251 | 308 |
}' |
| 309 |
+# Restructured Text title. |
|
| 310 |
+am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
|
|
| 252 | 311 |
# Solaris 10 'make', and several other traditional 'make' implementations, |
| 253 | 312 |
# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it |
| 254 | 313 |
# by disabling -e (using the XSI extension "set +e") if it's set. |
| 255 | 314 |
am__sh_e_setup = case $$- in *e*) set +e;; esac |
| 315 |
+# Default flags passed to test drivers. |
|
| 316 |
+am__common_driver_flags = \ |
|
| 317 |
+ --color-tests "$$am__color_tests" \ |
|
| 318 |
+ --enable-hard-errors "$$am__enable_hard_errors" \ |
|
| 319 |
+ --expect-failure "$$am__expect_failure" |
|
| 256 | 320 |
# To be inserted before the command running the test. Creates the |
| 257 | 321 |
# directory for the log if needed. Stores in $dir the directory |
| 258 |
-# containing $f, in $tst the test, in $log the log, and passes |
|
| 259 |
-# TESTS_ENVIRONMENT. Save and restore TERM around use of |
|
| 260 |
-# TESTS_ENVIRONMENT, in case that unsets it. |
|
| 322 |
+# containing $f, in $tst the test, in $log the log. Executes the |
|
| 323 |
+# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and |
|
| 324 |
+# passes TESTS_ENVIRONMENT. Set up options for the wrapper that |
|
| 325 |
+# will run the test scripts (or their associated LOG_COMPILER, if |
|
| 326 |
+# thy have one). |
|
| 261 | 327 |
am__check_pre = \ |
| 262 | 328 |
$(am__sh_e_setup); \ |
| 263 | 329 |
$(am__vpath_adj_setup) $(am__vpath_adj) \ |
| 330 |
+$(am__tty_colors); \ |
|
| 264 | 331 |
srcdir=$(srcdir); export srcdir; \ |
| 265 |
-rm -f $@-t; \ |
|
| 266 |
-am__trap='rm -f '\''$(abs_builddir)/$@-t'\''; (exit $$st); exit $$st'; \ |
|
| 267 |
-trap "st=129; $$am__trap" 1; trap "st=130; $$am__trap" 2; \ |
|
| 268 |
-trap "st=141; $$am__trap" 13; trap "st=143; $$am__trap" 15; \ |
|
| 269 |
-am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`; \ |
|
| 270 |
-test "x$$am__odir" = x. || $(MKDIR_P) "$$am__odir" || exit $$?; \ |
|
| 332 |
+case "$@" in \ |
|
| 333 |
+ */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ |
|
| 334 |
+ *) am__odir=.;; \ |
|
| 335 |
+esac; \ |
|
| 336 |
+test "x$$am__odir" = x"." || test -d "$$am__odir" \ |
|
| 337 |
+ || $(MKDIR_P) "$$am__odir" || exit $$?; \ |
|
| 271 | 338 |
if test -f "./$$f"; then dir=./; \ |
| 272 | 339 |
elif test -f "$$f"; then dir=; \ |
| 273 | 340 |
else dir="$(srcdir)/"; fi; \ |
| 274 |
-tst=$$dir$$f; log='$@'; __SAVED_TERM=$$TERM; \ |
|
| 275 |
-$(TESTS_ENVIRONMENT) |
|
| 276 |
-# To be appended to the command running the test. Handle the stdout |
|
| 277 |
-# and stderr redirection, and catch the exit status. |
|
| 278 |
-am__check_post = \ |
|
| 279 |
->$@-t 2>&1; \ |
|
| 280 |
-estatus=$$?; \ |
|
| 281 |
-if test -n '$(DISABLE_HARD_ERRORS)' \ |
|
| 282 |
- && test $$estatus -eq 99; then \ |
|
| 283 |
- estatus=1; \ |
|
| 284 |
-fi; \ |
|
| 285 |
-TERM=$$__SAVED_TERM; export TERM; \ |
|
| 286 |
-$(am__tty_colors); \ |
|
| 287 |
-xfailed=PASS; \ |
|
| 341 |
+tst=$$dir$$f; log='$@'; \ |
|
| 342 |
+if test -n '$(DISABLE_HARD_ERRORS)'; then \ |
|
| 343 |
+ am__enable_hard_errors=no; \ |
|
| 344 |
+else \ |
|
| 345 |
+ am__enable_hard_errors=yes; \ |
|
| 346 |
+fi; \ |
|
| 288 | 347 |
case " $(XFAIL_TESTS) " in \ |
| 289 | 348 |
*[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ |
| 290 |
- xfailed=XFAIL;; \ |
|
| 291 |
-esac; \ |
|
| 292 |
-case $$estatus.$$xfailed in \ |
|
| 293 |
- 0.XFAIL) col=$$red; res=XPASS;; \ |
|
| 294 |
- 0.*) col=$$grn; res=PASS ;; \ |
|
| 295 |
- 77.*) col=$$blu; res=SKIP ;; \ |
|
| 296 |
- 99.*) col=$$red; res=FAIL ;; \ |
|
| 297 |
- *.XFAIL) col=$$lgn; res=XFAIL;; \ |
|
| 298 |
- *.*) col=$$red; res=FAIL ;; \ |
|
| 299 |
-esac; \ |
|
| 300 |
-echo "$${col}$$res$${std}: $$f"; \
|
|
| 301 |
-echo "$$res: $$f (exit: $$estatus)" | \ |
|
| 302 |
- $(am__rst_section) >$@; \ |
|
| 303 |
-cat $@-t >>$@; \ |
|
| 304 |
-rm -f $@-t |
|
| 349 |
+ am__expect_failure=yes;; \ |
|
| 350 |
+ *) \ |
|
| 351 |
+ am__expect_failure=no;; \ |
|
| 352 |
+esac; \ |
|
| 353 |
+$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) |
|
| 354 |
+# A shell command to get the names of the tests scripts with any registered |
|
| 355 |
+# extension removed (i.e., equivalently, the names of the test logs, with |
|
| 356 |
+# the '.log' extension removed). The result is saved in the shell variable |
|
| 357 |
+# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, |
|
| 358 |
+# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", |
|
| 359 |
+# since that might cause problem with VPATH rewrites for suffix-less tests. |
|
| 360 |
+# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. |
|
| 361 |
+am__set_TESTS_bases = \ |
|
| 362 |
+ bases='$(TEST_LOGS)'; \ |
|
| 363 |
+ bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ |
|
| 364 |
+ bases=`echo $$bases` |
|
| 305 | 365 |
RECHECK_LOGS = $(TEST_LOGS) |
| 306 |
-AM_RECURSIVE_TARGETS = check recheck check-html recheck-html |
|
| 307 |
-TEST_SUITE_HTML = $(TEST_SUITE_LOG:.log=.html) |
|
| 366 |
+AM_RECURSIVE_TARGETS = check recheck |
|
| 308 | 367 |
TEST_SUITE_LOG = test-suite.log |
| 309 | 368 |
TEST_EXTENSIONS = @EXEEXT@ .test |
| 369 |
+LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver |
|
| 310 | 370 |
LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) |
| 371 |
+am__set_b = \ |
|
| 372 |
+ case '$@' in \ |
|
| 373 |
+ */*) \ |
|
| 374 |
+ case '$*' in \ |
|
| 375 |
+ */*) b='$*';; \ |
|
| 376 |
+ *) b=`echo '$@' | sed 's/\.log$$//'`; \ |
|
| 377 |
+ esac;; \ |
|
| 378 |
+ *) \ |
|
| 379 |
+ b='$*';; \ |
|
| 380 |
+ esac |
|
| 311 | 381 |
am__test_logs1 = $(TESTS:=.log) |
| 312 | 382 |
am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) |
| 313 | 383 |
TEST_LOGS = $(am__test_logs2:.test.log=.log) |
| 384 |
+TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver |
|
| 314 | 385 |
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ |
| 315 | 386 |
$(TEST_LOG_FLAGS) |
| 316 |
-TEST_LOGS_TMP = $(TEST_LOGS:.log=.log-t) |
|
| 317 | 387 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 318 | 388 |
ACLOCAL = @ACLOCAL@ |
| 319 | 389 |
AMTAR = @AMTAR@ |
| ... | ... |
@@ -554,7 +707,7 @@ EXTRA_DIST = .split $(srcdir)/*.ref input test-freshclam.conf valgrind.supp viru |
| 554 | 554 |
all: all-am |
| 555 | 555 |
|
| 556 | 556 |
.SUFFIXES: |
| 557 |
-.SUFFIXES: .c .html .lo .log .o .obj .test .test$(EXEEXT) |
|
| 557 |
+.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs |
|
| 558 | 558 |
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
| 559 | 559 |
@for dep in $?; do \ |
| 560 | 560 |
case '$(am__configure_deps)' in \ |
| ... | ... |
@@ -594,12 +747,15 @@ clean-checkPROGRAMS: |
| 594 | 594 |
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ |
| 595 | 595 |
echo " rm -f" $$list; \ |
| 596 | 596 |
rm -f $$list |
| 597 |
+ |
|
| 597 | 598 |
check_clamav$(EXEEXT): $(check_clamav_OBJECTS) $(check_clamav_DEPENDENCIES) $(EXTRA_check_clamav_DEPENDENCIES) |
| 598 | 599 |
@rm -f check_clamav$(EXEEXT) |
| 599 | 600 |
$(AM_V_CCLD)$(check_clamav_LINK) $(check_clamav_OBJECTS) $(check_clamav_LDADD) $(LIBS) |
| 601 |
+ |
|
| 600 | 602 |
check_clamd$(EXEEXT): $(check_clamd_OBJECTS) $(check_clamd_DEPENDENCIES) $(EXTRA_check_clamd_DEPENDENCIES) |
| 601 | 603 |
@rm -f check_clamd$(EXEEXT) |
| 602 | 604 |
$(AM_V_CCLD)$(LINK) $(check_clamd_OBJECTS) $(check_clamd_LDADD) $(LIBS) |
| 605 |
+ |
|
| 603 | 606 |
check_fpu_endian$(EXEEXT): $(check_fpu_endian_OBJECTS) $(check_fpu_endian_DEPENDENCIES) $(EXTRA_check_fpu_endian_DEPENDENCIES) |
| 604 | 607 |
@rm -f check_fpu_endian$(EXEEXT) |
| 605 | 608 |
$(AM_V_CCLD)$(LINK) $(check_fpu_endian_OBJECTS) $(check_fpu_endian_LDADD) $(LIBS) |
| ... | ... |
@@ -629,14 +785,14 @@ distclean-compile: |
| 629 | 629 |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| 630 | 630 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| 631 | 631 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| 632 |
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< |
|
| 632 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
| 633 | 633 |
|
| 634 | 634 |
.c.obj: |
| 635 | 635 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| 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 `$(CYGPATH_W) '$<'` |
|
| 639 |
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
| 640 | 640 |
|
| 641 | 641 |
.c.lo: |
| 642 | 642 |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| ... | ... |
@@ -833,26 +989,15 @@ mostlyclean-libtool: |
| 833 | 833 |
clean-libtool: |
| 834 | 834 |
-rm -rf .libs _libs |
| 835 | 835 |
|
| 836 |
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
| 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; }; }'`; \
|
|
| 843 |
- mkid -fID $$unique |
|
| 844 |
-tags: TAGS |
|
| 845 |
- |
|
| 846 |
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 847 |
- $(TAGS_FILES) $(LISP) |
|
| 836 |
+ID: $(am__tagged_files) |
|
| 837 |
+ $(am__define_uniq_tagged_files); mkid -fID $$unique |
|
| 838 |
+tags: tags-am |
|
| 839 |
+TAGS: tags |
|
| 840 |
+ |
|
| 841 |
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 848 | 842 |
set x; \ |
| 849 | 843 |
here=`pwd`; \ |
| 850 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 851 |
- unique=`for i in $$list; do \ |
|
| 852 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 853 |
- done | \ |
|
| 854 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 855 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 844 |
+ $(am__define_uniq_tagged_files); \ |
|
| 856 | 845 |
shift; \ |
| 857 | 846 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 858 | 847 |
test -n "$$unique" || unique=$$empty_fix; \ |
| ... | ... |
@@ -864,15 +1009,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 864 | 864 |
$$unique; \ |
| 865 | 865 |
fi; \ |
| 866 | 866 |
fi |
| 867 |
-ctags: CTAGS |
|
| 868 |
-CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
| 869 |
- $(TAGS_FILES) $(LISP) |
|
| 870 |
- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
| 871 |
- unique=`for i in $$list; do \ |
|
| 872 |
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
| 873 |
- done | \ |
|
| 874 |
- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
| 875 |
- END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
| 867 |
+ctags: ctags-am |
|
| 868 |
+ |
|
| 869 |
+CTAGS: ctags |
|
| 870 |
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
| 871 |
+ $(am__define_uniq_tagged_files); \ |
|
| 876 | 872 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 877 | 873 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 878 | 874 |
$$unique |
| ... | ... |
@@ -881,167 +1022,271 @@ GTAGS: |
| 881 | 881 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 882 | 882 |
&& $(am__cd) $(top_srcdir) \ |
| 883 | 883 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 884 |
+cscopelist: cscopelist-am |
|
| 885 |
+ |
|
| 886 |
+cscopelist-am: $(am__tagged_files) |
|
| 887 |
+ list='$(am__tagged_files)'; \ |
|
| 888 |
+ case "$(srcdir)" in \ |
|
| 889 |
+ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
| 890 |
+ *) sdir=$(subdir)/$(srcdir) ;; \ |
|
| 891 |
+ esac; \ |
|
| 892 |
+ for i in $$list; do \ |
|
| 893 |
+ if test -f "$$i"; then \ |
|
| 894 |
+ echo "$(subdir)/$$i"; \ |
|
| 895 |
+ else \ |
|
| 896 |
+ echo "$$sdir/$$i"; \ |
|
| 897 |
+ fi; \ |
|
| 898 |
+ done >> $(top_builddir)/cscope.files |
|
| 884 | 899 |
|
| 885 | 900 |
distclean-tags: |
| 886 | 901 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 887 | 902 |
|
| 903 |
+# Recover from deleted '.trs' file; this should ensure that |
|
| 904 |
+# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create |
|
| 905 |
+# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells |
|
| 906 |
+# to avoid problems with "make -n". |
|
| 907 |
+.log.trs: |
|
| 908 |
+ rm -f $< $@ |
|
| 909 |
+ $(MAKE) $(AM_MAKEFLAGS) $< |
|
| 910 |
+ |
|
| 911 |
+# Leading 'am--fnord' is there to ensure the list of targets does not |
|
| 912 |
+# expand to empty, as could happen e.g. with make check TESTS=''. |
|
| 913 |
+am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) |
|
| 914 |
+am--force-recheck: |
|
| 915 |
+ @: |
|
| 916 |
+ |
|
| 888 | 917 |
$(TEST_SUITE_LOG): $(TEST_LOGS) |
| 889 |
- @$(am__sh_e_setup); \ |
|
| 890 |
- list='$(TEST_LOGS)'; \ |
|
| 891 |
- results=`for f in $$list; do \ |
|
| 892 |
- test -r $$f && read line < $$f && echo "$$line" \ |
|
| 893 |
- || echo FAIL; \ |
|
| 894 |
- done`; \ |
|
| 895 |
- all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[ ]*//'`; \ |
|
| 896 |
- fail=`echo "$$results" | grep -c '^FAIL'`; \ |
|
| 897 |
- pass=`echo "$$results" | grep -c '^PASS'`; \ |
|
| 898 |
- skip=`echo "$$results" | grep -c '^SKIP'`; \ |
|
| 899 |
- xfail=`echo "$$results" | grep -c '^XFAIL'`; \ |
|
| 900 |
- xpass=`echo "$$results" | grep -c '^XPASS'`; \ |
|
| 901 |
- failures=`expr $$fail + $$xpass`; \ |
|
| 902 |
- all=`expr $$all - $$skip`; \ |
|
| 903 |
- if test "$$all" -eq 1; then tests=test; All=; \ |
|
| 904 |
- else tests=tests; All="All "; fi; \ |
|
| 905 |
- case fail=$$fail:xpass=$$xpass:xfail=$$xfail in \ |
|
| 906 |
- fail=0:xpass=0:xfail=0) \ |
|
| 907 |
- msg="$$All$$all $$tests passed. "; \ |
|
| 908 |
- exit=true;; \ |
|
| 909 |
- fail=0:xpass=0:xfail=*) \ |
|
| 910 |
- msg="$$All$$all $$tests behaved as expected"; \ |
|
| 911 |
- if test "$$xfail" -eq 1; then xfailures=failure; \ |
|
| 912 |
- else xfailures=failures; fi; \ |
|
| 913 |
- msg="$$msg ($$xfail expected $$xfailures). "; \ |
|
| 914 |
- exit=true;; \ |
|
| 915 |
- fail=*:xpass=0:xfail=*) \ |
|
| 916 |
- msg="$$fail of $$all $$tests failed. "; \ |
|
| 917 |
- exit=false;; \ |
|
| 918 |
- fail=*:xpass=*:xfail=*) \ |
|
| 919 |
- msg="$$failures of $$all $$tests did not behave as expected"; \ |
|
| 920 |
- if test "$$xpass" -eq 1; then xpasses=pass; \ |
|
| 921 |
- else xpasses=passes; fi; \ |
|
| 922 |
- msg="$$msg ($$xpass unexpected $$xpasses). "; \ |
|
| 923 |
- exit=false;; \ |
|
| 924 |
- *) \ |
|
| 925 |
- echo >&2 "incorrect case"; exit 4;; \ |
|
| 926 |
- esac; \ |
|
| 927 |
- if test "$$skip" -ne 0; then \ |
|
| 928 |
- if test "$$skip" -eq 1; then \ |
|
| 929 |
- msg="$$msg($$skip test was not run). "; \ |
|
| 930 |
- else \ |
|
| 931 |
- msg="$$msg($$skip tests were not run). "; \ |
|
| 932 |
- fi; \ |
|
| 933 |
- fi; \ |
|
| 918 |
+ @$(am__set_TESTS_bases); \ |
|
| 919 |
+ am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
|
|
| 920 |
+ redo_bases=`for i in $$bases; do \ |
|
| 921 |
+ am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ |
|
| 922 |
+ done`; \ |
|
| 923 |
+ if test -n "$$redo_bases"; then \ |
|
| 924 |
+ redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ |
|
| 925 |
+ redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ |
|
| 926 |
+ if $(am__make_dryrun); then :; else \ |
|
| 927 |
+ rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ |
|
| 928 |
+ fi; \ |
|
| 929 |
+ fi; \ |
|
| 930 |
+ if test -n "$$am__remaking_logs"; then \ |
|
| 931 |
+ echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ |
|
| 932 |
+ "recursion detected" >&2; \ |
|
| 933 |
+ else \ |
|
| 934 |
+ am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ |
|
| 935 |
+ fi; \ |
|
| 936 |
+ if $(am__make_dryrun); then :; else \ |
|
| 937 |
+ st=0; \ |
|
| 938 |
+ errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ |
|
| 939 |
+ for i in $$redo_bases; do \ |
|
| 940 |
+ test -f $$i.trs && test -r $$i.trs \ |
|
| 941 |
+ || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
|
|
| 942 |
+ test -f $$i.log && test -r $$i.log \ |
|
| 943 |
+ || { echo "$$errmsg $$i.log" >&2; st=1; }; \
|
|
| 944 |
+ done; \ |
|
| 945 |
+ test $$st -eq 0 || exit 1; \ |
|
| 946 |
+ fi |
|
| 947 |
+ @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ |
|
| 948 |
+ ws='[ ]'; \ |
|
| 949 |
+ results=`for b in $$bases; do echo $$b.trs; done`; \ |
|
| 950 |
+ test -n "$$results" || results=/dev/null; \ |
|
| 951 |
+ all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ |
|
| 952 |
+ pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ |
|
| 953 |
+ fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ |
|
| 954 |
+ skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ |
|
| 955 |
+ xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ |
|
| 956 |
+ xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ |
|
| 957 |
+ error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ |
|
| 958 |
+ if test `expr $$fail + $$xpass + $$error` -eq 0; then \ |
|
| 959 |
+ success=true; \ |
|
| 960 |
+ else \ |
|
| 961 |
+ success=false; \ |
|
| 962 |
+ fi; \ |
|
| 963 |
+ br='==================='; br=$$br$$br$$br$$br; \ |
|
| 964 |
+ result_count () \ |
|
| 965 |
+ { \
|
|
| 966 |
+ if test x"$$1" = x"--maybe-color"; then \ |
|
| 967 |
+ maybe_colorize=yes; \ |
|
| 968 |
+ elif test x"$$1" = x"--no-color"; then \ |
|
| 969 |
+ maybe_colorize=no; \ |
|
| 970 |
+ else \ |
|
| 971 |
+ echo "$@: invalid 'result_count' usage" >&2; exit 4; \ |
|
| 972 |
+ fi; \ |
|
| 973 |
+ shift; \ |
|
| 974 |
+ desc=$$1 count=$$2; \ |
|
| 975 |
+ if test $$maybe_colorize = yes && test $$count -gt 0; then \ |
|
| 976 |
+ color_start=$$3 color_end=$$std; \ |
|
| 977 |
+ else \ |
|
| 978 |
+ color_start= color_end=; \ |
|
| 979 |
+ fi; \ |
|
| 980 |
+ echo "$${color_start}# $$desc $$count$${color_end}"; \
|
|
| 981 |
+ }; \ |
|
| 982 |
+ create_testsuite_report () \ |
|
| 983 |
+ { \
|
|
| 984 |
+ result_count $$1 "TOTAL:" $$all "$$brg"; \ |
|
| 985 |
+ result_count $$1 "PASS: " $$pass "$$grn"; \ |
|
| 986 |
+ result_count $$1 "SKIP: " $$skip "$$blu"; \ |
|
| 987 |
+ result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ |
|
| 988 |
+ result_count $$1 "FAIL: " $$fail "$$red"; \ |
|
| 989 |
+ result_count $$1 "XPASS:" $$xpass "$$red"; \ |
|
| 990 |
+ result_count $$1 "ERROR:" $$error "$$mgn"; \ |
|
| 991 |
+ }; \ |
|
| 934 | 992 |
{ \
|
| 935 | 993 |
echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ |
| 936 | 994 |
$(am__rst_title); \ |
| 937 |
- echo "$$msg"; \ |
|
| 995 |
+ create_testsuite_report --no-color; \ |
|
| 938 | 996 |
echo; \ |
| 939 | 997 |
echo ".. contents:: :depth: 2"; \ |
| 940 | 998 |
echo; \ |
| 941 |
- for f in $$list; do \ |
|
| 942 |
- test -r $$f && read line < $$f || line=; \ |
|
| 943 |
- case $$line in \ |
|
| 944 |
- PASS:*|XFAIL:*);; \ |
|
| 945 |
- *) echo; cat $$f;; \ |
|
| 946 |
- esac; \ |
|
| 947 |
- done; \ |
|
| 948 |
- } >$(TEST_SUITE_LOG).tmp; \ |
|
| 999 |
+ for b in $$bases; do echo $$b; done \ |
|
| 1000 |
+ | $(am__create_global_log); \ |
|
| 1001 |
+ } >$(TEST_SUITE_LOG).tmp || exit 1; \ |
|
| 949 | 1002 |
mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ |
| 950 |
- if test "$$failures" -ne 0; then \ |
|
| 951 |
- msg="$${msg}See $(subdir)/$(TEST_SUITE_LOG). "; \
|
|
| 952 |
- if test -n "$(PACKAGE_BUGREPORT)"; then \ |
|
| 953 |
- msg="$${msg}Please report to $(PACKAGE_BUGREPORT). "; \
|
|
| 954 |
- fi; \ |
|
| 955 |
- fi; \ |
|
| 956 |
- test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG); \ |
|
| 957 |
- $(am__tty_colors); \ |
|
| 958 |
- if $$exit; then \ |
|
| 1003 |
+ if $$success; then \ |
|
| 959 | 1004 |
col="$$grn"; \ |
| 960 | 1005 |
else \ |
| 961 | 1006 |
col="$$red"; \ |
| 1007 |
+ test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ |
|
| 962 | 1008 |
fi; \ |
| 963 |
- echo "$$msg" | $(am__text_box) "col=$$col" "std=$$std"; \ |
|
| 964 |
- $$exit || exit 1 |
|
| 965 |
- |
|
| 966 |
-check-TESTS recheck: |
|
| 967 |
- @if test $@ != recheck; then \ |
|
| 968 |
- list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list; \ |
|
| 969 |
- fi |
|
| 970 |
- @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) |
|
| 971 |
- @list='' list2='$(TEST_LOGS)'; for f in $$list2; do \ |
|
| 972 |
- test .log = $$f && continue; \ |
|
| 973 |
- if test $@ = recheck; then \ |
|
| 974 |
- test -f $$f || continue; \ |
|
| 975 |
- if test -r $$f && read line < $$f; then \ |
|
| 976 |
- case $$line in FAIL*|XPASS*) : ;; *) continue;; esac; \ |
|
| 977 |
- fi; \ |
|
| 978 |
- fi; \ |
|
| 979 |
- if test -z "$$list"; then list=$$f; else list="$$list $$f"; fi; \ |
|
| 980 |
- done; \ |
|
| 981 |
- if test $@ = recheck && test -n "$$list"; then \ |
|
| 982 |
- echo "am--clean: ; rm -f $$list" \ |
|
| 983 |
- | $(MAKE) $(AM_MAKEFLAGS) -f - am--clean || exit 1; \ |
|
| 984 |
- fi; \ |
|
| 985 |
- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$list" |
|
| 986 |
-recheck: $(check_PROGRAMS) $(check_SCRIPTS) |
|
| 987 |
- |
|
| 988 |
-am--mostlyclean-test-html: |
|
| 989 |
- list='$(TEST_LOGS:.log=.html)'; test -z "$$list" || rm -f $$list |
|
| 990 |
- rm -f $(TEST_SUITE_HTML) |
|
| 991 |
- |
|
| 992 |
-.log.html: |
|
| 993 |
- @list='$(RST2HTML) $$RST2HTML rst2html rst2html.py'; \ |
|
| 994 |
- for r2h in $$list; do \ |
|
| 995 |
- if ($$r2h --version) >/dev/null 2>&1; then \ |
|
| 996 |
- R2H=$$r2h; \ |
|
| 1009 |
+ echo "$${col}$$br$${std}"; \
|
|
| 1010 |
+ echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
|
|
| 1011 |
+ echo "$${col}$$br$${std}"; \
|
|
| 1012 |
+ create_testsuite_report --maybe-color; \ |
|
| 1013 |
+ echo "$$col$$br$$std"; \ |
|
| 1014 |
+ if $$success; then :; else \ |
|
| 1015 |
+ echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
|
|
| 1016 |
+ if test -n "$(PACKAGE_BUGREPORT)"; then \ |
|
| 1017 |
+ echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
|
|
| 997 | 1018 |
fi; \ |
| 998 |
- done; \ |
|
| 999 |
- if test -z "$$R2H"; then \ |
|
| 1000 |
- echo >&2 "cannot find rst2html, cannot create $@"; \ |
|
| 1001 |
- exit 2; \ |
|
| 1019 |
+ echo "$$col$$br$$std"; \ |
|
| 1002 | 1020 |
fi; \ |
| 1003 |
- $$R2H $< >$@.tmp |
|
| 1004 |
- @mv $@.tmp $@ |
|
| 1005 |
- |
|
| 1006 |
-# Be sure to run check first, and then to convert the result. |
|
| 1007 |
-# Beware of concurrent executions. Run "check" not "check-TESTS", as |
|
| 1008 |
-# check-SCRIPTS and other dependencies are rebuilt by the former only. |
|
| 1009 |
-# And expect check to fail. |
|
| 1010 |
-check-html recheck-html: |
|
| 1011 |
- @target=`echo $@ | sed 's/-html$$//'`; \ |
|
| 1012 |
- rv=0; $(MAKE) $(AM_MAKEFLAGS) $$target || rv=$$?; \ |
|
| 1013 |
- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_HTML) TEST_LOGS= || exit 4; \ |
|
| 1014 |
- exit $$rv |
|
| 1021 |
+ $$success || exit 1 |
|
| 1022 |
+ |
|
| 1023 |
+check-TESTS: |
|
| 1024 |
+ @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list |
|
| 1025 |
+ @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list |
|
| 1026 |
+ @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) |
|
| 1027 |
+ @set +e; $(am__set_TESTS_bases); \ |
|
| 1028 |
+ log_list=`for i in $$bases; do echo $$i.log; done`; \ |
|
| 1029 |
+ trs_list=`for i in $$bases; do echo $$i.trs; done`; \ |
|
| 1030 |
+ log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ |
|
| 1031 |
+ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ |
|
| 1032 |
+ exit $$?; |
|
| 1033 |
+recheck: all $(check_PROGRAMS) $(check_SCRIPTS) |
|
| 1034 |
+ @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) |
|
| 1035 |
+ @set +e; $(am__set_TESTS_bases); \ |
|
| 1036 |
+ bases=`for i in $$bases; do echo $$i; done \ |
|
| 1037 |
+ | $(am__list_recheck_tests)` || exit 1; \ |
|
| 1038 |
+ log_list=`for i in $$bases; do echo $$i.log; done`; \ |
|
| 1039 |
+ log_list=`echo $$log_list`; \ |
|
| 1040 |
+ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ |
|
| 1041 |
+ am__force_recheck=am--force-recheck \ |
|
| 1042 |
+ TEST_LOGS="$$log_list"; \ |
|
| 1043 |
+ exit $$? |
|
| 1015 | 1044 |
check_clamav.log: check_clamav$(EXEEXT) |
| 1016 |
- @p='check_clamav$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1045 |
+ @p='check_clamav$(EXEEXT)'; \ |
|
| 1046 |
+ b='check_clamav'; \ |
|
| 1047 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1048 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1049 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1050 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1017 | 1051 |
check_freshclam.sh.log: check_freshclam.sh |
| 1018 |
- @p='check_freshclam.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1052 |
+ @p='check_freshclam.sh'; \ |
|
| 1053 |
+ b='check_freshclam.sh'; \ |
|
| 1054 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1055 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1056 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1057 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1019 | 1058 |
check_sigtool.sh.log: check_sigtool.sh |
| 1020 |
- @p='check_sigtool.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1059 |
+ @p='check_sigtool.sh'; \ |
|
| 1060 |
+ b='check_sigtool.sh'; \ |
|
| 1061 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1062 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1063 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1064 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1021 | 1065 |
check_unit_vg.sh.log: check_unit_vg.sh |
| 1022 |
- @p='check_unit_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1066 |
+ @p='check_unit_vg.sh'; \ |
|
| 1067 |
+ b='check_unit_vg.sh'; \ |
|
| 1068 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1069 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1070 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1071 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1023 | 1072 |
check1_clamscan.sh.log: check1_clamscan.sh |
| 1024 |
- @p='check1_clamscan.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1073 |
+ @p='check1_clamscan.sh'; \ |
|
| 1074 |
+ b='check1_clamscan.sh'; \ |
|
| 1075 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1076 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1077 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1078 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1025 | 1079 |
check2_clamd.sh.log: check2_clamd.sh |
| 1026 |
- @p='check2_clamd.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1080 |
+ @p='check2_clamd.sh'; \ |
|
| 1081 |
+ b='check2_clamd.sh'; \ |
|
| 1082 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1083 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1084 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1085 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1027 | 1086 |
check3_clamd.sh.log: check3_clamd.sh |
| 1028 |
- @p='check3_clamd.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1087 |
+ @p='check3_clamd.sh'; \ |
|
| 1088 |
+ b='check3_clamd.sh'; \ |
|
| 1089 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1090 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1091 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1092 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1029 | 1093 |
check4_clamd.sh.log: check4_clamd.sh |
| 1030 |
- @p='check4_clamd.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1094 |
+ @p='check4_clamd.sh'; \ |
|
| 1095 |
+ b='check4_clamd.sh'; \ |
|
| 1096 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1097 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1098 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1099 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1031 | 1100 |
check5_clamd_vg.sh.log: check5_clamd_vg.sh |
| 1032 |
- @p='check5_clamd_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1101 |
+ @p='check5_clamd_vg.sh'; \ |
|
| 1102 |
+ b='check5_clamd_vg.sh'; \ |
|
| 1103 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1104 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1105 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1106 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1033 | 1107 |
check6_clamd_vg.sh.log: check6_clamd_vg.sh |
| 1034 |
- @p='check6_clamd_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1108 |
+ @p='check6_clamd_vg.sh'; \ |
|
| 1109 |
+ b='check6_clamd_vg.sh'; \ |
|
| 1110 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1111 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1112 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1113 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1035 | 1114 |
check7_clamd_hg.sh.log: check7_clamd_hg.sh |
| 1036 |
- @p='check7_clamd_hg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1115 |
+ @p='check7_clamd_hg.sh'; \ |
|
| 1116 |
+ b='check7_clamd_hg.sh'; \ |
|
| 1117 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1118 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1119 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1120 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1037 | 1121 |
check8_clamd_hg.sh.log: check8_clamd_hg.sh |
| 1038 |
- @p='check8_clamd_hg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1122 |
+ @p='check8_clamd_hg.sh'; \ |
|
| 1123 |
+ b='check8_clamd_hg.sh'; \ |
|
| 1124 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1125 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1126 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1127 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1039 | 1128 |
check9_clamscan_vg.sh.log: check9_clamscan_vg.sh |
| 1040 |
- @p='check9_clamscan_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1129 |
+ @p='check9_clamscan_vg.sh'; \ |
|
| 1130 |
+ b='check9_clamscan_vg.sh'; \ |
|
| 1131 |
+ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
| 1132 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1133 |
+ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
| 1134 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1041 | 1135 |
.test.log: |
| 1042 |
- @p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1136 |
+ @p='$<'; \ |
|
| 1137 |
+ $(am__set_b); \ |
|
| 1138 |
+ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ |
|
| 1139 |
+ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1140 |
+ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ |
|
| 1141 |
+ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1043 | 1142 |
@am__EXEEXT_TRUE@.test$(EXEEXT).log: |
| 1044 |
-@am__EXEEXT_TRUE@ @p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post) |
|
| 1143 |
+@am__EXEEXT_TRUE@ @p='$<'; \ |
|
| 1144 |
+@am__EXEEXT_TRUE@ $(am__set_b); \ |
|
| 1145 |
+@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ |
|
| 1146 |
+@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ |
|
| 1147 |
+@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ |
|
| 1148 |
+@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
| 1045 | 1149 |
|
| 1046 | 1150 |
distdir: $(DISTFILES) |
| 1047 | 1151 |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| ... | ... |
@@ -1100,7 +1345,7 @@ install-strip: |
| 1100 | 1100 |
fi |
| 1101 | 1101 |
mostlyclean-generic: |
| 1102 | 1102 |
-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) |
| 1103 |
- -test -z "$(TEST_LOGS_TMP)" || rm -f $(TEST_LOGS_TMP) |
|
| 1103 |
+ -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) |
|
| 1104 | 1104 |
-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) |
| 1105 | 1105 |
|
| 1106 | 1106 |
clean-generic: |
| ... | ... |
@@ -1172,8 +1417,8 @@ maintainer-clean-am: distclean-am maintainer-clean-generic |
| 1172 | 1172 |
|
| 1173 | 1173 |
mostlyclean: mostlyclean-am |
| 1174 | 1174 |
|
| 1175 |
-mostlyclean-am: am--mostlyclean-test-html mostlyclean-compile \ |
|
| 1176 |
- mostlyclean-generic mostlyclean-libtool |
|
| 1175 |
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
|
| 1176 |
+ mostlyclean-libtool |
|
| 1177 | 1177 |
|
| 1178 | 1178 |
pdf: pdf-am |
| 1179 | 1179 |
|
| ... | ... |
@@ -1185,22 +1430,21 @@ ps-am: |
| 1185 | 1185 |
|
| 1186 | 1186 |
uninstall-am: |
| 1187 | 1187 |
|
| 1188 |
-.MAKE: check-am check-html install-am install-strip recheck-html |
|
| 1189 |
- |
|
| 1190 |
-.PHONY: CTAGS GTAGS all all-am am--mostlyclean-test-html check \ |
|
| 1191 |
- check-TESTS check-am check-html clean clean-checkPROGRAMS \ |
|
| 1192 |
- clean-generic clean-libtool clean-local ctags distclean \ |
|
| 1193 |
- distclean-compile distclean-generic distclean-libtool \ |
|
| 1194 |
- distclean-tags distdir dvi dvi-am html html-am info info-am \ |
|
| 1195 |
- install install-am install-data install-data-am install-dvi \ |
|
| 1196 |
- install-dvi-am install-exec install-exec-am install-html \ |
|
| 1197 |
- install-html-am install-info install-info-am install-man \ |
|
| 1198 |
- install-pdf install-pdf-am install-ps install-ps-am \ |
|
| 1199 |
- install-strip installcheck installcheck-am installdirs \ |
|
| 1200 |
- maintainer-clean maintainer-clean-generic mostlyclean \ |
|
| 1201 |
- mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ |
|
| 1202 |
- pdf pdf-am ps ps-am recheck recheck-html tags uninstall \ |
|
| 1203 |
- uninstall-am |
|
| 1188 |
+.MAKE: check-am install-am install-strip |
|
| 1189 |
+ |
|
| 1190 |
+.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \ |
|
| 1191 |
+ clean-checkPROGRAMS clean-generic clean-libtool clean-local \ |
|
| 1192 |
+ cscopelist-am ctags ctags-am distclean distclean-compile \ |
|
| 1193 |
+ distclean-generic distclean-libtool distclean-tags distdir dvi \ |
|
| 1194 |
+ dvi-am html html-am info info-am install install-am \ |
|
| 1195 |
+ install-data install-data-am install-dvi install-dvi-am \ |
|
| 1196 |
+ install-exec install-exec-am install-html install-html-am \ |
|
| 1197 |
+ install-info install-info-am install-man install-pdf \ |
|
| 1198 |
+ install-pdf-am install-ps install-ps-am install-strip \ |
|
| 1199 |
+ installcheck installcheck-am installdirs maintainer-clean \ |
|
| 1200 |
+ maintainer-clean-generic mostlyclean mostlyclean-compile \ |
|
| 1201 |
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
| 1202 |
+ recheck tags tags-am uninstall uninstall-am |
|
| 1204 | 1203 |
|
| 1205 | 1204 |
|
| 1206 | 1205 |
check_unit_vg.sh: $(FILES) |