Makefile.in
295f1d1f
 # Makefile.in generated by automake 1.11 from Makefile.am.
28e73e95
 # @configure_input@
 
7c16e1bf
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
295f1d1f
 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 # Inc.
28e73e95
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
 @SET_MAKE@
 
 #
afb48b28
 #  Copyright (C) 2002 - 2004 Tomasz Kojm <tkojm@clamav.net>
28e73e95
 #
 #  This program is free software; you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License as published by
 #  the Free Software Foundation; either version 2 of the License, or
 #  (at your option) any later version.
 #
 #  This program is distributed in the hope that it will be useful,
 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
 #  along with this program; if not, write to the Free Software
48b7b4a7
 #  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 #  MA 02110-1301, USA.
7c16e1bf
 
28e73e95
 
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
295f1d1f
 pkglibdir = $(libdir)/@PACKAGE@
 pkglibexecdir = $(libexecdir)/@PACKAGE@
28e73e95
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 install_sh_DATA = $(install_sh) -c -m 644
 install_sh_PROGRAM = $(install_sh) -c
7c16e1bf
 install_sh_SCRIPT = $(install_sh) -c
28e73e95
 INSTALL_HEADER = $(INSTALL_DATA)
7c16e1bf
 transform = $(program_transform_name)
28e73e95
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
 target_triplet = @target@
8ec38f70
 subdir = .
7c16e1bf
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 	$(srcdir)/Makefile.in $(srcdir)/clamav-config.h.in \
 	$(srcdir)/clamav-config.in $(srcdir)/libclamav.pc.in \
a39ae468
 	$(top_srcdir)/configure \
 	$(top_srcdir)/docs/man/clamav-milter.8.in \
 	$(top_srcdir)/docs/man/clamconf.1.in \
 	$(top_srcdir)/docs/man/clamd.8.in \
8600c7eb
 	$(top_srcdir)/docs/man/clamd.conf.5.in \
a39ae468
 	$(top_srcdir)/docs/man/clamdscan.1.in \
8db0a346
 	$(top_srcdir)/docs/man/clamdtop.1.in \
a39ae468
 	$(top_srcdir)/docs/man/clamscan.1.in \
8600c7eb
 	$(top_srcdir)/docs/man/freshclam.1.in \
a39ae468
 	$(top_srcdir)/docs/man/freshclam.conf.5.in \
2c4c4640
 	$(top_srcdir)/docs/man/sigtool.1.in AUTHORS COPYING ChangeLog \
 	INSTALL NEWS config/config.guess config/config.rpath \
6053d09a
 	config/config.sub config/depcomp config/install-sh \
39101243
 	config/ltmain.sh config/missing
7c16e1bf
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
6053d09a
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
2c4c4640
 	$(top_srcdir)/m4/argz.m4 $(top_srcdir)/m4/fdpassing.m4 \
 	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
 	$(top_srcdir)/m4/llvm.m4 $(top_srcdir)/m4/ltdl.m4 \
 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
4a40b66c
 	$(top_srcdir)/m4/mmap_private.m4 $(top_srcdir)/m4/resolv.m4 \
55144c47
 	$(top_srcdir)/configure.in
7c16e1bf
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 	$(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
8ec38f70
  configure.lineno config.status.lineno
4c56bffa
 mkinstalldirs = $(install_sh) -d
7c16e1bf
 CONFIG_HEADER = clamav-config.h
2c4c4640
 CONFIG_CLEAN_FILES = clamav-config libclamav.pc \
 	docs/man/clamav-milter.8 docs/man/clamconf.1 docs/man/clamd.8 \
 	docs/man/clamd.conf.5 docs/man/clamdscan.1 docs/man/clamscan.1 \
 	docs/man/freshclam.1 docs/man/freshclam.conf.5 \
 	docs/man/sigtool.1 docs/man/clamdtop.1
295f1d1f
 CONFIG_CLEAN_VPATH_FILES =
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 am__vpath_adj = case $$p in \
     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
     *) f=$$p;; \
   esac;
 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 am__install_max = 40
 am__nobase_strip_setup = \
   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 am__nobase_strip = \
   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 am__nobase_list = $(am__nobase_strip_setup); \
   for p in $$list; do echo "$$p $$p"; done | \
   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
     if (++n[$$2] == $(am__install_max)) \
       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
     END { for (dir in files) print dir, files[dir] }'
 am__base_list = \
   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
7c16e1bf
 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"
 SCRIPTS = $(bin_SCRIPTS)
295f1d1f
 AM_V_GEN = $(am__v_GEN_$(V))
 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 am__v_GEN_0 = @echo "  GEN   " $@;
 AM_V_at = $(am__v_at_$(V))
 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 am__v_at_0 = @
7c16e1bf
 SOURCES =
 DIST_SOURCES =
 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 	html-recursive info-recursive install-data-recursive \
