Browse code

Properly link libcheck on Ubuntu 14.04 and later

Shawn Webb authored on 2014/03/06 03:51:19
Showing 24 changed files
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 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,23 +34,51 @@
35 35
 
36 36
 
37 37
 VPATH = @srcdir@
38
-am__make_dryrun = \
39
-  { \
40
-    am__dry=no; \
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 \
41 51
     case $$MAKEFLAGS in \
42 52
       *\\[\ \	]*) \
43
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
44
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
45
-      *) \
46
-        for am__flg in $$MAKEFLAGS; do \
47
-          case $$am__flg in \
48
-            *=*|--*) ;; \
49
-            *n*) am__dry=yes; break;; \
50
-          esac; \
51
-        done;; \
53
+        bs=\\; \
54
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
55
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
52 56
     esac; \
53
-    test $$am__dry = yes; \
54
-  }
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))
55 83
 pkgdatadir = $(datadir)/@PACKAGE@
56 84
 pkgincludedir = $(includedir)/@PACKAGE@
57 85
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -73,10 +100,10 @@ host_triplet = @host@
73 73
 target_triplet = @target@
74 74
 @ENABLE_CLAMSUBMIT_TRUE@am__append_1 = clamsubmit
75 75
 subdir = .
76
-DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
77
-	$(srcdir)/Makefile.in $(srcdir)/clamav-config.h.in \
78
-	$(srcdir)/clamav-config.in $(srcdir)/libclamav.pc.in \
79
-	$(srcdir)/platform.h.in $(top_srcdir)/configure \
76
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
77
+	$(top_srcdir)/configure $(am__configure_deps) \
78
+	$(srcdir)/clamav-config.h.in $(srcdir)/clamav-config.in \
79
+	$(srcdir)/libclamav.pc.in $(srcdir)/platform.h.in \
80 80
 	$(top_srcdir)/docs/man/clamav-milter.8.in \
81 81
 	$(top_srcdir)/docs/man/clamav-milter.conf.5.in \
82 82
 	$(top_srcdir)/docs/man/clambc.1.in \
... ...
@@ -84,14 +111,19 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
84 84
 	$(top_srcdir)/docs/man/clamd.8.in \
85 85
 	$(top_srcdir)/docs/man/clamd.conf.5.in \
86 86
 	$(top_srcdir)/docs/man/clamdscan.1.in \
87
-	$(top_srcdir)/docs/man/clamdtop.1.in \
88 87
 	$(top_srcdir)/docs/man/clamscan.1.in \
89 88
 	$(top_srcdir)/docs/man/freshclam.1.in \
90 89
 	$(top_srcdir)/docs/man/freshclam.conf.5.in \
91
-	$(top_srcdir)/docs/man/sigtool.1.in AUTHORS COPYING ChangeLog \
92
-	INSTALL NEWS config/config.guess config/config.rpath \
93
-	config/config.sub config/depcomp config/install-sh \
94
-	config/ltmain.sh config/missing
90
+	$(top_srcdir)/docs/man/sigtool.1.in \
91
+	$(top_srcdir)/docs/man/clamdtop.1.in AUTHORS COPYING ChangeLog \
92
+	INSTALL NEWS README config/compile config/config.guess \
93
+	config/config.rpath config/config.sub config/depcomp \
94
+	config/install-sh config/missing config/ltmain.sh \
95
+	$(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \
96
+	$(top_srcdir)/config/config.rpath \
97
+	$(top_srcdir)/config/config.sub \
98
+	$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
99
+	$(top_srcdir)/config/missing
95 100
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96 101
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
97 102
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -200,21 +232,28 @@ am__uninstall_files_from_dir = { \
200 200
   }
201 201
 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"
202 202
 SCRIPTS = $(bin_SCRIPTS)
203
+AM_V_P = $(am__v_P_@AM_V@)
204
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
205
+am__v_P_0 = false
206
+am__v_P_1 = :
203 207
 AM_V_GEN = $(am__v_GEN_@AM_V@)
204 208
 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
205
-am__v_GEN_0 = @echo "  GEN   " $@;
209
+am__v_GEN_0 = @echo "  GEN     " $@;
210
+am__v_GEN_1 = 
206 211
 AM_V_at = $(am__v_at_@AM_V@)
207 212
 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
208 213
 am__v_at_0 = @
214
+am__v_at_1 = 
209 215
 SOURCES =
210 216
 DIST_SOURCES =
211
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
212
-	html-recursive info-recursive install-data-recursive \
213
-	install-dvi-recursive install-exec-recursive \
214
-	install-html-recursive install-info-recursive \
215
-	install-pdf-recursive install-ps-recursive install-recursive \
216
-	installcheck-recursive installdirs-recursive pdf-recursive \
217
-	ps-recursive uninstall-recursive
217
+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
218
+	ctags-recursive dvi-recursive html-recursive info-recursive \
219
+	install-data-recursive install-dvi-recursive \
220
+	install-exec-recursive install-html-recursive \
221
+	install-info-recursive install-pdf-recursive \
222
+	install-ps-recursive install-recursive installcheck-recursive \
223
+	installdirs-recursive pdf-recursive ps-recursive \
224
+	tags-recursive uninstall-recursive
218 225
 am__can_run_installinfo = \
219 226
   case $$AM_UPDATE_INFO_DIR in \
220 227
     n|no|NO) false;; \
... ...
@@ -223,11 +262,33 @@ am__can_run_installinfo = \
223 223
 DATA = $(pkgconfig_DATA)
224 224
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
225 225
   distclean-recursive maintainer-clean-recursive
226
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
227
-	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
228
-	distdir dist dist-all distcheck
226
+am__recursive_targets = \
227
+  $(RECURSIVE_TARGETS) \
228
+  $(RECURSIVE_CLEAN_TARGETS) \
229
+  $(am__extra_recursive_targets)
230
+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
231
+	cscope distdir dist dist-all distcheck
232
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
233
+	$(LISP)clamav-config.h.in
234
+# Read a list of newline-separated strings from the standard input,
235
+# and print each of them once, without duplicates.  Input order is
236
+# *not* preserved.
237
+am__uniquify_input = $(AWK) '\
238
+  BEGIN { nonempty = 0; } \
239
+  { items[$$0] = 1; nonempty = 1; } \
240
+  END { if (nonempty) { for (i in items) print i; }; } \
241
+'
242
+# Make sure the list of sources is unique.  This is necessary because,
243
+# e.g., the same source file might be shared among _SOURCES variables
244
+# for different programs/libraries.
245
+am__define_uniq_tagged_files = \
246
+  list='$(am__tagged_files)'; \
247
+  unique=`for i in $$list; do \
248
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
249
+  done | $(am__uniquify_input)`
229 250
 ETAGS = etags
230 251
 CTAGS = ctags
252
+CSCOPE = cscope
231 253
 DIST_SUBDIRS = libltdl libclamav clamscan clamd clamdscan freshclam \
232 254
 	sigtool clamconf database docs etc clamav-milter test clamdtop \
233 255
 	clambc unit_tests clamsubmit
... ...
@@ -240,6 +301,7 @@ am__remove_distdir = \
240 240
       && rm -rf "$(distdir)" \
241 241
       || { sleep 5 && rm -rf "$(distdir)"; }; \
242 242
   else :; fi
243
+am__post_remove_distdir = $(am__remove_distdir)
243 244
 am__relativize = \
244 245
   dir0=`pwd`; \
245 246
   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
... ...
@@ -267,6 +329,7 @@ am__relativize = \
267 267
   reldir="$$dir2"
268 268
 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
269 269
 GZIP_ENV = --best
270
+DIST_TARGETS = dist-bzip2 dist-gzip
270 271
 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
271 272
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
272 273
 distcleancheck_listfiles = find . -type f -print
... ...
@@ -508,8 +571,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
508 508
 $(am__aclocal_m4_deps):
509 509
 
510 510
 clamav-config.h: stamp-h1
511
-	@if test ! -f $@; then rm -f stamp-h1; else :; fi
512
-	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
511
+	@test -f $@ || rm -f stamp-h1
512
+	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
513 513
 
514 514
 stamp-h1: $(srcdir)/clamav-config.h.in $(top_builddir)/config.status
515 515
 	@rm -f stamp-h1
... ...
@@ -633,22 +696,25 @@ uninstall-pkgconfigDATA:
633 633
 	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
634 634
 
635 635
 # This directory's subdirectories are mostly independent; you can cd
636
-# into them and run `make' without going through this Makefile.
637
-# To change the values of `make' variables: instead of editing Makefiles,
638
-# (1) if the variable is set in `config.status', edit `config.status'
639
-#     (which will cause the Makefiles to be regenerated when you run `make');
640
-# (2) otherwise, pass the desired values on the `make' command line.
641
-$(RECURSIVE_TARGETS):
642
-	@fail= failcom='exit 1'; \
643
-	for f in x $$MAKEFLAGS; do \
644
-	  case $$f in \
645
-	    *=* | --[!k]*);; \
646
-	    *k*) failcom='fail=yes';; \
647
-	  esac; \
648
-	done; \
636
+# into them and run 'make' without going through this Makefile.
637
+# To change the values of 'make' variables: instead of editing Makefiles,
638
+# (1) if the variable is set in 'config.status', edit 'config.status'
639
+#     (which will cause the Makefiles to be regenerated when you run 'make');
640
+# (2) otherwise, pass the desired values on the 'make' command line.
641
+$(am__recursive_targets):
642
+	@fail=; \
643
+	if $(am__make_keepgoing); then \
644
+	  failcom='fail=yes'; \
645
+	else \
646
+	  failcom='exit 1'; \
647
+	fi; \
649 648
 	dot_seen=no; \
650 649
 	target=`echo $@ | sed s/-recursive//`; \
651
-	list='$(SUBDIRS)'; for subdir in $$list; do \
650
+	case "$@" in \
651
+	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
652
+	  *) list='$(SUBDIRS)' ;; \
653
+	esac; \
654
+	for subdir in $$list; do \
652 655
 	  echo "Making $$target in $$subdir"; \
653 656
 	  if test "$$subdir" = "."; then \
654 657
 	    dot_seen=yes; \
... ...
@@ -663,57 +729,12 @@ $(RECURSIVE_TARGETS):
663 663
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
664 664
 	fi; test -z "$$fail"
665 665
 
666
-$(RECURSIVE_CLEAN_TARGETS):
667
-	@fail= failcom='exit 1'; \
668
-	for f in x $$MAKEFLAGS; do \
669
-	  case $$f in \
670
-	    *=* | --[!k]*);; \
671
-	    *k*) failcom='fail=yes';; \
672
-	  esac; \
673
-	done; \
674
-	dot_seen=no; \
675
-	case "$@" in \
676
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
677
-	  *) list='$(SUBDIRS)' ;; \
678
-	esac; \
679
-	rev=''; for subdir in $$list; do \
680
-	  if test "$$subdir" = "."; then :; else \
681
-	    rev="$$subdir $$rev"; \
682
-	  fi; \
683
-	done; \
684
-	rev="$$rev ."; \
685
-	target=`echo $@ | sed s/-recursive//`; \
686
-	for subdir in $$rev; do \
687
-	  echo "Making $$target in $$subdir"; \
688
-	  if test "$$subdir" = "."; then \
689
-	    local_target="$$target-am"; \
690
-	  else \
691
-	    local_target="$$target"; \
692
-	  fi; \
693
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
694
-	  || eval $$failcom; \
695
-	done && test -z "$$fail"
696
-tags-recursive:
697
-	list='$(SUBDIRS)'; for subdir in $$list; do \
698
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
699
-	done
700
-ctags-recursive:
701
-	list='$(SUBDIRS)'; for subdir in $$list; do \
702
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
703
-	done
666
+ID: $(am__tagged_files)
667
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
668
+tags: tags-recursive
669
+TAGS: tags
704 670
 
705
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
706
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
707
-	unique=`for i in $$list; do \
708
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
709
-	  done | \
710
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
711
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
712
-	mkid -fID $$unique
713
-tags: TAGS
714
-
715
-TAGS: tags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIES) \
716
-		$(TAGS_FILES) $(LISP)
671
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
717 672
 	set x; \
718 673
 	here=`pwd`; \
719 674
 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
... ...
@@ -729,12 +750,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIE
729 729
 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
730 730
 	  fi; \
731 731
 	done; \
732
-	list='$(SOURCES) $(HEADERS) clamav-config.h.in $(LISP) $(TAGS_FILES)'; \
733
-	unique=`for i in $$list; do \
734
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
735
-	  done | \
736
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
737
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
732
+	$(am__define_uniq_tagged_files); \
738 733
 	shift; \
739 734
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
740 735
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -746,15 +762,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIE
746 746
 	      $$unique; \
747 747
 	  fi; \
748 748
 	fi
749
-ctags: CTAGS
750
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIES) \
751
-		$(TAGS_FILES) $(LISP)
752
-	list='$(SOURCES) $(HEADERS) clamav-config.h.in $(LISP) $(TAGS_FILES)'; \
753
-	unique=`for i in $$list; do \
754
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
755
-	  done | \
756
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
757
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
749
+ctags: ctags-recursive
750
+
751
+CTAGS: ctags
752
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
753
+	$(am__define_uniq_tagged_files); \
758 754
 	test -z "$(CTAGS_ARGS)$$unique" \
759 755
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
760 756
 	     $$unique
... ...
@@ -763,9 +775,31 @@ GTAGS:
763 763
 	here=`$(am__cd) $(top_builddir) && pwd` \
764 764
 	  && $(am__cd) $(top_srcdir) \
765 765
 	  && gtags -i $(GTAGS_ARGS) "$$here"
766
+cscope: cscope.files
767
+	test ! -s cscope.files \
768
+	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
769
+clean-cscope:
770
+	-rm -f cscope.files
771
+cscope.files: clean-cscope cscopelist
772
+cscopelist: cscopelist-recursive
773
+
774
+cscopelist-am: $(am__tagged_files)
775
+	list='$(am__tagged_files)'; \
776
+	case "$(srcdir)" in \
777
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
778
+	  *) sdir=$(subdir)/$(srcdir) ;; \
779
+	esac; \
780
+	for i in $$list; do \
781
+	  if test -f "$$i"; then \
782
+	    echo "$(subdir)/$$i"; \
783
+	  else \
784
+	    echo "$$sdir/$$i"; \
785
+	  fi; \
786
+	done >> $(top_builddir)/cscope.files
766 787
 
767 788
 distclean-tags:
768 789
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
790
+	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
769 791
 
770 792
 distdir: $(DISTFILES)
771 793
 	$(am__remove_distdir)
... ...
@@ -836,40 +870,41 @@ distdir: $(DISTFILES)
836 836
 	|| chmod -R a+r "$(distdir)"
837 837
 dist-gzip: distdir
838 838
 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
839
-	$(am__remove_distdir)
839
+	$(am__post_remove_distdir)
840 840
 dist-bzip2: distdir
841 841
 	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
842
-	$(am__remove_distdir)
842
+	$(am__post_remove_distdir)
843 843
 
844 844
 dist-lzip: distdir
845 845
 	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
846
-	$(am__remove_distdir)
847
-
848
-dist-lzma: distdir
849
-	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
850
-	$(am__remove_distdir)
846
+	$(am__post_remove_distdir)
851 847
 
852 848
 dist-xz: distdir
853 849
 	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
854
-	$(am__remove_distdir)
850
+	$(am__post_remove_distdir)
855 851
 
856 852
 dist-tarZ: distdir
853
+	@echo WARNING: "Support for shar distribution archives is" \
854
+	               "deprecated." >&2
855
+	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
857 856
 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
858
-	$(am__remove_distdir)
857
+	$(am__post_remove_distdir)
859 858
 
860 859
 dist-shar: distdir
860
+	@echo WARNING: "Support for distribution archives compressed with" \
861
+		       "legacy program 'compress' is deprecated." >&2
862
+	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
861 863
 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
862
-	$(am__remove_distdir)
864
+	$(am__post_remove_distdir)
863 865
 
864 866
 dist-zip: distdir
865 867
 	-rm -f $(distdir).zip
866 868
 	zip -rq $(distdir).zip $(distdir)
867
-	$(am__remove_distdir)
869
+	$(am__post_remove_distdir)
868 870
 
869
-dist dist-all: distdir
870
-	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
871
-	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
872
-	$(am__remove_distdir)
871
+dist dist-all:
872
+	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
873
+	$(am__post_remove_distdir)
873 874
 
874 875
 # This target untars the dist file and tries a VPATH configuration.  Then
875 876
 # it guarantees that the distribution is self-contained by making another
... ...
@@ -880,8 +915,6 @@ distcheck: dist
880 880
 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
881 881
 	*.tar.bz2*) \
882 882
 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
883
-	*.tar.lzma*) \
884
-	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
885 883
 	*.tar.lz*) \
886 884
 	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
887 885
 	*.tar.xz*) \
... ...
@@ -893,18 +926,19 @@ distcheck: dist
893 893
 	*.zip*) \
894 894
 	  unzip $(distdir).zip ;;\
895 895
 	esac
896
-	chmod -R a-w $(distdir); chmod u+w $(distdir)
897
-	mkdir $(distdir)/_build
898
-	mkdir $(distdir)/_inst
896
+	chmod -R a-w $(distdir)
897
+	chmod u+w $(distdir)
898
+	mkdir $(distdir)/_build $(distdir)/_inst
899 899
 	chmod a-w $(distdir)
900 900
 	test -d $(distdir)/_build || exit 0; \
901 901
 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
902 902
 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
903 903
 	  && am__cwd=`pwd` \
904 904
 	  && $(am__cd) $(distdir)/_build \
905
-	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
905
+	  && ../configure \
906 906
 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
907 907
 	    $(DISTCHECK_CONFIGURE_FLAGS) \
908
+	    --srcdir=.. --prefix="$$dc_install_base" \
908 909
 	  && $(MAKE) $(AM_MAKEFLAGS) \
909 910
 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
910 911
 	  && $(MAKE) $(AM_MAKEFLAGS) check \
... ...
@@ -927,7 +961,7 @@ distcheck: dist
927 927
 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
928 928
 	  && cd "$$am__cwd" \
929 929
 	  || exit 1
930
-	$(am__remove_distdir)
930
+	$(am__post_remove_distdir)
931 931
 	@(echo "$(distdir) archives ready for distribution: "; \
932 932
 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
933 933
 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
... ...
@@ -1066,26 +1100,25 @@ ps-am:
1066 1066
 
1067 1067
 uninstall-am: uninstall-binSCRIPTS uninstall-pkgconfigDATA
1068 1068
 
1069
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
1070
-	ctags-recursive install-am install-strip tags-recursive
1071
-
1072
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1073
-	all all-am am--refresh check check-am clean clean-generic \
1074
-	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
1075
-	dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
1076
-	dist-xz dist-zip distcheck distclean distclean-generic \
1077
-	distclean-hdr distclean-libtool distclean-tags distcleancheck \
1078
-	distdir distuninstallcheck dvi dvi-am html html-am info \
1079
-	info-am install install-am install-binSCRIPTS install-data \
1080
-	install-data-am install-dvi install-dvi-am install-exec \
1081
-	install-exec-am install-html install-html-am install-info \
1082
-	install-info-am install-man install-pdf install-pdf-am \
1083
-	install-pkgconfigDATA install-ps install-ps-am install-strip \
1084
-	installcheck installcheck-am installcheck-binSCRIPTS \
1085
-	installdirs installdirs-am maintainer-clean \
1086
-	maintainer-clean-generic mostlyclean mostlyclean-generic \
1087
-	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
1088
-	uninstall uninstall-am uninstall-binSCRIPTS \
1069
+.MAKE: $(am__recursive_targets) all install-am install-strip
1070
+
1071
+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1072
+	am--refresh check check-am clean clean-cscope clean-generic \
1073
+	clean-libtool cscope cscopelist-am ctags ctags-am dist \
1074
+	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1075
+	dist-tarZ dist-xz dist-zip distcheck distclean \
1076
+	distclean-generic distclean-hdr distclean-libtool \
1077
+	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1078
+	dvi-am html html-am info info-am install install-am \
1079
+	install-binSCRIPTS install-data install-data-am install-dvi \
1080
+	install-dvi-am install-exec install-exec-am install-html \
1081
+	install-html-am install-info install-info-am install-man \
1082
+	install-pdf install-pdf-am install-pkgconfigDATA install-ps \
1083
+	install-ps-am install-strip installcheck installcheck-am \
1084
+	installcheck-binSCRIPTS installdirs installdirs-am \
1085
+	maintainer-clean maintainer-clean-generic mostlyclean \
1086
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1087
+	tags tags-am uninstall uninstall-am uninstall-binSCRIPTS \
1089 1088
 	uninstall-pkgconfigDATA
1090 1089
 
1091 1090
 lcov:
... ...
@@ -1,8 +1,7 @@
1
-# generated automatically by aclocal 1.11.6 -*- 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 18
 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
18 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.6], [],
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.6])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],
... ...
@@ -602,14 +644,12 @@ AC_SUBST([am__leading_dot])])
602 602
 
603 603
 # Check to see how 'make' treats includes.	            -*- Autoconf -*-
604 604
 
605
-# Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
605
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
606 606
 #
607 607
 # This file is free software; the Free Software Foundation
608 608
 # gives unlimited permission to copy and/or distribute it,
609 609
 # with or without modifications, as long as this notice is preserved.
610 610
 
611
-# serial 4
612
-
613 611
 # AM_MAKE_INCLUDE()
614 612
 # -----------------
615 613
 # Check to see how make treats includes.
... ...
@@ -627,7 +667,7 @@ am__quote=
627 627
 _am_result=none
628 628
 # First try GNU make style include.
629 629
 echo "include confinc" > confmf
630
-# Ignore all kinds of additional output from `make'.
630
+# Ignore all kinds of additional output from 'make'.
631 631
 case `$am_make -s -f confmf 2> /dev/null` in #(
632 632
 *the\ am__doit\ target*)
633 633
   am__include=include
... ...
@@ -654,15 +694,12 @@ rm -f confinc confmf
654 654
 
655 655
 # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
656 656
 
657
-# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
658
-# Free Software Foundation, Inc.
657
+# Copyright (C) 1997-2013 Free Software Foundation, Inc.
659 658
 #
660 659
 # This file is free software; the Free Software Foundation
661 660
 # gives unlimited permission to copy and/or distribute it,
662 661
 # with or without modifications, as long as this notice is preserved.
663 662
 
664
-# serial 6
665
-
666 663
 # AM_MISSING_PROG(NAME, PROGRAM)
667 664
 # ------------------------------
668 665
 AC_DEFUN([AM_MISSING_PROG],
... ...
@@ -670,11 +707,10 @@ AC_DEFUN([AM_MISSING_PROG],
670 670
 $1=${$1-"${am_missing_run}$2"}
671 671
 AC_SUBST($1)])
672 672
 
673
-
674 673
 # AM_MISSING_HAS_RUN
675 674
 # ------------------
676
-# Define MISSING if not defined so far and test if it supports --run.
677
-# If it does, set am_missing_run to use it, otherwise, to nothing.
675
+# Define MISSING if not defined so far and test if it is modern enough.
676
+# If it is, set am_missing_run to use it, otherwise, to nothing.
678 677
 AC_DEFUN([AM_MISSING_HAS_RUN],
679 678
 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
680 679
 AC_REQUIRE_AUX_FILE([missing])dnl
... ...
@@ -687,54 +723,22 @@ if test x"${MISSING+set}" != xset; then
687 687
   esac
688 688
 fi
689 689
 # Use eval to expand $SHELL
690
-if eval "$MISSING --run true"; then
691
-  am_missing_run="$MISSING --run "
690
+if eval "$MISSING --is-lightweight"; then
691
+  am_missing_run="$MISSING "
692 692
 else
693 693
   am_missing_run=
694
-  AC_MSG_WARN([`missing' script is too old or missing])
694
+  AC_MSG_WARN(['missing' script is too old or missing])
695 695
 fi
696 696
 ])
697 697
 
698
-# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
699
-# Inc.
700
-#
701
-# This file is free software; the Free Software Foundation
702
-# gives unlimited permission to copy and/or distribute it,
703
-# with or without modifications, as long as this notice is preserved.
704
-
705
-# serial 1
706
-
707
-# AM_PROG_MKDIR_P
708
-# ---------------
709
-# Check for `mkdir -p'.
710
-AC_DEFUN([AM_PROG_MKDIR_P],
711
-[AC_PREREQ([2.60])dnl
712
-AC_REQUIRE([AC_PROG_MKDIR_P])dnl
713
-dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
714
-dnl while keeping a definition of mkdir_p for backward compatibility.
715
-dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
716
-dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
717
-dnl Makefile.ins that do not define MKDIR_P, so we do our own
718
-dnl adjustment using top_builddir (which is defined more often than
719
-dnl MKDIR_P).
720
-AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
721
-case $mkdir_p in
722
-  [[\\/$]]* | ?:[[\\/]]*) ;;
723
-  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
724
-esac
725
-])
726
-
727 698
 # Helper functions for option handling.                     -*- Autoconf -*-
728 699
 
729
-# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
730
-# Foundation, Inc.
700
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
731 701
 #
732 702
 # This file is free software; the Free Software Foundation
733 703
 # gives unlimited permission to copy and/or distribute it,
734 704
 # with or without modifications, as long as this notice is preserved.
735 705
 
736
-# serial 5
737
-
738 706
 # _AM_MANGLE_OPTION(NAME)
739 707
 # -----------------------
740 708
 AC_DEFUN([_AM_MANGLE_OPTION],
... ...
@@ -744,7 +748,7 @@ AC_DEFUN([_AM_MANGLE_OPTION],
744 744
 # --------------------
745 745
 # Set option NAME.  Presently that only means defining a flag for this option.
746 746
 AC_DEFUN([_AM_SET_OPTION],
747
-[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
747
+[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
748 748
 
749 749
 # _AM_SET_OPTIONS(OPTIONS)
750 750
 # ------------------------
... ...
@@ -758,13 +762,58 @@ AC_DEFUN([_AM_SET_OPTIONS],
758 758
 AC_DEFUN([_AM_IF_OPTION],
759 759
 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
760 760
 
761
-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
761
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
762 762
 #
763 763
 # This file is free software; the Free Software Foundation
764 764
 # gives unlimited permission to copy and/or distribute it,
765 765
 # with or without modifications, as long as this notice is preserved.
766 766
 
767
-# serial 1
767
+# _AM_PROG_CC_C_O
768
+# ---------------
769
+# Like AC_PROG_CC_C_O, but changed for automake.  We rewrite AC_PROG_CC
770
+# to automatically call this.
771
+AC_DEFUN([_AM_PROG_CC_C_O],
772
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
773
+AC_REQUIRE_AUX_FILE([compile])dnl
774
+AC_LANG_PUSH([C])dnl
775
+AC_CACHE_CHECK(
776
+  [whether $CC understands -c and -o together],
777
+  [am_cv_prog_cc_c_o],
778
+  [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
779
+  # Make sure it works both with $CC and with simple cc.
780
+  # Following AC_PROG_CC_C_O, we do the test twice because some
781
+  # compilers refuse to overwrite an existing .o file with -o,
782
+  # though they will create one.
783
+  am_cv_prog_cc_c_o=yes
784
+  for am_i in 1 2; do
785
+    if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
786
+         && test -f conftest2.$ac_objext; then
787
+      : OK
788
+    else
789
+      am_cv_prog_cc_c_o=no
790
+      break
791
+    fi
792
+  done
793
+  rm -f core conftest*
794
+  unset am_i])
795
+if test "$am_cv_prog_cc_c_o" != yes; then
796
+   # Losing compiler, so override with the script.
797
+   # FIXME: It is wrong to rewrite CC.
798
+   # But if we don't then we get into trouble of one sort or another.
799
+   # A longer-term fix would be to have automake use am__CC in this case,
800
+   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
801
+   CC="$am_aux_dir/compile $CC"
802
+fi
803
+AC_LANG_POP([C])])
804
+
805
+# For backward compatibility.
806
+AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
807
+
808
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
809
+#
810
+# This file is free software; the Free Software Foundation
811
+# gives unlimited permission to copy and/or distribute it,
812
+# with or without modifications, as long as this notice is preserved.
768 813
 
769 814
 # AM_RUN_LOG(COMMAND)
770 815
 # -------------------
... ...
@@ -779,22 +828,16 @@ AC_DEFUN([AM_RUN_LOG],
779 779
 
780 780
 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
781 781
 
782
-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
783
-# Free Software Foundation, Inc.
782
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
784 783
 #
785 784
 # This file is free software; the Free Software Foundation
786 785
 # gives unlimited permission to copy and/or distribute it,
787 786
 # with or without modifications, as long as this notice is preserved.
788 787
 
789
-# serial 5
790
-
791 788
 # AM_SANITY_CHECK
792 789
 # ---------------
793 790
 AC_DEFUN([AM_SANITY_CHECK],
794 791
 [AC_MSG_CHECKING([whether build environment is sane])
795
-# Just in case
796
-sleep 1
797
-echo timestamp > conftest.file
798 792
 # Reject unsafe characters in $srcdir or the absolute working directory
799 793
 # name.  Accept space and tab only in the latter.
800 794
 am_lf='
... ...
@@ -805,32 +848,40 @@ case `pwd` in
805 805
 esac
806 806
 case $srcdir in
807 807
   *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
808
-    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
808
+    AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
809 809
 esac
810 810
 
811
-# Do `set' in a subshell so we don't clobber the current shell's
811
+# Do 'set' in a subshell so we don't clobber the current shell's
812 812
 # arguments.  Must try -L first in case configure is actually a
813 813
 # symlink; some systems play weird games with the mod time of symlinks
814 814
 # (eg FreeBSD returns the mod time of the symlink's containing
815 815
 # directory).
816 816
 if (
817
-   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
818
-   if test "$[*]" = "X"; then
819
-      # -L didn't work.
820
-      set X `ls -t "$srcdir/configure" conftest.file`
821
-   fi
822
-   rm -f conftest.file
823
-   if test "$[*]" != "X $srcdir/configure conftest.file" \
824
-      && test "$[*]" != "X conftest.file $srcdir/configure"; then
825
-
826
-      # If neither matched, then we have a broken ls.  This can happen
827
-      # if, for instance, CONFIG_SHELL is bash and it inherits a
828
-      # broken ls alias from the environment.  This has actually
829
-      # happened.  Such a system could not be considered "sane".
830
-      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
831
-alias in your environment])
832
-   fi
833
-
817
+   am_has_slept=no
818
+   for am_try in 1 2; do
819
+     echo "timestamp, slept: $am_has_slept" > conftest.file
820
+     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
821
+     if test "$[*]" = "X"; then
822
+	# -L didn't work.
823
+	set X `ls -t "$srcdir/configure" conftest.file`
824
+     fi
825
+     if test "$[*]" != "X $srcdir/configure conftest.file" \
826
+	&& test "$[*]" != "X conftest.file $srcdir/configure"; then
827
+
828
+	# If neither matched, then we have a broken ls.  This can happen
829
+	# if, for instance, CONFIG_SHELL is bash and it inherits a
830
+	# broken ls alias from the environment.  This has actually
831
+	# happened.  Such a system could not be considered "sane".
832
+	AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
833
+  alias in your environment])
834
+     fi
835
+     if test "$[2]" = conftest.file || test $am_try -eq 2; then
836
+       break
837
+     fi
838
+     # Just in case.
839
+     sleep 1
840
+     am_has_slept=yes
841
+   done
834 842
    test "$[2]" = conftest.file
835 843
    )
836 844
 then
... ...
@@ -840,31 +891,50 @@ else
840 840
    AC_MSG_ERROR([newly created file is older than distributed files!
841 841
 Check your system clock])
842 842
 fi
843
-AC_MSG_RESULT(yes)])
843
+AC_MSG_RESULT([yes])
844
+# If we didn't sleep, we still need to ensure time stamps of config.status and
845
+# generated files are strictly newer.
846
+am_sleep_pid=
847
+if grep 'slept: no' conftest.file >/dev/null 2>&1; then
848
+  ( sleep 1 ) &
849
+  am_sleep_pid=$!
850
+fi
851
+AC_CONFIG_COMMANDS_PRE(
852
+  [AC_MSG_CHECKING([that generated files are newer than configure])
853
+   if test -n "$am_sleep_pid"; then
854
+     # Hide warnings about reused PIDs.
855
+     wait $am_sleep_pid 2>/dev/null
856
+   fi
857
+   AC_MSG_RESULT([done])])
858
+rm -f conftest.file
859
+])
844 860
 
845
-# Copyright (C) 2009, 2011  Free Software Foundation, Inc.
861
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
846 862
 #
847 863
 # This file is free software; the Free Software Foundation
848 864
 # gives unlimited permission to copy and/or distribute it,
849 865
 # with or without modifications, as long as this notice is preserved.
850 866
 
851
-# serial 2
852
-
853 867
 # AM_SILENT_RULES([DEFAULT])
854 868
 # --------------------------
855 869
 # Enable less verbose build rules; with the default set to DEFAULT
856
-# (`yes' being less verbose, `no' or empty being verbose).
870
+# ("yes" being less verbose, "no" or empty being verbose).
857 871
 AC_DEFUN([AM_SILENT_RULES],
858
-[AC_ARG_ENABLE([silent-rules],
859
-[  --enable-silent-rules          less verbose build output (undo: `make V=1')
860
-  --disable-silent-rules         verbose build output (undo: `make V=0')])
861
-case $enable_silent_rules in
862
-yes) AM_DEFAULT_VERBOSITY=0;;
863
-no)  AM_DEFAULT_VERBOSITY=1;;
864
-*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
872
+[AC_ARG_ENABLE([silent-rules], [dnl
873
+AS_HELP_STRING(
874
+  [--enable-silent-rules],
875
+  [less verbose build output (undo: "make V=1")])
876
+AS_HELP_STRING(
877
+  [--disable-silent-rules],
878
+  [verbose build output (undo: "make V=0")])dnl
879
+])
880
+case $enable_silent_rules in @%:@ (((
881
+  yes) AM_DEFAULT_VERBOSITY=0;;
882
+   no) AM_DEFAULT_VERBOSITY=1;;
883
+    *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
865 884
 esac
866 885
 dnl
867
-dnl A few `make' implementations (e.g., NonStop OS and NextStep)
886
+dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
868 887
 dnl do not support nested variable expansions.
869 888
 dnl See automake bug#9928 and bug#10237.
870 889
 am_make=${MAKE-make}
... ...
@@ -882,7 +952,7 @@ else
882 882
   am_cv_make_support_nested_variables=no
883 883
 fi])
884 884
 if test $am_cv_make_support_nested_variables = yes; then
885
-  dnl Using `$V' instead of `$(V)' breaks IRIX make.
885
+  dnl Using '$V' instead of '$(V)' breaks IRIX make.
886 886
   AM_V='$(V)'
887 887
   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
888 888
 else
... ...
@@ -899,44 +969,40 @@ AC_SUBST([AM_BACKSLASH])dnl
899 899
 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
900 900
 ])
901 901
 
902
-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
902
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
903 903
 #
904 904
 # This file is free software; the Free Software Foundation
905 905
 # gives unlimited permission to copy and/or distribute it,
906 906
 # with or without modifications, as long as this notice is preserved.
907 907
 
908
-# serial 1
909
-
910 908
 # AM_PROG_INSTALL_STRIP
911 909
 # ---------------------
912
-# One issue with vendor `install' (even GNU) is that you can't
910
+# One issue with vendor 'install' (even GNU) is that you can't
913 911
 # specify the program used to strip binaries.  This is especially
914 912
 # annoying in cross-compiling environments, where the build's strip
915 913
 # is unlikely to handle the host's binaries.
916 914
 # Fortunately install-sh will honor a STRIPPROG variable, so we
917
-# always use install-sh in `make install-strip', and initialize
915
+# always use install-sh in "make install-strip", and initialize
918 916
 # STRIPPROG with the value of the STRIP variable (set by the user).
919 917
 AC_DEFUN([AM_PROG_INSTALL_STRIP],
920 918
 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
921
-# Installed binaries are usually stripped using `strip' when the user
922
-# run `make install-strip'.  However `strip' might not be the right
919
+# Installed binaries are usually stripped using 'strip' when the user
920
+# run "make install-strip".  However 'strip' might not be the right
923 921
 # tool to use in cross-compilation environments, therefore Automake
924
-# will honor the `STRIP' environment variable to overrule this program.
925
-dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
922
+# will honor the 'STRIP' environment variable to overrule this program.
923
+dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
926 924
 if test "$cross_compiling" != no; then
927 925
   AC_CHECK_TOOL([STRIP], [strip], :)
928 926
 fi
929 927
 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
930 928
 AC_SUBST([INSTALL_STRIP_PROGRAM])])
931 929
 
932
-# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
930
+# Copyright (C) 2006-2013 Free Software Foundation, Inc.
933 931
 #
934 932
 # This file is free software; the Free Software Foundation
935 933
 # gives unlimited permission to copy and/or distribute it,
936 934
 # with or without modifications, as long as this notice is preserved.
937 935
 
938
-# serial 3
939
-
940 936
 # _AM_SUBST_NOTMAKE(VARIABLE)
941 937
 # ---------------------------
942 938
 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
... ...
@@ -950,18 +1016,16 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
950 950
 
951 951
 # Check how to create a tarball.                            -*- Autoconf -*-
952 952
 
953
-# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
953
+# Copyright (C) 2004-2013 Free Software Foundation, Inc.
954 954
 #
955 955
 # This file is free software; the Free Software Foundation
956 956
 # gives unlimited permission to copy and/or distribute it,
957 957
 # with or without modifications, as long as this notice is preserved.
958 958
 
959
-# serial 2
960
-
961 959
 # _AM_PROG_TAR(FORMAT)
962 960
 # --------------------
963 961
 # Check how to create a tarball in format FORMAT.
964
-# FORMAT should be one of `v7', `ustar', or `pax'.
962
+# FORMAT should be one of 'v7', 'ustar', or 'pax'.
965 963
 #
966 964
 # Substitute a variable $(am__tar) that is a command
967 965
 # writing to stdout a FORMAT-tarball containing the directory
... ...
@@ -971,76 +1035,114 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
971 971
 # Substitute a variable $(am__untar) that extract such
972 972
 # a tarball read from stdin.
973 973
 #     $(am__untar) < result.tar
974
+#
974 975
 AC_DEFUN([_AM_PROG_TAR],
975 976
 [# Always define AMTAR for backward compatibility.  Yes, it's still used
976 977
 # in the wild :-(  We should find a proper way to deprecate it ...
977 978
 AC_SUBST([AMTAR], ['$${TAR-tar}'])
978
-m4_if([$1], [v7],
979
-     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
980
-     [m4_case([$1], [ustar],, [pax],,
981
-              [m4_fatal([Unknown tar format])])
982
-AC_MSG_CHECKING([how to create a $1 tar archive])
983
-# Loop over all known methods to create a tar archive until one works.
979
+
980
+# We'll loop over all known methods to create a tar archive until one works.
984 981
 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
985
-_am_tools=${am_cv_prog_tar_$1-$_am_tools}
986
-# Do not fold the above two line into one, because Tru64 sh and
987
-# Solaris sh will not grok spaces in the rhs of `-'.
988
-for _am_tool in $_am_tools
989
-do
990
-  case $_am_tool in
991
-  gnutar)
992
-    for _am_tar in tar gnutar gtar;
993
-    do
994
-      AM_RUN_LOG([$_am_tar --version]) && break
995
-    done
996
-    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
997
-    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
998
-    am__untar="$_am_tar -xf -"
999
-    ;;
1000
-  plaintar)
1001
-    # Must skip GNU tar: if it does not support --format= it doesn't create
1002
-    # ustar tarball either.
1003
-    (tar --version) >/dev/null 2>&1 && continue
1004
-    am__tar='tar chf - "$$tardir"'
1005
-    am__tar_='tar chf - "$tardir"'
1006
-    am__untar='tar xf -'
1007
-    ;;
1008
-  pax)
1009
-    am__tar='pax -L -x $1 -w "$$tardir"'
1010
-    am__tar_='pax -L -x $1 -w "$tardir"'
1011
-    am__untar='pax -r'
1012
-    ;;
1013
-  cpio)
1014
-    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1015
-    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1016
-    am__untar='cpio -i -H $1 -d'
1017
-    ;;
1018
-  none)
1019
-    am__tar=false
1020
-    am__tar_=false
1021
-    am__untar=false
1022
-    ;;
1023
-  esac
1024 982
 
1025
-  # If the value was cached, stop now.  We just wanted to have am__tar
1026
-  # and am__untar set.
1027
-  test -n "${am_cv_prog_tar_$1}" && break
983
+m4_if([$1], [v7],
984
+  [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
985
+
986
+  [m4_case([$1],
987
+    [ustar],
988
+     [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
989
+      # There is notably a 21 bits limit for the UID and the GID.  In fact,
990
+      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
991
+      # and bug#13588).
992
+      am_max_uid=2097151 # 2^21 - 1
993
+      am_max_gid=$am_max_uid
994
+      # The $UID and $GID variables are not portable, so we need to resort
995
+      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
996
+      # below are definitely unexpected, so allow the users to see them
997
+      # (that is, avoid stderr redirection).
998
+      am_uid=`id -u || echo unknown`
999
+      am_gid=`id -g || echo unknown`
1000
+      AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
1001
+      if test $am_uid -le $am_max_uid; then
1002
+         AC_MSG_RESULT([yes])
1003
+      else
1004
+         AC_MSG_RESULT([no])
1005
+         _am_tools=none
1006
+      fi
1007
+      AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
1008
+      if test $am_gid -le $am_max_gid; then
1009
+         AC_MSG_RESULT([yes])
1010
+      else
1011
+        AC_MSG_RESULT([no])
1012
+        _am_tools=none
1013
+      fi],
1014
+
1015
+  [pax],
1016
+    [],
1017
+
1018
+  [m4_fatal([Unknown tar format])])
1019
+
1020
+  AC_MSG_CHECKING([how to create a $1 tar archive])
1021
+
1022
+  # Go ahead even if we have the value already cached.  We do so because we
1023
+  # need to set the values for the 'am__tar' and 'am__untar' variables.
1024
+  _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1025
+
1026
+  for _am_tool in $_am_tools; do
1027
+    case $_am_tool in
1028
+    gnutar)
1029
+      for _am_tar in tar gnutar gtar; do
1030
+        AM_RUN_LOG([$_am_tar --version]) && break
1031
+      done
1032
+      am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1033
+      am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1034
+      am__untar="$_am_tar -xf -"
1035
+      ;;
1036
+    plaintar)
1037
+      # Must skip GNU tar: if it does not support --format= it doesn't create
1038
+      # ustar tarball either.
1039
+      (tar --version) >/dev/null 2>&1 && continue
1040
+      am__tar='tar chf - "$$tardir"'
1041
+      am__tar_='tar chf - "$tardir"'
1042
+      am__untar='tar xf -'
1043
+      ;;
1044
+    pax)
1045
+      am__tar='pax -L -x $1 -w "$$tardir"'
1046
+      am__tar_='pax -L -x $1 -w "$tardir"'
1047
+      am__untar='pax -r'
1048
+      ;;
1049
+    cpio)
1050
+      am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1051
+      am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1052
+      am__untar='cpio -i -H $1 -d'
1053
+      ;;
1054
+    none)
1055
+      am__tar=false
1056
+      am__tar_=false
1057
+      am__untar=false
1058
+      ;;
1059
+    esac
1028 1060
 
1029
-  # tar/untar a dummy directory, and stop if the command works
1030
-  rm -rf conftest.dir
1031
-  mkdir conftest.dir
1032
-  echo GrepMe > conftest.dir/file
1033
-  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1061
+    # If the value was cached, stop now.  We just wanted to have am__tar
1062
+    # and am__untar set.
1063
+    test -n "${am_cv_prog_tar_$1}" && break
1064
+
1065
+    # tar/untar a dummy directory, and stop if the command works.
1066
+    rm -rf conftest.dir
1067
+    mkdir conftest.dir
1068
+    echo GrepMe > conftest.dir/file
1069
+    AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1070
+    rm -rf conftest.dir
1071
+    if test -s conftest.tar; then
1072
+      AM_RUN_LOG([$am__untar <conftest.tar])
1073
+      AM_RUN_LOG([cat conftest.dir/file])
1074
+      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1075
+    fi
1076
+  done
1034 1077
   rm -rf conftest.dir
1035
-  if test -s conftest.tar; then
1036
-    AM_RUN_LOG([$am__untar <conftest.tar])
1037
-    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1038
-  fi
1039
-done
1040
-rm -rf conftest.dir
1041 1078
 
1042
-AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1043
-AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1079
+  AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1080
+  AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1081
+
1044 1082
 AC_SUBST([am__tar])
1045 1083
 AC_SUBST([am__untar])
1046 1084
 ]) # _AM_PROG_TAR
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 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,23 +33,51 @@
34 34
 #  MA 02110-1301, USA.