8ec38f70
 	install-dvi-recursive install-exec-recursive \
 	install-html-recursive install-info-recursive \
 	install-pdf-recursive install-ps-recursive install-recursive \
 	installcheck-recursive installdirs-recursive pdf-recursive \
 	ps-recursive uninstall-recursive
7c16e1bf
 DATA = $(pkgconfig_DATA)
8ec38f70
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
   distclean-recursive maintainer-clean-recursive
295f1d1f
 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 	distdir dist dist-all distcheck
7c16e1bf
 ETAGS = etags
 CTAGS = ctags
 DIST_SUBDIRS = $(SUBDIRS)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
 am__remove_distdir = \
295f1d1f
   { test ! -d "$(distdir)" \
     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
          && rm -fr "$(distdir)"; }; }
 am__relativize = \
   dir0=`pwd`; \
   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
   sed_rest='s,^[^/]*/*,,'; \
   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
   sed_butlast='s,/*[^/]*$$,,'; \
   while test -n "$$dir1"; do \
     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
     if test "$$first" != "."; then \
       if test "$$first" = ".."; then \
         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
       else \
         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
         if test "$$first2" = "$$first"; then \
           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
         else \
           dir2="../$$dir2"; \
         fi; \
         dir0="$$dir0"/"$$first"; \
       fi; \
     fi; \
     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
   done; \
   reldir="$$dir2"
4c56bffa
 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
7c16e1bf
 GZIP_ENV = --best
 distcleancheck_listfiles = find . -type f -print
 ACLOCAL = @ACLOCAL@
28e73e95
 AMTAR = @AMTAR@
295f1d1f
 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
cbdc099d
 AR = @AR@
094104a7
 ARGZ_H = @ARGZ_H@
7c16e1bf
 AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@
 AUTOMAKE = @AUTOMAKE@
28e73e95
 AWK = @AWK@
 CC = @CC@
7c16e1bf
 CCDEPMODE = @CCDEPMODE@
28e73e95
 CFGDIR = @CFGDIR@
7c16e1bf
 CFLAGS = @CFLAGS@
15d67313
 CHECK_CPPFLAGS = @CHECK_CPPFLAGS@
d1d558c9
 CHECK_LIBS = @CHECK_LIBS@
28e73e95
 CLAMAVGROUP = @CLAMAVGROUP@
 CLAMAVUSER = @CLAMAVUSER@
d685f6dd
 CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
28e73e95
 CLAMD_LIBS = @CLAMD_LIBS@
7c16e1bf
 CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
8db0a346
 CURSES_CPPFLAGS = @CURSES_CPPFLAGS@
 CURSES_LIBS = @CURSES_LIBS@
7c16e1bf
 CYGPATH_W = @CYGPATH_W@
28e73e95
 DBDIR = @DBDIR@
7c16e1bf
 DEFS = @DEFS@
28e73e95
 DEPDIR = @DEPDIR@
28241733
 DSYMUTIL = @DSYMUTIL@
6d48ea88
 DUMPBIN = @DUMPBIN@
7c16e1bf
 ECHO_C = @ECHO_C@
 ECHO_N = @ECHO_N@
 ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
6d48ea88
 FGREP = @FGREP@
28e73e95
 FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
232c4b70
 GCOV = @GCOV@
 GENHTML = @GENHTML@
28e73e95
 GETENT = @GETENT@
fd08e02e
 GPERF = @GPERF@
6ce30242
 GREP = @GREP@
094104a7
 INCLTDL = @INCLTDL@
8ec38f70
 INSTALL = @INSTALL@
7c16e1bf
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
28e73e95
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
232c4b70
 LCOV = @LCOV@
6d48ea88
 LD = @LD@
7c16e1bf
 LDFLAGS = @LDFLAGS@
094104a7
 LIBADD_DL = @LIBADD_DL@
 LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
 LIBADD_DLOPEN = @LIBADD_DLOPEN@
 LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
6053d09a
 LIBBZ2 = @LIBBZ2@
 LIBBZ2_PREFIX = @LIBBZ2_PREFIX@
28e73e95
 LIBCLAMAV_LIBS = @LIBCLAMAV_LIBS@
 LIBCLAMAV_VERSION = @LIBCLAMAV_VERSION@
094104a7
 LIBLTDL = @LIBLTDL@
7c16e1bf
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
28e73e95
 LIBTOOL = @LIBTOOL@
6d48ea88
 LIPO = @LIPO@
28e73e95
 LN_S = @LN_S@
094104a7
 LTDLDEPS = @LTDLDEPS@
 LTDLINCL = @LTDLINCL@
 LTDLOPEN = @LTDLOPEN@
6053d09a
 LTLIBBZ2 = @LTLIBBZ2@
7c16e1bf
 LTLIBOBJS = @LTLIBOBJS@