35 35
 
36 36
 VPATH = @srcdir@
37
-am__make_dryrun = \
38
-  { \
39
-    am__dry=no; \
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 \
40 50
     case $$MAKEFLAGS in \
41 51
       *\\[\ \	]*) \
42
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
43
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
44
-      *) \
45
-        for am__flg in $$MAKEFLAGS; do \
46
-          case $$am__flg in \
47
-            *=*|--*) ;; \
48
-            *n*) am__dry=yes; break;; \
49
-          esac; \
50
-        done;; \
52
+        bs=\\; \
53
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
54
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
51 55
     esac; \
52
-    test $$am__dry = yes; \
53
-  }
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))
54 82
 pkgdatadir = $(datadir)/@PACKAGE@
55 83
 pkgincludedir = $(includedir)/@PACKAGE@
56 84
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -73,7 +100,8 @@ target_triplet = @target@
73 73
 @BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@sbin_PROGRAMS =  \
74 74
 @BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@	clamav-milter$(EXEEXT)
75 75
 subdir = clamav-milter
76
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
76
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
77
+	$(top_srcdir)/config/depcomp
77 78
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78 79
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
79 80
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -170,6 +198,19 @@ clamav_milter_LDADD = $(LDADD)
170 170
 AM_V_lt = $(am__v_lt_@AM_V@)
171 171
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
172 172
 am__v_lt_0 = --silent
173
+am__v_lt_1 = 
174
+AM_V_P = $(am__v_P_@AM_V@)
175
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
176
+am__v_P_0 = false
177
+am__v_P_1 = :
178
+AM_V_GEN = $(am__v_GEN_@AM_V@)
179
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
180
+am__v_GEN_0 = @echo "  GEN     " $@;
181
+am__v_GEN_1 = 
182
+AM_V_at = $(am__v_at_@AM_V@)
183
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
184
+am__v_at_0 = @
185
+am__v_at_1 = 
173 186
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
174 187
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
175 188
 am__depfiles_maybe = depfiles
... ...
@@ -182,20 +223,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
182 182
 	$(AM_CFLAGS) $(CFLAGS)
183 183
 AM_V_CC = $(am__v_CC_@AM_V@)
184 184
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
185
-am__v_CC_0 = @echo "  CC    " $@;
186
-AM_V_at = $(am__v_at_@AM_V@)
187
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
188
-am__v_at_0 = @
185
+am__v_CC_0 = @echo "  CC      " $@;
186
+am__v_CC_1 = 
189 187
 CCLD = $(CC)
190 188
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
191 189
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
192 190
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
193 191
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
194 192
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
195
-am__v_CCLD_0 = @echo "  CCLD  " $@;
196
-AM_V_GEN = $(am__v_GEN_@AM_V@)
197
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
198
-am__v_GEN_0 = @echo "  GEN   " $@;
193
+am__v_CCLD_0 = @echo "  CCLD    " $@;
194
+am__v_CCLD_1 = 
199 195
 SOURCES = $(clamav_milter_SOURCES)
200 196
 DIST_SOURCES = $(am__clamav_milter_SOURCES_DIST)
201 197
 am__can_run_installinfo = \
... ...
@@ -233,6 +270,23 @@ am__uninstall_files_from_dir = { \
233 233
 man8dir = $(mandir)/man8
234 234
 NROFF = nroff
235 235
 MANS = $(man_MANS)
236
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
237
+# Read a list of newline-separated strings from the standard input,
238
+# and print each of them once, without duplicates.  Input order is
239
+# *not* preserved.
240
+am__uniquify_input = $(AWK) '\
241
+  BEGIN { nonempty = 0; } \
242
+  { items[$$0] = 1; nonempty = 1; } \
243
+  END { if (nonempty) { for (i in items) print i; }; } \
244
+'
245
+# Make sure the list of sources is unique.  This is necessary because,
246
+# e.g., the same source file might be shared among _SOURCES variables
247
+# for different programs/libraries.
248
+am__define_uniq_tagged_files = \
249
+  list='$(am__tagged_files)'; \
250
+  unique=`for i in $$list; do \
251
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
252
+  done | $(am__uniquify_input)`
236 253
 ETAGS = etags
237 254
 CTAGS = ctags
238 255
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -487,10 +541,12 @@ install-sbinPROGRAMS: $(sbin_PROGRAMS)
487 487
 	fi; \
488 488
 	for p in $$list; do echo "$$p $$p"; done | \
489 489
 	sed 's/$(EXEEXT)$$//' | \
490
-	while read p p1; do if test -f $$p || test -f $$p1; \
491
-	  then echo "$$p"; echo "$$p"; else :; fi; \
490
+	while read p p1; do if test -f $$p \
491
+	 || test -f $$p1 \
492
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
492 493
 	done | \
493
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
494
+	sed -e 'p;s,.*/,,;n;h' \
495
+	    -e 's|.*|.|' \
494 496
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
495 497
 	sed 'N;N;N;s,\n, ,g' | \
496 498
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -511,7 +567,8 @@ uninstall-sbinPROGRAMS:
511 511
 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
512 512
 	files=`for p in $$list; do echo "$$p"; done | \
513 513
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
514
-	      -e 's/$$/$(EXEEXT)/' `; \
514
+	      -e 's/$$/$(EXEEXT)/' \
515
+	`; \
515 516
 	test -n "$$list" || exit 0; \
516 517
 	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
517 518
 	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
... ...
@@ -540,6 +597,7 @@ installcheck-sbinPROGRAMS: $(sbin_PROGRAMS)
540 540
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
541 541
 	  done; \
542 542
 	done; rm -f c$${pid}_.???; exit $$bad
543
+
543 544
 clamav-milter$(EXEEXT): $(clamav_milter_OBJECTS) $(clamav_milter_DEPENDENCIES) $(EXTRA_clamav_milter_DEPENDENCIES) 
544 545
 	@rm -f clamav-milter$(EXEEXT)
545 546
 	$(AM_V_CCLD)$(LINK) $(clamav_milter_OBJECTS) $(clamav_milter_LDADD) $(LIBS)
... ...
@@ -565,14 +623,14 @@ distclean-compile:
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 $<
568
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
569 569
 
570 570
 .c.obj:
571 571
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
572 572
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
573 573
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
574 574
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
575
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
575
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
576 576
 
577 577
 .c.lo:
578 578
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -686,26 +744,15 @@ uninstall-man8:
686 686
 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
687 687
 	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
688 688
 
689
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
690
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
691
-	unique=`for i in $$list; do \
692
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
693
-	  done | \
694
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
695
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
696
-	mkid -fID $$unique
697
-tags: TAGS
698
-
699
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
700
-		$(TAGS_FILES) $(LISP)
689
+ID: $(am__tagged_files)
690
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
691
+tags: tags-am
692
+TAGS: tags
693
+
694
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
701 695
 	set x; \
702 696
 	here=`pwd`; \
703
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
704
-	unique=`for i in $$list; do \
705
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
706
-	  done | \
707
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
708
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
697
+	$(am__define_uniq_tagged_files); \
709 698
 	shift; \
710 699
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
711 700
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -717,15 +764,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
717 717
 	      $$unique; \
718 718
 	  fi; \
719 719
 	fi
720
-ctags: CTAGS
721
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
722
-		$(TAGS_FILES) $(LISP)
723
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
724
-	unique=`for i in $$list; do \
725
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
726
-	  done | \
727
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
728
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
720
+ctags: ctags-am
721
+
722
+CTAGS: ctags
723
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
724
+	$(am__define_uniq_tagged_files); \
729 725
 	test -z "$(CTAGS_ARGS)$$unique" \
730 726
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
731 727
 	     $$unique
... ...
@@ -734,24 +777,26 @@ GTAGS:
734 734
 	here=`$(am__cd) $(top_builddir) && pwd` \
735 735
 	  && $(am__cd) $(top_srcdir) \
736 736
 	  && gtags -i $(GTAGS_ARGS) "$$here"
737
+cscopelist: cscopelist-am
738
+
739
+cscopelist-am: $(am__tagged_files)
740
+	list='$(am__tagged_files)'; \
741
+	case "$(srcdir)" in \
742
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
743
+	  *) sdir=$(subdir)/$(srcdir) ;; \
744
+	esac; \
745
+	for i in $$list; do \
746
+	  if test -f "$$i"; then \
747
+	    echo "$(subdir)/$$i"; \
748
+	  else \
749
+	    echo "$$sdir/$$i"; \
750
+	  fi; \
751
+	done >> $(top_builddir)/cscope.files
737 752
 
738 753
 distclean-tags:
739 754
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
740 755
 
741 756
 distdir: $(DISTFILES)
742
-	@list='$(MANS)'; if test -n "$$list"; then \
743
-	  list=`for p in $$list; do \
744
-	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
745
-	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
746
-	  if test -n "$$list" && \
747
-	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
748
-	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
749
-	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
750
-	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
751
-	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
752
-	    exit 1; \
753
-	  else :; fi; \
754
-	else :; fi
755 757
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
756 758
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
757 759
 	list='$(DISTFILES)'; \
... ...
@@ -894,19 +939,20 @@ uninstall-man: uninstall-man8
894 894
 
895 895
 .MAKE: install-am install-strip
896 896
 
897
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
898
-	clean-libtool clean-sbinPROGRAMS ctags distclean \
899
-	distclean-compile distclean-generic distclean-libtool \
900
-	distclean-tags distdir dvi dvi-am html html-am info info-am \
901
-	install install-am install-data install-data-am install-dvi \
902
-	install-dvi-am install-exec install-exec-am install-html \
903
-	install-html-am install-info install-info-am install-man \
904
-	install-man8 install-pdf install-pdf-am install-ps \
905
-	install-ps-am install-sbinPROGRAMS install-strip installcheck \
906
-	installcheck-am installcheck-sbinPROGRAMS installdirs \
907
-	maintainer-clean maintainer-clean-generic mostlyclean \
908
-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
909
-	pdf pdf-am ps ps-am tags uninstall uninstall-am uninstall-man \
897
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
898
+	clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
899
+	distclean distclean-compile distclean-generic \
900
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
901
+	html-am info info-am install install-am install-data \
902
+	install-data-am install-dvi install-dvi-am install-exec \
903
+	install-exec-am install-html install-html-am install-info \
904
+	install-info-am install-man install-man8 install-pdf \
905
+	install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
906
+	install-strip installcheck installcheck-am \
907
+	installcheck-sbinPROGRAMS installdirs maintainer-clean \
908
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
909
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
910
+	tags tags-am uninstall uninstall-am uninstall-man \
910 911
 	uninstall-man8 uninstall-sbinPROGRAMS
911 912
 
912 913
 
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 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,23 +15,51 @@
16 16
 @SET_MAKE@
17 17
 
18 18
 VPATH = @srcdir@
19
-am__make_dryrun = \
20
-  { \
21
-    am__dry=no; \
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 \
22 32
     case $$MAKEFLAGS in \
23 33
       *\\[\ \	]*) \
24
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26
-      *) \
27
-        for am__flg in $$MAKEFLAGS; do \
28
-          case $$am__flg in \
29
-            *=*|--*) ;; \
30
-            *n*) am__dry=yes; break;; \
31
-          esac; \
32
-        done;; \
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;; \
33 59
     esac; \
34
-    test $$am__dry = yes; \
35
-  }
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))
36 64
 pkgdatadir = $(datadir)/@PACKAGE@
37 65
 pkgincludedir = $(includedir)/@PACKAGE@
38 66
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -54,7 +81,8 @@ host_triplet = @host@
54 54
 target_triplet = @target@
55 55
 bin_PROGRAMS = clambc$(EXEEXT)
56 56
 subdir = clambc
57
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
58
+	$(top_srcdir)/config/depcomp
58 59
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59 60
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
60 61
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -136,6 +164,19 @@ clambc_LDADD = $(LDADD)
136 136
 AM_V_lt = $(am__v_lt_@AM_V@)
137 137
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
138 138
 am__v_lt_0 = --silent
139
+am__v_lt_1 = 
140
+AM_V_P = $(am__v_P_@AM_V@)
141
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
142
+am__v_P_0 = false
143
+am__v_P_1 = :
144
+AM_V_GEN = $(am__v_GEN_@AM_V@)
145
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
146
+am__v_GEN_0 = @echo "  GEN     " $@;
147
+am__v_GEN_1 = 
148
+AM_V_at = $(am__v_at_@AM_V@)
149
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
150
+am__v_at_0 = @
151
+am__v_at_1 = 
139 152
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
140 153
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
141 154
 am__depfiles_maybe = depfiles
... ...
@@ -148,20 +189,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148 148
 	$(AM_CFLAGS) $(CFLAGS)
149 149
 AM_V_CC = $(am__v_CC_@AM_V@)
150 150
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
151
-am__v_CC_0 = @echo "  CC    " $@;
152
-AM_V_at = $(am__v_at_@AM_V@)
153
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
154
-am__v_at_0 = @
151
+am__v_CC_0 = @echo "  CC      " $@;
152
+am__v_CC_1 = 
155 153
 CCLD = $(CC)
156 154
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
157 155
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
158 156
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
159 157
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
160 158
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
161
-am__v_CCLD_0 = @echo "  CCLD  " $@;
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   " $@;
159
+am__v_CCLD_0 = @echo "  CCLD    " $@;
160
+am__v_CCLD_1 = 
165 161
 SOURCES = $(clambc_SOURCES)
166 162
 DIST_SOURCES = $(clambc_SOURCES)
167 163
 am__can_run_installinfo = \
... ...
@@ -169,6 +206,23 @@ am__can_run_installinfo = \
169 169
     n|no|NO) false;; \
170 170
     *) (install-info --version) >/dev/null 2>&1;; \
171 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)`
172 189
 ETAGS = etags
173 190
 CTAGS = ctags
174 191
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -412,10 +466,12 @@ install-binPROGRAMS: $(bin_PROGRAMS)
412 412
 	fi; \
413 413
 	for p in $$list; do echo "$$p $$p"; done | \
414 414
 	sed 's/$(EXEEXT)$$//' | \
415
-	while read p p1; do if test -f $$p || test -f $$p1; \
416
-	  then echo "$$p"; echo "$$p"; else :; fi; \
415
+	while read p p1; do if test -f $$p \
416
+	 || test -f $$p1 \
417
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
417 418
 	done | \
418
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
419
+	sed -e 'p;s,.*/,,;n;h' \
420
+	    -e 's|.*|.|' \
419 421
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
420 422
 	sed 'N;N;N;s,\n, ,g' | \
421 423
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -436,7 +492,8 @@ uninstall-binPROGRAMS:
436 436
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
437 437
 	files=`for p in $$list; do echo "$$p"; done | \
438 438
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
439
-	      -e 's/$$/$(EXEEXT)/' `; \
439
+	      -e 's/$$/$(EXEEXT)/' \
440
+	`; \
440 441
 	test -n "$$list" || exit 0; \
441 442
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
442 443
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -465,6 +522,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
465 465
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
466 466
 	  done; \
467 467
 	done; rm -f c$${pid}_.???; exit $$bad
468
+
468 469
 clambc$(EXEEXT): $(clambc_OBJECTS) $(clambc_DEPENDENCIES) $(EXTRA_clambc_DEPENDENCIES) 
469 470
 	@rm -f clambc$(EXEEXT)
470 471
 	$(AM_V_CCLD)$(LINK) $(clambc_OBJECTS) $(clambc_LDADD) $(LIBS)
... ...
@@ -485,14 +543,14 @@ distclean-compile:
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 $<
488
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
489 489
 
490 490
 .c.obj:
491 491
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
492 492
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
493 493
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
494 494
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
495
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
495
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
496 496
 
497 497
 .c.lo:
498 498
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -549,26 +607,15 @@ mostlyclean-libtool:
549 549
 clean-libtool:
550 550
 	-rm -rf .libs _libs
551 551
 
552
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
553
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
554
-	unique=`for i in $$list; do \
555
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
556
-	  done | \
557
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
558
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
559
-	mkid -fID $$unique
560
-tags: TAGS
561
-
562
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
563
-		$(TAGS_FILES) $(LISP)
552
+ID: $(am__tagged_files)
553
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
554
+tags: tags-am
555
+TAGS: tags
556
+
557
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
564 558
 	set x; \
565 559
 	here=`pwd`; \
566
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
567
-	unique=`for i in $$list; do \
568
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
569
-	  done | \
570
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
571
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
560
+	$(am__define_uniq_tagged_files); \
572 561
 	shift; \
573 562
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
574 563
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -580,15 +627,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
580 580
 	      $$unique; \
581 581
 	  fi; \
582 582
 	fi
583
-ctags: CTAGS
584
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
585
-		$(TAGS_FILES) $(LISP)
586
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
587
-	unique=`for i in $$list; do \
588
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
589
-	  done | \
590
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
591
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
583
+ctags: ctags-am
584
+
585
+CTAGS: ctags
586
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
587
+	$(am__define_uniq_tagged_files); \
592 588
 	test -z "$(CTAGS_ARGS)$$unique" \
593 589
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
594 590
 	     $$unique
... ...
@@ -597,6 +640,21 @@ GTAGS:
597 597
 	here=`$(am__cd) $(top_builddir) && pwd` \
598 598
 	  && $(am__cd) $(top_srcdir) \
599 599
 	  && gtags -i $(GTAGS_ARGS) "$$here"
600
+cscopelist: cscopelist-am
601
+
602
+cscopelist-am: $(am__tagged_files)
603
+	list='$(am__tagged_files)'; \
604
+	case "$(srcdir)" in \
605
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
606
+	  *) sdir=$(subdir)/$(srcdir) ;; \
607
+	esac; \
608
+	for i in $$list; do \
609
+	  if test -f "$$i"; then \
610
+	    echo "$(subdir)/$$i"; \
611
+	  else \
612
+	    echo "$$sdir/$$i"; \
613
+	  fi; \
614
+	done >> $(top_builddir)/cscope.files
600 615
 
601 616
 distclean-tags:
602 617
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -741,19 +799,20 @@ uninstall-am: uninstall-binPROGRAMS
741 741
 
742 742
 .MAKE: install-am install-strip
743 743
 
744
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
745
-	clean-generic clean-libtool ctags distclean distclean-compile \
746
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
747
-	dvi-am html html-am info info-am install install-am \
748
-	install-binPROGRAMS install-data install-data-am install-dvi \
749
-	install-dvi-am install-exec install-exec-am install-html \
750
-	install-html-am install-info install-info-am install-man \
751
-	install-pdf install-pdf-am install-ps install-ps-am \
752
-	install-strip installcheck installcheck-am \
753
-	installcheck-binPROGRAMS installdirs maintainer-clean \
754
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
755
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
756
-	tags uninstall uninstall-am uninstall-binPROGRAMS
744
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
745
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
746
+	ctags ctags-am distclean distclean-compile distclean-generic \
747
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
748
+	html-am info info-am install install-am install-binPROGRAMS \
749
+	install-data install-data-am install-dvi install-dvi-am \
750
+	install-exec install-exec-am install-html install-html-am \
751
+	install-info install-info-am install-man install-pdf \
752
+	install-pdf-am install-ps install-ps-am install-strip \
753
+	installcheck installcheck-am installcheck-binPROGRAMS \
754
+	installdirs maintainer-clean maintainer-clean-generic \
755
+	mostlyclean mostlyclean-compile mostlyclean-generic \
756
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
757
+	uninstall-am uninstall-binPROGRAMS
757 758
 
758 759
 
759 760
 # 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.6 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,23 +33,51 @@
34 34
 #  MA 02110-1301, USA.
35 35
 
36 36
 VPATH = @srcdir@
37
-am__make_dryrun = \
38
-  { \
39
-    am__dry=no; \
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 \
40 50
     case $$MAKEFLAGS in \
41 51
       *\\[\ \	]*) \
42
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
43
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
44
-      *) \
45
-        for am__flg in $$MAKEFLAGS; do \
46
-          case $$am__flg in \
47
-            *=*|--*) ;; \
48
-            *n*) am__dry=yes; break;; \
49
-          esac; \
50
-        done;; \
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;; \
51 77
     esac; \
52
-    test $$am__dry = yes; \
53
-  }
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))
54 82
 pkgdatadir = $(datadir)/@PACKAGE@
55 83
 pkgincludedir = $(includedir)/@PACKAGE@
56 84
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -72,7 +99,8 @@ host_triplet = @host@
72 72
 target_triplet = @target@
73 73
 bin_PROGRAMS = clamconf$(EXEEXT)
74 74
 subdir = clamconf
75
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
75
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
76
+	$(top_srcdir)/config/depcomp
76 77
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
77 78
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
78 79
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -154,6 +182,19 @@ clamconf_LDADD = $(LDADD)
154 154
 AM_V_lt = $(am__v_lt_@AM_V@)
155 155
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
156 156
 am__v_lt_0 = --silent
157
+am__v_lt_1 = 
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 = 
157 170
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
158 171
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
159 172
 am__depfiles_maybe = depfiles
... ...
@@ -166,20 +207,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
166 166
 	$(AM_CFLAGS) $(CFLAGS)
167 167
 AM_V_CC = $(am__v_CC_@AM_V@)
168 168
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
169
-am__v_CC_0 = @echo "  CC    " $@;
170
-AM_V_at = $(am__v_at_@AM_V@)
171
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
172
-am__v_at_0 = @
169
+am__v_CC_0 = @echo "  CC      " $@;
170
+am__v_CC_1 = 
173 171
 CCLD = $(CC)
174 172
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
175 173
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
176 174
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
177 175
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
178 176
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
179
-am__v_CCLD_0 = @echo "  CCLD  " $@;
180
-AM_V_GEN = $(am__v_GEN_@AM_V@)
181
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
182
-am__v_GEN_0 = @echo "  GEN   " $@;
177
+am__v_CCLD_0 = @echo "  CCLD    " $@;
178
+am__v_CCLD_1 = 
183 179
 SOURCES = $(clamconf_SOURCES)
184 180
 DIST_SOURCES = $(clamconf_SOURCES)
185 181
 am__can_run_installinfo = \
... ...
@@ -187,6 +224,23 @@ am__can_run_installinfo = \
187 187
     n|no|NO) false;; \
188 188
     *) (install-info --version) >/dev/null 2>&1;; \
189 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)`
190 207
 ETAGS = etags
191 208
 CTAGS = ctags
192 209
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -434,10 +488,12 @@ install-binPROGRAMS: $(bin_PROGRAMS)
434 434
 	fi; \
435 435
 	for p in $$list; do echo "$$p $$p"; done | \
436 436
 	sed 's/$(EXEEXT)$$//' | \
437
-	while read p p1; do if test -f $$p || test -f $$p1; \
438
-	  then echo "$$p"; echo "$$p"; else :; fi; \
437
+	while read p p1; do if test -f $$p \
438
+	 || test -f $$p1 \
439
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
439 440
 	done | \
440
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
441
+	sed -e 'p;s,.*/,,;n;h' \
442
+	    -e 's|.*|.|' \
441 443
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
442 444
 	sed 'N;N;N;s,\n, ,g' | \
443 445
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -458,7 +514,8 @@ uninstall-binPROGRAMS:
458 458
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
459 459
 	files=`for p in $$list; do echo "$$p"; done | \
460 460
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
461
-	      -e 's/$$/$(EXEEXT)/' `; \
461
+	      -e 's/$$/$(EXEEXT)/' \
462
+	`; \
462 463
 	test -n "$$list" || exit 0; \
463 464
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
464 465
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -487,6 +544,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
487 487
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
488 488
 	  done; \
489 489
 	done; rm -f c$${pid}_.???; exit $$bad
490
+
490 491
 clamconf$(EXEEXT): $(clamconf_OBJECTS) $(clamconf_DEPENDENCIES) $(EXTRA_clamconf_DEPENDENCIES) 
491 492
 	@rm -f clamconf$(EXEEXT)
492 493
 	$(AM_V_CCLD)$(LINK) $(clamconf_OBJECTS) $(clamconf_LDADD) $(LIBS)
... ...
@@ -507,14 +565,14 @@ distclean-compile:
507 507
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
508 508
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
509 509
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
510
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
510
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
511 511
 
512 512
 .c.obj:
513 513
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
514 514
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
515 515
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
516 516
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
517
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
517
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
518 518
 
519 519
 .c.lo:
520 520
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -571,26 +629,15 @@ mostlyclean-libtool:
571 571
 clean-libtool:
572 572
 	-rm -rf .libs _libs
573 573
 
574
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
575
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
576
-	unique=`for i in $$list; do \
577
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
578
-	  done | \
579
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
580
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
581
-	mkid -fID $$unique
582
-tags: TAGS
583
-
584
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
585
-		$(TAGS_FILES) $(LISP)
574
+ID: $(am__tagged_files)
575
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
576
+tags: tags-am
577
+TAGS: tags
578
+
579
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
586 580
 	set x; \
587 581
 	here=`pwd`; \
588
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
589
-	unique=`for i in $$list; do \
590
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
591
-	  done | \
592
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
593
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
582
+	$(am__define_uniq_tagged_files); \
594 583
 	shift; \
595 584
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
596 585
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -602,15 +649,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
602 602
 	      $$unique; \
603 603
 	  fi; \
604 604
 	fi
605
-ctags: CTAGS
606
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
607
-		$(TAGS_FILES) $(LISP)
608
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
609
-	unique=`for i in $$list; do \
610
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
611
-	  done | \
612
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
613
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
605
+ctags: ctags-am
606
+
607
+CTAGS: ctags
608
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
609
+	$(am__define_uniq_tagged_files); \
614 610
 	test -z "$(CTAGS_ARGS)$$unique" \
615 611
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
616 612
 	     $$unique
... ...
@@ -619,6 +662,21 @@ GTAGS:
619 619
 	here=`$(am__cd) $(top_builddir) && pwd` \
620 620
 	  && $(am__cd) $(top_srcdir) \
621 621
 	  && gtags -i $(GTAGS_ARGS) "$$here"
622
+cscopelist: cscopelist-am
623
+
624
+cscopelist-am: $(am__tagged_files)
625
+	list='$(am__tagged_files)'; \
626
+	case "$(srcdir)" in \
627
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
628
+	  *) sdir=$(subdir)/$(srcdir) ;; \
629
+	esac; \
630
+	for i in $$list; do \
631
+	  if test -f "$$i"; then \
632
+	    echo "$(subdir)/$$i"; \
633
+	  else \
634
+	    echo "$$sdir/$$i"; \
635
+	  fi; \
636
+	done >> $(top_builddir)/cscope.files
622 637
 
623 638
 distclean-tags:
624 639
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -763,19 +821,20 @@ uninstall-am: uninstall-binPROGRAMS
763 763
 
764 764
 .MAKE: install-am install-strip
765 765
 
766
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
767
-	clean-generic clean-libtool ctags distclean distclean-compile \
768
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
769
-	dvi-am html html-am info info-am install install-am \
770
-	install-binPROGRAMS install-data install-data-am install-dvi \
771
-	install-dvi-am install-exec install-exec-am install-html \
772
-	install-html-am install-info install-info-am install-man \
773
-	install-pdf install-pdf-am install-ps install-ps-am \
774
-	install-strip installcheck installcheck-am \
775
-	installcheck-binPROGRAMS installdirs maintainer-clean \
776
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
777
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
778
-	tags uninstall uninstall-am uninstall-binPROGRAMS
766
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
767
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
768
+	ctags ctags-am distclean distclean-compile distclean-generic \
769
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
770
+	html-am info info-am install install-am install-binPROGRAMS \
771
+	install-data install-data-am install-dvi install-dvi-am \
772
+	install-exec install-exec-am install-html install-html-am \
773
+	install-info install-info-am install-man install-pdf \
774
+	install-pdf-am install-ps install-ps-am install-strip \
775
+	installcheck installcheck-am installcheck-binPROGRAMS \
776
+	installdirs maintainer-clean maintainer-clean-generic \
777
+	mostlyclean mostlyclean-compile mostlyclean-generic \
778
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
779
+	uninstall-am uninstall-binPROGRAMS
779 780
 
780 781
 
781 782
 # 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.6 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,23 +33,51 @@
34 34
 #  MA 02110-1301, USA.
35 35
 
36 36
 VPATH = @srcdir@
37
-am__make_dryrun = \
38
-  { \
39
-    am__dry=no; \
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 \
40 50
     case $$MAKEFLAGS in \
41 51
       *\\[\ \	]*) \
42
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
43
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
44
-      *) \
45
-        for am__flg in $$MAKEFLAGS; do \
46
-          case $$am__flg in \
47
-            *=*|--*) ;; \
48
-            *n*) am__dry=yes; break;; \
49
-          esac; \
50
-        done;; \
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;; \
51 77
     esac; \
52
-    test $$am__dry = yes; \
53
-  }
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))
54 82
 pkgdatadir = $(datadir)/@PACKAGE@
55 83
 pkgincludedir = $(includedir)/@PACKAGE@
56 84
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -72,7 +99,8 @@ host_triplet = @host@
72 72
 target_triplet = @target@
73 73
 @BUILD_CLAMD_TRUE@sbin_PROGRAMS = clamd$(EXEEXT)
74 74
 subdir = clamd
75
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
75
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
76
+	$(top_srcdir)/config/depcomp
76 77
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
77 78
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
78 79
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -167,6 +195,19 @@ clamd_LDADD = $(LDADD)
167 167
 AM_V_lt = $(am__v_lt_@AM_V@)
168 168
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
169 169
 am__v_lt_0 = --silent
170
+am__v_lt_1 = 
171
+AM_V_P = $(am__v_P_@AM_V@)
172
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
173
+am__v_P_0 = false
174
+am__v_P_1 = :
175
+AM_V_GEN = $(am__v_GEN_@AM_V@)
176
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
177
+am__v_GEN_0 = @echo "  GEN     " $@;
178
+am__v_GEN_1 = 
179
+AM_V_at = $(am__v_at_@AM_V@)
180
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
181
+am__v_at_0 = @
182
+am__v_at_1 = 
170 183
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
171 184
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
172 185
 am__depfiles_maybe = depfiles
... ...
@@ -179,20 +220,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
179 179
 	$(AM_CFLAGS) $(CFLAGS)
180 180
 AM_V_CC = $(am__v_CC_@AM_V@)
181 181
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
182
-am__v_CC_0 = @echo "  CC    " $@;
183
-AM_V_at = $(am__v_at_@AM_V@)
184
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
185
-am__v_at_0 = @
182
+am__v_CC_0 = @echo "  CC      " $@;
183
+am__v_CC_1 = 
186 184
 CCLD = $(CC)
187 185
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
188 186
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
189 187
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
190 188
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
191 189
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
192
-am__v_CCLD_0 = @echo "  CCLD  " $@;
193
-AM_V_GEN = $(am__v_GEN_@AM_V@)
194
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
195
-am__v_GEN_0 = @echo "  GEN   " $@;
190
+am__v_CCLD_0 = @echo "  CCLD    " $@;
191
+am__v_CCLD_1 = 
196 192
 SOURCES = $(clamd_SOURCES)
197 193
 DIST_SOURCES = $(am__clamd_SOURCES_DIST)
198 194
 am__can_run_installinfo = \
... ...
@@ -200,6 +237,23 @@ am__can_run_installinfo = \
200 200
     n|no|NO) false;; \
201 201
     *) (install-info --version) >/dev/null 2>&1;; \
202 202
   esac
203
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
204
+# Read a list of newline-separated strings from the standard input,
205
+# and print each of them once, without duplicates.  Input order is
206
+# *not* preserved.
207
+am__uniquify_input = $(AWK) '\
208
+  BEGIN { nonempty = 0; } \
209
+  { items[$$0] = 1; nonempty = 1; } \
210
+  END { if (nonempty) { for (i in items) print i; }; } \
211
+'
212
+# Make sure the list of sources is unique.  This is necessary because,
213
+# e.g., the same source file might be shared among _SOURCES variables
214
+# for different programs/libraries.
215
+am__define_uniq_tagged_files = \
216
+  list='$(am__tagged_files)'; \
217
+  unique=`for i in $$list; do \
218
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
219
+  done | $(am__uniquify_input)`
203 220
 ETAGS = etags
204 221
 CTAGS = ctags
205 222
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -466,10 +520,12 @@ install-sbinPROGRAMS: $(sbin_PROGRAMS)
466 466
 	fi; \
467 467
 	for p in $$list; do echo "$$p $$p"; done | \
468 468
 	sed 's/$(EXEEXT)$$//' | \
469
-	while read p p1; do if test -f $$p || test -f $$p1; \
470
-	  then echo "$$p"; echo "$$p"; else :; fi; \
469
+	while read p p1; do if test -f $$p \
470
+	 || test -f $$p1 \
471
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
471 472
 	done | \
472
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
473
+	sed -e 'p;s,.*/,,;n;h' \
474
+	    -e 's|.*|.|' \
473 475
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
474 476
 	sed 'N;N;N;s,\n, ,g' | \
475 477
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -490,7 +546,8 @@ uninstall-sbinPROGRAMS:
490 490
 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
491 491
 	files=`for p in $$list; do echo "$$p"; done | \