094104a7
 LT_CONFIG_H = @LT_CONFIG_H@
 LT_DLLOADERS = @LT_DLLOADERS@
 LT_DLPREOPEN = @LT_DLPREOPEN@
6c7dbf7d
 MAINT = @MAINT@
7c16e1bf
 MAKEINFO = @MAKEINFO@
8ec38f70
 MKDIR_P = @MKDIR_P@
6d48ea88
 NM = @NM@
28241733
 NMEDIT = @NMEDIT@
6d48ea88
 OBJDUMP = @OBJDUMP@
7c16e1bf
 OBJEXT = @OBJEXT@
6d48ea88
 OTOOL = @OTOOL@
 OTOOL64 = @OTOOL64@
28e73e95
 PACKAGE = @PACKAGE@
7c16e1bf
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 PACKAGE_NAME = @PACKAGE_NAME@
 PACKAGE_STRING = @PACKAGE_STRING@
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
f333d0bc
 PACKAGE_URL = @PACKAGE_URL@
7c16e1bf
 PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@
28e73e95
 RANLIB = @RANLIB@
5ca7fd18
 SED = @SED@
7c16e1bf
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
28e73e95
 STRIP = @STRIP@
099cf13c
 THREAD_LIBS = @THREAD_LIBS@
28e73e95
 TH_SAFE = @TH_SAFE@
 VERSION = @VERSION@
80cf6309
 VERSIONSCRIPTFLAG = @VERSIONSCRIPTFLAG@
8ec38f70
 abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@
 abs_top_srcdir = @abs_top_srcdir@
7c16e1bf
 ac_ct_CC = @ac_ct_CC@
6d48ea88
 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
28e73e95
 am__include = @am__include@
7c16e1bf
 am__leading_dot = @am__leading_dot@
28e73e95
 am__quote = @am__quote@
27c0b825
 am__tar = @am__tar@
 am__untar = @am__untar@
7c16e1bf
 bindir = @bindir@
 build = @build@
 build_alias = @build_alias@
 build_cpu = @build_cpu@
 build_os = @build_os@
 build_vendor = @build_vendor@
8ec38f70
 builddir = @builddir@
7c16e1bf
 datadir = @datadir@
6ce30242
 datarootdir = @datarootdir@
 docdir = @docdir@
 dvidir = @dvidir@
7c16e1bf
 exec_prefix = @exec_prefix@
 host = @host@
 host_alias = @host_alias@
 host_cpu = @host_cpu@
 host_os = @host_os@
 host_vendor = @host_vendor@
6ce30242
 htmldir = @htmldir@
7c16e1bf
 includedir = @includedir@
 infodir = @infodir@
28e73e95
 install_sh = @install_sh@
7c16e1bf
 libdir = @libdir@
 libexecdir = @libexecdir@
6ce30242
 localedir = @localedir@
7c16e1bf
 localstatedir = @localstatedir@
6d48ea88
 lt_ECHO = @lt_ECHO@
094104a7
 ltdl_LIBOBJS = @ltdl_LIBOBJS@
 ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
7c16e1bf
 mandir = @mandir@
 mkdir_p = @mkdir_p@
 oldincludedir = @oldincludedir@
6ce30242
 pdfdir = @pdfdir@
7c16e1bf
 prefix = @prefix@
 program_transform_name = @program_transform_name@
6ce30242
 psdir = @psdir@
7c16e1bf
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
8ec38f70
 srcdir = @srcdir@
731d647a
 subdirs = @subdirs@
094104a7
 sys_symbol_underscore = @sys_symbol_underscore@
7c16e1bf
 sysconfdir = @sysconfdir@
 target = @target@
 target_alias = @target_alias@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
5348fa8d
 top_build_prefix = @top_build_prefix@
8ec38f70
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
6053d09a
 ACLOCAL_AMFLAGS = -I m4
997a1efe
 SUBDIRS = libltdl libclamav clamscan clamd clamdscan freshclam sigtool clamconf database docs etc clamav-milter test unit_tests clamdtop clambc
00c3dfe5
 EXTRA_DIST = FAQ examples BUGS shared libclamav.pc.in libclamunrar_iface/Makefile.am libclamunrar_iface/Makefile.in UPGRADE COPYING.bzip2 COPYING.lzma COPYING.unrar COPYING.LGPL COPYING.file COPYING.zlib COPYING.getopt COPYING.regex COPYING.sha256
9f51cb51
 bin_SCRIPTS = clamav-config
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libclamav.pc
b6927a7c
 
 # don't complain that configuration files and databases are not removed, this is intended
 distuninstallcheck_listfiles = find . -type f ! -name clamd.conf ! -name freshclam.conf ! -name daily.cvd ! -name main.cvd -print
 DISTCLEANFILES = target.h
4fbb076e
 @DISTCHECK_ENABLE_FLAGS_FALSE@DISTCHECK_CONFIGURE_FLAGS = --enable-milter --disable-clamav