492 492
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
493
-	      -e 's/$$/$(EXEEXT)/' `; \
493
+	      -e 's/$$/$(EXEEXT)/' \
494
+	`; \
494 495
 	test -n "$$list" || exit 0; \
495 496
 	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
496 497
 	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
... ...
@@ -519,6 +576,7 @@ installcheck-sbinPROGRAMS: $(sbin_PROGRAMS)
519 519
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
520 520
 	  done; \
521 521
 	done; rm -f c$${pid}_.???; exit $$bad
522
+
522 523
 clamd$(EXEEXT): $(clamd_OBJECTS) $(clamd_DEPENDENCIES) $(EXTRA_clamd_DEPENDENCIES) 
523 524
 	@rm -f clamd$(EXEEXT)
524 525
 	$(AM_V_CCLD)$(LINK) $(clamd_OBJECTS) $(clamd_LDADD) $(LIBS)
... ...
@@ -548,14 +606,14 @@ distclean-compile:
548 548
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
549 549
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
550 550
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
551
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
551
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
552 552
 
553 553
 .c.obj:
554 554
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
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 `$(CYGPATH_W) '$<'`
558
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
559 559
 
560 560
 .c.lo:
561 561
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -626,26 +684,15 @@ mostlyclean-libtool:
626 626
 clean-libtool:
627 627
 	-rm -rf .libs _libs
628 628
 
629
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
630
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
631
-	unique=`for i in $$list; do \
632
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
633
-	  done | \
634
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
635
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
636
-	mkid -fID $$unique
637
-tags: TAGS
638
-
639
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
640
-		$(TAGS_FILES) $(LISP)
629
+ID: $(am__tagged_files)
630
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
631
+tags: tags-am
632
+TAGS: tags
633
+
634
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
641 635
 	set x; \
642 636
 	here=`pwd`; \
643
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
644
-	unique=`for i in $$list; do \
645
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
646
-	  done | \
647
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
648
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
637
+	$(am__define_uniq_tagged_files); \
649 638
 	shift; \
650 639
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
651 640
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -657,15 +704,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
657 657
 	      $$unique; \
658 658
 	  fi; \
659 659
 	fi
660
-ctags: CTAGS
661
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
662
-		$(TAGS_FILES) $(LISP)
663
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
664
-	unique=`for i in $$list; do \
665
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
666
-	  done | \
667
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
668
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
660
+ctags: ctags-am
661
+
662
+CTAGS: ctags
663
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
664
+	$(am__define_uniq_tagged_files); \
669 665
 	test -z "$(CTAGS_ARGS)$$unique" \
670 666
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
671 667
 	     $$unique
... ...
@@ -674,6 +717,21 @@ GTAGS:
674 674
 	here=`$(am__cd) $(top_builddir) && pwd` \
675 675
 	  && $(am__cd) $(top_srcdir) \
676 676
 	  && gtags -i $(GTAGS_ARGS) "$$here"
677
+cscopelist: cscopelist-am
678
+
679
+cscopelist-am: $(am__tagged_files)
680
+	list='$(am__tagged_files)'; \
681
+	case "$(srcdir)" in \
682
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
683
+	  *) sdir=$(subdir)/$(srcdir) ;; \
684
+	esac; \
685
+	for i in $$list; do \
686
+	  if test -f "$$i"; then \
687
+	    echo "$(subdir)/$$i"; \
688
+	  else \
689
+	    echo "$$sdir/$$i"; \
690
+	  fi; \
691
+	done >> $(top_builddir)/cscope.files
677 692
 
678 693
 distclean-tags:
679 694
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -819,20 +877,20 @@ uninstall-am: uninstall-sbinPROGRAMS
819 819
 
820 820
 .MAKE: install-am install-strip
821 821
 
822
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
823
-	clean-libtool clean-sbinPROGRAMS ctags distclean \
824
-	distclean-compile distclean-generic distclean-libtool \
825
-	distclean-tags distdir dvi dvi-am html html-am info info-am \
826
-	install install-am install-data install-data-am install-dvi \
827
-	install-dvi-am install-exec install-exec-am install-html \
828
-	install-html-am install-info install-info-am install-man \
829
-	install-pdf install-pdf-am install-ps install-ps-am \
830
-	install-sbinPROGRAMS install-strip installcheck \
831
-	installcheck-am installcheck-sbinPROGRAMS installdirs \
832
-	maintainer-clean maintainer-clean-generic mostlyclean \
833
-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
834
-	pdf pdf-am ps ps-am tags uninstall uninstall-am \
835
-	uninstall-sbinPROGRAMS
822
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
823
+	clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
824
+	distclean distclean-compile distclean-generic \
825
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
826
+	html-am info info-am install install-am install-data \
827
+	install-data-am install-dvi install-dvi-am install-exec \
828
+	install-exec-am install-html install-html-am install-info \
829
+	install-info-am install-man install-pdf install-pdf-am \
830
+	install-ps install-ps-am install-sbinPROGRAMS install-strip \
831
+	installcheck installcheck-am installcheck-sbinPROGRAMS \
832
+	installdirs maintainer-clean maintainer-clean-generic \
833
+	mostlyclean mostlyclean-compile mostlyclean-generic \
834
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
835
+	uninstall-am uninstall-sbinPROGRAMS
836 836
 
837 837
 
838 838
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 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,23 +33,51 @@
34 34
 #  MA 02110-1301, USA.
35 35
 
36 36
 VPATH = @srcdir@
37
-am__make_dryrun = \
38
-  { \
39
-    am__dry=no; \
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 \
40 50
     case $$MAKEFLAGS in \
41 51
       *\\[\ \	]*) \
42
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
43
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
44
-      *) \
45
-        for am__flg in $$MAKEFLAGS; do \
46
-          case $$am__flg in \
47
-            *=*|--*) ;; \
48
-            *n*) am__dry=yes; break;; \
49
-          esac; \
50
-        done;; \
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;; \
51 77
     esac; \
52
-    test $$am__dry = yes; \
53
-  }
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))
54 82
 pkgdatadir = $(datadir)/@PACKAGE@
55 83
 pkgincludedir = $(includedir)/@PACKAGE@
56 84
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -72,7 +99,8 @@ host_triplet = @host@
72 72
 target_triplet = @target@
73 73
 @BUILD_CLAMD_TRUE@bin_PROGRAMS = clamdscan$(EXEEXT)
74 74
 subdir = clamdscan
75
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
75
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
76
+	$(top_srcdir)/config/depcomp
76 77
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
77 78
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
78 79
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -165,6 +193,19 @@ clamdscan_LDADD = $(LDADD)
165 165
 AM_V_lt = $(am__v_lt_@AM_V@)
166 166
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
167 167
 am__v_lt_0 = --silent
168
+am__v_lt_1 = 
169
+AM_V_P = $(am__v_P_@AM_V@)
170
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
171
+am__v_P_0 = false
172
+am__v_P_1 = :
173
+AM_V_GEN = $(am__v_GEN_@AM_V@)
174
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
175
+am__v_GEN_0 = @echo "  GEN     " $@;
176
+am__v_GEN_1 = 
177
+AM_V_at = $(am__v_at_@AM_V@)
178
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
179
+am__v_at_0 = @
180
+am__v_at_1 = 
168 181
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
169 182
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
170 183
 am__depfiles_maybe = depfiles
... ...
@@ -177,20 +218,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
177 177
 	$(AM_CFLAGS) $(CFLAGS)
178 178
 AM_V_CC = $(am__v_CC_@AM_V@)
179 179
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
180
-am__v_CC_0 = @echo "  CC    " $@;
181
-AM_V_at = $(am__v_at_@AM_V@)
182
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
183
-am__v_at_0 = @
180
+am__v_CC_0 = @echo "  CC      " $@;
181
+am__v_CC_1 = 
184 182
 CCLD = $(CC)
185 183
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
186 184
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
187 185
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
188 186
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
189 187
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
190
-am__v_CCLD_0 = @echo "  CCLD  " $@;
191
-AM_V_GEN = $(am__v_GEN_@AM_V@)
192
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
193
-am__v_GEN_0 = @echo "  GEN   " $@;
188
+am__v_CCLD_0 = @echo "  CCLD    " $@;
189
+am__v_CCLD_1 = 
194 190
 SOURCES = $(clamdscan_SOURCES)
195 191
 DIST_SOURCES = $(am__clamdscan_SOURCES_DIST)
196 192
 am__can_run_installinfo = \
... ...
@@ -198,6 +235,23 @@ am__can_run_installinfo = \
198 198
     n|no|NO) false;; \
199 199
     *) (install-info --version) >/dev/null 2>&1;; \
200 200
   esac
201
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
202
+# Read a list of newline-separated strings from the standard input,
203
+# and print each of them once, without duplicates.  Input order is
204
+# *not* preserved.
205
+am__uniquify_input = $(AWK) '\
206
+  BEGIN { nonempty = 0; } \
207
+  { items[$$0] = 1; nonempty = 1; } \
208
+  END { if (nonempty) { for (i in items) print i; }; } \
209
+'
210
+# Make sure the list of sources is unique.  This is necessary because,
211
+# e.g., the same source file might be shared among _SOURCES variables
212
+# for different programs/libraries.
213
+am__define_uniq_tagged_files = \
214
+  list='$(am__tagged_files)'; \
215
+  unique=`for i in $$list; do \
216
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
217
+  done | $(am__uniquify_input)`
201 218
 ETAGS = etags
202 219
 CTAGS = ctags
203 220
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -452,10 +506,12 @@ install-binPROGRAMS: $(bin_PROGRAMS)
452 452
 	fi; \
453 453
 	for p in $$list; do echo "$$p $$p"; done | \
454 454
 	sed 's/$(EXEEXT)$$//' | \
455
-	while read p p1; do if test -f $$p || test -f $$p1; \
456
-	  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; \
457 458
 	done | \
458
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
459
+	sed -e 'p;s,.*/,,;n;h' \
460
+	    -e 's|.*|.|' \
459 461
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
460 462
 	sed 'N;N;N;s,\n, ,g' | \
461 463
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -476,7 +532,8 @@ uninstall-binPROGRAMS:
476 476
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
477 477
 	files=`for p in $$list; do echo "$$p"; done | \
478 478
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
479
-	      -e 's/$$/$(EXEEXT)/' `; \
479
+	      -e 's/$$/$(EXEEXT)/' \
480
+	`; \
480 481
 	test -n "$$list" || exit 0; \
481 482
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
482 483
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -505,6 +562,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
505 505
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
506 506
 	  done; \
507 507
 	done; rm -f c$${pid}_.???; exit $$bad
508
+
508 509
 clamdscan$(EXEEXT): $(clamdscan_OBJECTS) $(clamdscan_DEPENDENCIES) $(EXTRA_clamdscan_DEPENDENCIES) 
509 510
 	@rm -f clamdscan$(EXEEXT)
510 511
 	$(AM_V_CCLD)$(LINK) $(clamdscan_OBJECTS) $(clamdscan_LDADD) $(LIBS)
... ...
@@ -530,14 +588,14 @@ distclean-compile:
530 530
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
531 531
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
532 532
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
533
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
533
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
534 534
 
535 535
 .c.obj:
536 536
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
537 537
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
538 538
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
539 539
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
540
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
540
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
541 541
 
542 542
 .c.lo:
543 543
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -636,26 +694,15 @@ mostlyclean-libtool:
636 636
 clean-libtool:
637 637
 	-rm -rf .libs _libs
638 638
 
639
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
640
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
641
-	unique=`for i in $$list; do \
642
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
643
-	  done | \
644
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
645
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
646
-	mkid -fID $$unique
647
-tags: TAGS
648
-
649
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
650
-		$(TAGS_FILES) $(LISP)
639
+ID: $(am__tagged_files)
640
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
641
+tags: tags-am
642
+TAGS: tags
643
+
644
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
651 645
 	set x; \
652 646
 	here=`pwd`; \
653
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
654
-	unique=`for i in $$list; do \
655
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
656
-	  done | \
657
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
658
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
647
+	$(am__define_uniq_tagged_files); \
659 648
 	shift; \
660 649
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
661 650
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -667,15 +714,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
667 667
 	      $$unique; \
668 668
 	  fi; \
669 669
 	fi
670
-ctags: CTAGS
671
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
672
-		$(TAGS_FILES) $(LISP)
673
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
674
-	unique=`for i in $$list; do \
675
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
676
-	  done | \
677
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
678
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
670
+ctags: ctags-am
671
+
672
+CTAGS: ctags
673
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
674
+	$(am__define_uniq_tagged_files); \
679 675
 	test -z "$(CTAGS_ARGS)$$unique" \
680 676
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
681 677
 	     $$unique
... ...
@@ -684,6 +727,21 @@ GTAGS:
684 684
 	here=`$(am__cd) $(top_builddir) && pwd` \
685 685
 	  && $(am__cd) $(top_srcdir) \
686 686
 	  && gtags -i $(GTAGS_ARGS) "$$here"
687
+cscopelist: cscopelist-am
688
+
689
+cscopelist-am: $(am__tagged_files)
690
+	list='$(am__tagged_files)'; \
691
+	case "$(srcdir)" in \
692
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
693
+	  *) sdir=$(subdir)/$(srcdir) ;; \
694
+	esac; \
695
+	for i in $$list; do \
696
+	  if test -f "$$i"; then \
697
+	    echo "$(subdir)/$$i"; \
698
+	  else \
699
+	    echo "$$sdir/$$i"; \
700
+	  fi; \
701
+	done >> $(top_builddir)/cscope.files
687 702
 
688 703
 distclean-tags:
689 704
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -828,19 +886,20 @@ uninstall-am: uninstall-binPROGRAMS
828 828
 
829 829
 .MAKE: install-am install-strip
830 830
 
831
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
832
-	clean-generic clean-libtool ctags distclean distclean-compile \
833
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
834
-	dvi-am html html-am info info-am install install-am \
835
-	install-binPROGRAMS install-data install-data-am install-dvi \
836
-	install-dvi-am install-exec install-exec-am install-html \
837
-	install-html-am install-info install-info-am install-man \
838
-	install-pdf install-pdf-am install-ps install-ps-am \
839
-	install-strip installcheck installcheck-am \
840
-	installcheck-binPROGRAMS installdirs maintainer-clean \
841
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
842
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
843
-	tags uninstall uninstall-am uninstall-binPROGRAMS
831
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
832
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
833
+	ctags ctags-am distclean distclean-compile distclean-generic \
834
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
835
+	html-am info info-am install install-am install-binPROGRAMS \
836
+	install-data install-data-am install-dvi install-dvi-am \
837
+	install-exec install-exec-am install-html install-html-am \
838
+	install-info install-info-am install-man install-pdf \
839
+	install-pdf-am install-ps install-ps-am install-strip \
840
+	installcheck installcheck-am installcheck-binPROGRAMS \
841
+	installdirs maintainer-clean maintainer-clean-generic \
842
+	mostlyclean mostlyclean-compile mostlyclean-generic \
843
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
844
+	uninstall-am uninstall-binPROGRAMS
844 845
 
845 846
 
846 847
 # 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.6 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,23 +15,51 @@
16 16
 @SET_MAKE@
17 17
 
18 18
 VPATH = @srcdir@
19
-am__make_dryrun = \
20
-  { \
21
-    am__dry=no; \
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 \
22 32
     case $$MAKEFLAGS in \
23 33
       *\\[\ \	]*) \
24
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26
-      *) \
27
-        for am__flg in $$MAKEFLAGS; do \
28
-          case $$am__flg in \
29
-            *=*|--*) ;; \
30
-            *n*) am__dry=yes; break;; \
31
-          esac; \
32
-        done;; \
34
+        bs=\\; \
35
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
33 37
     esac; \
34
-    test $$am__dry = yes; \
35
-  }
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))
36 64
 pkgdatadir = $(datadir)/@PACKAGE@
37 65
 pkgincludedir = $(includedir)/@PACKAGE@
38 66
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -54,7 +81,8 @@ host_triplet = @host@
54 54
 target_triplet = @target@
55 55
 @HAVE_CURSES_TRUE@bin_PROGRAMS = clamdtop$(EXEEXT)
56 56
 subdir = clamdtop
57
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
58
+	$(top_srcdir)/config/depcomp
58 59
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59 60
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
60 61
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -141,6 +169,19 @@ clamdtop_OBJECTS = $(am_clamdtop_OBJECTS)
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,20 +194,16 @@ 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 = $(clamdtop_SOURCES)
171 167
 DIST_SOURCES = $(am__clamdtop_SOURCES_DIST)
172 168
 am__can_run_installinfo = \
... ...
@@ -204,6 +241,23 @@ am__uninstall_files_from_dir = { \
204 204
 man1dir = $(mandir)/man1
205 205
 NROFF = nroff
206 206
 MANS = $(man_MANS)
207
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
208
+# Read a list of newline-separated strings from the standard input,
209
+# and print each of them once, without duplicates.  Input order is
210
+# *not* preserved.
211
+am__uniquify_input = $(AWK) '\
212
+  BEGIN { nonempty = 0; } \
213
+  { items[$$0] = 1; nonempty = 1; } \
214
+  END { if (nonempty) { for (i in items) print i; }; } \
215
+'
216
+# Make sure the list of sources is unique.  This is necessary because,
217
+# e.g., the same source file might be shared among _SOURCES variables
218
+# for different programs/libraries.
219
+am__define_uniq_tagged_files = \
220
+  list='$(am__tagged_files)'; \
221
+  unique=`for i in $$list; do \
222
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
223
+  done | $(am__uniquify_input)`
207 224
 ETAGS = etags
208 225
 CTAGS = ctags
209 226
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -449,10 +503,12 @@ install-binPROGRAMS: $(bin_PROGRAMS)
449 449
 	fi; \
450 450
 	for p in $$list; do echo "$$p $$p"; done | \
451 451
 	sed 's/$(EXEEXT)$$//' | \
452
-	while read p p1; do if test -f $$p || test -f $$p1; \
453
-	  then echo "$$p"; echo "$$p"; else :; fi; \
452
+	while read p p1; do if test -f $$p \
453
+	 || test -f $$p1 \
454
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
454 455
 	done | \
455
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
456
+	sed -e 'p;s,.*/,,;n;h' \
457
+	    -e 's|.*|.|' \
456 458
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
457 459
 	sed 'N;N;N;s,\n, ,g' | \
458 460
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -473,7 +529,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 +559,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
 clamdtop$(EXEEXT): $(clamdtop_OBJECTS) $(clamdtop_DEPENDENCIES) $(EXTRA_clamdtop_DEPENDENCIES) 
506 507
 	@rm -f clamdtop$(EXEEXT)
507 508
 	$(AM_V_CCLD)$(LINK) $(clamdtop_OBJECTS) $(clamdtop_LDADD) $(LIBS)
... ...
@@ -522,14 +580,14 @@ distclean-compile:
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 $<
525
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
526 526
 
527 527
 .c.obj:
528 528
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
529 529
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
530 530
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
531 531
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
532
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
532
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
533 533
 
534 534
 .c.lo:
535 535
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -629,26 +687,15 @@ uninstall-man1:
629 629
 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
630 630
 	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
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 +707,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,24 +720,26 @@ 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
683 698
 
684 699
 distdir: $(DISTFILES)
685
-	@list='$(MANS)'; if test -n "$$list"; then \
686
-	  list=`for p in $$list; do \
687
-	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
688
-	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
689
-	  if test -n "$$list" && \
690
-	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
691
-	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
692
-	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
693
-	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
694
-	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
695
-	    exit 1; \
696
-	  else :; fi; \
697
-	else :; fi
698 700
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
699 701
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
700 702
 	list='$(DISTFILES)'; \
... ...
@@ -835,19 +880,20 @@ uninstall-man: uninstall-man1
835 835
 
836 836
 .MAKE: install-am install-strip
837 837
 
838
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
839
-	clean-generic clean-libtool ctags distclean distclean-compile \
840
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
841
-	dvi-am html html-am info info-am install install-am \
842
-	install-binPROGRAMS install-data install-data-am install-dvi \
843
-	install-dvi-am install-exec install-exec-am install-html \
844
-	install-html-am install-info install-info-am install-man \
845
-	install-man1 install-pdf install-pdf-am install-ps \
846
-	install-ps-am install-strip installcheck installcheck-am \
838
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
839
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
840
+	ctags ctags-am distclean distclean-compile distclean-generic \
841
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
842
+	html-am info info-am install install-am install-binPROGRAMS \
843
+	install-data install-data-am install-dvi install-dvi-am \
844
+	install-exec install-exec-am install-html install-html-am \
845
+	install-info install-info-am install-man install-man1 \
846
+	install-pdf install-pdf-am install-ps install-ps-am \
847
+	install-strip installcheck installcheck-am \
847 848
 	installcheck-binPROGRAMS installdirs maintainer-clean \
848 849
 	maintainer-clean-generic mostlyclean mostlyclean-compile \
849 850
 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
850
-	tags uninstall uninstall-am uninstall-binPROGRAMS \
851
+	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
851 852
 	uninstall-man uninstall-man1
852 853
 
853 854
 
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 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,23 +34,51 @@
35 35
 #  MA 02110-1301, USA.
36 36
 
37 37
 VPATH = @srcdir@
38
-am__make_dryrun = \
39
-  { \
40
-    am__dry=no; \
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 \
41 51
     case $$MAKEFLAGS in \
42 52
       *\\[\ \	]*) \
43
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
44
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
45
-      *) \
46
-        for am__flg in $$MAKEFLAGS; do \
47
-          case $$am__flg in \
48
-            *=*|--*) ;; \
49
-            *n*) am__dry=yes; break;; \
50
-          esac; \
51
-        done;; \
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;; \
52 78
     esac; \
53
-    test $$am__dry = yes; \
54
-  }
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))
55 83
 pkgdatadir = $(datadir)/@PACKAGE@
56 84
 pkgincludedir = $(includedir)/@PACKAGE@
57 85
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -73,7 +100,8 @@ host_triplet = @host@
73 73
 target_triplet = @target@
74 74
 bin_PROGRAMS = clamscan$(EXEEXT)
75 75
 subdir = clamscan
76
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
76
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
77
+	$(top_srcdir)/config/depcomp
77 78
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78 79
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
79 80
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -156,6 +184,19 @@ clamscan_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,20 +209,16 @@ 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 = $(clamscan_SOURCES)
186 182
 DIST_SOURCES = $(clamscan_SOURCES)
187 183
 am__can_run_installinfo = \
... ...
@@ -189,6 +226,23 @@ am__can_run_installinfo = \
189 189
     n|no|NO) false;; \
190 190
     *) (install-info --version) >/dev/null 2>&1;; \
191 191
   esac
192
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
193
+# Read a list of newline-separated strings from the standard input,
194
+# and print each of them once, without duplicates.  Input order is
195
+# *not* preserved.
196
+am__uniquify_input = $(AWK) '\
197
+  BEGIN { nonempty = 0; } \
198
+  { items[$$0] = 1; nonempty = 1; } \
199
+  END { if (nonempty) { for (i in items) print i; }; } \
200
+'
201
+# Make sure the list of sources is unique.  This is necessary because,
202
+# e.g., the same source file might be shared among _SOURCES variables
203
+# for different programs/libraries.
204
+am__define_uniq_tagged_files = \
205
+  list='$(am__tagged_files)'; \
206
+  unique=`for i in $$list; do \
207
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
208
+  done | $(am__uniquify_input)`
192 209
 ETAGS = etags
193 210
 CTAGS = ctags
194 211
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -439,10 +493,12 @@ install-binPROGRAMS: $(bin_PROGRAMS)
439 439
 	fi; \
440 440
 	for p in $$list; do echo "$$p $$p"; done | \
441 441
 	sed 's/$(EXEEXT)$$//' | \
442
-	while read p p1; do if test -f $$p || test -f $$p1; \
443
-	  then echo "$$p"; echo "$$p"; else :; fi; \
442
+	while read p p1; do if test -f $$p \
443
+	 || test -f $$p1 \
444
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
444 445
 	done | \
445
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
446
+	sed -e 'p;s,.*/,,;n;h' \
447
+	    -e 's|.*|.|' \
446 448
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
447 449
 	sed 'N;N;N;s,\n, ,g' | \
448 450
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -463,7 +519,8 @@ uninstall-binPROGRAMS:
463 463
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
464 464
 	files=`for p in $$list; do echo "$$p"; done | \
465 465
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
466
-	      -e 's/$$/$(EXEEXT)/' `; \
466
+	      -e 's/$$/$(EXEEXT)/' \
467
+	`; \
467 468
 	test -n "$$list" || exit 0; \
468 469
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
469 470
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -492,6 +549,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
492 492
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
493 493
 	  done; \
494 494
 	done; rm -f c$${pid}_.???; exit $$bad
495
+
495 496
 clamscan$(EXEEXT): $(clamscan_OBJECTS) $(clamscan_DEPENDENCIES) $(EXTRA_clamscan_DEPENDENCIES) 
496 497
 	@rm -f clamscan$(EXEEXT)
497 498
 	$(AM_V_CCLD)$(LINK) $(clamscan_OBJECTS) $(clamscan_LDADD) $(LIBS)
... ...
@@ -515,14 +573,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 $@ $<
... ...
@@ -607,26 +665,15 @@ mostlyclean-libtool:
607 607
 clean-libtool:
608 608
 	-rm -rf .libs _libs
609 609
 
610
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
611
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
612
-	unique=`for i in $$list; do \
613
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
614
-	  done | \
615
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
616
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
617
-	mkid -fID $$unique
618
-tags: TAGS
619
-
620
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
621
-		$(TAGS_FILES) $(LISP)
610
+ID: $(am__tagged_files)
611
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
612
+tags: tags-am
613
+TAGS: tags
614
+
615
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
622 616
 	set x; \
623 617
 	here=`pwd`; \
624
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
625
-	unique=`for i in $$list; do \
626
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
627
-	  done | \
628
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
629
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
618
+	$(am__define_uniq_tagged_files); \
630 619
 	shift; \
631 620
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
632 621
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -638,15 +685,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
638 638
 	      $$unique; \
639 639
 	  fi; \
640 640
 	fi
641
-ctags: CTAGS
642
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
643
-		$(TAGS_FILES) $(LISP)
644
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
645
-	unique=`for i in $$list; do \
646
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
647
-	  done | \
648
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
649
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
641
+ctags: ctags-am
642
+
643
+CTAGS: ctags
644
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
645
+	$(am__define_uniq_tagged_files); \
650 646
 	test -z "$(CTAGS_ARGS)$$unique" \
651 647
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
652 648
 	     $$unique
... ...
@@ -655,6 +698,21 @@ GTAGS:
655 655
 	here=`$(am__cd) $(top_builddir) && pwd` \
656 656
 	  && $(am__cd) $(top_srcdir) \
657 657
 	  && gtags -i $(GTAGS_ARGS) "$$here"
658
+cscopelist: cscopelist-am
659
+
660
+cscopelist-am: $(am__tagged_files)
661
+	list='$(am__tagged_files)'; \
662
+	case "$(srcdir)" in \
663
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
664
+	  *) sdir=$(subdir)/$(srcdir) ;; \
665
+	esac; \
666
+	for i in $$list; do \
667
+	  if test -f "$$i"; then \
668
+	    echo "$(subdir)/$$i"; \
669
+	  else \
670
+	    echo "$$sdir/$$i"; \
671
+	  fi; \
672
+	done >> $(top_builddir)/cscope.files
658 673
 
659 674
 distclean-tags:
660 675
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -799,19 +857,20 @@ uninstall-am: uninstall-binPROGRAMS
799 799
 
800 800
 .MAKE: install-am install-strip
801 801
 
802
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
803
-	clean-generic clean-libtool ctags distclean distclean-compile \
804
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
805
-	dvi-am html html-am info info-am install install-am \
806
-	install-binPROGRAMS install-data install-data-am install-dvi \
807
-	install-dvi-am install-exec install-exec-am install-html \
808
-	install-html-am install-info install-info-am install-man \
809
-	install-pdf install-pdf-am install-ps install-ps-am \
810
-	install-strip installcheck installcheck-am \
811
-	installcheck-binPROGRAMS installdirs maintainer-clean \
812
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
813
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
814
-	tags uninstall uninstall-am uninstall-binPROGRAMS
802
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
803
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
804
+	ctags ctags-am distclean distclean-compile distclean-generic \
805
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
806
+	html-am info info-am install install-am install-binPROGRAMS \
807
+	install-data install-data-am install-dvi install-dvi-am \
808
+	install-exec install-exec-am install-html install-html-am \
809
+	install-info install-info-am install-man install-pdf \
810
+	install-pdf-am install-ps install-ps-am install-strip \
811
+	installcheck installcheck-am installcheck-binPROGRAMS \
812
+	installdirs maintainer-clean maintainer-clean-generic \
813
+	mostlyclean mostlyclean-compile mostlyclean-generic \
814
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
815
+	uninstall-am uninstall-binPROGRAMS
815 816
 
816 817
 
817 818
 # 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.6 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,23 +33,51 @@
34 34
 #  MA 02110-1301, USA.
35 35
 
36 36
 VPATH = @srcdir@
37
-am__make_dryrun = \
38
-  { \
39
-    am__dry=no; \
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 \
40 50
     case $$MAKEFLAGS in \
41 51
       *\\[\ \	]*) \
42
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
43
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
44
-      *) \
45
-        for am__flg in $$MAKEFLAGS; do \
46
-          case $$am__flg in \
47
-            *=*|--*) ;; \
48
-            *n*) am__dry=yes; break;; \
49
-          esac; \
50
-        done;; \
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;; \
51 77
     esac; \
52
-    test $$am__dry = yes; \
53
-  }
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))
54 82
 pkgdatadir = $(datadir)/@PACKAGE@
55 83
 pkgincludedir = $(includedir)/@PACKAGE@
56 84
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -72,7 +99,8 @@ host_triplet = @host@
72 72
 target_triplet = @target@
73 73
 bin_PROGRAMS = clamsubmit$(EXEEXT)
74 74
 subdir = clamsubmit
75
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
75
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
76
+	$(top_srcdir)/config/depcomp
76 77
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
77 78
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
78 79
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -154,6 +182,19 @@ clamsubmit_LDADD = $(LDADD)
154 154
 AM_V_lt = $(am__v_lt_@AM_V@)
155 155
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
156 156
 am__v_lt_0 = --silent
157
+am__v_lt_1 = 
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 = 
157 170
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
158 171
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
159 172
 am__depfiles_maybe = depfiles
... ...
@@ -166,20 +207,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
166 166
 	$(AM_CFLAGS) $(CFLAGS)
167 167
 AM_V_CC = $(am__v_CC_@AM_V@)
168 168
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
169
-am__v_CC_0 = @echo "  CC    " $@;
170
-AM_V_at = $(am__v_at_@AM_V@)
171
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
172
-am__v_at_0 = @
169
+am__v_CC_0 = @echo "  CC      " $@;
170
+am__v_CC_1 = 
173 171
 CCLD = $(CC)
174 172
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
175 173
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
176 174
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
177 175
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
178 176
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
179
-am__v_CCLD_0 = @echo "  CCLD  " $@;
180
-AM_V_GEN = $(am__v_GEN_@AM_V@)
181
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
182
-am__v_GEN_0 = @echo "  GEN   " $@;
177
+am__v_CCLD_0 = @echo "  CCLD    " $@;
178
+am__v_CCLD_1 = 
183 179
 SOURCES = $(clamsubmit_SOURCES)
184 180
 DIST_SOURCES = $(clamsubmit_SOURCES)
185 181
 am__can_run_installinfo = \
... ...
@@ -187,6 +224,23 @@ am__can_run_installinfo = \
187 187
     n|no|NO) false;; \
188 188
     *) (install-info --version) >/dev/null 2>&1;; \
189 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)`
190 207
 ETAGS = etags
191 208
 CTAGS = ctags
192 209
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -433,10 +487,12 @@ install-binPROGRAMS: $(bin_PROGRAMS)
433 433
 	fi; \
434 434
 	for p in $$list; do echo "$$p $$p"; done | \
435 435
 	sed 's/$(EXEEXT)$$//' | \
436
-	while read p p1; do if test -f $$p || test -f $$p1; \
437
-	  then echo "$$p"; echo "$$p"; else :; fi; \
436
+	while read p p1; do if test -f $$p \
437
+	 || test -f $$p1 \
438
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
438 439
 	done | \
439
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
440
+	sed -e 'p;s,.*/,,;n;h' \
441
+	    -e 's|.*|.|' \
440 442
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
441 443
 	sed 'N;N;N;s,\n, ,g' | \
442 444
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -457,7 +513,8 @@ uninstall-binPROGRAMS:
457 457
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
458 458
 	files=`for p in $$list; do echo "$$p"; done | \
459 459
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
460
-	      -e 's/$$/$(EXEEXT)/' `; \
460
+	      -e 's/$$/$(EXEEXT)/' \
461
+	`; \
461 462
 	test -n "$$list" || exit 0; \
462 463
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
463 464
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -486,6 +543,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
486 486
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
487 487
 	  done; \
488 488
 	done; rm -f c$${pid}_.???; exit $$bad
489
+
489 490
 clamsubmit$(EXEEXT): $(clamsubmit_OBJECTS) $(clamsubmit_DEPENDENCIES) $(EXTRA_clamsubmit_DEPENDENCIES) 
490 491
 	@rm -f clamsubmit$(EXEEXT)
491 492
 	$(AM_V_CCLD)$(LINK) $(clamsubmit_OBJECTS) $(clamsubmit_LDADD) $(LIBS)
... ...
@@ -507,14 +565,14 @@ distclean-compile:
507 507
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
508 508
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
509 509
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
510
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
510
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
511 511
 
512 512
 .c.obj:
513 513
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
514 514
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
515 515
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
516 516
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
517
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
517
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
518 518
 
519 519
 .c.lo:
520 520
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -585,26 +643,15 @@ mostlyclean-libtool:
585 585
 clean-libtool:
586 586
 	-rm -rf .libs _libs
587 587
 
588
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
589
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
590
-	unique=`for i in $$list; do \
591
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
592
-	  done | \
593
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
594
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
595
-	mkid -fID $$unique
596
-tags: TAGS
597
-
598
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
599
-		$(TAGS_FILES) $(LISP)
588
+ID: $(am__tagged_files)
589
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
590
+tags: tags-am
591
+TAGS: tags
592
+
593
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
600 594
 	set x; \
601 595
 	here=`pwd`; \
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; }; }'`; \
596
+	$(am__define_uniq_tagged_files); \
608 597
 	shift; \
609 598
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
610 599
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -616,15 +663,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
616 616
 	      $$unique; \
617 617
 	  fi; \
618 618
 	fi
619
-ctags: CTAGS
620
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
621
-		$(TAGS_FILES) $(LISP)
622
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
623
-	unique=`for i in $$list; do \
624
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
625
-	  done | \
626
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
627
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
619
+ctags: ctags-am
620
+
621
+CTAGS: ctags
622
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
623
+	$(am__define_uniq_tagged_files); \
628 624
 	test -z "$(CTAGS_ARGS)$$unique" \
629 625
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
630 626
 	     $$unique
... ...
@@ -633,6 +676,21 @@ GTAGS:
633 633
 	here=`$(am__cd) $(top_builddir) && pwd` \
634 634
 	  && $(am__cd) $(top_srcdir) \
635 635
 	  && gtags -i $(GTAGS_ARGS) "$$here"
636
+cscopelist: cscopelist-am
637
+
638
+cscopelist-am: $(am__tagged_files)
639
+	list='$(am__tagged_files)'; \
640
+	case "$(srcdir)" in \
641
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
642
+	  *) sdir=$(subdir)/$(srcdir) ;; \
643
+	esac; \
644
+	for i in $$list; do \
645
+	  if test -f "$$i"; then \
646
+	    echo "$(subdir)/$$i"; \
647
+	  else \
648
+	    echo "$$sdir/$$i"; \
649
+	  fi; \
650
+	done >> $(top_builddir)/cscope.files
636 651
 
637 652
 distclean-tags:
638 653
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -777,19 +835,20 @@ uninstall-am: uninstall-binPROGRAMS
777 777
 
778 778
 .MAKE: install-am install-strip
779 779
 
780
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
781
-	clean-generic clean-libtool ctags distclean distclean-compile \
782
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
783
-	dvi-am html html-am info info-am install install-am \
784
-	install-binPROGRAMS install-data install-data-am install-dvi \
785
-	install-dvi-am install-exec install-exec-am install-html \
786
-	install-html-am install-info install-info-am install-man \
787
-	install-pdf install-pdf-am install-ps install-ps-am \
788
-	install-strip installcheck installcheck-am \
789
-	installcheck-binPROGRAMS installdirs maintainer-clean \
790
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
791
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
792
-	tags uninstall uninstall-am uninstall-binPROGRAMS
780
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
781
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
782
+	ctags ctags-am distclean distclean-compile distclean-generic \
783
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
784
+	html-am info info-am install install-am install-binPROGRAMS \
785
+	install-data install-data-am install-dvi install-dvi-am \
786
+	install-exec install-exec-am install-html install-html-am \
787
+	install-info install-info-am install-man install-pdf \
788
+	install-pdf-am install-ps install-ps-am install-strip \
789
+	installcheck installcheck-am installcheck-binPROGRAMS \
790
+	installdirs maintainer-clean maintainer-clean-generic \
791
+	mostlyclean mostlyclean-compile mostlyclean-generic \
792
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
793
+	uninstall-am uninstall-binPROGRAMS
793 794
 
794 795
 
795 796
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1536,14 +1536,16 @@ Optional Features:
1536 1536
   --disable-option-checking  ignore unrecognized --enable/--with options
1537 1537
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1538 1538
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1539
-  --enable-silent-rules          less verbose build output (undo: `make V=1')
1540
-  --disable-silent-rules         verbose build output (undo: `make V=0')
1539
+  --enable-silent-rules   less verbose build output (undo: "make V=1")
1540
+  --disable-silent-rules  verbose build output (undo: "make V=0")
1541 1541
   --enable-static[=PKGS]  build static libraries [default=no]
1542 1542
   --enable-shared[=PKGS]  build shared libraries [default=yes]
1543 1543
   --enable-fast-install[=PKGS]
1544 1544
                           optimize for fast installation [default=yes]
1545
-  --disable-dependency-tracking  speeds up one-time build
1546
-  --enable-dependency-tracking   do not reject slow dependency extractors
1545
+  --enable-dependency-tracking
1546
+                          do not reject slow dependency extractors
1547
+  --disable-dependency-tracking
1548
+                          speeds up one-time build
1547 1549
   --disable-libtool-lock  avoid locking (might break parallel builds)
1548 1550
   --enable-ltdl-install   install libltdl
1549 1551
   --disable-gcc-vcheck	  do not check for buggy gcc version
... ...
@@ -2842,7 +2844,7 @@ done
2842 2842
 
2843 2843
 
2844 2844
 
2845
-am__api_version='1.11'
2845
+am__api_version='1.14'
2846 2846
 
2847 2847
 # Find a good install program.  We prefer a C program (faster),
2848 2848
 # so one script is as good as another.  But avoid the broken or
... ...
@@ -2939,9 +2941,6 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2939 2939
 
2940 2940
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2941 2941
 $as_echo_n "checking whether build environment is sane... " >&6; }
2942
-# Just in case
2943
-sleep 1
2944
-echo timestamp > conftest.file
2945 2942
 # Reject unsafe characters in $srcdir or the absolute working directory
2946 2943
 # name.  Accept space and tab only in the latter.
2947 2944
 am_lf='
... ...
@@ -2952,32 +2951,40 @@ case `pwd` in
2952 2952
 esac
2953 2953
 case $srcdir in
2954 2954
   *[\\\"\#\$\&\'\`$am_lf\ \	]*)
2955
-    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2955
+    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2956 2956
 esac
2957 2957
 
2958
-# Do `set' in a subshell so we don't clobber the current shell's
2958
+# Do 'set' in a subshell so we don't clobber the current shell's
2959 2959
 # arguments.  Must try -L first in case configure is actually a
2960 2960
 # symlink; some systems play weird games with the mod time of symlinks
2961 2961
 # (eg FreeBSD returns the mod time of the symlink's containing
2962 2962
 # directory).
2963 2963
 if (
2964
-   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2965
-   if test "$*" = "X"; then
2966
-      # -L didn't work.
2967
-      set X `ls -t "$srcdir/configure" conftest.file`
2968
-   fi
2969
-   rm -f conftest.file
2970
-   if test "$*" != "X $srcdir/configure conftest.file" \
2971
-      && test "$*" != "X conftest.file $srcdir/configure"; then
2972
-
2973
-      # If neither matched, then we have a broken ls.  This can happen
2974
-      # if, for instance, CONFIG_SHELL is bash and it inherits a
2975
-      # broken ls alias from the environment.  This has actually
2976
-      # happened.  Such a system could not be considered "sane".
2977
-      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2978
-alias in your environment" "$LINENO" 5
2979
-   fi
2980
-
2964
+   am_has_slept=no
2965
+   for am_try in 1 2; do
2966
+     echo "timestamp, slept: $am_has_slept" > conftest.file
2967
+     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2968
+     if test "$*" = "X"; then
2969
+	# -L didn't work.
2970
+	set X `ls -t "$srcdir/configure" conftest.file`
2971
+     fi
2972
+     if test "$*" != "X $srcdir/configure conftest.file" \
2973
+	&& test "$*" != "X conftest.file $srcdir/configure"; then
2974
+
2975
+	# If neither matched, then we have a broken ls.  This can happen
2976
+	# if, for instance, CONFIG_SHELL is bash and it inherits a
2977
+	# broken ls alias from the environment.  This has actually
2978
+	# happened.  Such a system could not be considered "sane".
2979
+	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2980
+  alias in your environment" "$LINENO" 5
2981
+     fi
2982
+     if test "$2" = conftest.file || test $am_try -eq 2; then
2983
+       break
2984
+     fi
2985
+     # Just in case.
2986
+     sleep 1
2987
+     am_has_slept=yes
2988
+   done
2981 2989
    test "$2" = conftest.file
2982 2990
    )
2983 2991
 then
... ...
@@ -2989,6 +2996,16 @@ Check your system clock" "$LINENO" 5
2989 2989
 fi
2990 2990
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2991 2991
 $as_echo "yes" >&6; }
2992
+# If we didn't sleep, we still need to ensure time stamps of config.status and
2993
+# generated files are strictly newer.
2994
+am_sleep_pid=
2995
+if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2996
+  ( sleep 1 ) &
2997
+  am_sleep_pid=$!
2998
+fi
2999
+
3000
+rm -f conftest.file
3001
+
2992 3002
 test "$program_prefix" != NONE &&
2993 3003
   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2994 3004
 # Use a double $ so make ignores it.
... ...
@@ -3011,12 +3028,12 @@ if test x"${MISSING+set}" != xset; then
3011 3011
   esac
3012 3012
 fi
3013 3013
 # Use eval to expand $SHELL
3014
-if eval "$MISSING --run true"; then
3015
-  am_missing_run="$MISSING --run "
3014
+if eval "$MISSING --is-lightweight"; then
3015
+  am_missing_run="$MISSING "
3016 3016
 else
3017 3017
   am_missing_run=
3018
-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3019
-$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3018
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3019
+$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3020 3020
 fi
3021 3021
 
3022 3022
 if test x"${install_sh}" != xset; then
... ...
@@ -3028,10 +3045,10 @@ if test x"${install_sh}" != xset; then
3028 3028
   esac
3029 3029
 fi
3030 3030
 
3031
-# Installed binaries are usually stripped using `strip' when the user
3032
-# run `make install-strip'.  However `strip' might not be the right
3031
+# Installed binaries are usually stripped using 'strip' when the user
3032
+# run "make install-strip".  However 'strip' might not be the right
3033 3033
 # tool to use in cross-compilation environments, therefore Automake
3034
-# will honor the `STRIP' environment variable to overrule this program.
3034
+# will honor the 'STRIP' environment variable to overrule this program.
3035 3035
 if test "$cross_compiling" != no; then
3036 3036
   if test -n "$ac_tool_prefix"; then
3037 3037
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
... ...
@@ -3170,12 +3187,6 @@ fi
3170 3170
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3171 3171
 $as_echo "$MKDIR_P" >&6; }
3172 3172
 
3173
-mkdir_p="$MKDIR_P"
3174
-case $mkdir_p in
3175
-  [\\/$]* | ?:[\\/]*) ;;
3176
-  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3177
-esac
3178
-
3179 3173
 for ac_prog in gawk mawk nawk awk
3180 3174
 do
3181 3175
   # Extract the first word of "$ac_prog", so it can be a program name with args.
... ...
@@ -3258,6 +3269,45 @@ else
3258 3258
 fi
3259 3259
 rmdir .tst 2>/dev/null
3260 3260
 
3261
+# Check whether --enable-silent-rules was given.
3262
+if test "${enable_silent_rules+set}" = set; then :
3263
+  enableval=$enable_silent_rules;
3264
+fi
3265
+
3266
+case $enable_silent_rules in # (((
3267
+  yes) AM_DEFAULT_VERBOSITY=0;;
3268
+   no) AM_DEFAULT_VERBOSITY=1;;
3269
+    *) AM_DEFAULT_VERBOSITY=1;;
3270
+esac
3271
+am_make=${MAKE-make}
3272
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3273
+$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3274
+if ${am_cv_make_support_nested_variables+:} false; then :
3275
+  $as_echo_n "(cached) " >&6
3276
+else
3277
+  if $as_echo 'TRUE=$(BAR$(V))
3278
+BAR0=false
3279
+BAR1=true
3280
+V=1
3281
+am__doit:
3282
+	@$(TRUE)
3283
+.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3284
+  am_cv_make_support_nested_variables=yes
3285
+else
3286
+  am_cv_make_support_nested_variables=no
3287
+fi
3288
+fi
3289
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3290
+$as_echo "$am_cv_make_support_nested_variables" >&6; }
3291
+if test $am_cv_make_support_nested_variables = yes; then
3292
+    AM_V='$(V)'
3293
+  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3294
+else
3295
+  AM_V=$AM_DEFAULT_VERBOSITY
3296
+  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3297
+fi
3298
+AM_BACKSLASH='\'
3299
+
3261 3300
 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3262 3301
   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3263 3302
   # is not polluted with repeated "-I."
... ...
@@ -3299,6 +3349,12 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3299 3299
 
3300 3300
 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3301 3301
 
3302
+# For better backward compatibility.  To be removed once Automake 1.9.x
3303
+# dies out for good.  For more background, see:
3304
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3305
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3306
+mkdir_p='$(MKDIR_P)'
3307
+
3302 3308
 # We need awk for the "check" target.  The system "awk" is bad on
3303 3309
 # some platforms.
3304 3310
 # Always define AMTAR for backward compatibility.  Yes, it's still used
... ...
@@ -3306,101 +3362,182 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3306 3306
 AMTAR='$${TAR-tar}'
3307 3307
 
3308 3308
 
3309
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
3310
-$as_echo_n "checking how to create a ustar tar archive... " >&6; }
3311
-# Loop over all known methods to create a tar archive until one works.
3309
+# We'll loop over all known methods to create a tar archive until one works.
3312 3310
 _am_tools='gnutar plaintar pax cpio none'
3313
-_am_tools=${am_cv_prog_tar_ustar-$_am_tools}
3314
-# Do not fold the above two line into one, because Tru64 sh and
3315
-# Solaris sh will not grok spaces in the rhs of `-'.
3316
-for _am_tool in $_am_tools
3317
-do
3318
-  case $_am_tool in
3319
-  gnutar)
3320
-    for _am_tar in tar gnutar gtar;
3321
-    do
3322
-      { echo "$as_me:$LINENO: $_am_tar --version" >&5
3311
+
3312
+# The POSIX 1988 'ustar' format is defined with fixed-size fields.
3313
+      # There is notably a 21 bits limit for the UID and the GID.  In fact,
3314
+      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
3315
+      # and bug#13588).
3316
+      am_max_uid=2097151 # 2^21 - 1
3317
+      am_max_gid=$am_max_uid
3318
+      # The $UID and $GID variables are not portable, so we need to resort
3319
+      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
3320
+      # below are definitely unexpected, so allow the users to see them
3321
+      # (that is, avoid stderr redirection).
3322
+      am_uid=`id -u || echo unknown`
3323
+      am_gid=`id -g || echo unknown`
3324
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5
3325
+$as_echo_n "checking whether UID '$am_uid' is supported by ustar format... " >&6; }
3326
+      if test $am_uid -le $am_max_uid; then
3327
+         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3328
+$as_echo "yes" >&6; }
3329
+      else
3330
+         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3331
+$as_echo "no" >&6; }
3332
+         _am_tools=none
3333
+      fi
3334
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5
3335
+$as_echo_n "checking whether GID '$am_gid' is supported by ustar format... " >&6; }
3336
+      if test $am_gid -le $am_max_gid; then
3337
+         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3338
+$as_echo "yes" >&6; }
3339
+      else
3340
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3341
+$as_echo "no" >&6; }
3342
+        _am_tools=none
3343
+      fi
3344
+
3345
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
3346
+$as_echo_n "checking how to create a ustar tar archive... " >&6; }
3347
+
3348
+  # Go ahead even if we have the value already cached.  We do so because we
3349
+  # need to set the values for the 'am__tar' and 'am__untar' variables.
3350
+  _am_tools=${am_cv_prog_tar_ustar-$_am_tools}
3351
+
3352
+  for _am_tool in $_am_tools; do
3353
+    case $_am_tool in
3354
+    gnutar)
3355
+      for _am_tar in tar gnutar gtar; do
3356
+        { echo "$as_me:$LINENO: $_am_tar --version" >&5
3323 3357
    ($_am_tar --version) >&5 2>&5
3324 3358
    ac_status=$?
3325 3359
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3326 3360
    (exit $ac_status); } && break
3327
-    done
3328
-    am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
3329
-    am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
3330
-    am__untar="$_am_tar -xf -"
3331
-    ;;
3332
-  plaintar)
3333
-    # Must skip GNU tar: if it does not support --format= it doesn't create
3334
-    # ustar tarball either.
3335
-    (tar --version) >/dev/null 2>&1 && continue
3336
-    am__tar='tar chf - "$$tardir"'
3337
-    am__tar_='tar chf - "$tardir"'
3338
-    am__untar='tar xf -'
3339
-    ;;
3340
-  pax)
3341
-    am__tar='pax -L -x ustar -w "$$tardir"'
3342
-    am__tar_='pax -L -x ustar -w "$tardir"'
3343
-    am__untar='pax -r'
3344
-    ;;
3345
-  cpio)
3346
-    am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
3347
-    am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
3348
-    am__untar='cpio -i -H ustar -d'
3349
-    ;;
3350
-  none)
3351
-    am__tar=false
3352
-    am__tar_=false
3353
-    am__untar=false
3354
-    ;;
3355
-  esac
3361
+      done
3362
+      am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
3363
+      am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
3364
+      am__untar="$_am_tar -xf -"
3365
+      ;;
3366
+    plaintar)
3367
+      # Must skip GNU tar: if it does not support --format= it doesn't create
3368
+      # ustar tarball either.
3369
+      (tar --version) >/dev/null 2>&1 && continue
3370
+      am__tar='tar chf - "$$tardir"'
3371
+      am__tar_='tar chf - "$tardir"'
3372
+      am__untar='tar xf -'
3373
+      ;;
3374
+    pax)
3375
+      am__tar='pax -L -x ustar -w "$$tardir"'
3376
+      am__tar_='pax -L -x ustar -w "$tardir"'
3377
+      am__untar='pax -r'
3378
+      ;;
3379
+    cpio)
3380
+      am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
3381
+      am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
3382
+      am__untar='cpio -i -H ustar -d'
3383
+      ;;
3384
+    none)
3385
+      am__tar=false
3386
+      am__tar_=false
3387
+      am__untar=false
3388
+      ;;
3389
+    esac
3356 3390
 
3357
-  # If the value was cached, stop now.  We just wanted to have am__tar
3358
-  # and am__untar set.
3359
-  test -n "${am_cv_prog_tar_ustar}" && break
3391
+    # If the value was cached, stop now.  We just wanted to have am__tar
3392
+    # and am__untar set.
3393
+    test -n "${am_cv_prog_tar_ustar}" && break
3360 3394
 
3361
-  # tar/untar a dummy directory, and stop if the command works
3362
-  rm -rf conftest.dir
3363
-  mkdir conftest.dir
3364
-  echo GrepMe > conftest.dir/file
3365
-  { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
3395
+    # tar/untar a dummy directory, and stop if the command works.
3396
+    rm -rf conftest.dir
3397
+    mkdir conftest.dir
3398
+    echo GrepMe > conftest.dir/file
3399
+    { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
3366 3400
    (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
3367 3401
    ac_status=$?
3368 3402
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3369 3403
    (exit $ac_status); }
3370
-  rm -rf conftest.dir
3371
-  if test -s conftest.tar; then
3372
-    { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
3404
+    rm -rf conftest.dir
3405
+    if test -s conftest.tar; then
3406
+      { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
3373 3407
    ($am__untar <conftest.tar) >&5 2>&5
3374 3408
    ac_status=$?
3375 3409
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3376 3410
    (exit $ac_status); }
3377
-    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3378
-  fi
3379
-done
3380
-rm -rf conftest.dir
3411
+      { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
3412
+   (cat conftest.dir/file) >&5 2>&5
3413
+   ac_status=$?
3414
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3415
+   (exit $ac_status); }
3416
+      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3417
+    fi
3418
+  done
3419
+  rm -rf conftest.dir
3381 3420
 
3382
-if ${am_cv_prog_tar_ustar+:} false; then :
3421
+  if ${am_cv_prog_tar_ustar+:} false; then :
3383 3422
   $as_echo_n "(cached) " >&6
3384 3423
 else
3385 3424
   am_cv_prog_tar_ustar=$_am_tool
3386 3425
 fi
3387 3426
 
3388
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
3427
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
3389 3428
 $as_echo "$am_cv_prog_tar_ustar" >&6; }
3390 3429
 
3391 3430
 
3392 3431
 
3393 3432
 
3394 3433
 
3434
+
3435
+# POSIX will say in a future version that running "rm -f" with no argument
3436
+# is OK; and we want to be able to make that assumption in our Makefile
3437
+# recipes.  So use an aggressive probe to check that the usage we want is
3438
+# actually supported "in the wild" to an acceptable degree.
3439
+# See automake bug#10828.
3440
+# To make any issue more visible, cause the running configure to be aborted
3441
+# by default if the 'rm' program in use doesn't match our expectations; the
3442
+# user can still override this though.
3443
+if rm -f && rm -fr && rm -rf; then : OK; else
3444
+  cat >&2 <<'END'
3445
+Oops!
3446
+
3447
+Your 'rm' program seems unable to run without file operands specified
3448
+on the command line, even when the '-f' option is present.  This is contrary
3449
+to the behaviour of most rm programs out there, and not conforming with
3450
+the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3451
+
3452
+Please tell bug-automake@gnu.org about your system, including the value
3453
+of your $PATH and any error possibly output before this message.  This
3454
+can help us improve future automake versions.
3455
+
3456
+END
3457
+  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3458
+    echo 'Configuration will proceed anyway, since you have set the' >&2
3459
+    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3460
+    echo >&2
3461
+  else
3462
+    cat >&2 <<'END'
3463
+Aborting the configuration process, to ensure you take notice of the issue.
3464
+
3465
+You can download and install GNU coreutils to get an 'rm' implementation
3466
+that behaves properly: <http://www.gnu.org/software/coreutils/>.
3467
+
3468
+If you want to complete the configuration process using your problematic
3469
+'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3470
+to "yes", and re-run configure.
3471
+
3472
+END
3473
+    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3474
+  fi
3475
+fi
3395 3476
 # Check whether --enable-silent-rules was given.
3396 3477
 if test "${enable_silent_rules+set}" = set; then :
3397 3478
   enableval=$enable_silent_rules;
3398 3479
 fi
3399 3480
 
3400
-case $enable_silent_rules in
3401
-yes) AM_DEFAULT_VERBOSITY=0;;
3402
-no)  AM_DEFAULT_VERBOSITY=1;;
3403
-*)   AM_DEFAULT_VERBOSITY=0;;
3481
+case $enable_silent_rules in # (((
3482
+  yes) AM_DEFAULT_VERBOSITY=0;;
3483
+   no) AM_DEFAULT_VERBOSITY=1;;
3484
+    *) AM_DEFAULT_VERBOSITY=0;;
3404 3485
 esac
3405 3486
 am_make=${MAKE-make}
3406 3487
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
... ...
@@ -3588,7 +3725,7 @@ am__quote=
3588 3588
 _am_result=none
3589 3589
 # First try GNU make style include.
3590 3590
 echo "include confinc" > confmf
3591
-# Ignore all kinds of additional output from `make'.
3591
+# Ignore all kinds of additional output from 'make'.
3592 3592
 case `$am_make -s -f confmf 2> /dev/null` in #(
3593 3593
 *the\ am__doit\ target*)
3594 3594
   am__include=include
... ...
@@ -4421,6 +4558,65 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4421 4421
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4422 4422
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4423 4423
 
4424
+ac_ext=c
4425
+ac_cpp='$CPP $CPPFLAGS'
4426
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4427
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4428
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
4429
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4430
+$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4431
+if ${am_cv_prog_cc_c_o+:} false; then :
4432
+  $as_echo_n "(cached) " >&6
4433
+else
4434
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4435
+/* end confdefs.h.  */
4436
+
4437
+int
4438
+main ()
4439
+{
4440
+
4441
+  ;
4442
+  return 0;
4443
+}
4444
+_ACEOF
4445
+  # Make sure it works both with $CC and with simple cc.
4446
+  # Following AC_PROG_CC_C_O, we do the test twice because some
4447
+  # compilers refuse to overwrite an existing .o file with -o,
4448
+  # though they will create one.
4449
+  am_cv_prog_cc_c_o=yes
4450
+  for am_i in 1 2; do
4451
+    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4452
+   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4453
+   ac_status=$?
4454
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4455
+   (exit $ac_status); } \
4456
+         && test -f conftest2.$ac_objext; then
4457
+      : OK
4458
+    else
4459
+      am_cv_prog_cc_c_o=no
4460
+      break
4461
+    fi
4462
+  done
4463
+  rm -f core conftest*
4464
+  unset am_i
4465
+fi
4466
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4467
+$as_echo "$am_cv_prog_cc_c_o" >&6; }
4468
+if test "$am_cv_prog_cc_c_o" != yes; then
4469
+   # Losing compiler, so override with the script.
4470
+   # FIXME: It is wrong to rewrite CC.
4471
+   # But if we don't then we get into trouble of one sort or another.
4472
+   # A longer-term fix would be to have automake use am__CC in this case,
4473
+   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4474
+   CC="$am_aux_dir/compile $CC"
4475
+fi
4476
+ac_ext=c
4477
+ac_cpp='$CPP $CPPFLAGS'
4478
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4479
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4480
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
4481
+
4482
+
4424 4483
 depcc="$CC"   am_compiler_list=
4425 4484
 
4426 4485
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
... ...
@@ -4432,8 +4628,8 @@ else
4432 4432
   # We make a subdir and do the tests there.  Otherwise we can end up
4433 4433
   # making bogus files that we don't know about and never remove.  For
4434 4434
   # instance it was reported that on HP-UX the gcc test will end up
4435
-  # making a dummy file named `D' -- because `-MD' means `put the output
4436
-  # in D'.
4435
+  # making a dummy file named 'D' -- because '-MD' means "put the output
4436
+  # in D".
4437 4437
   rm -rf conftest.dir
4438 4438
   mkdir conftest.dir
4439 4439
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -4468,16 +4664,16 @@ else
4468 4468
     : > sub/conftest.c
4469 4469
     for i in 1 2 3 4 5 6; do
4470 4470
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4471
-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4472
-      # Solaris 8's {/usr,}/bin/sh.
4473
-      touch sub/conftst$i.h
4471
+      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4472
+      # Solaris 10 /bin/sh.
4473
+      echo '/* dummy */' > sub/conftst$i.h
4474 4474
     done
4475 4475
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4476 4476
 
4477
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
4477
+    # We check with '-c' and '-o' for the sake of the "dashmstdout"
4478 4478
     # mode.  It turns out that the SunPro C++ compiler does not properly
4479
-    # handle `-M -o', and we need to detect this.  Also, some Intel
4480
-    # versions had trouble with output in subdirs
4479
+    # handle '-M -o', and we need to detect this.  Also, some Intel
4480
+    # versions had trouble with output in subdirs.
4481 4481
     am__obj=sub/conftest.${OBJEXT-o}
4482 4482
     am__minus_obj="-o $am__obj"
4483 4483
     case $depmode in
... ...
@@ -4486,8 +4682,8 @@ else
4486 4486
       test "$am__universal" = false || continue
4487 4487
       ;;
4488 4488
     nosideeffect)
4489
-      # after this tag, mechanisms are not by side-effect, so they'll
4490
-      # only be used when explicitly requested
4489
+      # After this tag, mechanisms are not by side-effect, so they'll
4490
+      # only be used when explicitly requested.
4491 4491
       if test "x$enable_dependency_tracking" = xyes; then
4492 4492
 	continue
4493 4493
       else
... ...
@@ -4495,7 +4691,7 @@ else
4495 4495
       fi
4496 4496
       ;;
4497 4497
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4498
-      # This compiler won't grok `-c -o', but also, the minuso test has
4498
+      # This compiler won't grok '-c -o', but also, the minuso test has
4499 4499
       # not run yet.  These depmodes are late enough in the game, and
4500 4500
       # so weak that their functioning should not be impacted.
4501 4501
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -13575,6 +13771,65 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13575 13575
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13576 13576
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13577 13577
 
13578
+ac_ext=c
13579
+ac_cpp='$CPP $CPPFLAGS'
13580
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13581
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13582
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
13583
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
13584
+$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
13585
+if ${am_cv_prog_cc_c_o+:} false; then :
13586
+  $as_echo_n "(cached) " >&6
13587
+else
13588
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13589
+/* end confdefs.h.  */
13590
+
13591
+int
13592
+main ()
13593
+{
13594
+
13595
+  ;
13596
+  return 0;
13597
+}
13598
+_ACEOF
13599
+  # Make sure it works both with $CC and with simple cc.
13600
+  # Following AC_PROG_CC_C_O, we do the test twice because some
13601
+  # compilers refuse to overwrite an existing .o file with -o,
13602
+  # though they will create one.
13603
+  am_cv_prog_cc_c_o=yes
13604
+  for am_i in 1 2; do
13605
+    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
13606
+   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
13607
+   ac_status=$?
13608
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13609
+   (exit $ac_status); } \
13610
+         && test -f conftest2.$ac_objext; then
13611
+      : OK
13612
+    else
13613
+      am_cv_prog_cc_c_o=no
13614
+      break
13615
+    fi
13616
+  done
13617
+  rm -f core conftest*
13618
+  unset am_i
13619
+fi
13620
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
13621
+$as_echo "$am_cv_prog_cc_c_o" >&6; }
13622
+if test "$am_cv_prog_cc_c_o" != yes; then
13623
+   # Losing compiler, so override with the script.
13624
+   # FIXME: It is wrong to rewrite CC.
13625
+   # But if we don't then we get into trouble of one sort or another.
13626
+   # A longer-term fix would be to have automake use am__CC in this case,
13627
+   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
13628
+   CC="$am_aux_dir/compile $CC"
13629
+fi
13630
+ac_ext=c
13631
+ac_cpp='$CPP $CPPFLAGS'
13632
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13633
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13634
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
13635
+
13636
+
13578 13637
 depcc="$CC"   am_compiler_list=
13579 13638
 
13580 13639
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
... ...
@@ -13586,8 +13841,8 @@ else
13586 13586
   # We make a subdir and do the tests there.  Otherwise we can end up
13587 13587
   # making bogus files that we don't know about and never remove.  For
13588 13588
   # instance it was reported that on HP-UX the gcc test will end up
13589
-  # making a dummy file named `D' -- because `-MD' means `put the output
13590
-  # in D'.
13589
+  # making a dummy file named 'D' -- because '-MD' means "put the output
13590
+  # in D".
13591 13591
   rm -rf conftest.dir
13592 13592
   mkdir conftest.dir
13593 13593
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -13622,16 +13877,16 @@ else
13622 13622
     : > sub/conftest.c
13623 13623
     for i in 1 2 3 4 5 6; do
13624 13624
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
13625
-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
13626
-      # Solaris 8's {/usr,}/bin/sh.
13627
-      touch sub/conftst$i.h
13625
+      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
13626
+      # Solaris 10 /bin/sh.
13627
+      echo '/* dummy */' > sub/conftst$i.h
13628 13628
     done
13629 13629
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
13630 13630
 
13631
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
13631
+    # We check with '-c' and '-o' for the sake of the "dashmstdout"
13632 13632
     # mode.  It turns out that the SunPro C++ compiler does not properly
13633
-    # handle `-M -o', and we need to detect this.  Also, some Intel
13634
-    # versions had trouble with output in subdirs
13633
+    # handle '-M -o', and we need to detect this.  Also, some Intel
13634
+    # versions had trouble with output in subdirs.
13635 13635
     am__obj=sub/conftest.${OBJEXT-o}
13636 13636
     am__minus_obj="-o $am__obj"
13637 13637
     case $depmode in
... ...
@@ -13640,8 +13895,8 @@ else
13640 13640
       test "$am__universal" = false || continue
13641 13641
       ;;
13642 13642
     nosideeffect)
13643
-      # after this tag, mechanisms are not by side-effect, so they'll
13644
-      # only be used when explicitly requested
13643
+      # After this tag, mechanisms are not by side-effect, so they'll
13644
+      # only be used when explicitly requested.
13645 13645
       if test "x$enable_dependency_tracking" = xyes; then
13646 13646
 	continue
13647 13647
       else
... ...
@@ -13649,7 +13904,7 @@ else
13649 13649
       fi
13650 13650
       ;;
13651 13651
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
13652
-      # This compiler won't grok `-c -o', but also, the minuso test has
13652
+      # This compiler won't grok '-c -o', but also, the minuso test has
13653 13653
       # not run yet.  These depmodes are late enough in the game, and
13654 13654
       # so weak that their functioning should not be impacted.
13655 13655
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -15514,6 +15769,13 @@ fi
15514 15514
 
15515 15515
 
15516 15516
 if test "$enable_check_ut" != "no" ; then
15517
+case "$host_os" in
15518
+    *linux*)
15519
+        save_LDFLAGS="$LDFLAGS"
15520
+        LDFLAGS="$LDFLAGS -pthread -Wl,--no-as-needed -lm -Wl,--as-needed -lrt"
15521
+        ;;
15522
+esac
15523
+
15517 15524
 
15518 15525
       if test "X$prefix" = "XNONE"; then
15519 15526
     acl_final_prefix="$ac_default_prefix"
... ...
@@ -16196,11 +16458,18 @@ $as_echo "#define HAVE_LIBCHECK 1" >>confdefs.h
16196 16196
 			LIBCHECK="$ac_cv_findlib_CHECK_libs"
16197 16197
 			LTLIBCHECK="$ac_cv_findlib_CHECK_ltlibs"
16198 16198
 			INCCHECK="$ac_cv_findlib_CHECK_inc"
16199
-			CHECK_CPPFLAGS="$INCCHECK"; CHECK_LIBS="$LTLIBCHECK"
16199
+			CHECK_CPPFLAGS="$INCCHECK"; CHECK_LIBS="$LTLIBCHECK $LDFLAGS"
16200 16200
 
16201 16201
 fi
16202 16202
 
16203 16203
 
16204
+
16205
+case "$host_os" in
16206
+    *linux*)
16207
+        LDFLAGS="$save_LDFLAGS"
16208
+        ;;
16209
+esac
16210
+
16204 16211
 fi
16205 16212
 
16206 16213
 
... ...
@@ -22000,6 +22269,14 @@ LIBOBJS=$ac_libobjs
22000 22000
 LTLIBOBJS=$ac_ltlibobjs
22001 22001
 
22002 22002
 
22003
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
22004
+$as_echo_n "checking that generated files are newer than configure... " >&6; }
22005
+   if test -n "$am_sleep_pid"; then
22006
+     # Hide warnings about reused PIDs.
22007
+     wait $am_sleep_pid 2>/dev/null
22008
+   fi
22009
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
22010
+$as_echo "done" >&6; }
22003 22011
  if test -n "$EXEEXT"; then
22004 22012
   am__EXEEXT_TRUE=
22005 22013
   am__EXEEXT_FALSE='#'
... ...
@@ -23587,7 +23864,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
23587 23587
 
23588 23588
   case $ac_file$ac_mode in
23589 23589
     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
23590
-  # Autoconf 2.62 quotes --file arguments for eval, but not when files
23590
+  # Older Autoconf quotes --file arguments for eval, but not when files
23591 23591
   # are listed without --file.  Let's play safe and only enable the eval
23592 23592
   # if we detect the quoting.
23593 23593
   case $CONFIG_FILES in
... ...
@@ -23600,7 +23877,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
23600 23600
     # Strip MF so we end up with the name of the file.
23601 23601
     mf=`echo "$mf" | sed -e 's/:.*$//'`
23602 23602
     # Check whether this is an Automake generated Makefile or not.
23603
-    # We used to match only the files named `Makefile.in', but
23603
+    # We used to match only the files named 'Makefile.in', but
23604 23604
     # some people rename them; so instead we look at the file content.
23605 23605
     # Grep'ing the first line is not enough: some people post-process
23606 23606
     # each Makefile.in and add a new line on top of each file to say so.
... ...
@@ -23634,21 +23911,19 @@ $as_echo X"$mf" |
23634 23634
       continue
23635 23635
     fi
23636 23636
     # Extract the definition of DEPDIR, am__include, and am__quote
23637
-    # from the Makefile without running `make'.
23637
+    # from the Makefile without running 'make'.
23638 23638
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
23639 23639
     test -z "$DEPDIR" && continue
23640 23640
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
23641
-    test -z "am__include" && continue
23641
+    test -z "$am__include" && continue
23642 23642
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
23643
-    # When using ansi2knr, U may be empty or an underscore; expand it
23644
-    U=`sed -n 's/^U = //p' < "$mf"`
23645 23643
     # Find all dependency output files, they are included files with
23646 23644
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
23647 23645
     # simplest approach to changing $(DEPDIR) to its actual value in the
23648 23646
     # expansion.
23649 23647
     for file in `sed -n "
23650 23648
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
23651
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
23649
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
23652 23650
       # Make sure the directory exists.
23653 23651
       test -f "$dirpart/$file" && continue
23654 23652
       fdir=`$as_dirname -- "$file" ||
... ...
@@ -24621,6 +24896,14 @@ LIBOBJS=$ac_libobjs
24621 24621
 LTLIBOBJS=$ac_ltlibobjs
24622 24622
 
24623 24623
 
24624
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
24625
+$as_echo_n "checking that generated files are newer than configure... " >&6; }
24626
+   if test -n "$am_sleep_pid"; then
24627
+     # Hide warnings about reused PIDs.
24628
+     wait $am_sleep_pid 2>/dev/null
24629
+   fi
24630
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
24631
+$as_echo "done" >&6; }
24624 24632
  if test -n "$EXEEXT"; then
24625 24633
   am__EXEEXT_TRUE=
24626 24634
   am__EXEEXT_FALSE='#'
... ...
@@ -26218,7 +26501,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
26218 26218
 
26219 26219
   case $ac_file$ac_mode in
26220 26220
     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
26221
-  # Autoconf 2.62 quotes --file arguments for eval, but not when files
26221
+  # Older Autoconf quotes --file arguments for eval, but not when files
26222 26222
   # are listed without --file.  Let's play safe and only enable the eval
26223 26223
   # if we detect the quoting.
26224 26224
   case $CONFIG_FILES in
... ...
@@ -26231,7 +26514,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
26231 26231
     # Strip MF so we end up with the name of the file.
26232 26232
     mf=`echo "$mf" | sed -e 's/:.*$//'`
26233 26233
     # Check whether this is an Automake generated Makefile or not.
26234
-    # We used to match only the files named `Makefile.in', but
26234
+    # We used to match only the files named 'Makefile.in', but
26235 26235
     # some people rename them; so instead we look at the file content.
26236 26236
     # Grep'ing the first line is not enough: some people post-process
26237 26237
     # each Makefile.in and add a new line on top of each file to say so.
... ...
@@ -26265,21 +26548,19 @@ $as_echo X"$mf" |
26265 26265
       continue
26266 26266
     fi
26267 26267
     # Extract the definition of DEPDIR, am__include, and am__quote
26268
-    # from the Makefile without running `make'.
26268
+    # from the Makefile without running 'make'.
26269 26269
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
26270 26270
     test -z "$DEPDIR" && continue
26271 26271
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
26272
-    test -z "am__include" && continue
26272
+    test -z "$am__include" && continue
26273 26273
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
26274
-    # When using ansi2knr, U may be empty or an underscore; expand it
26275
-    U=`sed -n 's/^U = //p' < "$mf"`
26276 26274
     # Find all dependency output files, they are included files with
26277 26275
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
26278 26276
     # simplest approach to changing $(DEPDIR) to its actual value in the
26279 26277
     # expansion.
26280 26278
     for file in `sed -n "
26281 26279
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
26282
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
26280
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
26283 26281
       # Make sure the directory exists.
26284 26282
       test -f "$dirpart/$file" && continue
26285 26283
       fdir=`$as_dirname -- "$file" ||
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 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,23 +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__make_dryrun = \
38
-  { \
39
-    am__dry=no; \
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 \
40 50
     case $$MAKEFLAGS in \
41 51
       *\\[\ \	]*) \
42
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
43
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
44
-      *) \
45
-        for am__flg in $$MAKEFLAGS; do \
46
-          case $$am__flg in \
47
-            *=*|--*) ;; \
48
-            *n*) am__dry=yes; break;; \
49
-          esac; \
50
-        done;; \
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;; \
51 77
     esac; \
52
-    test $$am__dry = yes; \
53
-  }
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))
54 82
 pkgdatadir = $(datadir)/@PACKAGE@
55 83
 pkgincludedir = $(includedir)/@PACKAGE@
56 84
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -71,7 +98,7 @@ build_triplet = @build@
71 71
 host_triplet = @host@
72 72
 target_triplet = @target@
73 73
 subdir = database
74
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
74
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
75 75
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
76 76
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
77 77
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -144,12 +171,18 @@ mkinstalldirs = $(install_sh) -d
144 144
 CONFIG_HEADER = $(top_builddir)/clamav-config.h
145 145
 CONFIG_CLEAN_FILES =
146 146
 CONFIG_CLEAN_VPATH_FILES =
147
+AM_V_P = $(am__v_P_@AM_V@)
148
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
149
+am__v_P_0 = false
150
+am__v_P_1 = :
147 151
 AM_V_GEN = $(am__v_GEN_@AM_V@)
148 152
 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
149
-am__v_GEN_0 = @echo "  GEN   " $@;
153
+am__v_GEN_0 = @echo "  GEN     " $@;
154
+am__v_GEN_1 = 
150 155
 AM_V_at = $(am__v_at_@AM_V@)
151 156
 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
152 157
 am__v_at_0 = @
158
+am__v_at_1 = 
153 159
 SOURCES =
154 160
 DIST_SOURCES =
155 161
 am__can_run_installinfo = \
... ...
@@ -157,6 +190,7 @@ am__can_run_installinfo = \
157 157
     n|no|NO) false;; \
158 158
     *) (install-info --version) >/dev/null 2>&1;; \
159 159
   esac
160
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
160 161
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
161 162
 ACLOCAL = @ACLOCAL@
162 163
 AMTAR = @AMTAR@
... ...
@@ -384,11 +418,11 @@ mostlyclean-libtool:
384 384
 
385 385
 clean-libtool:
386 386
 	-rm -rf .libs _libs
387
-tags: TAGS
388
-TAGS:
387
+tags TAGS:
388
+
389
+ctags CTAGS:
389 390
 
390
-ctags: CTAGS
391
-CTAGS:
391
+cscope cscopelist:
392 392
 
393 393
 
394 394
 distdir: $(DISTFILES)
... ...
@@ -524,16 +558,17 @@ uninstall-am:
524 524
 .MAKE: install-am install-strip
525 525
 
526 526
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
527
-	distclean distclean-generic distclean-libtool distdir dvi \
528
-	dvi-am html html-am info info-am install install-am \
529
-	install-data install-data-am install-data-local install-dvi \
530
-	install-dvi-am install-exec install-exec-am install-html \
531
-	install-html-am install-info install-info-am install-man \
532
-	install-pdf install-pdf-am install-ps install-ps-am \
533
-	install-strip installcheck installcheck-am installdirs \
534
-	maintainer-clean maintainer-clean-generic mostlyclean \
535
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
536
-	uninstall uninstall-am
527
+	cscopelist-am ctags-am distclean distclean-generic \
528
+	distclean-libtool distdir dvi dvi-am html html-am info info-am \
529
+	install install-am install-data install-data-am \
530
+	install-data-local install-dvi install-dvi-am install-exec \
531
+	install-exec-am install-html install-html-am install-info \
532
+	install-info-am install-man install-pdf install-pdf-am \
533
+	install-ps install-ps-am install-strip installcheck \
534
+	installcheck-am installdirs maintainer-clean \
535
+	maintainer-clean-generic mostlyclean mostlyclean-generic \
536
+	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
537
+	uninstall-am
537 538
 