fd9379f9
 @DISTCHECK_ENABLE_FLAGS_TRUE@DISTCHECK_CONFIGURE_FLAGS =  \
4fbb076e
 @DISTCHECK_ENABLE_FLAGS_TRUE@	--enable-milter --disable-clamav \
fd9379f9
 @DISTCHECK_ENABLE_FLAGS_TRUE@	CFLAGS="-Wno-pointer-sign \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Werror-implicit-function-declaration \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Werror -Wextra -Wall \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wbad-function-cast -Wcast-align \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wendif-labels -Wfloat-equal \
62f3e4e4
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wformat=2 -Wformat-security \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wmissing-declarations \
fd9379f9
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wmissing-prototypes \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wno-error=missing-prototypes \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wnested-externs \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wno-error=nested-externs \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wpointer-arith \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wstrict-prototypes \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wno-error=strict-prototypes \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wno-switch -Wno-switch-enum \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wundef -Wwrite-strings \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wstrict-overflow=1 -Winit-self \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wmissing-include-dirs \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wstrict-aliasing \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wdeclaration-after-statement \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Waggregate-return \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wmissing-format-attribute \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wno-error=missing-format-attribute \
af23f58e
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wno-error=type-limits \
fd9379f9
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wno-error=unused-value \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wno-error=unused-variable \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wcast-qual -Wno-error=cast-qual \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wno-error=sign-compare -Wshadow \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wno-error=shadow \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wno-error=uninitialized \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-fdiagnostics-show-option \
064b4a0c
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wno-unused-parameter \
fd9379f9
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wno-error=unreachable-code \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Winvalid-pch \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wno-error=invalid-pch -O2 \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-D_FORTIFY_SOURCE=2 \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-fstack-protector-all \
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wstack-protector \
094104a7
 @DISTCHECK_ENABLE_FLAGS_TRUE@	-Wno-error=aggregate-return"
6d6e8271
 all: clamav-config.h
 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
28e73e95
 
 .SUFFIXES:
7c16e1bf
 am--refresh:
 	@:
6c7dbf7d
 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
7c16e1bf
 	@for dep in $?; do \
 	  case '$(am__configure_deps)' in \
 	    *$$dep*) \
295f1d1f
 	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
7c16e1bf
 		&& exit 0; \
 	      exit 1;; \
 	  esac; \
 	done; \
295f1d1f
 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 	$(am__cd) $(top_srcdir) && \
 	  $(AUTOMAKE) --foreign Makefile
7c16e1bf
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \
 	  *config.status*) \
 	    echo ' $(SHELL) ./config.status'; \
 	    $(SHELL) ./config.status;; \
 	  *) \
 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 	esac;
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
28e73e95
 	$(SHELL) ./config.status --recheck
 
6c7dbf7d
 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
295f1d1f
 	$(am__cd) $(srcdir) && $(AUTOCONF)
6c7dbf7d
 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
295f1d1f
 	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 $(am__aclocal_m4_deps):
28e73e95
 
6d6e8271
 clamav-config.h: stamp-h1
 	@if test ! -f $@; then \
 	  rm -f stamp-h1; \
8ec38f70
 	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
6d6e8271
 	else :; fi
 
 stamp-h1: $(srcdir)/clamav-config.h.in $(top_builddir)/config.status
 	@rm -f stamp-h1
 	cd $(top_builddir) && $(SHELL) ./config.status clamav-config.h
6c7dbf7d
 $(srcdir)/clamav-config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
295f1d1f
 	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
7c16e1bf
 	rm -f stamp-h1
 	touch $@
6d6e8271
 
 distclean-hdr:
7c16e1bf
 	-rm -f clamav-config.h stamp-h1
 clamav-config: $(top_builddir)/config.status $(srcdir)/clamav-config.in
9f51cb51
 	cd $(top_builddir) && $(SHELL) ./config.status $@
7c16e1bf
 libclamav.pc: $(top_builddir)/config.status $(srcdir)/libclamav.pc.in
9f51cb51
 	cd $(top_builddir) && $(SHELL) ./config.status $@
a39ae468
 docs/man/clamav-milter.8: $(top_builddir)/config.status $(top_srcdir)/docs/man/clamav-milter.8.in
 	cd $(top_builddir) && $(SHELL) ./config.status $@
 docs/man/clamconf.1: $(top_builddir)/config.status $(top_srcdir)/docs/man/clamconf.1.in
 	cd $(top_builddir) && $(SHELL) ./config.status $@
8600c7eb
 docs/man/clamd.8: $(top_builddir)/config.status $(top_srcdir)/docs/man/clamd.8.in
 	cd $(top_builddir) && $(SHELL) ./config.status $@
 docs/man/clamd.conf.5: $(top_builddir)/config.status $(top_srcdir)/docs/man/clamd.conf.5.in
 	cd $(top_builddir) && $(SHELL) ./config.status $@