538 539
 
539 540
 install-data-local:
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 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,23 +32,51 @@
33 33
 #  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
34 34
 #  MA 02110-1301, USA.
35 35
 VPATH = @srcdir@
36
-am__make_dryrun = \
37
-  { \
38
-    am__dry=no; \
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 \
39 49
     case $$MAKEFLAGS in \
40 50
       *\\[\ \	]*) \
41
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
42
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
43
-      *) \
44
-        for am__flg in $$MAKEFLAGS; do \
45
-          case $$am__flg in \
46
-            *=*|--*) ;; \
47
-            *n*) am__dry=yes; break;; \
48
-          esac; \
49
-        done;; \
51
+        bs=\\; \
52
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
53
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
50 54
     esac; \
51
-    test $$am__dry = yes; \
52
-  }
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))
53 81
 pkgdatadir = $(datadir)/@PACKAGE@
54 82
 pkgincludedir = $(includedir)/@PACKAGE@
55 83
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -70,7 +97,7 @@ build_triplet = @build@
70 70
 host_triplet = @host@
71 71
 target_triplet = @target@
72 72
 subdir = docs
73
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
73
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
74 74
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
75 75
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
76 76
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -143,12 +170,18 @@ mkinstalldirs = $(install_sh) -d
143 143
 CONFIG_HEADER = $(top_builddir)/clamav-config.h
144 144
 CONFIG_CLEAN_FILES =
145 145
 CONFIG_CLEAN_VPATH_FILES =
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 = :
146 150
 AM_V_GEN = $(am__v_GEN_@AM_V@)
147 151
 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
148
-am__v_GEN_0 = @echo "  GEN   " $@;
152
+am__v_GEN_0 = @echo "  GEN     " $@;
153
+am__v_GEN_1 = 
149 154
 AM_V_at = $(am__v_at_@AM_V@)
150 155
 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
151 156
 am__v_at_0 = @
157
+am__v_at_1 = 
152 158
 SOURCES =
153 159
 DIST_SOURCES =
154 160
 am__can_run_installinfo = \
... ...
@@ -190,6 +223,7 @@ man5dir = $(mandir)/man5
190 190
 man8dir = $(mandir)/man8
191 191
 NROFF = nroff
192 192
 MANS = $(man_MANS)
193
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
193 194
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
194 195
 ACLOCAL = @ACLOCAL@
195 196
 AMTAR = @AMTAR@
... ...
@@ -546,27 +580,14 @@ uninstall-man8:
546 546
 	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
547 547
 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
548 548
 	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
549
-tags: TAGS
550
-TAGS:
549
+tags TAGS:
550
+
551
+ctags CTAGS:
551 552
 
552
-ctags: CTAGS
553
-CTAGS:
553
+cscope cscopelist:
554 554
 
555 555
 
556 556
 distdir: $(DISTFILES)
557
-	@list='$(MANS)'; if test -n "$$list"; then \
558
-	  list=`for p in $$list; do \
559
-	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
560
-	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
561
-	  if test -n "$$list" && \
562
-	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
563
-	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
564
-	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
565
-	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
566
-	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
567
-	    exit 1; \
568
-	  else :; fi; \
569
-	else :; fi
570 557
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
571 558
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
572 559
 	list='$(DISTFILES)'; \
... ...
@@ -704,17 +725,18 @@ uninstall-man: uninstall-man1 uninstall-man5 uninstall-man8
704 704
 .MAKE: install-am install-strip
705 705
 
706 706
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
707
-	distclean distclean-generic distclean-libtool distdir dvi \
708
-	dvi-am html html-am info info-am install install-am \
709
-	install-data install-data-am install-dvi install-dvi-am \
710
-	install-exec install-exec-am install-html install-html-am \
711
-	install-info install-info-am install-man install-man1 \
712
-	install-man5 install-man8 install-pdf install-pdf-am \
713
-	install-ps install-ps-am install-strip installcheck \
714
-	installcheck-am installdirs maintainer-clean \
707
+	cscopelist-am ctags-am distclean distclean-generic \
708
+	distclean-libtool distdir dvi dvi-am html html-am info info-am \
709
+	install install-am install-data install-data-am install-dvi \
710
+	install-dvi-am install-exec install-exec-am install-html \
711
+	install-html-am install-info install-info-am install-man \
712
+	install-man1 install-man5 install-man8 install-pdf \
713
+	install-pdf-am install-ps install-ps-am install-strip \
714
+	installcheck installcheck-am installdirs maintainer-clean \
715 715
 	maintainer-clean-generic mostlyclean mostlyclean-generic \
716
-	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
717
-	uninstall-man uninstall-man1 uninstall-man5 uninstall-man8
716
+	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
717
+	uninstall-am uninstall-man uninstall-man1 uninstall-man5 \
718
+	uninstall-man8
718 719
 
719 720
 
720 721
 # 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.6 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,23 +33,51 @@
34 34
 #  MA 02110-1301, USA.
35 35
 
36 36
 VPATH = @srcdir@
37
-am__make_dryrun = \
38
-  { \
39
-    am__dry=no; \
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 \
40 50
     case $$MAKEFLAGS in \
41 51
       *\\[\ \	]*) \
42
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
43
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
44
-      *) \
45
-        for am__flg in $$MAKEFLAGS; do \
46
-          case $$am__flg in \
47
-            *=*|--*) ;; \
48
-            *n*) am__dry=yes; break;; \
49
-          esac; \
50
-        done;; \
52
+        bs=\\; \
53
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
54
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
51 55
     esac; \
52
-    test $$am__dry = yes; \
53
-  }
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))
54 82
 pkgdatadir = $(datadir)/@PACKAGE@
55 83
 pkgincludedir = $(includedir)/@PACKAGE@
56 84
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -72,7 +99,7 @@ host_triplet = @host@
72 72
 target_triplet = @target@
73 73
 @BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@am__append_1 = clamav-milter.conf.sample
74 74
 subdir = etc
75
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
75
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
76 76
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
77 77
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
78 78
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -145,12 +172,18 @@ mkinstalldirs = $(install_sh) -d
145 145
 CONFIG_HEADER = $(top_builddir)/clamav-config.h
146 146
 CONFIG_CLEAN_FILES =
147 147
 CONFIG_CLEAN_VPATH_FILES =
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 = :
148 152
 AM_V_GEN = $(am__v_GEN_@AM_V@)
149 153
 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
150
-am__v_GEN_0 = @echo "  GEN   " $@;
154
+am__v_GEN_0 = @echo "  GEN     " $@;
155
+am__v_GEN_1 = 
151 156
 AM_V_at = $(am__v_at_@AM_V@)
152 157
 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
153 158
 am__v_at_0 = @
159
+am__v_at_1 = 
154 160
 SOURCES =
155 161
 DIST_SOURCES =
156 162
 am__can_run_installinfo = \
... ...
@@ -187,6 +220,7 @@ am__uninstall_files_from_dir = { \
187 187
   }
188 188
 am__installdirs = "$(DESTDIR)$(sysconfdir)"
189 189
 DATA = $(sysconf_DATA)
190
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
190 191
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
191 192
 ACLOCAL = @ACLOCAL@
192 193
 AMTAR = @AMTAR@
... ...
@@ -436,11 +470,11 @@ uninstall-sysconfDATA:
436 436
 	@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
437 437
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
438 438
 	dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
439
-tags: TAGS
440
-TAGS:
439
+tags TAGS:
440
+
441
+ctags CTAGS:
441 442
 
442
-ctags: CTAGS
443
-CTAGS:
443
+cscope cscopelist:
444 444
 
445 445
 
446 446
 distdir: $(DISTFILES)
... ...
@@ -579,16 +613,16 @@ uninstall-am: uninstall-sysconfDATA
579 579
 .MAKE: install-am install-strip
580 580
 
581 581
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
582
-	distclean distclean-generic distclean-libtool distdir dvi \
583
-	dvi-am html html-am info info-am install install-am \
584
-	install-data install-data-am install-dvi install-dvi-am \
585
-	install-exec install-exec-am install-html install-html-am \
586
-	install-info install-info-am install-man install-pdf \
587
-	install-pdf-am install-ps install-ps-am install-strip \
588
-	install-sysconfDATA installcheck installcheck-am installdirs \
589
-	maintainer-clean maintainer-clean-generic mostlyclean \
590
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
591
-	uninstall uninstall-am uninstall-sysconfDATA
582
+	cscopelist-am ctags-am distclean distclean-generic \
583
+	distclean-libtool distdir dvi dvi-am html html-am info info-am \
584
+	install install-am install-data install-data-am install-dvi \
585
+	install-dvi-am install-exec install-exec-am install-html \
586
+	install-html-am install-info install-info-am install-man \
587
+	install-pdf install-pdf-am install-ps install-ps-am \
588
+	install-strip install-sysconfDATA installcheck installcheck-am \
589
+	installdirs maintainer-clean maintainer-clean-generic \
590
+	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
591
+	ps ps-am tags-am uninstall uninstall-am uninstall-sysconfDATA
592 592
 
593 593
 
594 594
 # 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.6 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,23 +34,51 @@
35 35
 #  MA 02110-1301, USA.
36 36
 
37 37
 VPATH = @srcdir@
38
-am__make_dryrun = \
39
-  { \
40
-    am__dry=no; \
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 \
41 51
     case $$MAKEFLAGS in \
42 52
       *\\[\ \	]*) \
43
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
44
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
45
-      *) \
46
-        for am__flg in $$MAKEFLAGS; do \
47
-          case $$am__flg in \
48
-            *=*|--*) ;; \
49
-            *n*) am__dry=yes; break;; \
50
-          esac; \
51
-        done;; \
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;; \
52 78
     esac; \
53
-    test $$am__dry = yes; \
54
-  }
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))
55 83
 pkgdatadir = $(datadir)/@PACKAGE@
56 84
 pkgincludedir = $(includedir)/@PACKAGE@
57 85
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -73,7 +100,8 @@ host_triplet = @host@
73 73
 target_triplet = @target@
74 74
 bin_PROGRAMS = freshclam$(EXEEXT)
75 75
 subdir = freshclam
76
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
76
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
77
+	$(top_srcdir)/config/depcomp
77 78
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78 79
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
79 80
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -158,6 +186,19 @@ freshclam_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,20 +211,16 @@ 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 = $(freshclam_SOURCES)
188 184
 DIST_SOURCES = $(freshclam_SOURCES)
189 185
 am__can_run_installinfo = \
... ...
@@ -191,6 +228,23 @@ am__can_run_installinfo = \
191 191
     n|no|NO) false;; \
192 192
     *) (install-info --version) >/dev/null 2>&1;; \
193 193
   esac
194
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
195
+# Read a list of newline-separated strings from the standard input,
196
+# and print each of them once, without duplicates.  Input order is
197
+# *not* preserved.
198
+am__uniquify_input = $(AWK) '\
199
+  BEGIN { nonempty = 0; } \
200
+  { items[$$0] = 1; nonempty = 1; } \
201
+  END { if (nonempty) { for (i in items) print i; }; } \
202
+'
203
+# Make sure the list of sources is unique.  This is necessary because,
204
+# e.g., the same source file might be shared among _SOURCES variables
205
+# for different programs/libraries.
206
+am__define_uniq_tagged_files = \
207
+  list='$(am__tagged_files)'; \
208
+  unique=`for i in $$list; do \
209
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
210
+  done | $(am__uniquify_input)`
194 211
 ETAGS = etags
195 212
 CTAGS = ctags
196 213
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -456,10 +510,12 @@ install-binPROGRAMS: $(bin_PROGRAMS)
456 456
 	fi; \
457 457
 	for p in $$list; do echo "$$p $$p"; done | \
458 458
 	sed 's/$(EXEEXT)$$//' | \
459
-	while read p p1; do if test -f $$p || test -f $$p1; \
460
-	  then echo "$$p"; echo "$$p"; else :; fi; \
459
+	while read p p1; do if test -f $$p \
460
+	 || test -f $$p1 \
461
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
461 462
 	done | \
462
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
463
+	sed -e 'p;s,.*/,,;n;h' \
464
+	    -e 's|.*|.|' \
463 465
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
464 466
 	sed 'N;N;N;s,\n, ,g' | \
465 467
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -480,7 +536,8 @@ uninstall-binPROGRAMS:
480 480
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
481 481
 	files=`for p in $$list; do echo "$$p"; done | \
482 482
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
483
-	      -e 's/$$/$(EXEEXT)/' `; \
483
+	      -e 's/$$/$(EXEEXT)/' \
484
+	`; \
484 485
 	test -n "$$list" || exit 0; \
485 486
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
486 487
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -509,6 +566,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
509 509
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
510 510
 	  done; \
511 511
 	done; rm -f c$${pid}_.???; exit $$bad
512
+
512 513
 freshclam$(EXEEXT): $(freshclam_OBJECTS) $(freshclam_DEPENDENCIES) $(EXTRA_freshclam_DEPENDENCIES) 
513 514
 	@rm -f freshclam$(EXEEXT)
514 515
 	$(AM_V_CCLD)$(LINK) $(freshclam_OBJECTS) $(freshclam_LDADD) $(LIBS)
... ...
@@ -539,14 +597,14 @@ distclean-compile:
539 539
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
540 540
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
541 541
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
542
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
542
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
543 543
 
544 544
 .c.obj:
545 545
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
546 546
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
547 547
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
548 548
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
549
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
549
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
550 550
 
551 551
 .c.lo:
552 552
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -659,26 +717,15 @@ mostlyclean-libtool:
659 659
 clean-libtool:
660 660
 	-rm -rf .libs _libs
661 661
 
662
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
663
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
664
-	unique=`for i in $$list; do \
665
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
666
-	  done | \
667
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
668
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
669
-	mkid -fID $$unique
670
-tags: TAGS
671
-
672
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
673
-		$(TAGS_FILES) $(LISP)
662
+ID: $(am__tagged_files)
663
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
664
+tags: tags-am
665
+TAGS: tags
666
+
667
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
674 668
 	set x; \
675 669
 	here=`pwd`; \
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; }; }'`; \
670
+	$(am__define_uniq_tagged_files); \
682 671
 	shift; \
683 672
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
684 673
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -690,15 +737,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
690 690
 	      $$unique; \
691 691
 	  fi; \
692 692
 	fi
693
-ctags: CTAGS
694
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
695
-		$(TAGS_FILES) $(LISP)
696
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
697
-	unique=`for i in $$list; do \
698
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
699
-	  done | \
700
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
701
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
693
+ctags: ctags-am
694
+
695
+CTAGS: ctags
696
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
697
+	$(am__define_uniq_tagged_files); \
702 698
 	test -z "$(CTAGS_ARGS)$$unique" \
703 699
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
704 700
 	     $$unique
... ...
@@ -707,6 +750,21 @@ GTAGS:
707 707
 	here=`$(am__cd) $(top_builddir) && pwd` \
708 708
 	  && $(am__cd) $(top_srcdir) \
709 709
 	  && gtags -i $(GTAGS_ARGS) "$$here"
710
+cscopelist: cscopelist-am
711
+
712
+cscopelist-am: $(am__tagged_files)
713
+	list='$(am__tagged_files)'; \
714
+	case "$(srcdir)" in \
715
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
716
+	  *) sdir=$(subdir)/$(srcdir) ;; \
717
+	esac; \
718
+	for i in $$list; do \
719
+	  if test -f "$$i"; then \
720
+	    echo "$(subdir)/$$i"; \
721
+	  else \
722
+	    echo "$$sdir/$$i"; \
723
+	  fi; \
724
+	done >> $(top_builddir)/cscope.files
710 725
 
711 726
 distclean-tags:
712 727
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -851,19 +909,20 @@ uninstall-am: uninstall-binPROGRAMS
851 851
 
852 852
 .MAKE: install-am install-strip
853 853
 
854
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
855
-	clean-generic clean-libtool ctags distclean distclean-compile \
856
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
857
-	dvi-am html html-am info info-am install install-am \
858
-	install-binPROGRAMS install-data install-data-am install-dvi \
859
-	install-dvi-am install-exec install-exec-am install-html \
860
-	install-html-am install-info install-info-am install-man \
861
-	install-pdf install-pdf-am install-ps install-ps-am \
862
-	install-strip installcheck installcheck-am \
863
-	installcheck-binPROGRAMS installdirs maintainer-clean \
864
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
865
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
866
-	tags uninstall uninstall-am uninstall-binPROGRAMS
854
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
855
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
856
+	ctags ctags-am distclean distclean-compile distclean-generic \
857
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
858
+	html-am info info-am install install-am install-binPROGRAMS \
859
+	install-data install-data-am install-dvi install-dvi-am \
860
+	install-exec install-exec-am install-html install-html-am \
861
+	install-info install-info-am install-man install-pdf \
862
+	install-pdf-am install-ps install-ps-am install-strip \
863
+	installcheck installcheck-am installcheck-binPROGRAMS \
864
+	installdirs maintainer-clean maintainer-clean-generic \
865
+	mostlyclean mostlyclean-compile mostlyclean-generic \
866
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
867
+	uninstall-am uninstall-binPROGRAMS
867 868
 
868 869
 
869 870
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.3 from Makefile.am.
1
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
-# Foundation, Inc.
4
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
+
7 6
 # This Makefile.in is free software; the Free Software Foundation
8 7
 # gives unlimited permission to copy and/or distribute it,
9 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -36,6 +35,51 @@
36 36
 
37 37
 
38 38
 VPATH = @srcdir@
39
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
40
+am__make_running_with_option = \
41
+  case $${target_option-} in \
42
+      ?) ;; \
43
+      *) echo "am__make_running_with_option: internal error: invalid" \
44
+              "target option '$${target_option-}' specified" >&2; \
45
+         exit 1;; \
46
+  esac; \
47
+  has_opt=no; \
48
+  sane_makeflags=$$MAKEFLAGS; \
49
+  if $(am__is_gnu_make); then \
50
+    sane_makeflags=$$MFLAGS; \
51
+  else \
52
+    case $$MAKEFLAGS in \
53
+      *\\[\ \	]*) \
54
+        bs=\\; \
55
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
56
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
57
+    esac; \
58
+  fi; \
59
+  skip_next=no; \
60
+  strip_trailopt () \
61
+  { \
62
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
63
+  }; \
64
+  for flg in $$sane_makeflags; do \
65
+    test $$skip_next = yes && { skip_next=no; continue; }; \
66
+    case $$flg in \
67
+      *=*|--*) continue;; \
68
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
69
+      -*I?*) strip_trailopt 'I';; \
70
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
71
+      -*O?*) strip_trailopt 'O';; \
72
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
73
+      -*l?*) strip_trailopt 'l';; \
74
+      -[dEDm]) skip_next=yes;; \
75
+      -[JT]) skip_next=yes;; \
76
+    esac; \
77
+    case $$flg in \
78
+      *$$target_option*) has_opt=yes; break;; \
79
+    esac; \
80
+  done; \
81
+  test $$has_opt = yes
82
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
83
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
39 84
 pkgdatadir = $(datadir)/@PACKAGE@
40 85
 pkgincludedir = $(includedir)/@PACKAGE@
41 86
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -65,8 +109,8 @@ target_triplet = @target@
65 65
 @ENABLE_UNRAR_TRUE@@VERSIONSCRIPT_TRUE@am__append_5 = -Wl,@VERSIONSCRIPTFLAG@,@top_srcdir@/libclamunrar_iface/libclamunrar_iface.map
66 66
 @VERSIONSCRIPT_TRUE@am__append_6 = -Wl,@VERSIONSCRIPTFLAG@,@top_srcdir@/libclamav/libclamav.map
67 67
 subdir = libclamav
68
-DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
69
-	$(srcdir)/Makefile.in
68
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
69
+	$(top_srcdir)/config/depcomp $(include_HEADERS)
70 70
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
71 71
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
72 72
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -290,6 +334,7 @@ libclamav_la_OBJECTS = $(am_libclamav_la_OBJECTS)
290 290
 AM_V_lt = $(am__v_lt_@AM_V@)
291 291
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
292 292
 am__v_lt_0 = --silent
293
+am__v_lt_1 = 
293 294
 libclamav_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
294 295
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libclamav_la_CFLAGS) \
295 296
 	$(CFLAGS) $(libclamav_la_LDFLAGS) $(LDFLAGS) -o $@
... ...
@@ -366,6 +411,18 @@ libclamunrar_iface_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
366 366
 	$(AM_CFLAGS) $(CFLAGS) $(libclamunrar_iface_la_LDFLAGS) \
367 367
 	$(LDFLAGS) -o $@
368 368
 @ENABLE_UNRAR_TRUE@am_libclamunrar_iface_la_rpath = -rpath $(libdir)
369
+AM_V_P = $(am__v_P_@AM_V@)
370
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
371
+am__v_P_0 = false
372
+am__v_P_1 = :
373
+AM_V_GEN = $(am__v_GEN_@AM_V@)
374
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
375
+am__v_GEN_0 = @echo "  GEN     " $@;
376
+am__v_GEN_1 = 
377
+AM_V_at = $(am__v_at_@AM_V@)
378
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
379
+am__v_at_0 = @
380
+am__v_at_1 = 
369 381
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
370 382
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
371 383
 am__depfiles_maybe = depfiles
... ...
@@ -378,20 +435,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
378 378
 	$(AM_CFLAGS) $(CFLAGS)
379 379
 AM_V_CC = $(am__v_CC_@AM_V@)
380 380
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
381
-am__v_CC_0 = @echo "  CC    " $@;
382
-AM_V_at = $(am__v_at_@AM_V@)
383
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
384
-am__v_at_0 = @
381
+am__v_CC_0 = @echo "  CC      " $@;
382
+am__v_CC_1 = 
385 383
 CCLD = $(CC)
386 384
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
387 385
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
388 386
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
389 387
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
390 388
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
391
-am__v_CCLD_0 = @echo "  CCLD  " $@;
392
-AM_V_GEN = $(am__v_GEN_@AM_V@)
393
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
394
-am__v_GEN_0 = @echo "  GEN   " $@;
389
+am__v_CCLD_0 = @echo "  CCLD    " $@;
390
+am__v_CCLD_1 = 
395 391
 SOURCES = $(libclamav_la_SOURCES) \
396 392
 	$(libclamav_internal_utils_la_SOURCES) \
397 393
 	$(libclamav_internal_utils_nothreads_la_SOURCES) \
... ...
@@ -403,19 +456,45 @@ DIST_SOURCES = $(libclamav_la_SOURCES) \
403 403
 	$(libclamav_nocxx_la_SOURCES) \
404 404
 	$(am__libclamunrar_la_SOURCES_DIST) \
405 405
 	$(am__libclamunrar_iface_la_SOURCES_DIST)
406
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
407
-	html-recursive info-recursive install-data-recursive \
408
-	install-dvi-recursive install-exec-recursive \
409
-	install-html-recursive install-info-recursive \
410
-	install-pdf-recursive install-ps-recursive install-recursive \
411
-	installcheck-recursive installdirs-recursive pdf-recursive \
412
-	ps-recursive uninstall-recursive
406
+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
407
+	ctags-recursive dvi-recursive html-recursive info-recursive \
408
+	install-data-recursive install-dvi-recursive \
409
+	install-exec-recursive install-html-recursive \
410
+	install-info-recursive install-pdf-recursive \
411
+	install-ps-recursive install-recursive installcheck-recursive \
412
+	installdirs-recursive pdf-recursive ps-recursive \
413
+	tags-recursive uninstall-recursive
414
+am__can_run_installinfo = \
415
+  case $$AM_UPDATE_INFO_DIR in \
416
+    n|no|NO) false;; \
417
+    *) (install-info --version) >/dev/null 2>&1;; \
418
+  esac
413 419
 HEADERS = $(include_HEADERS)
414 420
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
415 421
   distclean-recursive maintainer-clean-recursive
416
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
417
-	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
422
+am__recursive_targets = \
423
+  $(RECURSIVE_TARGETS) \
424
+  $(RECURSIVE_CLEAN_TARGETS) \
425
+  $(am__extra_recursive_targets)
426
+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
418 427
 	distdir
428
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
429
+# Read a list of newline-separated strings from the standard input,
430
+# and print each of them once, without duplicates.  Input order is
431
+# *not* preserved.
432
+am__uniquify_input = $(AWK) '\
433
+  BEGIN { nonempty = 0; } \
434
+  { items[$$0] = 1; nonempty = 1; } \
435
+  END { if (nonempty) { for (i in items) print i; }; } \
436
+'
437
+# Make sure the list of sources is unique.  This is necessary because,
438
+# e.g., the same source file might be shared among _SOURCES variables
439
+# for different programs/libraries.
440
+am__define_uniq_tagged_files = \
441
+  list='$(am__tagged_files)'; \
442
+  unique=`for i in $$list; do \
443
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444
+  done | $(am__uniquify_input)`
419 445
 ETAGS = etags
420 446
 CTAGS = ctags
421 447
 DIST_SUBDIRS = c++
... ...
@@ -890,9 +969,9 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
890 890
 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
891 891
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
892 892
 $(am__aclocal_m4_deps):
893
+
893 894
 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
894 895
 	@$(NORMAL_INSTALL)
895
-	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
896 896
 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
897 897
 	list2=; for p in $$list; do \
898 898
 	  if test -f $$p; then \
... ...
@@ -900,6 +979,8 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
900 900
 	  else :; fi; \
901 901
 	done; \
902 902
 	test -z "$$list2" || { \
903
+	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
904
+	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
903 905
 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
904 906
 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
905 907
 	}
... ...
@@ -915,31 +996,41 @@ uninstall-libLTLIBRARIES:
915 915
 
916 916
 clean-libLTLIBRARIES:
917 917
 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
918
-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
919
-	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
920
-	  test "$$dir" != "$$p" || dir=.; \
921
-	  echo "rm -f \"$${dir}/so_locations\""; \
922
-	  rm -f "$${dir}/so_locations"; \
923
-	done
918
+	@list='$(lib_LTLIBRARIES)'; \
919
+	locs=`for p in $$list; do echo $$p; done | \
920
+	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
921
+	      sort -u`; \
922
+	test -z "$$locs" || { \
923
+	  echo rm -f $${locs}; \
924
+	  rm -f $${locs}; \
925
+	}
924 926
 
925 927
 clean-noinstLTLIBRARIES:
926 928
 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
927
-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
928
-	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
929
-	  test "$$dir" != "$$p" || dir=.; \
930
-	  echo "rm -f \"$${dir}/so_locations\""; \
931
-	  rm -f "$${dir}/so_locations"; \
932
-	done
929
+	@list='$(noinst_LTLIBRARIES)'; \
930
+	locs=`for p in $$list; do echo $$p; done | \
931
+	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
932
+	      sort -u`; \
933
+	test -z "$$locs" || { \
934
+	  echo rm -f $${locs}; \
935
+	  rm -f $${locs}; \
936
+	}
937
+
933 938
 libclamav.la: $(libclamav_la_OBJECTS) $(libclamav_la_DEPENDENCIES) $(EXTRA_libclamav_la_DEPENDENCIES) 
934 939
 	$(AM_V_CCLD)$(libclamav_la_LINK) -rpath $(libdir) $(libclamav_la_OBJECTS) $(libclamav_la_LIBADD) $(LIBS)
940
+
935 941
 libclamav_internal_utils.la: $(libclamav_internal_utils_la_OBJECTS) $(libclamav_internal_utils_la_DEPENDENCIES) $(EXTRA_libclamav_internal_utils_la_DEPENDENCIES) 
936 942
 	$(AM_V_CCLD)$(libclamav_internal_utils_la_LINK)  $(libclamav_internal_utils_la_OBJECTS) $(libclamav_internal_utils_la_LIBADD) $(LIBS)
943
+
937 944
 libclamav_internal_utils_nothreads.la: $(libclamav_internal_utils_nothreads_la_OBJECTS) $(libclamav_internal_utils_nothreads_la_DEPENDENCIES) $(EXTRA_libclamav_internal_utils_nothreads_la_DEPENDENCIES) 
938 945
 	$(AM_V_CCLD)$(libclamav_internal_utils_nothreads_la_LINK)  $(libclamav_internal_utils_nothreads_la_OBJECTS) $(libclamav_internal_utils_nothreads_la_LIBADD) $(LIBS)
946
+
939 947
 libclamav_nocxx.la: $(libclamav_nocxx_la_OBJECTS) $(libclamav_nocxx_la_DEPENDENCIES) $(EXTRA_libclamav_nocxx_la_DEPENDENCIES) 
940 948
 	$(AM_V_CCLD)$(LINK)  $(libclamav_nocxx_la_OBJECTS) $(libclamav_nocxx_la_LIBADD) $(LIBS)
949
+
941 950
 libclamunrar.la: $(libclamunrar_la_OBJECTS) $(libclamunrar_la_DEPENDENCIES) $(EXTRA_libclamunrar_la_DEPENDENCIES) 
942 951
 	$(AM_V_CCLD)$(libclamunrar_la_LINK) $(am_libclamunrar_la_rpath) $(libclamunrar_la_OBJECTS) $(libclamunrar_la_LIBADD) $(LIBS)
952
+
943 953
 libclamunrar_iface.la: $(libclamunrar_iface_la_OBJECTS) $(libclamunrar_iface_la_DEPENDENCIES) $(EXTRA_libclamunrar_iface_la_DEPENDENCIES) 
944 954
 	$(AM_V_CCLD)$(libclamunrar_iface_la_LINK) $(am_libclamunrar_iface_la_rpath) $(libclamunrar_iface_la_OBJECTS) $(libclamunrar_iface_la_LIBADD) $(LIBS)
945 955
 
... ...
@@ -1201,14 +1292,14 @@ distclean-compile:
1201 1201
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1202 1202
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1203 1203
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1204
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
1204
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1205 1205
 
1206 1206
 .c.obj:
1207 1207
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1208 1208
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1209 1209
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1210 1210
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1211
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
1211
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1212 1212
 
1213 1213
 .c.lo:
1214 1214
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -2939,8 +3030,11 @@ clean-libtool:
2939 2939
 	-rm -rf .libs _libs
2940 2940
 install-includeHEADERS: $(include_HEADERS)
2941 2941
 	@$(NORMAL_INSTALL)
2942
-	test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
2943 2942
 	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
2943
+	if test -n "$$list"; then \
2944
+	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
2945
+	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
2946
+	fi; \
2944 2947
 	for p in $$list; do \
2945 2948
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2946 2949
 	  echo "$$d$$p"; \
... ...
@@ -2957,22 +3051,25 @@ uninstall-includeHEADERS:
2957 2957
 	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
2958 2958
 
2959 2959
 # This directory's subdirectories are mostly independent; you can cd
2960
-# into them and run `make' without going through this Makefile.
2961
-# To change the values of `make' variables: instead of editing Makefiles,
2962
-# (1) if the variable is set in `config.status', edit `config.status'
2963
-#     (which will cause the Makefiles to be regenerated when you run `make');
2964
-# (2) otherwise, pass the desired values on the `make' command line.
2965
-$(RECURSIVE_TARGETS):
2966
-	@fail= failcom='exit 1'; \
2967
-	for f in x $$MAKEFLAGS; do \
2968
-	  case $$f in \
2969
-	    *=* | --[!k]*);; \
2970
-	    *k*) failcom='fail=yes';; \
2971
-	  esac; \
2972
-	done; \
2960
+# into them and run 'make' without going through this Makefile.
2961
+# To change the values of 'make' variables: instead of editing Makefiles,
2962
+# (1) if the variable is set in 'config.status', edit 'config.status'
2963
+#     (which will cause the Makefiles to be regenerated when you run 'make');
2964
+# (2) otherwise, pass the desired values on the 'make' command line.
2965
+$(am__recursive_targets):
2966
+	@fail=; \
2967
+	if $(am__make_keepgoing); then \
2968
+	  failcom='fail=yes'; \
2969
+	else \
2970
+	  failcom='exit 1'; \
2971
+	fi; \
2973 2972
 	dot_seen=no; \
2974 2973
 	target=`echo $@ | sed s/-recursive//`; \
2975
-	list='$(SUBDIRS)'; for subdir in $$list; do \
2974
+	case "$@" in \
2975
+	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
2976
+	  *) list='$(SUBDIRS)' ;; \
2977
+	esac; \
2978
+	for subdir in $$list; do \
2976 2979
 	  echo "Making $$target in $$subdir"; \
2977 2980
 	  if test "$$subdir" = "."; then \
2978 2981
 	    dot_seen=yes; \
... ...
@@ -2987,57 +3084,12 @@ $(RECURSIVE_TARGETS):
2987 2987
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
2988 2988
 	fi; test -z "$$fail"
2989 2989
 
2990
-$(RECURSIVE_CLEAN_TARGETS):
2991
-	@fail= failcom='exit 1'; \
2992
-	for f in x $$MAKEFLAGS; do \
2993
-	  case $$f in \
2994
-	    *=* | --[!k]*);; \
2995
-	    *k*) failcom='fail=yes';; \
2996
-	  esac; \
2997
-	done; \
2998
-	dot_seen=no; \
2999
-	case "$@" in \
3000
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
3001
-	  *) list='$(SUBDIRS)' ;; \
3002
-	esac; \
3003
-	rev=''; for subdir in $$list; do \
3004
-	  if test "$$subdir" = "."; then :; else \
3005
-	    rev="$$subdir $$rev"; \
3006
-	  fi; \
3007
-	done; \
3008
-	rev="$$rev ."; \
3009
-	target=`echo $@ | sed s/-recursive//`; \
3010
-	for subdir in $$rev; do \
3011
-	  echo "Making $$target in $$subdir"; \
3012
-	  if test "$$subdir" = "."; then \
3013
-	    local_target="$$target-am"; \
3014
-	  else \
3015
-	    local_target="$$target"; \
3016
-	  fi; \
3017
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3018
-	  || eval $$failcom; \
3019
-	done && test -z "$$fail"
3020
-tags-recursive:
3021
-	list='$(SUBDIRS)'; for subdir in $$list; do \
3022
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
3023
-	done
3024
-ctags-recursive:
3025
-	list='$(SUBDIRS)'; for subdir in $$list; do \
3026
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
3027
-	done
2990
+ID: $(am__tagged_files)
2991
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
2992
+tags: tags-recursive
2993
+TAGS: tags
3028 2994
 
3029
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
3030
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
3031
-	unique=`for i in $$list; do \
3032
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3033
-	  done | \
3034
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3035
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
3036
-	mkid -fID $$unique
3037
-tags: TAGS
3038
-
3039
-TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
3040
-		$(TAGS_FILES) $(LISP)
2995
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
3041 2996
 	set x; \
3042 2997
 	here=`pwd`; \
3043 2998
 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
... ...
@@ -3053,12 +3105,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
3053 3053
 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
3054 3054
 	  fi; \
3055 3055
 	done; \
3056
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
3057
-	unique=`for i in $$list; do \
3058
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3059
-	  done | \
3060
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3061
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
3056
+	$(am__define_uniq_tagged_files); \
3062 3057
 	shift; \
3063 3058
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
3064 3059
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -3070,15 +3117,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
3070 3070
 	      $$unique; \
3071 3071
 	  fi; \
3072 3072
 	fi
3073
-ctags: CTAGS
3074
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
3075
-		$(TAGS_FILES) $(LISP)
3076
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
3077
-	unique=`for i in $$list; do \
3078
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3079
-	  done | \
3080
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3081
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
3073
+ctags: ctags-recursive
3074
+
3075
+CTAGS: ctags
3076
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
3077
+	$(am__define_uniq_tagged_files); \
3082 3078
 	test -z "$(CTAGS_ARGS)$$unique" \
3083 3079
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
3084 3080
 	     $$unique
... ...
@@ -3087,6 +3130,21 @@ GTAGS:
3087 3087
 	here=`$(am__cd) $(top_builddir) && pwd` \
3088 3088
 	  && $(am__cd) $(top_srcdir) \
3089 3089
 	  && gtags -i $(GTAGS_ARGS) "$$here"
3090
+cscopelist: cscopelist-recursive
3091
+
3092
+cscopelist-am: $(am__tagged_files)
3093
+	list='$(am__tagged_files)'; \
3094
+	case "$(srcdir)" in \
3095
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
3096
+	  *) sdir=$(subdir)/$(srcdir) ;; \
3097
+	esac; \
3098
+	for i in $$list; do \
3099
+	  if test -f "$$i"; then \
3100
+	    echo "$(subdir)/$$i"; \
3101
+	  else \
3102
+	    echo "$$sdir/$$i"; \
3103
+	  fi; \
3104
+	done >> $(top_builddir)/cscope.files
3090 3105
 
3091 3106
 distclean-tags:
3092 3107
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -3123,13 +3181,10 @@ distdir: $(DISTFILES)
3123 3123
 	done
3124 3124
 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
3125 3125
 	  if test "$$subdir" = .; then :; else \
3126
-	    test -d "$(distdir)/$$subdir" \
3127
-	    || $(MKDIR_P) "$(distdir)/$$subdir" \
3128
-	    || exit 1; \
3129
-	  fi; \
3130
-	done
3131
-	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
3132
-	  if test "$$subdir" = .; then :; else \
3126
+	    $(am__make_dryrun) \
3127
+	      || test -d "$(distdir)/$$subdir" \
3128
+	      || $(MKDIR_P) "$(distdir)/$$subdir" \
3129
+	      || exit 1; \
3133 3130
 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
3134 3131
 	    $(am__relativize); \
3135 3132
 	    new_distdir=$$reldir; \
... ...
@@ -3262,26 +3317,25 @@ ps-am:
3262 3262
 
3263 3263
 uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
3264 3264
 
3265
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
3266
-	ctags-recursive install install-am install-strip \
3267
-	tags-recursive
3268
-
3269
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
3270
-	all all-am check check-am clean clean-generic \
3271
-	clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
3272
-	ctags ctags-recursive distclean distclean-compile \
3273
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
3274
-	dvi-am html html-am info info-am install install-am \
3275
-	install-data install-data-am install-dvi install-dvi-am \
3276
-	install-exec install-exec-am install-html install-html-am \
3265
+.MAKE: $(am__recursive_targets) all check install install-am \
3266
+	install-strip
3267
+
3268
+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
3269
+	check-am clean clean-generic clean-libLTLIBRARIES \
3270
+	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
3271
+	ctags-am distclean distclean-compile distclean-generic \
3272
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
3273
+	html-am info info-am install install-am install-data \
3274
+	install-data-am install-dvi install-dvi-am install-exec \
3275
+	install-exec-am install-html install-html-am \
3277 3276
 	install-includeHEADERS install-info install-info-am \
3278 3277
 	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
3279 3278
 	install-ps install-ps-am install-strip installcheck \
3280 3279
 	installcheck-am installdirs installdirs-am maintainer-clean \
3281 3280
 	maintainer-clean-generic mostlyclean mostlyclean-compile \
3282 3281
 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
3283
-	tags tags-recursive uninstall uninstall-am \
3284
-	uninstall-includeHEADERS uninstall-libLTLIBRARIES
3282
+	tags tags-am uninstall uninstall-am uninstall-includeHEADERS \
3283
+	uninstall-libLTLIBRARIES
3285 3284
 
3286 3285
 @ENABLE_LLVM_FALSE@c++/Makefile: c++/Makefile.nollvm.in
3287 3286
 @ENABLE_LLVM_FALSE@	$(AM_V_at) cp $< $@
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 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,23 +31,51 @@
32 32
 
33 33
 
34 34
 VPATH = @srcdir@
35
-am__make_dryrun = \
36
-  { \
37
-    am__dry=no; \
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 \
38 48
     case $$MAKEFLAGS in \
39 49
       *\\[\ \	]*) \
40
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
41
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
42
-      *) \
43
-        for am__flg in $$MAKEFLAGS; do \
44
-          case $$am__flg in \
45
-            *=*|--*) ;; \
46
-            *n*) am__dry=yes; break;; \
47
-          esac; \
48
-        done;; \
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;; \
49 75
     esac; \
50
-    test $$am__dry = yes; \
51
-  }
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))
52 80
 pkgdatadir = $(datadir)/@PACKAGE@
53 81
 pkgincludedir = $(includedir)/@PACKAGE@
54 82
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -81,11 +108,16 @@ target_triplet = @target@
81 81
 @BUILD_EXTERNAL_LLVM_FALSE@@MAINTAINER_MODE_TRUE@am__append_10 = $(TBLGENFILES)
82 82
 @BUILD_EXTERNAL_LLVM_FALSE@@MAINTAINER_MODE_TRUE@noinst_PROGRAMS = tblgen$(EXEEXT)
83 83
 subdir = .
84
-DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
85
-	$(srcdir)/Makefile.in $(srcdir)/clamavcxx-config.h.in \
86
-	$(top_srcdir)/configure config/config.guess config/config.sub \
87
-	config/depcomp config/install-sh config/ltmain.sh \
88
-	config/missing
84
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85
+	$(top_srcdir)/configure $(am__configure_deps) \
86
+	$(srcdir)/clamavcxx-config.h.in $(top_srcdir)/config/depcomp \
87
+	config/compile config/config.guess config/config.sub \
88
+	config/depcomp config/install-sh config/missing \
89
+	config/ltmain.sh $(top_srcdir)/config/compile \
90
+	$(top_srcdir)/config/config.guess \
91
+	$(top_srcdir)/config/config.sub \
92
+	$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
93
+	$(top_srcdir)/config/missing
89 94
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90 95
 am__aclocal_m4_deps = $(top_srcdir)/m4/check_gnu_make.m4 \
91 96
 	$(top_srcdir)/m4/cxx_flag_check.m4 $(top_srcdir)/m4/libtool.m4 \
... ...
@@ -114,6 +146,7 @@ libclamavcxx_la_OBJECTS = $(am_libclamavcxx_la_OBJECTS)
114 114
 AM_V_lt = $(am__v_lt_@AM_V@)
115 115
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
116 116
 am__v_lt_0 = --silent
117
+am__v_lt_1 = 
117 118
 libclamavcxx_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
118 119
 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
119 120
 	$(libclamavcxx_la_CXXFLAGS) $(CXXFLAGS) \
... ...
@@ -779,6 +812,18 @@ tblgen_LDADD = $(LDADD)
779 779
 tblgen_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
780 780
 	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(tblgen_CXXFLAGS) \
781 781
 	$(CXXFLAGS) $(tblgen_LDFLAGS) $(LDFLAGS) -o $@
782
+AM_V_P = $(am__v_P_@AM_V@)
783
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
784
+am__v_P_0 = false
785
+am__v_P_1 = :
786
+AM_V_GEN = $(am__v_GEN_@AM_V@)
787
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
788
+am__v_GEN_0 = @echo "  GEN     " $@;
789
+am__v_GEN_1 = 
790
+AM_V_at = $(am__v_at_@AM_V@)
791
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
792
+am__v_at_0 = @
793
+am__v_at_1 = 
782 794
 DEFAULT_INCLUDES = -I.@am__isrc@
783 795
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
784 796
 am__depfiles_maybe = depfiles
... ...
@@ -791,17 +836,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
791 791
 	$(AM_CFLAGS) $(CFLAGS)
792 792
 AM_V_CC = $(am__v_CC_@AM_V@)
793 793
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
794
-am__v_CC_0 = @echo "  CC    " $@;
795
-AM_V_at = $(am__v_at_@AM_V@)
796
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
797
-am__v_at_0 = @
794
+am__v_CC_0 = @echo "  CC      " $@;
795
+am__v_CC_1 = 
798 796
 CCLD = $(CC)
799 797
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
800 798
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
801 799
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
802 800
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
803 801
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
804
-am__v_CCLD_0 = @echo "  CCLD  " $@;
802
+am__v_CCLD_0 = @echo "  CCLD    " $@;
803
+am__v_CCLD_1 = 
805 804
 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
806 805
 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
807 806
 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
... ...
@@ -810,17 +854,16 @@ LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
810 810
 	$(AM_CXXFLAGS) $(CXXFLAGS)
811 811
 AM_V_CXX = $(am__v_CXX_@AM_V@)
812 812
 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
813
-am__v_CXX_0 = @echo "  CXX   " $@;
813
+am__v_CXX_0 = @echo "  CXX     " $@;
814
+am__v_CXX_1 = 
814 815
 CXXLD = $(CXX)
815 816
 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
816 817
 	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
817 818
 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
818 819
 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
819 820
 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
820
-am__v_CXXLD_0 = @echo "  CXXLD " $@;
821
-AM_V_GEN = $(am__v_GEN_@AM_V@)
822
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
823
-am__v_GEN_0 = @echo "  GEN   " $@;
821
+am__v_CXXLD_0 = @echo "  CXXLD   " $@;
822
+am__v_CXXLD_1 = 
824 823
 SOURCES = $(libclamavcxx_la_SOURCES) $(libllvmcodegen_la_SOURCES) \
825 824
 	$(libllvmjit_la_SOURCES) $(libllvmpowerpccodegen_la_SOURCES) \
826 825
 	$(libllvmsystem_la_SOURCES) $(libllvmx86codegen_la_SOURCES) \
... ...
@@ -837,8 +880,28 @@ am__can_run_installinfo = \
837 837
     n|no|NO) false;; \
838 838
     *) (install-info --version) >/dev/null 2>&1;; \
839 839
   esac
840
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
841
+	$(LISP)clamavcxx-config.h.in
842
+# Read a list of newline-separated strings from the standard input,
843
+# and print each of them once, without duplicates.  Input order is
844
+# *not* preserved.
845
+am__uniquify_input = $(AWK) '\
846
+  BEGIN { nonempty = 0; } \
847
+  { items[$$0] = 1; nonempty = 1; } \
848
+  END { if (nonempty) { for (i in items) print i; }; } \
849
+'
850
+# Make sure the list of sources is unique.  This is necessary because,
851
+# e.g., the same source file might be shared among _SOURCES variables
852
+# for different programs/libraries.
853
+am__define_uniq_tagged_files = \
854
+  list='$(am__tagged_files)'; \
855
+  unique=`for i in $$list; do \
856
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
857
+  done | $(am__uniquify_input)`
840 858
 ETAGS = etags
841 859
 CTAGS = ctags
860
+CSCOPE = cscope
861
+AM_RECURSIVE_TARGETS = cscope
842 862
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
843 863
 distdir = $(PACKAGE)-$(VERSION)
844 864
 top_distdir = $(distdir)
... ...
@@ -848,8 +911,10 @@ am__remove_distdir = \
848 848
       && rm -rf "$(distdir)" \
849 849
       || { sleep 5 && rm -rf "$(distdir)"; }; \
850 850
   else :; fi
851
+am__post_remove_distdir = $(am__remove_distdir)
851 852
 DIST_ARCHIVES = $(distdir).tar.gz
852 853
 GZIP_ENV = --best
854
+DIST_TARGETS = dist-gzip
853 855
 distuninstallcheck_listfiles = find . -type f -print
854 856
 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
855 857
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
... ...
@@ -1504,8 +1569,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1504 1504
 $(am__aclocal_m4_deps):
1505 1505
 
1506 1506
 clamavcxx-config.h: stamp-h1
1507
-	@if test ! -f $@; then rm -f stamp-h1; else :; fi
1508
-	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
1507
+	@test -f $@ || rm -f stamp-h1
1508
+	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1509 1509
 
1510 1510
 stamp-h1: $(srcdir)/clamavcxx-config.h.in $(top_builddir)/config.status
1511 1511
 	@rm -f stamp-h1
... ...
@@ -1520,22 +1585,30 @@ distclean-hdr:
1520 1520
 
1521 1521
 clean-noinstLTLIBRARIES:
1522 1522
 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1523
-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
1524
-	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1525
-	  test "$$dir" != "$$p" || dir=.; \
1526
-	  echo "rm -f \"$${dir}/so_locations\""; \
1527
-	  rm -f "$${dir}/so_locations"; \
1528
-	done
1523
+	@list='$(noinst_LTLIBRARIES)'; \
1524
+	locs=`for p in $$list; do echo $$p; done | \
1525
+	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1526
+	      sort -u`; \
1527
+	test -z "$$locs" || { \
1528
+	  echo rm -f $${locs}; \
1529
+	  rm -f $${locs}; \
1530
+	}
1531
+
1529 1532
 libclamavcxx.la: $(libclamavcxx_la_OBJECTS) $(libclamavcxx_la_DEPENDENCIES) $(EXTRA_libclamavcxx_la_DEPENDENCIES) 
1530 1533
 	$(AM_V_CXXLD)$(libclamavcxx_la_LINK) $(am_libclamavcxx_la_rpath) $(libclamavcxx_la_OBJECTS) $(libclamavcxx_la_LIBADD) $(LIBS)
1534
+
1531 1535
 libllvmcodegen.la: $(libllvmcodegen_la_OBJECTS) $(libllvmcodegen_la_DEPENDENCIES) $(EXTRA_libllvmcodegen_la_DEPENDENCIES) 
1532 1536
 	$(AM_V_CXXLD)$(CXXLINK) $(am_libllvmcodegen_la_rpath) $(libllvmcodegen_la_OBJECTS) $(libllvmcodegen_la_LIBADD) $(LIBS)
1537
+
1533 1538
 libllvmjit.la: $(libllvmjit_la_OBJECTS) $(libllvmjit_la_DEPENDENCIES) $(EXTRA_libllvmjit_la_DEPENDENCIES) 
1534 1539
 	$(AM_V_CXXLD)$(CXXLINK) $(am_libllvmjit_la_rpath) $(libllvmjit_la_OBJECTS) $(libllvmjit_la_LIBADD) $(LIBS)
1540
+
1535 1541
 libllvmpowerpccodegen.la: $(libllvmpowerpccodegen_la_OBJECTS) $(libllvmpowerpccodegen_la_DEPENDENCIES) $(EXTRA_libllvmpowerpccodegen_la_DEPENDENCIES) 
1536 1542
 	$(AM_V_CXXLD)$(CXXLINK) $(am_libllvmpowerpccodegen_la_rpath) $(libllvmpowerpccodegen_la_OBJECTS) $(libllvmpowerpccodegen_la_LIBADD) $(LIBS)
1543
+
1537 1544
 libllvmsystem.la: $(libllvmsystem_la_OBJECTS) $(libllvmsystem_la_DEPENDENCIES) $(EXTRA_libllvmsystem_la_DEPENDENCIES) 
1538 1545
 	$(AM_V_CXXLD)$(libllvmsystem_la_LINK) $(am_libllvmsystem_la_rpath) $(libllvmsystem_la_OBJECTS) $(libllvmsystem_la_LIBADD) $(LIBS)
1546
+
1539 1547
 libllvmx86codegen.la: $(libllvmx86codegen_la_OBJECTS) $(libllvmx86codegen_la_DEPENDENCIES) $(EXTRA_libllvmx86codegen_la_DEPENDENCIES) 
1540 1548
 	$(AM_V_CXXLD)$(CXXLINK) $(am_libllvmx86codegen_la_rpath) $(libllvmx86codegen_la_OBJECTS) $(libllvmx86codegen_la_LIBADD) $(LIBS)
1541 1549
 
... ...
@@ -1547,6 +1620,7 @@ clean-noinstPROGRAMS:
1547 1547
 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1548 1548
 	echo " rm -f" $$list; \
1549 1549
 	rm -f $$list
1550
+
1550 1551
 tblgen$(EXEEXT): $(tblgen_OBJECTS) $(tblgen_DEPENDENCIES) $(EXTRA_tblgen_DEPENDENCIES) 
1551 1552
 	@rm -f tblgen$(EXEEXT)
1552 1553
 	$(AM_V_CXXLD)$(tblgen_LINK) $(tblgen_OBJECTS) $(tblgen_LDADD) $(LIBS)
... ...
@@ -1957,14 +2031,14 @@ distclean-compile:
1957 1957
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1958 1958
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1959 1959
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1960
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
1960
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1961 1961
 
1962 1962
 .c.obj:
1963 1963
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1964 1964
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1965 1965
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1966 1966
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1967
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
1967
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1968 1968
 
1969 1969
 .c.lo:
1970 1970
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -5412,26 +5486,15 @@ clean-libtool:
5412 5412
 distclean-libtool:
5413 5413
 	-rm -f libtool config.lt
5414 5414
 
5415
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
5416
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
5417
-	unique=`for i in $$list; do \
5418
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
5419
-	  done | \
5420
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
5421
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
5422
-	mkid -fID $$unique
5423
-tags: TAGS
5424
-
5425
-TAGS:  $(HEADERS) $(SOURCES) clamavcxx-config.h.in $(TAGS_DEPENDENCIES) \
5426
-		$(TAGS_FILES) $(LISP)
5415
+ID: $(am__tagged_files)
5416
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
5417
+tags: tags-am
5418
+TAGS: tags
5419
+
5420
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
5427 5421
 	set x; \
5428 5422
 	here=`pwd`; \
5429
-	list='$(SOURCES) $(HEADERS) clamavcxx-config.h.in $(LISP) $(TAGS_FILES)'; \
5430
-	unique=`for i in $$list; do \
5431
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
5432
-	  done | \
5433
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
5434
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
5423
+	$(am__define_uniq_tagged_files); \
5435 5424
 	shift; \
5436 5425
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
5437 5426
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -5443,15 +5506,11 @@ TAGS:  $(HEADERS) $(SOURCES) clamavcxx-config.h.in $(TAGS_DEPENDENCIES) \
5443 5443
 	      $$unique; \
5444 5444
 	  fi; \
5445 5445
 	fi
5446
-ctags: CTAGS
5447
-CTAGS:  $(HEADERS) $(SOURCES) clamavcxx-config.h.in $(TAGS_DEPENDENCIES) \
5448
-		$(TAGS_FILES) $(LISP)
5449
-	list='$(SOURCES) $(HEADERS) clamavcxx-config.h.in $(LISP) $(TAGS_FILES)'; \
5450
-	unique=`for i in $$list; do \
5451
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
5452
-	  done | \
5453
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
5454
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
5446
+ctags: ctags-am
5447
+
5448
+CTAGS: ctags
5449
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
5450
+	$(am__define_uniq_tagged_files); \
5455 5451
 	test -z "$(CTAGS_ARGS)$$unique" \
5456 5452
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
5457 5453
 	     $$unique
... ...
@@ -5460,9 +5519,31 @@ GTAGS:
5460 5460
 	here=`$(am__cd) $(top_builddir) && pwd` \
5461 5461
 	  && $(am__cd) $(top_srcdir) \
5462 5462
 	  && gtags -i $(GTAGS_ARGS) "$$here"
5463
+cscope: cscope.files
5464
+	test ! -s cscope.files \
5465
+	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
5466
+clean-cscope:
5467
+	-rm -f cscope.files
5468
+cscope.files: clean-cscope cscopelist
5469
+cscopelist: cscopelist-am
5470
+
5471
+cscopelist-am: $(am__tagged_files)
5472
+	list='$(am__tagged_files)'; \
5473
+	case "$(srcdir)" in \
5474
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
5475
+	  *) sdir=$(subdir)/$(srcdir) ;; \
5476
+	esac; \
5477
+	for i in $$list; do \
5478
+	  if test -f "$$i"; then \
5479
+	    echo "$(subdir)/$$i"; \
5480
+	  else \
5481
+	    echo "$$sdir/$$i"; \
5482
+	  fi; \
5483
+	done >> $(top_builddir)/cscope.files
5463 5484
 
5464 5485
 distclean-tags:
5465 5486
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
5487
+	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
5466 5488
 
5467 5489
 distdir: $(DISTFILES)
5468 5490
 	$(am__remove_distdir)
... ...
@@ -5508,40 +5589,42 @@ distdir: $(DISTFILES)
5508 5508
 	|| chmod -R a+r "$(distdir)"
5509 5509
 dist-gzip: distdir
5510 5510
 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
5511
-	$(am__remove_distdir)
5511
+	$(am__post_remove_distdir)
5512 5512
 
5513 5513
 dist-bzip2: distdir
5514 5514
 	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
5515
-	$(am__remove_distdir)
5515
+	$(am__post_remove_distdir)
5516 5516
 
5517 5517
 dist-lzip: distdir
5518 5518
 	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
5519
-	$(am__remove_distdir)
5520
-
5521
-dist-lzma: distdir
5522
-	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
5523
-	$(am__remove_distdir)
5519
+	$(am__post_remove_distdir)
5524 5520
 
5525 5521
 dist-xz: distdir
5526 5522
 	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
5527
-	$(am__remove_distdir)
5523
+	$(am__post_remove_distdir)
5528 5524
 
5529 5525
 dist-tarZ: distdir
5526
+	@echo WARNING: "Support for shar distribution archives is" \
5527
+	               "deprecated." >&2
5528
+	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
5530 5529
 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
5531
-	$(am__remove_distdir)
5530
+	$(am__post_remove_distdir)
5532 5531
 
5533 5532
 dist-shar: distdir
5533
+	@echo WARNING: "Support for distribution archives compressed with" \
5534
+		       "legacy program 'compress' is deprecated." >&2
5535
+	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
5534 5536
 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
5535
-	$(am__remove_distdir)
5537
+	$(am__post_remove_distdir)
5536 5538
 
5537 5539
 dist-zip: distdir
5538 5540
 	-rm -f $(distdir).zip
5539 5541
 	zip -rq $(distdir).zip $(distdir)
5540
-	$(am__remove_distdir)
5542
+	$(am__post_remove_distdir)
5541 5543
 
5542
-dist dist-all: distdir
5543
-	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
5544
-	$(am__remove_distdir)
5544
+dist dist-all:
5545
+	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
5546
+	$(am__post_remove_distdir)
5545 5547
 
5546 5548
 # This target untars the dist file and tries a VPATH configuration.  Then
5547 5549
 # it guarantees that the distribution is self-contained by making another
... ...
@@ -5552,8 +5635,6 @@ distcheck: dist
5552 5552
 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
5553 5553
 	*.tar.bz2*) \
5554 5554
 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
5555
-	*.tar.lzma*) \
5556
-	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
5557 5555
 	*.tar.lz*) \
5558 5556
 	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
5559 5557
 	*.tar.xz*) \
... ...
@@ -5565,18 +5646,19 @@ distcheck: dist
5565 5565
 	*.zip*) \
5566 5566
 	  unzip $(distdir).zip ;;\
5567 5567
 	esac
5568
-	chmod -R a-w $(distdir); chmod u+w $(distdir)
5569
-	mkdir $(distdir)/_build
5570
-	mkdir $(distdir)/_inst
5568
+	chmod -R a-w $(distdir)
5569
+	chmod u+w $(distdir)
5570
+	mkdir $(distdir)/_build $(distdir)/_inst
5571 5571
 	chmod a-w $(distdir)
5572 5572
 	test -d $(distdir)/_build || exit 0; \
5573 5573
 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
5574 5574
 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
5575 5575
 	  && am__cwd=`pwd` \
5576 5576
 	  && $(am__cd) $(distdir)/_build \
5577
-	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
5577
+	  && ../configure \
5578 5578
 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
5579 5579
 	    $(DISTCHECK_CONFIGURE_FLAGS) \
5580
+	    --srcdir=.. --prefix="$$dc_install_base" \
5580 5581
 	  && $(MAKE) $(AM_MAKEFLAGS) \
5581 5582
 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
5582 5583
 	  && $(MAKE) $(AM_MAKEFLAGS) check \
... ...
@@ -5599,7 +5681,7 @@ distcheck: dist
5599 5599
 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
5600 5600
 	  && cd "$$am__cwd" \
5601 5601
 	  || exit 1
5602
-	$(am__remove_distdir)
5602
+	$(am__post_remove_distdir)
5603 5603
 	@(echo "$(distdir) archives ready for distribution: "; \
5604 5604
 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
5605 5605
 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
... ...
@@ -5666,8 +5748,8 @@ maintainer-clean-generic:
5666 5666
 	@echo "This command is intended for maintainers to use"
5667 5667
 	@echo "it deletes files that may require special tools to rebuild."
5668 5668
 	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
5669
-@BUILD_EXTERNAL_LLVM_TRUE@distclean-local:
5670 5669
 @BUILD_EXTERNAL_LLVM_TRUE@clean-local:
5670
+@BUILD_EXTERNAL_LLVM_TRUE@distclean-local:
5671 5671
 clean: clean-am
5672 5672
 
5673 5673
 clean-am: clean-generic clean-libtool clean-local \
... ...
@@ -5744,23 +5826,23 @@ uninstall-am:
5744 5744
 
5745 5745
 .MAKE: all check install install-am install-strip
5746 5746
 
5747
-.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
5748
-	clean-generic clean-libtool clean-local \
5749
-	clean-noinstLTLIBRARIES clean-noinstPROGRAMS ctags dist \
5750
-	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-lzma \
5751
-	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
5752
-	distclean-compile distclean-generic distclean-hdr \
5753
-	distclean-libtool distclean-local distclean-tags \
5754
-	distcleancheck distdir distuninstallcheck dvi dvi-am html \
5755
-	html-am info info-am install install-am install-data \
5756
-	install-data-am install-dvi install-dvi-am install-exec \
5757
-	install-exec-am install-html install-html-am install-info \
5758
-	install-info-am install-man install-pdf install-pdf-am \
5759
-	install-ps install-ps-am install-strip installcheck \
5760
-	installcheck-am installdirs maintainer-clean \
5761
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
5762
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
5763
-	tags uninstall uninstall-am
5747
+.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
5748
+	clean-cscope clean-generic clean-libtool clean-local \
5749
+	clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscope \
5750
+	cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
5751
+	dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
5752
+	dist-zip distcheck distclean distclean-compile \
5753
+	distclean-generic distclean-hdr distclean-libtool \
5754
+	distclean-local distclean-tags distcleancheck distdir \
5755
+	distuninstallcheck dvi dvi-am html html-am info info-am \
5756
+	install install-am install-data install-data-am install-dvi \
5757
+	install-dvi-am install-exec install-exec-am install-html \
5758
+	install-html-am install-info install-info-am install-man \
5759
+	install-pdf install-pdf-am install-ps install-ps-am \
5760
+	install-strip installcheck installcheck-am installdirs \
5761
+	maintainer-clean maintainer-clean-generic mostlyclean \
5762
+	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
5763
+	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
5764 5764
 
5765 5765
 
5766 5766
 @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.6 -*- 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 18
 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
18 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.6], [],
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.6])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
... ...
@@ -1433,12 +1433,15 @@ Optional Features:
1433 1433
   --disable-option-checking  ignore unrecognized --enable/--with options
1434 1434
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1435 1435
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1436
-  --enable-silent-rules          less verbose build output (undo: `make V=1')
1437
-  --disable-silent-rules         verbose build output (undo: `make V=0')
1438
-  --disable-dependency-tracking  speeds up one-time build
1439
-  --enable-dependency-tracking   do not reject slow dependency extractors
1440
-  --enable-maintainer-mode  enable make rules and dependencies not useful
1441
-			  (and sometimes confusing) to the casual installer
1436
+  --enable-silent-rules   less verbose build output (undo: "make V=1")
1437
+  --disable-silent-rules  verbose build output (undo: "make V=0")
1438
+  --enable-dependency-tracking
1439
+                          do not reject slow dependency extractors
1440
+  --disable-dependency-tracking
1441
+                          speeds up one-time build
1442
+  --enable-maintainer-mode
1443
+                          enable make rules and dependencies not useful (and
1444
+                          sometimes confusing) to the casual installer
1442 1445
   --enable-static[=PKGS]  build static libraries [default=no]
1443 1446
   --enable-shared[=PKGS]  build shared libraries [default=yes]
1444 1447
   --enable-fast-install[=PKGS]
... ...
@@ -2471,7 +2474,7 @@ test -n "$target_alias" &&
2471 2471
   test "$program_prefix$program_suffix$program_transform_name" = \
2472 2472
     NONENONEs,x,x, &&
2473 2473
   program_prefix=${target_alias}-
2474
-am__api_version='1.11'
2474
+am__api_version='1.14'
2475 2475
 
2476 2476
 # Find a good install program.  We prefer a C program (faster),
2477 2477
 # so one script is as good as another.  But avoid the broken or
... ...
@@ -2568,9 +2571,6 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2568 2568
 
2569 2569
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2570 2570
 $as_echo_n "checking whether build environment is sane... " >&6; }
2571
-# Just in case
2572
-sleep 1
2573
-echo timestamp > conftest.file
2574 2571
 # Reject unsafe characters in $srcdir or the absolute working directory
2575 2572
 # name.  Accept space and tab only in the latter.
2576 2573
 am_lf='
... ...
@@ -2581,32 +2581,40 @@ case `pwd` in
2581 2581
 esac
2582 2582
 case $srcdir in
2583 2583
   *[\\\"\#\$\&\'\`$am_lf\ \	]*)
2584
-    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2584
+    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2585 2585
 esac
2586 2586
 
2587
-# Do `set' in a subshell so we don't clobber the current shell's
2587
+# Do 'set' in a subshell so we don't clobber the current shell's
2588 2588
 # arguments.  Must try -L first in case configure is actually a
2589 2589
 # symlink; some systems play weird games with the mod time of symlinks
2590 2590
 # (eg FreeBSD returns the mod time of the symlink's containing
2591 2591
 # directory).
2592 2592
 if (
2593
-   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2594
-   if test "$*" = "X"; then
2595
-      # -L didn't work.
2596
-      set X `ls -t "$srcdir/configure" conftest.file`
2597
-   fi
2598
-   rm -f conftest.file
2599
-   if test "$*" != "X $srcdir/configure conftest.file" \
2600
-      && test "$*" != "X conftest.file $srcdir/configure"; then
2601
-
2602
-      # If neither matched, then we have a broken ls.  This can happen
2603
-      # if, for instance, CONFIG_SHELL is bash and it inherits a
2604
-      # broken ls alias from the environment.  This has actually
2605
-      # happened.  Such a system could not be considered "sane".
2606
-      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2607
-alias in your environment" "$LINENO" 5
2608
-   fi
2609
-
2593
+   am_has_slept=no
2594
+   for am_try in 1 2; do
2595
+     echo "timestamp, slept: $am_has_slept" > conftest.file
2596
+     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2597
+     if test "$*" = "X"; then
2598
+	# -L didn't work.
2599
+	set X `ls -t "$srcdir/configure" conftest.file`
2600
+     fi
2601
+     if test "$*" != "X $srcdir/configure conftest.file" \
2602
+	&& test "$*" != "X conftest.file $srcdir/configure"; then
2603
+
2604
+	# If neither matched, then we have a broken ls.  This can happen
2605
+	# if, for instance, CONFIG_SHELL is bash and it inherits a
2606
+	# broken ls alias from the environment.  This has actually
2607
+	# happened.  Such a system could not be considered "sane".
2608
+	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2609
+  alias in your environment" "$LINENO" 5
2610
+     fi
2611
+     if test "$2" = conftest.file || test $am_try -eq 2; then
2612
+       break
2613
+     fi
2614
+     # Just in case.
2615
+     sleep 1
2616
+     am_has_slept=yes
2617
+   done
2610 2618
    test "$2" = conftest.file
2611 2619
    )
2612 2620
 then
... ...
@@ -2618,6 +2626,16 @@ Check your system clock" "$LINENO" 5
2618 2618
 fi
2619 2619
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2620 2620
 $as_echo "yes" >&6; }
2621
+# If we didn't sleep, we still need to ensure time stamps of config.status and
2622
+# generated files are strictly newer.
2623
+am_sleep_pid=
2624
+if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2625
+  ( sleep 1 ) &
2626
+  am_sleep_pid=$!
2627
+fi
2628
+
2629
+rm -f conftest.file
2630
+
2621 2631
 test "$program_prefix" != NONE &&
2622 2632
   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2623 2633
 # Use a double $ so make ignores it.
... ...
@@ -2640,12 +2658,12 @@ if test x"${MISSING+set}" != xset; then
2640 2640
   esac
2641 2641
 fi
2642 2642
 # Use eval to expand $SHELL
2643
-if eval "$MISSING --run true"; then
2644
-  am_missing_run="$MISSING --run "
2643
+if eval "$MISSING --is-lightweight"; then
2644
+  am_missing_run="$MISSING "
2645 2645
 else
2646 2646
   am_missing_run=
2647
-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2648
-$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2647
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2648
+$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2649 2649
 fi
2650 2650
 
2651 2651
 if test x"${install_sh}" != xset; then
... ...
@@ -2657,10 +2675,10 @@ if test x"${install_sh}" != xset; then
2657 2657
   esac
2658 2658
 fi
2659 2659
 
2660
-# Installed binaries are usually stripped using `strip' when the user
2661
-# run `make install-strip'.  However `strip' might not be the right
2660
+# Installed binaries are usually stripped using 'strip' when the user
2661
+# run "make install-strip".  However 'strip' might not be the right
2662 2662
 # tool to use in cross-compilation environments, therefore Automake
2663
-# will honor the `STRIP' environment variable to overrule this program.
2663
+# will honor the 'STRIP' environment variable to overrule this program.
2664 2664
 if test "$cross_compiling" != no; then
2665 2665
   if test -n "$ac_tool_prefix"; then
2666 2666
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
... ...
@@ -2799,12 +2817,6 @@ fi
2799 2799
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2800 2800
 $as_echo "$MKDIR_P" >&6; }
2801 2801
 
2802
-mkdir_p="$MKDIR_P"
2803
-case $mkdir_p in
2804
-  [\\/$]* | ?:[\\/]*) ;;
2805
-  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2806
-esac
2807
-
2808 2802
 for ac_prog in gawk mawk nawk awk
2809 2803
 do
2810 2804
   # Extract the first word of "$ac_prog", so it can be a program name with args.
... ...
@@ -2887,6 +2899,45 @@ else
2887 2887
 fi
2888 2888
 rmdir .tst 2>/dev/null
2889 2889
 
2890
+# Check whether --enable-silent-rules was given.
2891
+if test "${enable_silent_rules+set}" = set; then :
2892
+  enableval=$enable_silent_rules;
2893
+fi
2894
+
2895
+case $enable_silent_rules in # (((
2896
+  yes) AM_DEFAULT_VERBOSITY=0;;
2897
+   no) AM_DEFAULT_VERBOSITY=1;;
2898
+    *) AM_DEFAULT_VERBOSITY=1;;
2899
+esac
2900
+am_make=${MAKE-make}
2901
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2902
+$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2903
+if ${am_cv_make_support_nested_variables+:} false; then :
2904
+  $as_echo_n "(cached) " >&6
2905
+else
2906
+  if $as_echo 'TRUE=$(BAR$(V))
2907
+BAR0=false
2908
+BAR1=true
2909
+V=1
2910
+am__doit:
2911
+	@$(TRUE)
2912
+.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2913
+  am_cv_make_support_nested_variables=yes
2914
+else
2915
+  am_cv_make_support_nested_variables=no
2916
+fi
2917
+fi
2918
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2919
+$as_echo "$am_cv_make_support_nested_variables" >&6; }
2920
+if test $am_cv_make_support_nested_variables = yes; then
2921
+    AM_V='$(V)'
2922
+  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2923
+else
2924
+  AM_V=$AM_DEFAULT_VERBOSITY
2925
+  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2926
+fi
2927
+AM_BACKSLASH='\'
2928
+
2890 2929
 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2891 2930
   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2892 2931
   # is not polluted with repeated "-I."
... ...
@@ -2928,6 +2979,12 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2928 2928
 
2929 2929
 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2930 2930
 
2931
+# For better backward compatibility.  To be removed once Automake 1.9.x
2932
+# dies out for good.  For more background, see:
2933
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2934
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2935
+mkdir_p='$(MKDIR_P)'
2936
+
2931 2937
 # We need awk for the "check" target.  The system "awk" is bad on
2932 2938
 # some platforms.
2933 2939
 # Always define AMTAR for backward compatibility.  Yes, it's still used
... ...
@@ -2935,101 +2992,151 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2935 2935
 AMTAR='$${TAR-tar}'
2936 2936
 
2937 2937
 
2938
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a pax tar archive" >&5
2939
-$as_echo_n "checking how to create a pax tar archive... " >&6; }
2940
-# Loop over all known methods to create a tar archive until one works.
2938
+# We'll loop over all known methods to create a tar archive until one works.
2941 2939
 _am_tools='gnutar  pax cpio none'
2942
-_am_tools=${am_cv_prog_tar_pax-$_am_tools}
2943
-# Do not fold the above two line into one, because Tru64 sh and
2944
-# Solaris sh will not grok spaces in the rhs of `-'.
2945
-for _am_tool in $_am_tools
2946
-do
2947
-  case $_am_tool in
2948
-  gnutar)
2949
-    for _am_tar in tar gnutar gtar;
2950
-    do
2951
-      { echo "$as_me:$LINENO: $_am_tar --version" >&5
2940
+
2941
+
2942
+
2943
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a pax tar archive" >&5
2944
+$as_echo_n "checking how to create a pax tar archive... " >&6; }
2945
+
2946
+  # Go ahead even if we have the value already cached.  We do so because we
2947
+  # need to set the values for the 'am__tar' and 'am__untar' variables.
2948
+  _am_tools=${am_cv_prog_tar_pax-$_am_tools}
2949
+
2950
+  for _am_tool in $_am_tools; do
2951
+    case $_am_tool in
2952
+    gnutar)
2953
+      for _am_tar in tar gnutar gtar; do
2954
+        { echo "$as_me:$LINENO: $_am_tar --version" >&5
2952 2955
    ($_am_tar --version) >&5 2>&5
2953 2956
    ac_status=$?
2954 2957
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2955 2958
    (exit $ac_status); } && break
2956
-    done
2957
-    am__tar="$_am_tar --format=posix -chf - "'"$$tardir"'
2958
-    am__tar_="$_am_tar --format=posix -chf - "'"$tardir"'
2959
-    am__untar="$_am_tar -xf -"
2960
-    ;;
2961
-  plaintar)
2962
-    # Must skip GNU tar: if it does not support --format= it doesn't create
2963
-    # ustar tarball either.
2964
-    (tar --version) >/dev/null 2>&1 && continue
2965
-    am__tar='tar chf - "$$tardir"'
2966
-    am__tar_='tar chf - "$tardir"'
2967
-    am__untar='tar xf -'
2968
-    ;;
2969
-  pax)
2970
-    am__tar='pax -L -x pax -w "$$tardir"'
2971
-    am__tar_='pax -L -x pax -w "$tardir"'
2972
-    am__untar='pax -r'
2973
-    ;;
2974
-  cpio)
2975
-    am__tar='find "$$tardir" -print | cpio -o -H pax -L'
2976
-    am__tar_='find "$tardir" -print | cpio -o -H pax -L'
2977
-    am__untar='cpio -i -H pax -d'
2978
-    ;;
2979
-  none)
2980
-    am__tar=false
2981
-    am__tar_=false
2982
-    am__untar=false
2983
-    ;;
2984
-  esac
2959
+      done
2960
+      am__tar="$_am_tar --format=posix -chf - "'"$$tardir"'
2961
+      am__tar_="$_am_tar --format=posix -chf - "'"$tardir"'
2962
+      am__untar="$_am_tar -xf -"
2963
+      ;;
2964
+    plaintar)
2965
+      # Must skip GNU tar: if it does not support --format= it doesn't create
2966
+      # ustar tarball either.
2967
+      (tar --version) >/dev/null 2>&1 && continue
2968
+      am__tar='tar chf - "$$tardir"'
2969
+      am__tar_='tar chf - "$tardir"'
2970
+      am__untar='tar xf -'
2971
+      ;;
2972
+    pax)
2973
+      am__tar='pax -L -x pax -w "$$tardir"'
2974
+      am__tar_='pax -L -x pax -w "$tardir"'
2975
+      am__untar='pax -r'
2976
+      ;;
2977
+    cpio)
2978
+      am__tar='find "$$tardir" -print | cpio -o -H pax -L'
2979
+      am__tar_='find "$tardir" -print | cpio -o -H pax -L'
2980
+      am__untar='cpio -i -H pax -d'
2981
+      ;;
2982
+    none)
2983
+      am__tar=false
2984
+      am__tar_=false
2985
+      am__untar=false
2986
+      ;;
2987
+    esac
2985 2988
 
2986
-  # If the value was cached, stop now.  We just wanted to have am__tar
2987
-  # and am__untar set.
2988
-  test -n "${am_cv_prog_tar_pax}" && break
2989
+    # If the value was cached, stop now.  We just wanted to have am__tar
2990
+    # and am__untar set.
2991
+    test -n "${am_cv_prog_tar_pax}" && break
2989 2992
 