a39ae468
 docs/man/clamdscan.1: $(top_builddir)/config.status $(top_srcdir)/docs/man/clamdscan.1.in
 	cd $(top_builddir) && $(SHELL) ./config.status $@
 docs/man/clamscan.1: $(top_builddir)/config.status $(top_srcdir)/docs/man/clamscan.1.in
 	cd $(top_builddir) && $(SHELL) ./config.status $@
8600c7eb
 docs/man/freshclam.1: $(top_builddir)/config.status $(top_srcdir)/docs/man/freshclam.1.in
 	cd $(top_builddir) && $(SHELL) ./config.status $@
 docs/man/freshclam.conf.5: $(top_builddir)/config.status $(top_srcdir)/docs/man/freshclam.conf.5.in
 	cd $(top_builddir) && $(SHELL) ./config.status $@
a39ae468
 docs/man/sigtool.1: $(top_builddir)/config.status $(top_srcdir)/docs/man/sigtool.1.in
 	cd $(top_builddir) && $(SHELL) ./config.status $@
8db0a346
 docs/man/clamdtop.1: $(top_builddir)/config.status $(top_srcdir)/docs/man/clamdtop.1.in
 	cd $(top_builddir) && $(SHELL) ./config.status $@
9f51cb51
 install-binSCRIPTS: $(bin_SCRIPTS)
 	@$(NORMAL_INSTALL)
8ec38f70
 	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
295f1d1f
 	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
 	for p in $$list; do \
7c16e1bf
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
295f1d1f
 	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
 	done | \
 	sed -e 'p;s,.*/,,;n' \
 	    -e 'h;s|.*|.|' \
 	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
 	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
 	      if (++n[d] == $(am__install_max)) { \
 		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
 	    else { print "f", d "/" $$4, $$1 } } \
 	  END { for (d in files) print "f", d, files[d] }' | \
 	while read type dir files; do \
 	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 	     test -z "$$files" || { \
 	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 	     } \
 	; done
9f51cb51
 
 uninstall-binSCRIPTS:
 	@$(NORMAL_UNINSTALL)
295f1d1f
 	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
 	files=`for p in $$list; do echo "$$p"; done | \
 	       sed -e 's,.*/,,;$(transform)'`; \
 	test -n "$$list" || exit 0; \
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
6d6e8271
 
1eb943f3
 installcheck-binSCRIPTS: $(bin_SCRIPTS)
 	bad=0; pid=$$$$; list="$(bin_SCRIPTS)"; for p in $$list; do \
 	  case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \
 	   *" $$p "* | *" $(srcdir)/$$p "*) continue;; \
 	  esac; \
 	  f=`echo "$$p" | sed 's,^.*/,,;$(transform)'`; \
 	  for opt in --help --version; do \
 	    if "$(DESTDIR)$(bindir)/$$f" $$opt >c$${pid}_.out \
 	         2>c$${pid}_.err </dev/null \
 		 && test -n "`cat c$${pid}_.out`" \
 		 && test -z "`cat c$${pid}_.err`"; then :; \
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
 	  done; \
 	done; rm -f c$${pid}_.???; exit $$bad
 
28e73e95
 mostlyclean-libtool:
 	-rm -f *.lo
 
 clean-libtool:
 	-rm -rf .libs _libs
 
 distclean-libtool:
997a1efe
 	-rm -f libtool config.lt
9f51cb51
 install-pkgconfigDATA: $(pkgconfig_DATA)
 	@$(NORMAL_INSTALL)
8ec38f70
 	test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
295f1d1f
 	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 	for p in $$list; do \
9f51cb51
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
295f1d1f
 	  echo "$$d$$p"; \
 	done | $(am__base_list) | \
 	while read files; do \
 	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
9f51cb51
 	done
 
 uninstall-pkgconfigDATA:
 	@$(NORMAL_UNINSTALL)
295f1d1f
 	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 	test -n "$$files" || exit 0; \
 	echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 	cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
28e73e95
 
 # This directory's subdirectories are mostly independent; you can cd
 # into them and run `make' without going through this Makefile.
 # To change the values of `make' variables: instead of editing Makefiles,
 # (1) if the variable is set in `config.status', edit `config.status'
 #     (which will cause the Makefiles to be regenerated when you run `make');
 # (2) otherwise, pass the desired values on the `make' command line.
 $(RECURSIVE_TARGETS):
27c0b825
 	@failcom='exit 1'; \
 	for f in x $$MAKEFLAGS; do \
 	  case $$f in \
 	    *=* | --[!k]*);; \
 	    *k*) failcom='fail=yes';; \
 	  esac; \
 	done; \
28e73e95
 	dot_seen=no; \
 	target=`echo $@ | sed s/-recursive//`; \
 	list='$(SUBDIRS)'; for subdir in $$list; do \
 	  echo "Making $$target in $$subdir"; \
 	  if test "$$subdir" = "."; then \
 	    dot_seen=yes; \
 	    local_target="$$target-am"; \
 	  else \
 	    local_target="$$target"; \
 	  fi; \