2990
-  # tar/untar a dummy directory, and stop if the command works
2991
-  rm -rf conftest.dir
2992
-  mkdir conftest.dir
2993
-  echo GrepMe > conftest.dir/file
2994
-  { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
2993
+    # tar/untar a dummy directory, and stop if the command works.
2994
+    rm -rf conftest.dir
2995
+    mkdir conftest.dir
2996
+    echo GrepMe > conftest.dir/file
2997
+    { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
2995 2998
    (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
2996 2999
    ac_status=$?
2997 3000
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2998 3001
    (exit $ac_status); }
2999
-  rm -rf conftest.dir
3000
-  if test -s conftest.tar; then
3001
-    { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
3002
+    rm -rf conftest.dir
3003
+    if test -s conftest.tar; then
3004
+      { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
3002 3005
    ($am__untar <conftest.tar) >&5 2>&5
3003 3006
    ac_status=$?
3004 3007
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3005 3008
    (exit $ac_status); }
3006
-    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3007
-  fi
3008
-done
3009
-rm -rf conftest.dir
3009
+      { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
3010
+   (cat conftest.dir/file) >&5 2>&5
3011
+   ac_status=$?
3012
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3013
+   (exit $ac_status); }
3014
+      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3015
+    fi
3016
+  done
3017
+  rm -rf conftest.dir
3010 3018
 
3011
-if ${am_cv_prog_tar_pax+:} false; then :
3019
+  if ${am_cv_prog_tar_pax+:} false; then :
3012 3020
   $as_echo_n "(cached) " >&6
3013 3021
 else
3014 3022
   am_cv_prog_tar_pax=$_am_tool
3015 3023
 fi
3016 3024
 
3017
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_pax" >&5
3025
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_pax" >&5
3018 3026
 $as_echo "$am_cv_prog_tar_pax" >&6; }
3019 3027
 
3020 3028
 
3021 3029
 
3022 3030
 
3023 3031
 
3032
+
3033
+# POSIX will say in a future version that running "rm -f" with no argument
3034
+# is OK; and we want to be able to make that assumption in our Makefile
3035
+# recipes.  So use an aggressive probe to check that the usage we want is
3036
+# actually supported "in the wild" to an acceptable degree.
3037
+# See automake bug#10828.
3038
+# To make any issue more visible, cause the running configure to be aborted
3039
+# by default if the 'rm' program in use doesn't match our expectations; the
3040
+# user can still override this though.
3041
+if rm -f && rm -fr && rm -rf; then : OK; else
3042
+  cat >&2 <<'END'
3043
+Oops!
3044
+
3045
+Your 'rm' program seems unable to run without file operands specified
3046
+on the command line, even when the '-f' option is present.  This is contrary
3047
+to the behaviour of most rm programs out there, and not conforming with
3048
+the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3049
+
3050
+Please tell bug-automake@gnu.org about your system, including the value
3051
+of your $PATH and any error possibly output before this message.  This
3052
+can help us improve future automake versions.
3053
+
3054
+END
3055
+  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3056
+    echo 'Configuration will proceed anyway, since you have set the' >&2
3057
+    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3058
+    echo >&2
3059
+  else
3060
+    cat >&2 <<'END'
3061
+Aborting the configuration process, to ensure you take notice of the issue.
3062
+
3063
+You can download and install GNU coreutils to get an 'rm' implementation
3064
+that behaves properly: <http://www.gnu.org/software/coreutils/>.
3065
+
3066
+If you want to complete the configuration process using your problematic
3067
+'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3068
+to "yes", and re-run configure.
3069
+
3070
+END
3071
+    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3072
+  fi
3073
+fi
3024 3074
 # Check whether --enable-silent-rules was given.
3025 3075
 if test "${enable_silent_rules+set}" = set; then :
3026 3076
   enableval=$enable_silent_rules;
3027 3077
 fi
3028 3078
 
3029
-case $enable_silent_rules in
3030
-yes) AM_DEFAULT_VERBOSITY=0;;
3031
-no)  AM_DEFAULT_VERBOSITY=1;;
3032
-*)   AM_DEFAULT_VERBOSITY=0;;
3079
+case $enable_silent_rules in # (((
3080
+  yes) AM_DEFAULT_VERBOSITY=0;;
3081
+   no) AM_DEFAULT_VERBOSITY=1;;
3082
+    *) AM_DEFAULT_VERBOSITY=0;;
3033 3083
 esac
3034 3084
 am_make=${MAKE-make}
3035 3085
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
... ...
@@ -3587,7 +3694,7 @@ am__quote=
3587 3587
 _am_result=none
3588 3588
 # First try GNU make style include.
3589 3589
 echo "include confinc" > confmf
3590
-# Ignore all kinds of additional output from `make'.
3590
+# Ignore all kinds of additional output from 'make'.
3591 3591
 case `$am_make -s -f confmf 2> /dev/null` in #(
3592 3592
 *the\ am__doit\ target*)
3593 3593
   am__include=include
... ...
@@ -3643,8 +3750,8 @@ else
3643 3643
   # We make a subdir and do the tests there.  Otherwise we can end up
3644 3644
   # making bogus files that we don't know about and never remove.  For
3645 3645
   # instance it was reported that on HP-UX the gcc test will end up
3646
-  # making a dummy file named `D' -- because `-MD' means `put the output
3647
-  # in D'.
3646
+  # making a dummy file named 'D' -- because '-MD' means "put the output
3647
+  # in D".
3648 3648
   rm -rf conftest.dir
3649 3649
   mkdir conftest.dir
3650 3650
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -3679,16 +3786,16 @@ else
3679 3679
     : > sub/conftest.c
3680 3680
     for i in 1 2 3 4 5 6; do
3681 3681
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
3682
-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3683
-      # Solaris 8's {/usr,}/bin/sh.
3684
-      touch sub/conftst$i.h
3682
+      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3683
+      # Solaris 10 /bin/sh.
3684
+      echo '/* dummy */' > sub/conftst$i.h
3685 3685
     done
3686 3686
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3687 3687
 
3688
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3688
+    # We check with '-c' and '-o' for the sake of the "dashmstdout"
3689 3689
     # mode.  It turns out that the SunPro C++ compiler does not properly
3690
-    # handle `-M -o', and we need to detect this.  Also, some Intel
3691
-    # versions had trouble with output in subdirs
3690
+    # handle '-M -o', and we need to detect this.  Also, some Intel
3691
+    # versions had trouble with output in subdirs.
3692 3692
     am__obj=sub/conftest.${OBJEXT-o}
3693 3693
     am__minus_obj="-o $am__obj"
3694 3694
     case $depmode in
... ...
@@ -3697,8 +3804,8 @@ else
3697 3697
       test "$am__universal" = false || continue
3698 3698
       ;;
3699 3699
     nosideeffect)
3700
-      # after this tag, mechanisms are not by side-effect, so they'll
3701
-      # only be used when explicitly requested
3700
+      # After this tag, mechanisms are not by side-effect, so they'll
3701
+      # only be used when explicitly requested.
3702 3702
       if test "x$enable_dependency_tracking" = xyes; then
3703 3703
 	continue
3704 3704
       else
... ...
@@ -3706,7 +3813,7 @@ else
3706 3706
       fi
3707 3707
       ;;
3708 3708
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3709
-      # This compiler won't grok `-c -o', but also, the minuso test has
3709
+      # This compiler won't grok '-c -o', but also, the minuso test has
3710 3710
       # not run yet.  These depmodes are late enough in the game, and
3711 3711
       # so weak that their functioning should not be impacted.
3712 3712
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -4299,6 +4406,65 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4299 4299
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4300 4300
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4301 4301
 
4302
+ac_ext=c
4303
+ac_cpp='$CPP $CPPFLAGS'
4304
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4305
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4306
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
4307
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4308
+$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4309
+if ${am_cv_prog_cc_c_o+:} false; then :
4310
+  $as_echo_n "(cached) " >&6
4311
+else
4312
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4313
+/* end confdefs.h.  */
4314
+
4315
+int
4316
+main ()
4317
+{
4318
+
4319
+  ;
4320
+  return 0;
4321
+}
4322
+_ACEOF
4323
+  # Make sure it works both with $CC and with simple cc.
4324
+  # Following AC_PROG_CC_C_O, we do the test twice because some
4325
+  # compilers refuse to overwrite an existing .o file with -o,
4326
+  # though they will create one.
4327
+  am_cv_prog_cc_c_o=yes
4328
+  for am_i in 1 2; do
4329
+    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4330
+   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4331
+   ac_status=$?
4332
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4333
+   (exit $ac_status); } \
4334
+         && test -f conftest2.$ac_objext; then
4335
+      : OK
4336
+    else
4337
+      am_cv_prog_cc_c_o=no
4338
+      break
4339
+    fi
4340
+  done
4341
+  rm -f core conftest*
4342
+  unset am_i
4343
+fi
4344
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4345
+$as_echo "$am_cv_prog_cc_c_o" >&6; }
4346
+if test "$am_cv_prog_cc_c_o" != yes; then
4347
+   # Losing compiler, so override with the script.
4348
+   # FIXME: It is wrong to rewrite CC.
4349
+   # But if we don't then we get into trouble of one sort or another.
4350
+   # A longer-term fix would be to have automake use am__CC in this case,
4351
+   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4352
+   CC="$am_aux_dir/compile $CC"
4353
+fi
4354
+ac_ext=c
4355
+ac_cpp='$CPP $CPPFLAGS'
4356
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4357
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4358
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
4359
+
4360
+
4302 4361
 depcc="$CC"   am_compiler_list=
4303 4362
 
4304 4363
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
... ...
@@ -4310,8 +4476,8 @@ else
4310 4310
   # We make a subdir and do the tests there.  Otherwise we can end up
4311 4311
   # making bogus files that we don't know about and never remove.  For
4312 4312
   # instance it was reported that on HP-UX the gcc test will end up
4313
-  # making a dummy file named `D' -- because `-MD' means `put the output
4314
-  # in D'.
4313
+  # making a dummy file named 'D' -- because '-MD' means "put the output
4314
+  # in D".
4315 4315
   rm -rf conftest.dir
4316 4316
   mkdir conftest.dir
4317 4317
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -4346,16 +4512,16 @@ else
4346 4346
     : > sub/conftest.c
4347 4347
     for i in 1 2 3 4 5 6; do
4348 4348
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4349
-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4350
-      # Solaris 8's {/usr,}/bin/sh.
4351
-      touch sub/conftst$i.h
4349
+      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4350
+      # Solaris 10 /bin/sh.
4351
+      echo '/* dummy */' > sub/conftst$i.h
4352 4352
     done
4353 4353
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4354 4354
 
4355
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
4355
+    # We check with '-c' and '-o' for the sake of the "dashmstdout"
4356 4356
     # mode.  It turns out that the SunPro C++ compiler does not properly
4357
-    # handle `-M -o', and we need to detect this.  Also, some Intel
4358
-    # versions had trouble with output in subdirs
4357
+    # handle '-M -o', and we need to detect this.  Also, some Intel
4358
+    # versions had trouble with output in subdirs.
4359 4359
     am__obj=sub/conftest.${OBJEXT-o}
4360 4360
     am__minus_obj="-o $am__obj"
4361 4361
     case $depmode in
... ...
@@ -4364,8 +4530,8 @@ else
4364 4364
       test "$am__universal" = false || continue
4365 4365
       ;;
4366 4366
     nosideeffect)
4367
-      # after this tag, mechanisms are not by side-effect, so they'll
4368
-      # only be used when explicitly requested
4367
+      # After this tag, mechanisms are not by side-effect, so they'll
4368
+      # only be used when explicitly requested.
4369 4369
       if test "x$enable_dependency_tracking" = xyes; then
4370 4370
 	continue
4371 4371
       else
... ...
@@ -4373,7 +4539,7 @@ else
4373 4373
       fi
4374 4374
       ;;
4375 4375
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4376
-      # This compiler won't grok `-c -o', but also, the minuso test has
4376
+      # This compiler won't grok '-c -o', but also, the minuso test has
4377 4377
       # not run yet.  These depmodes are late enough in the game, and
4378 4378
       # so weak that their functioning should not be impacted.
4379 4379
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -15823,6 +15989,14 @@ LIBOBJS=$ac_libobjs
15823 15823
 LTLIBOBJS=$ac_ltlibobjs
15824 15824
 
15825 15825
 
15826
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15827
+$as_echo_n "checking that generated files are newer than configure... " >&6; }
15828
+   if test -n "$am_sleep_pid"; then
15829
+     # Hide warnings about reused PIDs.
15830
+     wait $am_sleep_pid 2>/dev/null
15831
+   fi
15832
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15833
+$as_echo "done" >&6; }
15826 15834
  if test -n "$EXEEXT"; then
15827 15835
   am__EXEEXT_TRUE=
15828 15836
   am__EXEEXT_FALSE='#'
... ...
@@ -17435,7 +17609,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
17435 17435
 
17436 17436
   case $ac_file$ac_mode in
17437 17437
     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17438
-  # Autoconf 2.62 quotes --file arguments for eval, but not when files
17438
+  # Older Autoconf quotes --file arguments for eval, but not when files
17439 17439
   # are listed without --file.  Let's play safe and only enable the eval
17440 17440
   # if we detect the quoting.
17441 17441
   case $CONFIG_FILES in
... ...
@@ -17448,7 +17622,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
17448 17448
     # Strip MF so we end up with the name of the file.
17449 17449
     mf=`echo "$mf" | sed -e 's/:.*$//'`
17450 17450
     # Check whether this is an Automake generated Makefile or not.
17451
-    # We used to match only the files named `Makefile.in', but
17451
+    # We used to match only the files named 'Makefile.in', but
17452 17452
     # some people rename them; so instead we look at the file content.
17453 17453
     # Grep'ing the first line is not enough: some people post-process
17454 17454
     # each Makefile.in and add a new line on top of each file to say so.
... ...
@@ -17482,21 +17656,19 @@ $as_echo X"$mf" |
17482 17482
       continue
17483 17483
     fi
17484 17484
     # Extract the definition of DEPDIR, am__include, and am__quote
17485
-    # from the Makefile without running `make'.
17485
+    # from the Makefile without running 'make'.
17486 17486
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17487 17487
     test -z "$DEPDIR" && continue
17488 17488
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
17489
-    test -z "am__include" && continue
17489
+    test -z "$am__include" && continue
17490 17490
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17491
-    # When using ansi2knr, U may be empty or an underscore; expand it
17492
-    U=`sed -n 's/^U = //p' < "$mf"`
17493 17491
     # Find all dependency output files, they are included files with
17494 17492
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
17495 17493
     # simplest approach to changing $(DEPDIR) to its actual value in the
17496 17494
     # expansion.
17497 17495
     for file in `sed -n "
17498 17496
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17499
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
17497
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
17500 17498
       # Make sure the directory exists.
17501 17499
       test -f "$dirpart/$file" && continue
17502 17500
       fdir=`$as_dirname -- "$file" ||
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 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,23 +18,51 @@
19 19
 
20 20
 
21 21
 VPATH = @srcdir@
22
-am__make_dryrun = \
23
-  { \
24
-    am__dry=no; \
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 \
25 35
     case $$MAKEFLAGS in \
26 36
       *\\[\ \	]*) \
27
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
28
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
29
-      *) \
30
-        for am__flg in $$MAKEFLAGS; do \
31
-          case $$am__flg in \
32
-            *=*|--*) ;; \
33
-            *n*) am__dry=yes; break;; \
34
-          esac; \
35
-        done;; \
37
+        bs=\\; \
38
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
39
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36 40
     esac; \
37
-    test $$am__dry = yes; \
38
-  }
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))
39 67
 pkgdatadir = $(datadir)/@PACKAGE@
40 68
 pkgincludedir = $(includedir)/@PACKAGE@
41 69
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -59,9 +86,9 @@ target_triplet = @target@
59 59
 @INSTALL_LTDL_TRUE@am__append_2 = libltdl.la
60 60
 @CONVENIENCE_LTDL_TRUE@am__append_3 = libltdlc.la
61 61
 subdir = libltdl
62
-DIST_COMMON = README $(am__include_HEADERS_DIST) \
63
-	$(am__ltdlinclude_HEADERS_DIST) $(srcdir)/Makefile.am \
64
-	$(srcdir)/Makefile.in COPYING.LIB
62
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
63
+	$(top_srcdir)/config/depcomp $(am__include_HEADERS_DIST) \
64
+	$(am__ltdlinclude_HEADERS_DIST) COPYING.LIB README
65 65
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
66 66
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
67 67
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -170,6 +197,7 @@ dld_link_la_OBJECTS = $(am_dld_link_la_OBJECTS)
170 170
 AM_V_lt = $(am__v_lt_@AM_V@)
171 171
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
172 172
 am__v_lt_0 = --silent
173
+am__v_lt_1 = 
173 174
 dld_link_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
174 175
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
175 176
 	$(dld_link_la_LDFLAGS) $(LDFLAGS) -o $@
... ...
@@ -224,6 +252,18 @@ shl_load_la_OBJECTS = $(am_shl_load_la_OBJECTS)
224 224
 shl_load_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
225 225
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
226 226
 	$(shl_load_la_LDFLAGS) $(LDFLAGS) -o $@
227
+AM_V_P = $(am__v_P_@AM_V@)
228
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
229
+am__v_P_0 = false
230
+am__v_P_1 = :
231
+AM_V_GEN = $(am__v_GEN_@AM_V@)
232
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
233
+am__v_GEN_0 = @echo "  GEN     " $@;
234
+am__v_GEN_1 = 
235
+AM_V_at = $(am__v_at_@AM_V@)
236
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
237
+am__v_at_0 = @
238
+am__v_at_1 = 
227 239
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
228 240
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
229 241
 am__depfiles_maybe = depfiles
... ...
@@ -236,20 +276,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
236 236
 	$(AM_CFLAGS) $(CFLAGS)
237 237
 AM_V_CC = $(am__v_CC_@AM_V@)
238 238
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
239
-am__v_CC_0 = @echo "  CC    " $@;
240
-AM_V_at = $(am__v_at_@AM_V@)
241
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
242
-am__v_at_0 = @
239
+am__v_CC_0 = @echo "  CC      " $@;
240
+am__v_CC_1 = 
243 241
 CCLD = $(CC)
244 242
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
245 243
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
246 244
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
247 245
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
248 246
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
249
-am__v_CCLD_0 = @echo "  CCLD  " $@;
250
-AM_V_GEN = $(am__v_GEN_@AM_V@)
251
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
252
-am__v_GEN_0 = @echo "  GEN   " $@;
247
+am__v_CCLD_0 = @echo "  CCLD    " $@;
248
+am__v_CCLD_1 = 
253 249
 SOURCES = $(dld_link_la_SOURCES) $(dlopen_la_SOURCES) \
254 250
 	$(dyld_la_SOURCES) $(libltdl_la_SOURCES) \
255 251
 	$(libltdlc_la_SOURCES) $(load_add_on_la_SOURCES) \
... ...
@@ -267,6 +303,23 @@ am__include_HEADERS_DIST = ltdl.h
267 267
 am__ltdlinclude_HEADERS_DIST = libltdl/lt_system.h libltdl/lt_error.h \
268 268
 	libltdl/lt_dlloader.h
269 269
 HEADERS = $(include_HEADERS) $(ltdlinclude_HEADERS)
270
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
271
+# Read a list of newline-separated strings from the standard input,
272
+# and print each of them once, without duplicates.  Input order is
273
+# *not* preserved.
274
+am__uniquify_input = $(AWK) '\
275
+  BEGIN { nonempty = 0; } \
276
+  { items[$$0] = 1; nonempty = 1; } \
277
+  END { if (nonempty) { for (i in items) print i; }; } \
278
+'
279
+# Make sure the list of sources is unique.  This is necessary because,
280
+# e.g., the same source file might be shared among _SOURCES variables
281
+# for different programs/libraries.
282
+am__define_uniq_tagged_files = \
283
+  list='$(am__tagged_files)'; \
284
+  unique=`for i in $$list; do \
285
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
286
+  done | $(am__uniquify_input)`
270 287
 ETAGS = etags
271 288
 CTAGS = ctags
272 289
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -555,6 +608,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
555 555
 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
556 556
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
557 557
 $(am__aclocal_m4_deps):
558
+
558 559
 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
559 560
 	@$(NORMAL_INSTALL)
560 561
 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
... ...
@@ -581,35 +635,47 @@ uninstall-libLTLIBRARIES:
581 581
 
582 582
 clean-libLTLIBRARIES:
583 583
 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
584
-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
585
-	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
586
-	  test "$$dir" != "$$p" || dir=.; \
587
-	  echo "rm -f \"$${dir}/so_locations\""; \
588
-	  rm -f "$${dir}/so_locations"; \
589
-	done
584
+	@list='$(lib_LTLIBRARIES)'; \
585
+	locs=`for p in $$list; do echo $$p; done | \
586
+	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
587
+	      sort -u`; \
588
+	test -z "$$locs" || { \
589
+	  echo rm -f $${locs}; \
590
+	  rm -f $${locs}; \
591
+	}
590 592
 
591 593
 clean-noinstLTLIBRARIES:
592 594
 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
593
-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
594
-	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
595
-	  test "$$dir" != "$$p" || dir=.; \
596
-	  echo "rm -f \"$${dir}/so_locations\""; \
597
-	  rm -f "$${dir}/so_locations"; \
598
-	done
595
+	@list='$(noinst_LTLIBRARIES)'; \
596
+	locs=`for p in $$list; do echo $$p; done | \
597
+	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
598
+	      sort -u`; \
599
+	test -z "$$locs" || { \
600
+	  echo rm -f $${locs}; \
601
+	  rm -f $${locs}; \
602
+	}
603
+
599 604
 dld_link.la: $(dld_link_la_OBJECTS) $(dld_link_la_DEPENDENCIES) $(EXTRA_dld_link_la_DEPENDENCIES) 
600 605
 	$(AM_V_CCLD)$(dld_link_la_LINK)  $(dld_link_la_OBJECTS) $(dld_link_la_LIBADD) $(LIBS)
606
+
601 607
 dlopen.la: $(dlopen_la_OBJECTS) $(dlopen_la_DEPENDENCIES) $(EXTRA_dlopen_la_DEPENDENCIES) 
602 608
 	$(AM_V_CCLD)$(dlopen_la_LINK)  $(dlopen_la_OBJECTS) $(dlopen_la_LIBADD) $(LIBS)
609
+
603 610
 dyld.la: $(dyld_la_OBJECTS) $(dyld_la_DEPENDENCIES) $(EXTRA_dyld_la_DEPENDENCIES) 
604 611
 	$(AM_V_CCLD)$(dyld_la_LINK)  $(dyld_la_OBJECTS) $(dyld_la_LIBADD) $(LIBS)
612
+
605 613
 libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES) $(EXTRA_libltdl_la_DEPENDENCIES) 
606 614
 	$(AM_V_CCLD)$(libltdl_la_LINK) $(am_libltdl_la_rpath) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS)
615
+
607 616
 libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES) $(EXTRA_libltdlc_la_DEPENDENCIES) 
608 617
 	$(AM_V_CCLD)$(libltdlc_la_LINK) $(am_libltdlc_la_rpath) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS)
618
+
609 619
 load_add_on.la: $(load_add_on_la_OBJECTS) $(load_add_on_la_DEPENDENCIES) $(EXTRA_load_add_on_la_DEPENDENCIES) 
610 620
 	$(AM_V_CCLD)$(load_add_on_la_LINK)  $(load_add_on_la_OBJECTS) $(load_add_on_la_LIBADD) $(LIBS)
621
+
611 622
 loadlibrary.la: $(loadlibrary_la_OBJECTS) $(loadlibrary_la_DEPENDENCIES) $(EXTRA_loadlibrary_la_DEPENDENCIES) 
612 623
 	$(AM_V_CCLD)$(loadlibrary_la_LINK)  $(loadlibrary_la_OBJECTS) $(loadlibrary_la_LIBADD) $(LIBS)
624
+
613 625
 shl_load.la: $(shl_load_la_OBJECTS) $(shl_load_la_DEPENDENCIES) $(EXTRA_shl_load_la_DEPENDENCIES) 
614 626
 	$(AM_V_CCLD)$(shl_load_la_LINK)  $(shl_load_la_OBJECTS) $(shl_load_la_LIBADD) $(LIBS)
615 627
 
... ...
@@ -643,14 +709,14 @@ distclean-compile:
643 643
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
644 644
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
645 645
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
646
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
646
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
647 647
 
648 648
 .c.obj:
649 649
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
650 650
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
651 651
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
652 652
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
653
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
653
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
654 654
 
655 655
 .c.lo:
656 656
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -833,26 +899,15 @@ uninstall-ltdlincludeHEADERS:
833 833
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
834 834
 	dir='$(DESTDIR)$(ltdlincludedir)'; $(am__uninstall_files_from_dir)
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 +919,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,6 +932,21 @@ 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
... ...
@@ -1031,20 +1097,20 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \
1031 1031
 
1032 1032
 .MAKE: all check install install-am install-strip
1033 1033
 
1034
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1034
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1035 1035
 	clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
1036
-	ctags distclean distclean-compile distclean-generic \
1037
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
1038
-	html-am info info-am install install-am install-data \
1039
-	install-data-am install-dvi install-dvi-am install-exec \
1040
-	install-exec-am install-html install-html-am \
1036
+	cscopelist-am ctags ctags-am distclean distclean-compile \
1037
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
1038
+	dvi-am html html-am info info-am install install-am \
1039
+	install-data install-data-am install-dvi install-dvi-am \
1040
+	install-exec install-exec-am install-html install-html-am \
1041 1041
 	install-includeHEADERS install-info install-info-am \
1042 1042
 	install-libLTLIBRARIES install-ltdlincludeHEADERS install-man \
1043 1043
 	install-pdf install-pdf-am install-ps install-ps-am \
1044 1044
 	install-strip installcheck installcheck-am installdirs \
1045 1045
 	maintainer-clean maintainer-clean-generic mostlyclean \
1046 1046
 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1047
-	pdf pdf-am ps ps-am tags uninstall uninstall-am \
1047
+	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1048 1048
 	uninstall-includeHEADERS uninstall-libLTLIBRARIES \
1049 1049
 	uninstall-ltdlincludeHEADERS
1050 1050
 
... ...
@@ -4,10 +4,24 @@ AC_ARG_ENABLE(check,
4 4
 [  --enable-check           Enable 'check' unit tests (default=auto)], enable_check_ut=$enableval, enable_check_ut="auto" )
5 5
 
6 6
 if test "$enable_check_ut" != "no" ; then
7
+case "$host_os" in
8
+    *linux*)
9
+        save_LDFLAGS="$LDFLAGS"
10
+        LDFLAGS="$LDFLAGS -pthread -Wl,--no-as-needed -lm -Wl,--as-needed -lrt"
11
+        ;;
12
+esac
13
+
7 14
 	AC_LIB_FIND([check],[check.h],
8 15
 			AC_LANG_PROGRAM([#include <check.h>],[srunner_create(0)]),
9
-			[CHECK_CPPFLAGS="$INCCHECK"; CHECK_LIBS="$LTLIBCHECK"],
16
+			[CHECK_CPPFLAGS="$INCCHECK"; CHECK_LIBS="$LTLIBCHECK $LDFLAGS"],
10 17
 			[])
18
+
19
+case "$host_os" in
20
+    *linux*)
21
+        LDFLAGS="$save_LDFLAGS"
22
+        ;;
23
+esac
24
+
11 25
 fi
12 26
 AC_SUBST([CHECK_CPPFLAGS])
13 27
 AC_SUBST([CHECK_LIBS])
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 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,23 +33,51 @@
34 34
 #  MA 02110-1301, USA.
35 35
 
36 36
 VPATH = @srcdir@
37
-am__make_dryrun = \
38
-  { \
39
-    am__dry=no; \
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 \
40 50
     case $$MAKEFLAGS in \
41 51
       *\\[\ \	]*) \
42
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
43
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
44
-      *) \
45
-        for am__flg in $$MAKEFLAGS; do \
46
-          case $$am__flg in \
47
-            *=*|--*) ;; \
48
-            *n*) am__dry=yes; break;; \
49
-          esac; \
50
-        done;; \
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;; \
51 77
     esac; \
52
-    test $$am__dry = yes; \
53
-  }
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))
54 82
 pkgdatadir = $(datadir)/@PACKAGE@
55 83
 pkgincludedir = $(includedir)/@PACKAGE@
56 84
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -72,7 +99,8 @@ host_triplet = @host@
72 72
 target_triplet = @target@
73 73
 bin_PROGRAMS = sigtool$(EXEEXT)
74 74
 subdir = sigtool
75
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
75
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
76
+	$(top_srcdir)/config/depcomp
76 77
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
77 78
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
78 79
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -155,6 +183,19 @@ sigtool_LDADD = $(LDADD)
155 155
 AM_V_lt = $(am__v_lt_@AM_V@)
156 156
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
157 157
 am__v_lt_0 = --silent
158
+am__v_lt_1 = 
159
+AM_V_P = $(am__v_P_@AM_V@)
160
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
161
+am__v_P_0 = false
162
+am__v_P_1 = :
163
+AM_V_GEN = $(am__v_GEN_@AM_V@)
164
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
165
+am__v_GEN_0 = @echo "  GEN     " $@;
166
+am__v_GEN_1 = 
167
+AM_V_at = $(am__v_at_@AM_V@)
168
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
169
+am__v_at_0 = @
170
+am__v_at_1 = 
158 171
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
159 172
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
160 173
 am__depfiles_maybe = depfiles
... ...
@@ -167,20 +208,16 @@ 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 = $(sigtool_SOURCES)
185 181
 DIST_SOURCES = $(sigtool_SOURCES)
186 182
 am__can_run_installinfo = \
... ...
@@ -188,6 +225,23 @@ am__can_run_installinfo = \
188 188
     n|no|NO) false;; \
189 189
     *) (install-info --version) >/dev/null 2>&1;; \
190 190
   esac
191
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
192
+# Read a list of newline-separated strings from the standard input,
193
+# and print each of them once, without duplicates.  Input order is
194
+# *not* preserved.
195
+am__uniquify_input = $(AWK) '\
196
+  BEGIN { nonempty = 0; } \
197
+  { items[$$0] = 1; nonempty = 1; } \
198
+  END { if (nonempty) { for (i in items) print i; }; } \
199
+'
200
+# Make sure the list of sources is unique.  This is necessary because,
201
+# e.g., the same source file might be shared among _SOURCES variables
202
+# for different programs/libraries.
203
+am__define_uniq_tagged_files = \
204
+  list='$(am__tagged_files)'; \
205
+  unique=`for i in $$list; do \
206
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
207
+  done | $(am__uniquify_input)`
191 208
 ETAGS = etags
192 209
 CTAGS = ctags
193 210
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -439,10 +493,12 @@ install-binPROGRAMS: $(bin_PROGRAMS)
439 439
 	fi; \
440 440
 	for p in $$list; do echo "$$p $$p"; done | \
441 441
 	sed 's/$(EXEEXT)$$//' | \
442
-	while read p p1; do if test -f $$p || test -f $$p1; \
443
-	  then echo "$$p"; echo "$$p"; else :; fi; \
442
+	while read p p1; do if test -f $$p \
443
+	 || test -f $$p1 \
444
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
444 445
 	done | \
445
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
446
+	sed -e 'p;s,.*/,,;n;h' \
447
+	    -e 's|.*|.|' \
446 448
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
447 449
 	sed 'N;N;N;s,\n, ,g' | \
448 450
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -463,7 +519,8 @@ uninstall-binPROGRAMS:
463 463
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
464 464
 	files=`for p in $$list; do echo "$$p"; done | \
465 465
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
466
-	      -e 's/$$/$(EXEEXT)/' `; \
466
+	      -e 's/$$/$(EXEEXT)/' \
467
+	`; \
467 468
 	test -n "$$list" || exit 0; \
468 469
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
469 470
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -492,6 +549,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
492 492
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
493 493
 	  done; \
494 494
 	done; rm -f c$${pid}_.???; exit $$bad
495
+
495 496
 sigtool$(EXEEXT): $(sigtool_OBJECTS) $(sigtool_DEPENDENCIES) $(EXTRA_sigtool_DEPENDENCIES) 
496 497
 	@rm -f sigtool$(EXEEXT)
497 498
 	$(AM_V_CCLD)$(LINK) $(sigtool_OBJECTS) $(sigtool_LDADD) $(LIBS)
... ...
@@ -516,14 +574,14 @@ distclean-compile:
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 $<
519
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
520 520
 
521 521
 .c.obj:
522 522
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
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 `$(CYGPATH_W) '$<'`
526
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
527 527
 
528 528
 .c.lo:
529 529
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -622,26 +680,15 @@ mostlyclean-libtool:
622 622
 clean-libtool:
623 623
 	-rm -rf .libs _libs
624 624
 
625
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
626
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
627
-	unique=`for i in $$list; do \
628
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
629
-	  done | \
630
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
631
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
632
-	mkid -fID $$unique
633
-tags: TAGS
634
-
635
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
636
-		$(TAGS_FILES) $(LISP)
625
+ID: $(am__tagged_files)
626
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
627
+tags: tags-am
628
+TAGS: tags
629
+
630
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
637 631
 	set x; \
638 632
 	here=`pwd`; \
639
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
640
-	unique=`for i in $$list; do \
641
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
642
-	  done | \
643
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
644
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
633
+	$(am__define_uniq_tagged_files); \
645 634
 	shift; \
646 635
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
647 636
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -653,15 +700,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
653 653
 	      $$unique; \
654 654
 	  fi; \
655 655
 	fi
656
-ctags: CTAGS
657
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
658
-		$(TAGS_FILES) $(LISP)
659
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
660
-	unique=`for i in $$list; do \
661
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
662
-	  done | \
663
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
664
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
656
+ctags: ctags-am
657
+
658
+CTAGS: ctags
659
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
660
+	$(am__define_uniq_tagged_files); \
665 661
 	test -z "$(CTAGS_ARGS)$$unique" \
666 662
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
667 663
 	     $$unique
... ...
@@ -670,6 +713,21 @@ GTAGS:
670 670
 	here=`$(am__cd) $(top_builddir) && pwd` \
671 671
 	  && $(am__cd) $(top_srcdir) \
672 672
 	  && gtags -i $(GTAGS_ARGS) "$$here"
673
+cscopelist: cscopelist-am
674
+
675
+cscopelist-am: $(am__tagged_files)
676
+	list='$(am__tagged_files)'; \
677
+	case "$(srcdir)" in \
678
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
679
+	  *) sdir=$(subdir)/$(srcdir) ;; \
680
+	esac; \
681
+	for i in $$list; do \
682
+	  if test -f "$$i"; then \
683
+	    echo "$(subdir)/$$i"; \
684
+	  else \
685
+	    echo "$$sdir/$$i"; \
686
+	  fi; \
687
+	done >> $(top_builddir)/cscope.files
673 688
 
674 689
 distclean-tags:
675 690
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -814,19 +872,20 @@ uninstall-am: uninstall-binPROGRAMS
814 814
 
815 815
 .MAKE: install-am install-strip
816 816
 
817
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
818
-	clean-generic clean-libtool ctags distclean distclean-compile \
819
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
820
-	dvi-am html html-am info info-am install install-am \
821
-	install-binPROGRAMS install-data install-data-am install-dvi \
822
-	install-dvi-am install-exec install-exec-am install-html \
823
-	install-html-am install-info install-info-am install-man \
824
-	install-pdf install-pdf-am install-ps install-ps-am \
825
-	install-strip installcheck installcheck-am \
826
-	installcheck-binPROGRAMS installdirs maintainer-clean \
827
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
828
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
829
-	tags uninstall uninstall-am uninstall-binPROGRAMS
817
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
818
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
819
+	ctags ctags-am distclean distclean-compile distclean-generic \
820
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
821
+	html-am info info-am install install-am install-binPROGRAMS \
822
+	install-data install-data-am install-dvi install-dvi-am \
823
+	install-exec install-exec-am install-html install-html-am \
824
+	install-info install-info-am install-man install-pdf \
825
+	install-pdf-am install-ps install-ps-am install-strip \
826
+	installcheck installcheck-am installcheck-binPROGRAMS \
827
+	installdirs maintainer-clean maintainer-clean-generic \
828
+	mostlyclean mostlyclean-compile mostlyclean-generic \
829
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
830
+	uninstall-am uninstall-binPROGRAMS
830 831
 
831 832
 
832 833
 # 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.6 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,23 +14,51 @@
15 15
 
16 16
 @SET_MAKE@
17 17
 VPATH = @srcdir@
18
-am__make_dryrun = \
19
-  { \
20
-    am__dry=no; \
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 \
21 31
     case $$MAKEFLAGS in \
22 32
       *\\[\ \	]*) \
23
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25
-      *) \
26
-        for am__flg in $$MAKEFLAGS; do \
27
-          case $$am__flg in \
28
-            *=*|--*) ;; \
29
-            *n*) am__dry=yes; break;; \
30
-          esac; \
31
-        done;; \
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;; \
32 58
     esac; \
33
-    test $$am__dry = yes; \
34
-  }
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))
35 63
 pkgdatadir = $(datadir)/@PACKAGE@
36 64
 pkgincludedir = $(includedir)/@PACKAGE@
37 65
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -53,7 +80,7 @@ host_triplet = @host@
53 53
 target_triplet = @target@
54 54
 @HAVE_LIBBZ2_TRUE@am__append_1 = clam.exe.bz2 clam.bz2.zip
55 55
 subdir = test
56
-DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
56
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am README
57 57
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58 58
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
59 59
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -126,12 +153,18 @@ mkinstalldirs = $(install_sh) -d
126 126
 CONFIG_HEADER = $(top_builddir)/clamav-config.h
127 127
 CONFIG_CLEAN_FILES =
128 128
 CONFIG_CLEAN_VPATH_FILES =
129
+AM_V_P = $(am__v_P_@AM_V@)
130
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
131
+am__v_P_0 = false
132
+am__v_P_1 = :
129 133
 AM_V_GEN = $(am__v_GEN_@AM_V@)
130 134
 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
131
-am__v_GEN_0 = @echo "  GEN   " $@;
135
+am__v_GEN_0 = @echo "  GEN     " $@;
136
+am__v_GEN_1 = 
132 137
 AM_V_at = $(am__v_at_@AM_V@)
133 138
 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
134 139
 am__v_at_0 = @
140
+am__v_at_1 = 
135 141
 SOURCES =
136 142
 DIST_SOURCES =
137 143
 am__can_run_installinfo = \
... ...
@@ -139,6 +172,7 @@ am__can_run_installinfo = \
139 139
     n|no|NO) false;; \
140 140
     *) (install-info --version) >/dev/null 2>&1;; \
141 141
   esac
142
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
142 143
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
143 144
 ACLOCAL = @ACLOCAL@
144 145
 AMTAR = @AMTAR@
... ...
@@ -378,11 +412,11 @@ mostlyclean-libtool:
378 378
 
379 379
 clean-libtool:
380 380
 	-rm -rf .libs _libs
381
-tags: TAGS
382
-TAGS:
381
+tags TAGS:
382
+
383
+ctags CTAGS:
383 384
 
384
-ctags: CTAGS
385
-CTAGS:
385
+cscope cscopelist:
386 386
 
387 387
 
388 388
 distdir: $(DISTFILES)
... ...
@@ -518,16 +552,16 @@ uninstall-am:
518 518
 .MAKE: install-am install-strip
519 519
 
520 520
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
521
-	clean-local distclean distclean-generic distclean-libtool \
522
-	distdir dvi dvi-am html html-am info info-am install \
523
-	install-am install-data install-data-am install-dvi \
521
+	clean-local cscopelist-am ctags-am distclean distclean-generic \
522
+	distclean-libtool distdir dvi dvi-am html html-am info info-am \
523
+	install install-am install-data install-data-am install-dvi \
524 524
 	install-dvi-am install-exec install-exec-am install-html \
525 525
 	install-html-am install-info install-info-am install-man \
526 526
 	install-pdf install-pdf-am install-ps install-ps-am \
527 527
 	install-strip installcheck installcheck-am installdirs \
528 528
 	maintainer-clean maintainer-clean-generic mostlyclean \
529 529
 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
530
-	uninstall uninstall-am
530
+	tags-am uninstall uninstall-am
531 531
 
532 532
 
533 533
 all: $(FILES)
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 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,23 +14,51 @@
15 15
 
16 16
 @SET_MAKE@
17 17
 VPATH = @srcdir@
18
-am__make_dryrun = \
19
-  { \
20
-    am__dry=no; \
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 \
21 31
     case $$MAKEFLAGS in \
22 32
       *\\[\ \	]*) \
23
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25
-      *) \
26
-        for am__flg in $$MAKEFLAGS; do \
27
-          case $$am__flg in \
28
-            *=*|--*) ;; \
29
-            *n*) am__dry=yes; break;; \
30
-          esac; \
31
-        done;; \
33
+        bs=\\; \
34
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
32 36
     esac; \
33
-    test $$am__dry = yes; \
34
-  }
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))
35 63
 pkgdatadir = $(datadir)/@PACKAGE@
36 64
 pkgincludedir = $(includedir)/@PACKAGE@
37 65
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -55,7 +82,8 @@ target_triplet = @target@
55 55
 TESTS = $(am__EXEEXT_1) $(scripts)
56 56
 check_PROGRAMS = $(am__EXEEXT_1) check_clamd$(EXEEXT) $(am__EXEEXT_2)
57 57
 subdir = unit_tests
58
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
58
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
59
+	$(top_srcdir)/config/depcomp $(top_srcdir)/config/test-driver
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 \
... ...
@@ -153,6 +181,7 @@ check_clamav_OBJECTS = $(am_check_clamav_OBJECTS)
153 153
 AM_V_lt = $(am__v_lt_@AM_V@)
154 154
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
155 155
 am__v_lt_0 = --silent
156
+am__v_lt_1 = 
156 157
 am__check_clamd_SOURCES_DIST = check_clamav_skip.c check_clamd.c \
157 158
 	checks_common.h
158 159
 @HAVE_LIBCHECK_FALSE@am_check_clamd_OBJECTS =  \
... ...
@@ -166,6 +195,18 @@ am_check_fpu_endian_OBJECTS =  \
166 166
 check_fpu_endian_OBJECTS = $(am_check_fpu_endian_OBJECTS)
167 167
 check_fpu_endian_DEPENDENCIES =  \
168 168
 	$(top_builddir)/libclamav/libclamav.la
169
+AM_V_P = $(am__v_P_@AM_V@)
170
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
171
+am__v_P_0 = false
172
+am__v_P_1 = :
173
+AM_V_GEN = $(am__v_GEN_@AM_V@)
174
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
175
+am__v_GEN_0 = @echo "  GEN     " $@;
176
+am__v_GEN_1 = 
177
+AM_V_at = $(am__v_at_@AM_V@)
178
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
179
+am__v_at_0 = @
180
+am__v_at_1 = 
169 181
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
170 182
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
171 183
 am__depfiles_maybe = depfiles
... ...
@@ -178,20 +219,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
178 178
 	$(AM_CFLAGS) $(CFLAGS)
179 179
 AM_V_CC = $(am__v_CC_@AM_V@)
180 180
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
181
-am__v_CC_0 = @echo "  CC    " $@;
182
-AM_V_at = $(am__v_at_@AM_V@)
183
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
184
-am__v_at_0 = @
181
+am__v_CC_0 = @echo "  CC      " $@;
182
+am__v_CC_1 = 
185 183
 CCLD = $(CC)
186 184
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
187 185
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
188 186
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
189 187
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
190 188
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
191
-am__v_CCLD_0 = @echo "  CCLD  " $@;
192
-AM_V_GEN = $(am__v_GEN_@AM_V@)
193
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
194
-am__v_GEN_0 = @echo "  GEN   " $@;
189
+am__v_CCLD_0 = @echo "  CCLD    " $@;
190
+am__v_CCLD_1 = 
195 191
 SOURCES = $(check_clamav_SOURCES) $(check_clamd_SOURCES) \
196 192
 	$(check_fpu_endian_SOURCES)
197 193
 DIST_SOURCES = $(am__check_clamav_SOURCES_DIST) \
... ...
@@ -201,22 +238,46 @@ am__can_run_installinfo = \
201 201
     n|no|NO) false;; \
202 202
     *) (install-info --version) >/dev/null 2>&1;; \
203 203
   esac
204
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
205
+# Read a list of newline-separated strings from the standard input,
206
+# and print each of them once, without duplicates.  Input order is
207
+# *not* preserved.
208
+am__uniquify_input = $(AWK) '\
209
+  BEGIN { nonempty = 0; } \
210
+  { items[$$0] = 1; nonempty = 1; } \
211
+  END { if (nonempty) { for (i in items) print i; }; } \
212
+'
213
+# Make sure the list of sources is unique.  This is necessary because,
214
+# e.g., the same source file might be shared among _SOURCES variables
215
+# for different programs/libraries.
216
+am__define_uniq_tagged_files = \
217
+  list='$(am__tagged_files)'; \
218
+  unique=`for i in $$list; do \
219
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
220
+  done | $(am__uniquify_input)`
204 221
 ETAGS = etags
205 222
 CTAGS = ctags
206
-# If stdout is a non-dumb tty, use colors.  If test -t is not supported,
207
-# then this fails; a conservative approach.  Of course do not redirect
208
-# stdout here, just stderr.
209
-am__tty_colors = \
210
-red=; grn=; lgn=; blu=; std=; \
211
-test "X$(AM_COLOR_TESTS)" != Xno \
212
-&& test "X$$TERM" != Xdumb \
213
-&& { test "X$(AM_COLOR_TESTS)" = Xalways || test -t 1 2>/dev/null; } \
214
-&& { \
215
-  red=''; \
216
-  grn=''; \
217
-  lgn=''; \
218
-  blu=''; \
219
-  std=''; \
223
+am__tty_colors_dummy = \
224
+  mgn= red= grn= lgn= blu= brg= std=; \
225
+  am__color_tests=no
226
+am__tty_colors = { \
227
+  $(am__tty_colors_dummy); \
228
+  if test "X$(AM_COLOR_TESTS)" = Xno; then \
229
+    am__color_tests=no; \
230
+  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
231
+    am__color_tests=yes; \
232
+  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
233
+    am__color_tests=yes; \
234
+  fi; \
235
+  if test $$am__color_tests = yes; then \
236
+    red=''; \
237
+    grn=''; \
238
+    lgn=''; \
239
+    blu=''; \
240
+    mgn=''; \
241
+    brg=''; \
242
+    std=''; \
243
+  fi; \
220 244
 }
221 245
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
222 246
 am__vpath_adj = case $$p in \
... ...
@@ -245,91 +306,161 @@ am__uninstall_files_from_dir = { \
245 245
     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
246 246
          $(am__cd) "$$dir" && rm -f $$files; }; \
247 247
   }
248
-# Restructured Text title and section.
249
-am__rst_title = sed 's/.*/   &   /;h;s/./=/g;p;x;p;g;p;s/.*//'
250
-am__rst_section = sed 'p;s/./=/g;p;g'
251
-# Put stdin (possibly several lines separated by ".  ") in a box.
252
-# Prefix each line by 'col' and terminate each with 'std', for coloring.
253
-# Multi line coloring is problematic with "less -R", so we really need
254
-# to color each line individually.
255
-am__text_box = $(AWK) '{			\
256
-  n = split($$0, lines, "\\.  "); max = 0;	\
257
-  for (i = 1; i <= n; ++i)			\
258
-    if (max < length(lines[i]))			\
259
-      max = length(lines[i]);			\
260
-  for (i = 0; i < max; ++i)			\
261
-    line = line "=";				\
262
-  print col line std;				\
263
-  for (i = 1; i <= n; ++i)			\
264
-    if (lines[i])				\
265
-      print col lines[i] std;			\
266
-  print col line std;				\
248
+am__recheck_rx = ^[ 	]*:recheck:[ 	]*
249
+am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
250
+am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
251
+# A command that, given a newline-separated list of test names on the
252
+# standard input, print the name of the tests that are to be re-run
253
+# upon "make recheck".
254
+am__list_recheck_tests = $(AWK) '{ \
255
+  recheck = 1; \
256
+  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
257
+    { \
258
+      if (rc < 0) \
259
+        { \
260
+          if ((getline line2 < ($$0 ".log")) < 0) \
261
+	    recheck = 0; \
262
+          break; \
263
+        } \
264
+      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
265
+        { \
266
+          recheck = 0; \
267
+          break; \
268
+        } \
269
+      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
270
+        { \
271
+          break; \
272
+        } \
273
+    }; \
274
+  if (recheck) \
275
+    print $$0; \
276
+  close ($$0 ".trs"); \
277
+  close ($$0 ".log"); \
278
+}'
279
+# A command that, given a newline-separated list of test names on the
280
+# standard input, create the global log from their .trs and .log files.
281
+am__create_global_log = $(AWK) ' \
282
+function fatal(msg) \
283
+{ \
284
+  print "fatal: making $@: " msg | "cat >&2"; \
285
+  exit 1; \
286
+} \
287
+function rst_section(header) \
288
+{ \
289
+  print header; \
290
+  len = length(header); \
291
+  for (i = 1; i <= len; i = i + 1) \
292
+    printf "="; \
293
+  printf "\n\n"; \
294
+} \
295
+{ \
296
+  copy_in_global_log = 1; \
297
+  global_test_result = "RUN"; \
298
+  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
299
+    { \
300
+      if (rc < 0) \
301
+         fatal("failed to read from " $$0 ".trs"); \
302
+      if (line ~ /$(am__global_test_result_rx)/) \
303
+        { \
304
+          sub("$(am__global_test_result_rx)", "", line); \
305
+          sub("[ 	]*$$", "", line); \
306
+          global_test_result = line; \
307
+        } \
308
+      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
309
+        copy_in_global_log = 0; \
310
+    }; \
311
+  if (copy_in_global_log) \
312
+    { \
313
+      rst_section(global_test_result ": " $$0); \
314
+      while ((rc = (getline line < ($$0 ".log"))) != 0) \
315
+      { \
316
+        if (rc < 0) \
317
+          fatal("failed to read from " $$0 ".log"); \
318
+        print line; \
319
+      }; \
320
+      printf "\n"; \
321
+    }; \
322
+  close ($$0 ".trs"); \
323
+  close ($$0 ".log"); \
267 324
 }'
325
+# Restructured Text title.
326
+am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
268 327
 # Solaris 10 'make', and several other traditional 'make' implementations,
269 328
 # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
270 329
 # by disabling -e (using the XSI extension "set +e") if it's set.
271 330
 am__sh_e_setup = case $$- in *e*) set +e;; esac
331
+# Default flags passed to test drivers.
332
+am__common_driver_flags = \
333
+  --color-tests "$$am__color_tests" \
334
+  --enable-hard-errors "$$am__enable_hard_errors" \
335
+  --expect-failure "$$am__expect_failure"
272 336
 # To be inserted before the command running the test.  Creates the
273 337
 # directory for the log if needed.  Stores in $dir the directory
274
-# containing $f, in $tst the test, in $log the log, and passes
275
-# TESTS_ENVIRONMENT.  Save and restore TERM around use of
276
-# TESTS_ENVIRONMENT, in case that unsets it.
338
+# containing $f, in $tst the test, in $log the log.  Executes the
339
+# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
340
+# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
341
+# will run the test scripts (or their associated LOG_COMPILER, if
342
+# thy have one).
277 343
 am__check_pre = \
278 344
 $(am__sh_e_setup);					\
279 345
 $(am__vpath_adj_setup) $(am__vpath_adj)			\
346
+$(am__tty_colors);					\
280 347
 srcdir=$(srcdir); export srcdir;			\
281
-rm -f $@-t;						\
282
-am__trap='rm -f '\''$(abs_builddir)/$@-t'\''; (exit $$st); exit $$st'; \
283
-trap "st=129; $$am__trap" 1; trap "st=130; $$am__trap" 2;	\
284
-trap "st=141; $$am__trap" 13; trap "st=143; $$am__trap" 15; \
285
-am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;		\
286
-test "x$$am__odir" = x. || $(MKDIR_P) "$$am__odir" || exit $$?;	\
348
+case "$@" in						\
349
+  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
350
+    *) am__odir=.;; 					\
351
+esac;							\
352
+test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
353
+  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
287 354
 if test -f "./$$f"; then dir=./;			\
288 355
 elif test -f "$$f"; then dir=;				\
289 356
 else dir="$(srcdir)/"; fi;				\
290
-tst=$$dir$$f; log='$@'; __SAVED_TERM=$$TERM;		\
291
-$(TESTS_ENVIRONMENT)
292
-# To be appended to the command running the test.  Handle the stdout
293
-# and stderr redirection, and catch the exit status.
294
-am__check_post = \
295
->$@-t 2>&1;						\
296
-estatus=$$?;						\
297
-if test -n '$(DISABLE_HARD_ERRORS)'			\
298
-   && test $$estatus -eq 99; then			\
299
-  estatus=1;						\
300
-fi;							\
301
-TERM=$$__SAVED_TERM; export TERM;			\
302
-$(am__tty_colors);					\
303
-xfailed=PASS;						\
357
+tst=$$dir$$f; log='$@'; 				\
358
+if test -n '$(DISABLE_HARD_ERRORS)'; then		\
359
+  am__enable_hard_errors=no; 				\
360
+else							\
361
+  am__enable_hard_errors=yes; 				\
362
+fi; 							\
304 363
 case " $(XFAIL_TESTS) " in				\
305 364
   *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
306
-    xfailed=XFAIL;;					\
307
-esac;							\
308
-case $$estatus.$$xfailed in				\
309
-    0.XFAIL) col=$$red; res=XPASS;;			\
310
-    0.*)     col=$$grn; res=PASS ;;			\
311
-    77.*)    col=$$blu; res=SKIP ;;			\
312
-    99.*)    col=$$red; res=FAIL ;;			\
313
-    *.XFAIL) col=$$lgn; res=XFAIL;;			\
314
-    *.*)     col=$$red; res=FAIL ;;			\
315
-esac;							\
316
-echo "$${col}$$res$${std}: $$f";			\
317
-echo "$$res: $$f (exit: $$estatus)" |			\
318
-  $(am__rst_section) >$@;				\
319
-cat $@-t >>$@;						\
320
-rm -f $@-t
365
+    am__expect_failure=yes;;				\
366
+  *)							\
367
+    am__expect_failure=no;;				\
368
+esac; 							\
369
+$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
370
+# A shell command to get the names of the tests scripts with any registered
371
+# extension removed (i.e., equivalently, the names of the test logs, with
372
+# the '.log' extension removed).  The result is saved in the shell variable
373
+# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
374
+# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
375
+# since that might cause problem with VPATH rewrites for suffix-less tests.
376
+# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
377
+am__set_TESTS_bases = \
378
+  bases='$(TEST_LOGS)'; \
379
+  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
380
+  bases=`echo $$bases`
321 381
 RECHECK_LOGS = $(TEST_LOGS)
322
-AM_RECURSIVE_TARGETS = check recheck check-html recheck-html
323
-TEST_SUITE_HTML = $(TEST_SUITE_LOG:.log=.html)
382
+AM_RECURSIVE_TARGETS = check recheck
324 383
 TEST_SUITE_LOG = test-suite.log
325 384
 TEST_EXTENSIONS = @EXEEXT@ .test
385
+LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver
326 386
 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
387
+am__set_b = \
388
+  case '$@' in \
389
+    */*) \
390
+      case '$*' in \
391
+        */*) b='$*';; \
392
+          *) b=`echo '$@' | sed 's/\.log$$//'`; \
393
+       esac;; \
394
+    *) \
395
+      b='$*';; \
396
+  esac
327 397
 am__test_logs1 = $(TESTS:=.log)
328 398
 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
329 399
 TEST_LOGS = $(am__test_logs2:.test.log=.log)
400
+TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver
330 401
 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
331 402
 	$(TEST_LOG_FLAGS)
332
-TEST_LOGS_TMP = $(TEST_LOGS:.log=.log-t)
333 403
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
334 404
 ACLOCAL = @ACLOCAL@
335 405
 AMTAR = @AMTAR@
... ...
@@ -553,7 +684,7 @@ EXTRA_DIST = .split $(srcdir)/*.ref input test-freshclam.conf valgrind.supp viru
553 553
 all: all-am
554 554
 
555 555
 .SUFFIXES:
556
-.SUFFIXES: .c .html .lo .log .o .obj .test .test$(EXEEXT)
556
+.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
557 557
 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
558 558
 	@for dep in $?; do \
559 559
 	  case '$(am__configure_deps)' in \
... ...
@@ -593,12 +724,15 @@ clean-checkPROGRAMS:
593 593
 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
594 594
 	echo " rm -f" $$list; \
595 595
 	rm -f $$list
596
+
596 597
 check_clamav$(EXEEXT): $(check_clamav_OBJECTS) $(check_clamav_DEPENDENCIES) $(EXTRA_check_clamav_DEPENDENCIES) 
597 598
 	@rm -f check_clamav$(EXEEXT)
598 599
 	$(AM_V_CCLD)$(LINK) $(check_clamav_OBJECTS) $(check_clamav_LDADD) $(LIBS)
600
+
599 601
 check_clamd$(EXEEXT): $(check_clamd_OBJECTS) $(check_clamd_DEPENDENCIES) $(EXTRA_check_clamd_DEPENDENCIES) 
600 602
 	@rm -f check_clamd$(EXEEXT)
601 603
 	$(AM_V_CCLD)$(LINK) $(check_clamd_OBJECTS) $(check_clamd_LDADD) $(LIBS)
604
+
602 605
 check_fpu_endian$(EXEEXT): $(check_fpu_endian_OBJECTS) $(check_fpu_endian_DEPENDENCIES) $(EXTRA_check_fpu_endian_DEPENDENCIES) 
603 606
 	@rm -f check_fpu_endian$(EXEEXT)
604 607
 	$(AM_V_CCLD)$(LINK) $(check_fpu_endian_OBJECTS) $(check_fpu_endian_LDADD) $(LIBS)
... ...
@@ -628,14 +762,14 @@ distclean-compile:
628 628
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
629 629
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
630 630
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
631
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
631
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
632 632
 
633 633
 .c.obj:
634 634
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
635 635
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
636 636
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
637 637
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
638
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
638
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
639 639
 
640 640
 .c.lo:
641 641
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -832,26 +966,15 @@ mostlyclean-libtool:
832 832
 clean-libtool:
833 833
 	-rm -rf .libs _libs
834 834
 
835
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
836
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
837
-	unique=`for i in $$list; do \
838
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
839
-	  done | \
840
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
841
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
842
-	mkid -fID $$unique
843
-tags: TAGS
844
-
845
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
846
-		$(TAGS_FILES) $(LISP)
835
+ID: $(am__tagged_files)
836
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
837
+tags: tags-am
838
+TAGS: tags
839
+
840
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
847 841
 	set x; \
848 842
 	here=`pwd`; \
849
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
850
-	unique=`for i in $$list; do \
851
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
852
-	  done | \
853
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
854
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
843
+	$(am__define_uniq_tagged_files); \
855 844
 	shift; \
856 845
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
857 846
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -863,15 +986,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
863 863
 	      $$unique; \
864 864
 	  fi; \
865 865
 	fi
866
-ctags: CTAGS
867
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
868
-		$(TAGS_FILES) $(LISP)
869
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
870
-	unique=`for i in $$list; do \
871
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
872
-	  done | \
873
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
874
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
866
+ctags: ctags-am
867
+
868
+CTAGS: ctags
869
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
870
+	$(am__define_uniq_tagged_files); \
875 871
 	test -z "$(CTAGS_ARGS)$$unique" \
876 872
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
877 873
 	     $$unique
... ...
@@ -880,166 +999,271 @@ GTAGS:
880 880
 	here=`$(am__cd) $(top_builddir) && pwd` \
881 881
 	  && $(am__cd) $(top_srcdir) \
882 882
 	  && gtags -i $(GTAGS_ARGS) "$$here"
883
+cscopelist: cscopelist-am
884
+
885
+cscopelist-am: $(am__tagged_files)
886
+	list='$(am__tagged_files)'; \
887
+	case "$(srcdir)" in \
888
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
889
+	  *) sdir=$(subdir)/$(srcdir) ;; \
890
+	esac; \
891
+	for i in $$list; do \
892
+	  if test -f "$$i"; then \
893
+	    echo "$(subdir)/$$i"; \
894
+	  else \
895
+	    echo "$$sdir/$$i"; \
896
+	  fi; \
897
+	done >> $(top_builddir)/cscope.files
883 898
 
884 899
 distclean-tags:
885 900
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
886 901
 
902
+# Recover from deleted '.trs' file; this should ensure that
903
+# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
904
+# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
905
+# to avoid problems with "make -n".
906
+.log.trs:
907
+	rm -f $< $@
908
+	$(MAKE) $(AM_MAKEFLAGS) $<
909
+
910
+# Leading 'am--fnord' is there to ensure the list of targets does not
911
+# expand to empty, as could happen e.g. with make check TESTS=''.
912
+am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
913
+am--force-recheck:
914
+	@:
915
+
887 916
 $(TEST_SUITE_LOG): $(TEST_LOGS)
888
-	@$(am__sh_e_setup);						\
889
-	list='$(TEST_LOGS)';						\
890
-	results=`for f in $$list; do					\
891
-		   test -r $$f && read line < $$f && echo "$$line"	\
892
-		     || echo FAIL;					\
893
-		 done`;							\
894
-	all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[	 ]*//'`; \
895
-	fail=`echo "$$results" | grep -c '^FAIL'`;			\
896
-	pass=`echo "$$results" | grep -c '^PASS'`;			\
897
-	skip=`echo "$$results" | grep -c '^SKIP'`;			\
898
-	xfail=`echo "$$results" | grep -c '^XFAIL'`;			\
899
-	xpass=`echo "$$results" | grep -c '^XPASS'`;			\
900
-	failures=`expr $$fail + $$xpass`;				\
901
-	all=`expr $$all - $$skip`;					\
902
-	if test "$$all" -eq 1; then tests=test; All=;			\
903
-	else tests=tests; All="All "; fi;				\
904
-	case fail=$$fail:xpass=$$xpass:xfail=$$xfail in			\
905
-	  fail=0:xpass=0:xfail=0)					\
906
-	    msg="$$All$$all $$tests passed.  ";				\
907
-	    exit=true;;							\
908
-	  fail=0:xpass=0:xfail=*)					\
909
-	    msg="$$All$$all $$tests behaved as expected";		\
910
-	    if test "$$xfail" -eq 1; then xfailures=failure;		\
911
-	    else xfailures=failures; fi;				\
912
-	    msg="$$msg ($$xfail expected $$xfailures).  ";		\
913
-	    exit=true;;							\
914
-	  fail=*:xpass=0:xfail=*)					\
915
-	    msg="$$fail of $$all $$tests failed.  ";			\
916
-	    exit=false;;						\
917
-	  fail=*:xpass=*:xfail=*)					\
918
-	    msg="$$failures of $$all $$tests did not behave as expected"; \
919
-	    if test "$$xpass" -eq 1; then xpasses=pass;			\
920
-	    else xpasses=passes; fi;					\
921
-	    msg="$$msg ($$xpass unexpected $$xpasses).  ";		\
922
-	    exit=false;;						\
923
-	  *)								\
924
-	    echo >&2 "incorrect case"; exit 4;;				\
925
-	esac;								\
926
-	if test "$$skip" -ne 0; then					\
927
-	  if test "$$skip" -eq 1; then					\
928
-	    msg="$$msg($$skip test was not run).  ";			\
929
-	  else								\
930
-	    msg="$$msg($$skip tests were not run).  ";			\
931
-	  fi;								\
932
-	fi;								\
917
+	@$(am__set_TESTS_bases); \
918
+	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
919
+	redo_bases=`for i in $$bases; do \
920
+	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
921
+	            done`; \
922
+	if test -n "$$redo_bases"; then \
923
+	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
924
+	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
925
+	  if $(am__make_dryrun); then :; else \
926
+	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
927
+	  fi; \
928
+	fi; \
929
+	if test -n "$$am__remaking_logs"; then \
930
+	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
931
+	       "recursion detected" >&2; \
932
+	else \
933
+	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
934
+	fi; \
935
+	if $(am__make_dryrun); then :; else \
936
+	  st=0;  \
937
+	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
938
+	  for i in $$redo_bases; do \
939
+	    test -f $$i.trs && test -r $$i.trs \
940
+	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
941
+	    test -f $$i.log && test -r $$i.log \
942
+	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
943
+	  done; \
944
+	  test $$st -eq 0 || exit 1; \
945
+	fi
946
+	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
947
+	ws='[ 	]'; \
948
+	results=`for b in $$bases; do echo $$b.trs; done`; \
949
+	test -n "$$results" || results=/dev/null; \
950
+	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
951
+	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
952
+	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
953
+	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
954
+	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
955
+	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
956
+	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
957
+	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
958
+	  success=true; \
959
+	else \
960
+	  success=false; \
961
+	fi; \
962
+	br='==================='; br=$$br$$br$$br$$br; \
963
+	result_count () \
964
+	{ \
965
+	    if test x"$$1" = x"--maybe-color"; then \
966
+	      maybe_colorize=yes; \
967
+	    elif test x"$$1" = x"--no-color"; then \
968
+	      maybe_colorize=no; \
969
+	    else \
970
+	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
971
+	    fi; \
972
+	    shift; \
973
+	    desc=$$1 count=$$2; \
974
+	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
975
+	      color_start=$$3 color_end=$$std; \
976
+	    else \
977
+	      color_start= color_end=; \
978
+	    fi; \
979
+	    echo "$${color_start}# $$desc $$count$${color_end}"; \
980
+	}; \
981
+	create_testsuite_report () \
982
+	{ \
983
+	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
984
+	  result_count $$1 "PASS: " $$pass  "$$grn"; \
985
+	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
986
+	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
987
+	  result_count $$1 "FAIL: " $$fail  "$$red"; \
988
+	  result_count $$1 "XPASS:" $$xpass "$$red"; \
989
+	  result_count $$1 "ERROR:" $$error "$$mgn"; \
990
+	}; \
933 991
 	{								\
934 992
 	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
935 993
 	    $(am__rst_title);						\
936
-	  echo "$$msg";							\
994
+	  create_testsuite_report --no-color;				\
937 995
 	  echo;								\
938 996
 	  echo ".. contents:: :depth: 2";				\
939 997
 	  echo;								\
940
-	  for f in $$list; do						\
941
-	    test -r $$f && read line < $$f || line=;			\
942
-	    case $$line in						\
943
-	      PASS:*|XFAIL:*);;						\
944
-	      *) echo; cat $$f;;					\
945
-	    esac;							\
946
-	  done;								\
947
-	} >$(TEST_SUITE_LOG).tmp;					\
998
+	  for b in $$bases; do echo $$b; done				\
999
+	    | $(am__create_global_log);					\
1000
+	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
948 1001
 	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
949
-	if test "$$failures" -ne 0; then				\
950
-	  msg="$${msg}See $(subdir)/$(TEST_SUITE_LOG).  ";		\
951
-	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
952
-	    msg="$${msg}Please report to $(PACKAGE_BUGREPORT).  ";	\
953
-	  fi;								\
954
-	fi;								\
955
-	test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG);	\
956
-	$(am__tty_colors);						\
957
-	if $$exit; then							\
1002
+	if $$success; then						\
958 1003
 	  col="$$grn";							\
959 1004
 	 else								\
960 1005
 	  col="$$red";							\
1006
+	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
961 1007
 	fi;								\
962
-	echo "$$msg" | $(am__text_box) "col=$$col" "std=$$std";		\
963
-	$$exit || exit 1
964
-
965
-check-TESTS recheck:
966
-	@if test $@ != recheck; then \
967
-	   list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list; \
968
-	 fi
969
-	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
970
-	@list='' list2='$(TEST_LOGS)'; for f in $$list2; do \
971
-	  test .log = $$f && continue; \
972
-	  if test $@ = recheck; then \
973
-	    test -f $$f || continue; \
974
-	    if test -r $$f && read line < $$f; then \
975
-	      case $$line in FAIL*|XPASS*) : ;; *) continue;; esac; \
976
-	    fi; \
977
-	  fi; \
978
-	  if test -z "$$list"; then list=$$f; else list="$$list $$f"; fi; \
979
-	done; \
980
-	if test $@ = recheck && test -n "$$list"; then \
981
-	  $(am__make_dryrun) || rm -f $$list || exit 1; \
982
-	fi; \
983
-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$list"
984
-recheck: $(check_PROGRAMS) $(check_SCRIPTS)
985
-
986
-am--mostlyclean-test-html:
987
-	list='$(TEST_LOGS:.log=.html)'; test -z "$$list" || rm -f $$list
988
-	rm -f $(TEST_SUITE_HTML)
989
-
990
-.log.html:
991
-	@list='$(RST2HTML) $$RST2HTML rst2html rst2html.py';		\
992
-	for r2h in $$list; do						\
993
-	  if ($$r2h --version) >/dev/null 2>&1; then			\
994
-	    R2H=$$r2h;							\
1008
+	echo "$${col}$$br$${std}"; 					\
1009
+	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
1010
+	echo "$${col}$$br$${std}"; 					\
1011
+	create_testsuite_report --maybe-color;				\
1012
+	echo "$$col$$br$$std";						\
1013
+	if $$success; then :; else					\
1014
+	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
1015
+	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
1016
+	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
995 1017
 	  fi;								\
996
-	done;								\
997
-	if test -z "$$R2H"; then					\
998
-	  echo >&2 "cannot find rst2html, cannot create $@";		\
999
-	  exit 2;							\
1018
+	  echo "$$col$$br$$std";					\
1000 1019
 	fi;								\
1001
-	$$R2H $< >$@.tmp
1002
-	@mv $@.tmp $@
1003
-
1004
-# Be sure to run check first, and then to convert the result.
1005
-# Beware of concurrent executions.  Run "check" not "check-TESTS", as
1006
-# check-SCRIPTS and other dependencies are rebuilt by the former only.
1007
-# And expect check to fail.
1008
-check-html recheck-html:
1009
-	@target=`echo $@ | sed 's/-html$$//'`; \
1010
-	rv=0; $(MAKE) $(AM_MAKEFLAGS) $$target || rv=$$?; \
1011
-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_HTML) TEST_LOGS= || exit 4; \
1012
-	exit $$rv
1020
+	$$success || exit 1
1021
+
1022
+check-TESTS:
1023
+	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1024
+	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1025
+	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1026
+	@set +e; $(am__set_TESTS_bases); \
1027
+	log_list=`for i in $$bases; do echo $$i.log; done`; \
1028
+	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1029
+	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1030
+	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1031
+	exit $$?;
1032
+recheck: all $(check_PROGRAMS) $(check_SCRIPTS)
1033
+	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1034
+	@set +e; $(am__set_TESTS_bases); \
1035
+	bases=`for i in $$bases; do echo $$i; done \
1036
+	         | $(am__list_recheck_tests)` || exit 1; \
1037
+	log_list=`for i in $$bases; do echo $$i.log; done`; \
1038
+	log_list=`echo $$log_list`; \
1039
+	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1040
+	        am__force_recheck=am--force-recheck \
1041
+	        TEST_LOGS="$$log_list"; \
1042
+	exit $$?
1013 1043
 check_clamav.log: check_clamav$(EXEEXT)
1014
-	@p='check_clamav$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1044
+	@p='check_clamav$(EXEEXT)'; \
1045
+	b='check_clamav'; \
1046
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1047
+	--log-file $$b.log --trs-file $$b.trs \
1048
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1049
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1015 1050
 check_freshclam.sh.log: check_freshclam.sh
1016
-	@p='check_freshclam.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1051
+	@p='check_freshclam.sh'; \
1052
+	b='check_freshclam.sh'; \
1053
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1054
+	--log-file $$b.log --trs-file $$b.trs \
1055
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1056
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1017 1057
 check_sigtool.sh.log: check_sigtool.sh
1018
-	@p='check_sigtool.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1058
+	@p='check_sigtool.sh'; \
1059
+	b='check_sigtool.sh'; \
1060
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1061
+	--log-file $$b.log --trs-file $$b.trs \
1062
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1063
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1019 1064
 check_unit_vg.sh.log: check_unit_vg.sh
1020
-	@p='check_unit_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1065
+	@p='check_unit_vg.sh'; \
1066
+	b='check_unit_vg.sh'; \
1067
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1068
+	--log-file $$b.log --trs-file $$b.trs \
1069
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1070
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1021 1071
 check1_clamscan.sh.log: check1_clamscan.sh
1022
-	@p='check1_clamscan.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1072
+	@p='check1_clamscan.sh'; \
1073
+	b='check1_clamscan.sh'; \
1074
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1075
+	--log-file $$b.log --trs-file $$b.trs \
1076
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1077
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1023 1078
 check2_clamd.sh.log: check2_clamd.sh
1024
-	@p='check2_clamd.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1079
+	@p='check2_clamd.sh'; \
1080
+	b='check2_clamd.sh'; \
1081
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1082
+	--log-file $$b.log --trs-file $$b.trs \
1083
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1084
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1025 1085
 check3_clamd.sh.log: check3_clamd.sh
1026
-	@p='check3_clamd.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1086
+	@p='check3_clamd.sh'; \
1087
+	b='check3_clamd.sh'; \
1088
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1089
+	--log-file $$b.log --trs-file $$b.trs \
1090
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1091
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1027 1092
 check4_clamd.sh.log: check4_clamd.sh
1028
-	@p='check4_clamd.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1093
+	@p='check4_clamd.sh'; \
1094
+	b='check4_clamd.sh'; \
1095
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1096
+	--log-file $$b.log --trs-file $$b.trs \
1097
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1098
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1029 1099
 check5_clamd_vg.sh.log: check5_clamd_vg.sh
1030
-	@p='check5_clamd_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1100
+	@p='check5_clamd_vg.sh'; \
1101
+	b='check5_clamd_vg.sh'; \
1102
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1103
+	--log-file $$b.log --trs-file $$b.trs \
1104
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1105
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1031 1106
 check6_clamd_vg.sh.log: check6_clamd_vg.sh
1032
-	@p='check6_clamd_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1107
+	@p='check6_clamd_vg.sh'; \
1108
+	b='check6_clamd_vg.sh'; \
1109
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1110
+	--log-file $$b.log --trs-file $$b.trs \
1111
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1112
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1033 1113
 check7_clamd_hg.sh.log: check7_clamd_hg.sh
1034
-	@p='check7_clamd_hg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1114
+	@p='check7_clamd_hg.sh'; \
1115
+	b='check7_clamd_hg.sh'; \
1116
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1117
+	--log-file $$b.log --trs-file $$b.trs \
1118
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1119
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1035 1120
 check8_clamd_hg.sh.log: check8_clamd_hg.sh
1036
-	@p='check8_clamd_hg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1121
+	@p='check8_clamd_hg.sh'; \
1122
+	b='check8_clamd_hg.sh'; \
1123
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1124
+	--log-file $$b.log --trs-file $$b.trs \
1125
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1126
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1037 1127
 check9_clamscan_vg.sh.log: check9_clamscan_vg.sh
1038
-	@p='check9_clamscan_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1128
+	@p='check9_clamscan_vg.sh'; \
1129
+	b='check9_clamscan_vg.sh'; \
1130
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1131
+	--log-file $$b.log --trs-file $$b.trs \
1132
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1133
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1039 1134
 .test.log:
1040
-	@p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
1135
+	@p='$<'; \
1136
+	$(am__set_b); \
1137
+	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1138
+	--log-file $$b.log --trs-file $$b.trs \
1139
+	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1140
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1041 1141
 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1042
-@am__EXEEXT_TRUE@	@p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
1142
+@am__EXEEXT_TRUE@	@p='$<'; \
1143
+@am__EXEEXT_TRUE@	$(am__set_b); \
1144
+@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1145
+@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
1146
+@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1147
+@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
1043 1148
 
1044 1149
 distdir: $(DISTFILES)
1045 1150
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
... ...
@@ -1098,7 +1322,7 @@ install-strip:
1098 1098
 	fi
1099 1099
 mostlyclean-generic:
1100 1100
 	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1101
-	-test -z "$(TEST_LOGS_TMP)" || rm -f $(TEST_LOGS_TMP)
1101
+	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1102 1102
 	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1103 1103
 
1104 1104
 clean-generic:
... ...
@@ -1170,8 +1394,8 @@ maintainer-clean-am: distclean-am maintainer-clean-generic
1170 1170
 
1171 1171
 mostlyclean: mostlyclean-am
1172 1172
 
1173
-mostlyclean-am: am--mostlyclean-test-html mostlyclean-compile \
1174
-	mostlyclean-generic mostlyclean-libtool
1173
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1174
+	mostlyclean-libtool
1175 1175
 
1176 1176
 pdf: pdf-am
1177 1177
 
... ...
@@ -1183,22 +1407,21 @@ ps-am:
1183 1183
 
1184 1184
 uninstall-am:
1185 1185
 
1186
-.MAKE: check-am check-html install-am install-strip recheck-html
1187
-
1188
-.PHONY: CTAGS GTAGS all all-am am--mostlyclean-test-html check \
1189
-	check-TESTS check-am check-html clean clean-checkPROGRAMS \
1190
-	clean-generic clean-libtool clean-local ctags distclean \
1191
-	distclean-compile distclean-generic distclean-libtool \
1192
-	distclean-tags distdir dvi dvi-am html html-am info info-am \
1193
-	install install-am install-data install-data-am install-dvi \
1194
-	install-dvi-am install-exec install-exec-am install-html \
1195
-	install-html-am install-info install-info-am install-man \
1196
-	install-pdf install-pdf-am install-ps install-ps-am \
1197
-	install-strip installcheck installcheck-am installdirs \
1198
-	maintainer-clean maintainer-clean-generic mostlyclean \
1199
-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1200
-	pdf pdf-am ps ps-am recheck recheck-html tags uninstall \
1201
-	uninstall-am
1186
+.MAKE: check-am install-am install-strip
1187
+
1188
+.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
1189
+	clean-checkPROGRAMS clean-generic clean-libtool clean-local \
1190
+	cscopelist-am ctags ctags-am distclean distclean-compile \
1191
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
1192
+	dvi-am html html-am info info-am install install-am \
1193
+	install-data install-data-am install-dvi install-dvi-am \
1194
+	install-exec install-exec-am install-html install-html-am \
1195
+	install-info install-info-am install-man install-pdf \
1196
+	install-pdf-am install-ps install-ps-am install-strip \
1197
+	installcheck installcheck-am installdirs maintainer-clean \
1198
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
1199
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1200
+	recheck tags tags-am uninstall uninstall-am
1202 1201
 
1203 1202
 
1204 1203
 check_unit_vg.sh: $(FILES)