295f1d1f
 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
27c0b825
 	  || eval $$failcom; \
28e73e95
 	done; \
 	if test "$$dot_seen" = "no"; then \
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 	fi; test -z "$$fail"
 
8ec38f70
 $(RECURSIVE_CLEAN_TARGETS):
27c0b825
 	@failcom='exit 1'; \
 	for f in x $$MAKEFLAGS; do \
 	  case $$f in \
 	    *=* | --[!k]*);; \
 	    *k*) failcom='fail=yes';; \
 	  esac; \
 	done; \
28e73e95
 	dot_seen=no; \
 	case "$@" in \
 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 	  *) list='$(SUBDIRS)' ;; \
 	esac; \
 	rev=''; for subdir in $$list; do \
 	  if test "$$subdir" = "."; then :; else \
 	    rev="$$subdir $$rev"; \
 	  fi; \
 	done; \
 	rev="$$rev ."; \
 	target=`echo $@ | sed s/-recursive//`; \
 	for subdir in $$rev; do \
 	  echo "Making $$target in $$subdir"; \
 	  if test "$$subdir" = "."; then \
 	    local_target="$$target-am"; \
 	  else \
 	    local_target="$$target"; \
 	  fi; \
295f1d1f
 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
27c0b825
 	  || eval $$failcom; \
28e73e95
 	done && test -z "$$fail"
 tags-recursive:
 	list='$(SUBDIRS)'; for subdir in $$list; do \
295f1d1f
 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
28e73e95
 	done
7c16e1bf
 ctags-recursive:
 	list='$(SUBDIRS)'; for subdir in $$list; do \
295f1d1f
 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
7c16e1bf
 	done
28e73e95
 
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 	unique=`for i in $$list; do \
 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 	  done | \
997a1efe
 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3064a542
 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
28e73e95
 	mkid -fID $$unique
7c16e1bf
 tags: TAGS
28e73e95
 
6d6e8271
 TAGS: tags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIES) \
28e73e95
 		$(TAGS_FILES) $(LISP)
295f1d1f
 	set x; \
28e73e95
 	here=`pwd`; \
888f5794
 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
7c16e1bf
 	  include_option=--etags-include; \
888f5794
 	  empty_fix=.; \
7c16e1bf
 	else \
 	  include_option=--include; \
888f5794
 	  empty_fix=; \
7c16e1bf
 	fi; \
28e73e95
 	list='$(SUBDIRS)'; for subdir in $$list; do \
 	  if test "$$subdir" = .; then :; else \
888f5794
 	    test ! -f $$subdir/TAGS || \
295f1d1f
 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
28e73e95
 	  fi; \
 	done; \
6d6e8271
 	list='$(SOURCES) $(HEADERS) clamav-config.h.in $(LISP) $(TAGS_FILES)'; \
28e73e95
 	unique=`for i in $$list; do \
 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 	  done | \
3064a542
 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
295f1d1f
 	shift; \
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
888f5794
 	  test -n "$$unique" || unique=$$empty_fix; \
295f1d1f
 	  if test $$# -gt 0; then \
 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 	      "$$@" $$unique; \
 	  else \
 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 	      $$unique; \
 	  fi; \
888f5794
 	fi
7c16e1bf
 ctags: CTAGS
 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIES) \
 		$(TAGS_FILES) $(LISP)
 	list='$(SOURCES) $(HEADERS) clamav-config.h.in $(LISP) $(TAGS_FILES)'; \
 	unique=`for i in $$list; do \
 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 	  done | \
3064a542
 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
295f1d1f
 	test -z "$(CTAGS_ARGS)$$unique" \
7c16e1bf
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
295f1d1f
 	     $$unique
28e73e95
 
 GTAGS:
 	here=`$(am__cd) $(top_builddir) && pwd` \
295f1d1f
 	  && $(am__cd) $(top_srcdir) \
 	  && gtags -i $(GTAGS_ARGS) "$$here"
28e73e95
 
 distclean-tags:
7c16e1bf
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
28e73e95
 
 distdir: $(DISTFILES)
 	$(am__remove_distdir)
295f1d1f
 	test -d "$(distdir)" || mkdir "$(distdir)"
8ec38f70
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 	list='$(DISTFILES)'; \
 	  dist_files=`for file in $$list; do echo $$file; done | \
 	  sed -e "s|^$$srcdirstrip/||;t" \
 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 	case $$dist_files in \
 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 			   sort -u` ;; \
 	esac; \
 	for file in $$dist_files; do \
28e73e95
 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 	  if test -d $$d/$$file; then \
8ec38f70
 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
295f1d1f
 	    if test -d "$(distdir)/$$file"; then \
 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 	    fi; \
28e73e95
 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
295f1d1f
 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
28e73e95
 	    fi; \
295f1d1f
 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
28e73e95
 	  else \
295f1d1f
 	    test -f "$(distdir)/$$file" \
 	    || cp -p $$d/$$file "$(distdir)/$$file" \
28e73e95
 	    || exit 1; \
 	  fi; \
 	done
295f1d1f
 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
28e73e95
 	  if test "$$subdir" = .; then :; else \
7c16e1bf
 	    test -d "$(distdir)/$$subdir" \
8ec38f70
 	    || $(MKDIR_P) "$(distdir)/$$subdir" \
28e73e95
 	    || exit 1; \
295f1d1f
 	  fi; \
 	done
 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 	  if test "$$subdir" = .; then :; else \
 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 	    $(am__relativize); \
 	    new_distdir=$$reldir; \
 	    dir1=$$subdir; dir2="$(top_distdir)"; \
 	    $(am__relativize); \
 	    new_top_distdir=$$reldir; \
 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 	    ($(am__cd) $$subdir && \
28e73e95
 	      $(MAKE) $(AM_MAKEFLAGS) \
295f1d1f
 	        top_distdir="$$new_top_distdir" \
 	        distdir="$$new_distdir" \
8ec38f70
 		am__remove_distdir=: \
 		am__skip_length_check=: \
295f1d1f
 		am__skip_mode_fix=: \
28e73e95
 	        distdir) \
 	      || exit 1; \
 	  fi; \
 	done
295f1d1f
 	-test -n "$(am__skip_mode_fix)" \
 	|| find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
28e73e95
 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
8ec38f70
 	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
295f1d1f
 	|| chmod -R a+r "$(distdir)"
28e73e95
 dist-gzip: distdir
27c0b825
 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
28e73e95
 	$(am__remove_distdir)
7c16e1bf
 dist-bzip2: distdir
27c0b825
 	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
7c16e1bf
 	$(am__remove_distdir)
 
3064a542
 dist-lzma: distdir
 	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 	$(am__remove_distdir)
 
295f1d1f
 dist-xz: distdir
 	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 	$(am__remove_distdir)
 
7c16e1bf
 dist-tarZ: distdir
27c0b825
 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
7c16e1bf
 	$(am__remove_distdir)
 
 dist-shar: distdir
 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 	$(am__remove_distdir)
 
 dist-zip: distdir
 	-rm -f $(distdir).zip
 	zip -rq $(distdir).zip $(distdir)
 	$(am__remove_distdir)
 
28e73e95
 dist dist-all: distdir
27c0b825
 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
4c56bffa
 	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
28e73e95
 	$(am__remove_distdir)
 
 # This target untars the dist file and tries a VPATH configuration.  Then
 # it guarantees that the distribution is self-contained by making another
 # tarfile.
 distcheck: dist
7c16e1bf
 	case '$(DIST_ARCHIVES)' in \
 	*.tar.gz*) \
27c0b825
 	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
7c16e1bf
 	*.tar.bz2*) \
27c0b825
 	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
3064a542
 	*.tar.lzma*) \
 	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
295f1d1f
 	*.tar.xz*) \
 	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
7c16e1bf
 	*.tar.Z*) \
27c0b825
 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
7c16e1bf
 	*.shar.gz*) \
888f5794
 	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
7c16e1bf
 	*.zip*) \
 	  unzip $(distdir).zip ;;\
 	esac
28e73e95
 	chmod -R a-w $(distdir); chmod a+w $(distdir)
7c16e1bf
 	mkdir $(distdir)/_build
 	mkdir $(distdir)/_inst
28e73e95
 	chmod a-w $(distdir)
295f1d1f
 	test -d $(distdir)/_build || exit 0; \
7c16e1bf
 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
295f1d1f
 	  && am__cwd=`pwd` \
 	  && $(am__cd) $(distdir)/_build \
7c16e1bf
 	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
28e73e95
 	    $(DISTCHECK_CONFIGURE_FLAGS) \
 	  && $(MAKE) $(AM_MAKEFLAGS) \
 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
 	  && $(MAKE) $(AM_MAKEFLAGS) check \
 	  && $(MAKE) $(AM_MAKEFLAGS) install \
 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
7c16e1bf
 	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 	        distuninstallcheck \
 	  && chmod -R a-w "$$dc_install_base" \
 	  && ({ \
 	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
 	  && rm -rf "$$dc_destdir" \
 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
 	  && rm -rf $(DIST_ARCHIVES) \
295f1d1f
 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 	  && cd "$$am__cwd" \
 	  || exit 1
28e73e95
 	$(am__remove_distdir)
7c16e1bf
 	@(echo "$(distdir) archives ready for distribution: "; \
 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
8ec38f70
 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
7c16e1bf
 distuninstallcheck:
295f1d1f
 	@$(am__cd) '$(distuninstallcheck_dir)' \
7c16e1bf
 	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 	   || { echo "ERROR: files left after uninstall:" ; \
 	        if test -n "$(DESTDIR)"; then \
 	          echo "  (check DESTDIR support)"; \
 	        fi ; \
 	        $(distuninstallcheck_listfiles) ; \
 	        exit 1; } >&2
28e73e95
 distcleancheck: distclean
7c16e1bf
 	@if test '$(srcdir)' = . ; then \
28e73e95
 	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 	  exit 1 ; \
 	fi
7c16e1bf
 	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 	  || { echo "ERROR: files left in build directory after distclean:" ; \
28e73e95
 	       $(distcleancheck_listfiles) ; \
 	       exit 1; } >&2
 check-am: all-am
 check: check-recursive
9f51cb51
 all-am: Makefile $(SCRIPTS) $(DATA) clamav-config.h
28e73e95
 installdirs: installdirs-recursive
 installdirs-am:
7c16e1bf
 	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"; do \
8ec38f70
 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
7c16e1bf
 	done
28e73e95
 install: install-recursive
 install-exec: install-exec-recursive
 install-data: install-data-recursive
 uninstall: uninstall-recursive
 
 install-am: all-am
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
 installcheck: installcheck-recursive
 install-strip:
 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
7c16e1bf
 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
28e73e95
 	  `test -z '$(STRIP)' || \
 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
 
 distclean-generic:
27c0b825
 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
295f1d1f
 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
b6927a7c
 	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
28e73e95
 
 maintainer-clean-generic:
 	@echo "This command is intended for maintainers to use"
 	@echo "it deletes files that may require special tools to rebuild."
 clean: clean-recursive
 
 clean-am: clean-generic clean-libtool mostlyclean-am
 
 distclean: distclean-recursive
7c16e1bf
 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
 	-rm -f Makefile
 distclean-am: clean-am distclean-generic distclean-hdr \
 	distclean-libtool distclean-tags
28e73e95
 
 dvi: dvi-recursive
 
 dvi-am:
 
7c16e1bf
 html: html-recursive
 
295f1d1f
 html-am:
 
28e73e95
 info: info-recursive
 
 info-am:
 
9f51cb51
 install-data-am: install-pkgconfigDATA
28e73e95
 
8ec38f70
 install-dvi: install-dvi-recursive
 
295f1d1f
 install-dvi-am:
 
9f51cb51
 install-exec-am: install-binSCRIPTS
28e73e95
 
8ec38f70
 install-html: install-html-recursive
 
295f1d1f
 install-html-am:
 
28e73e95
 install-info: install-info-recursive
 
295f1d1f
 install-info-am:
 
28e73e95
 install-man:
 
8ec38f70
 install-pdf: install-pdf-recursive
 
295f1d1f
 install-pdf-am:
 
8ec38f70
 install-ps: install-ps-recursive
 
295f1d1f
 install-ps-am:
 
1eb943f3
 installcheck-am: installcheck-binSCRIPTS
28e73e95
 
 maintainer-clean: maintainer-clean-recursive
7c16e1bf
 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
 	-rm -rf $(top_srcdir)/autom4te.cache
 	-rm -f Makefile
28e73e95
 maintainer-clean-am: distclean-am maintainer-clean-generic
 
 mostlyclean: mostlyclean-recursive
 
 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
7c16e1bf
 pdf: pdf-recursive
 
 pdf-am:
 
 ps: ps-recursive
 
 ps-am:
 
8ec38f70
 uninstall-am: uninstall-binSCRIPTS uninstall-pkgconfigDATA
28e73e95
 
295f1d1f
 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 	ctags-recursive install-am install-strip tags-recursive
28e73e95
 
8ec38f70
 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 	all all-am am--refresh check check-am clean clean-generic \
 	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
295f1d1f
 	dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 	distcheck distclean distclean-generic distclean-hdr \
 	distclean-libtool distclean-tags distcleancheck distdir \
 	distuninstallcheck dvi dvi-am html html-am info info-am \
 	install install-am install-binSCRIPTS install-data \
 	install-data-am install-dvi install-dvi-am install-exec \
 	install-exec-am install-html install-html-am install-info \
 	install-info-am install-man install-pdf install-pdf-am \
 	install-pkgconfigDATA install-ps install-ps-am install-strip \
 	installcheck installcheck-am installcheck-binSCRIPTS \
 	installdirs installdirs-am maintainer-clean \
 	maintainer-clean-generic mostlyclean mostlyclean-generic \
 	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 	uninstall uninstall-am uninstall-binSCRIPTS \
 	uninstall-pkgconfigDATA
28e73e95
 
dfc0c031
 lcov:
 	($(MAKE); cd unit_tests; $(MAKE) lcov)
a66b62f8
 quick-check:
 	($(MAKE); cd unit_tests; $(MAKE) quick-check)
295f1d1f
 
28e73e95
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT: