1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#
18#  Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
19#  Copyright (C) 2007-2013 Sourcefire, Inc.
20#  Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
21#
22#  This program is free software; you can redistribute it and/or modify
23#  it under the terms of the GNU General Public License as published by
24#  the Free Software Foundation; either version 2 of the License, or
25#  (at your option) any later version.
26#
27#  This program is distributed in the hope that it will be useful,
28#  but WITHOUT ANY WARRANTY; without even the implied warranty of
29#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30#  GNU General Public License for more details.
31#
32#  You should have received a copy of the GNU General Public License
33#  along with this program; if not, write to the Free Software
34#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
35#  MA 02110-1301, USA.
36VPATH = @srcdir@
37am__is_gnu_make = { \
38  if test -z '$(MAKELEVEL)'; then \
39    false; \
40  elif test -n '$(MAKE_HOST)'; then \
41    true; \
42  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
43    true; \
44  else \
45    false; \
46  fi; \
47}
48am__make_running_with_option = \
49  case $${target_option-} in \
50      ?) ;; \
51      *) echo "am__make_running_with_option: internal error: invalid" \
52              "target option '$${target_option-}' specified" >&2; \
53         exit 1;; \
54  esac; \
55  has_opt=no; \
56  sane_makeflags=$$MAKEFLAGS; \
57  if $(am__is_gnu_make); then \
58    sane_makeflags=$$MFLAGS; \
59  else \
60    case $$MAKEFLAGS in \
61      *\\[\ \	]*) \
62        bs=\\; \
63        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
64          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
65    esac; \
66  fi; \
67  skip_next=no; \
68  strip_trailopt () \
69  { \
70    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
71  }; \
72  for flg in $$sane_makeflags; do \
73    test $$skip_next = yes && { skip_next=no; continue; }; \
74    case $$flg in \
75      *=*|--*) continue;; \
76        -*I) strip_trailopt 'I'; skip_next=yes;; \
77      -*I?*) strip_trailopt 'I';; \
78        -*O) strip_trailopt 'O'; skip_next=yes;; \
79      -*O?*) strip_trailopt 'O';; \
80        -*l) strip_trailopt 'l'; skip_next=yes;; \
81      -*l?*) strip_trailopt 'l';; \
82      -[dEDm]) skip_next=yes;; \
83      -[JT]) skip_next=yes;; \
84    esac; \
85    case $$flg in \
86      *$$target_option*) has_opt=yes; break;; \
87    esac; \
88  done; \
89  test $$has_opt = yes
90am__make_dryrun = (target_option=n; $(am__make_running_with_option))
91am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
92pkgdatadir = $(datadir)/@PACKAGE@
93pkgincludedir = $(includedir)/@PACKAGE@
94pkglibdir = $(libdir)/@PACKAGE@
95pkglibexecdir = $(libexecdir)/@PACKAGE@
96am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
97install_sh_DATA = $(install_sh) -c -m 644
98install_sh_PROGRAM = $(install_sh) -c
99install_sh_SCRIPT = $(install_sh) -c
100INSTALL_HEADER = $(INSTALL_DATA)
101transform = $(program_transform_name)
102NORMAL_INSTALL = :
103PRE_INSTALL = :
104POST_INSTALL = :
105NORMAL_UNINSTALL = :
106PRE_UNINSTALL = :
107POST_UNINSTALL = :
108build_triplet = @build@
109host_triplet = @host@
110target_triplet = @target@
111@BUILD_CLAMONACC_TRUE@am__append_1 = man/clamonacc.8
112@ENABLE_CLAMSUBMIT_TRUE@am__append_2 = man/clamsubmit.1
113subdir = docs
114ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
115am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
116	$(top_srcdir)/m4/ax_check_uname_syscall.m4 \
117	$(top_srcdir)/m4/fdpassing.m4 $(top_srcdir)/m4/lib-ld.m4 \
118	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
119	$(top_srcdir)/m4/lib-prelude.m4 $(top_srcdir)/m4/libtool.m4 \
120	$(top_srcdir)/m4/llvm.m4 $(top_srcdir)/m4/ltargz.m4 \
121	$(top_srcdir)/m4/ltdl.m4 $(top_srcdir)/m4/ltoptions.m4 \
122	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
123	$(top_srcdir)/m4/lt~obsolete.m4 \
124	$(top_srcdir)/m4/mmap_private.m4 $(top_srcdir)/m4/resolv.m4 \
125	$(top_srcdir)/m4/reorganization/version.m4 \
126	$(top_srcdir)/m4/reorganization/libclamav-only.m4 \
127	$(top_srcdir)/m4/reorganization/build_tools.m4 \
128	$(top_srcdir)/m4/reorganization/headers.m4 \
129	$(top_srcdir)/m4/reorganization/c_options.m4 \
130	$(top_srcdir)/m4/reorganization/compiler_checks.m4 \
131	$(top_srcdir)/m4/reorganization/linker_checks.m4 \
132	$(top_srcdir)/m4/reorganization/code_checks/fuzz.m4 \
133	$(top_srcdir)/m4/reorganization/code_checks/functions.m4 \
134	$(top_srcdir)/m4/reorganization/code_checks/mpool.m4 \
135	$(top_srcdir)/m4/reorganization/code_checks/unit_tests.m4 \
136	$(top_srcdir)/m4/reorganization/code_checks/coverage.m4 \
137	$(top_srcdir)/m4/reorganization/libs/xml.m4 \
138	$(top_srcdir)/m4/reorganization/libs/openssl.m4 \
139	$(top_srcdir)/m4/reorganization/libs/json.m4 \
140	$(top_srcdir)/m4/reorganization/libs/pcre.m4 \
141	$(top_srcdir)/m4/reorganization/libs/libmspack.m4 \
142	$(top_srcdir)/m4/reorganization/libs/libz.m4 \
143	$(top_srcdir)/m4/reorganization/libs/bzip.m4 \
144	$(top_srcdir)/m4/reorganization/libs/unrar.m4 \
145	$(top_srcdir)/m4/reorganization/libs/systemd.m4 \
146	$(top_srcdir)/m4/reorganization/code_checks/ipv6.m4 \
147	$(top_srcdir)/m4/reorganization/code_checks/dns.m4 \
148	$(top_srcdir)/m4/reorganization/code_checks/fanotify.m4 \
149	$(top_srcdir)/m4/reorganization/code_checks/setpgrp.m4 \
150	$(top_srcdir)/m4/reorganization/milter/enable.m4 \
151	$(top_srcdir)/m4/reorganization/libs/iconv_check.m4 \
152	$(top_srcdir)/m4/reorganization/libs/iconv.m4 \
153	$(top_srcdir)/m4/reorganization/code_checks/pthreads.m4 \
154	$(top_srcdir)/m4/reorganization/code_checks/reentrant.m4 \
155	$(top_srcdir)/m4/reorganization/utility_checks/id.m4 \
156	$(top_srcdir)/m4/reorganization/utility_checks/yp.m4 \
157	$(top_srcdir)/m4/reorganization/usergroup.m4 \
158	$(top_srcdir)/m4/reorganization/debug.m4 \
159	$(top_srcdir)/m4/reorganization/customversion.m4 \
160	$(top_srcdir)/m4/reorganization/nocache.m4 \
161	$(top_srcdir)/m4/reorganization/dns.m4 \
162	$(top_srcdir)/m4/reorganization/bigstack.m4 \
163	$(top_srcdir)/m4/reorganization/dbdir.m4 \
164	$(top_srcdir)/m4/reorganization/cfgdir.m4 \
165	$(top_srcdir)/m4/reorganization/code_checks/in_port_t.m4 \
166	$(top_srcdir)/m4/reorganization/code_checks/in_addr_t.m4 \
167	$(top_srcdir)/m4/reorganization/os_checks.m4 \
168	$(top_srcdir)/m4/reorganization/milter/check.m4 \
169	$(top_srcdir)/m4/reorganization/code_checks/pthread_02.m4 \
170	$(top_srcdir)/m4/reorganization/code_checks/ctime.m4 \
171	$(top_srcdir)/m4/reorganization/code_checks/socklen_t.m4 \
172	$(top_srcdir)/m4/reorganization/clamav_user.m4 \
173	$(top_srcdir)/m4/reorganization/code_checks/compiler_attribs.m4 \
174	$(top_srcdir)/m4/reorganization/code_checks/select.m4 \
175	$(top_srcdir)/m4/reorganization/code_checks/stat64.m4 \
176	$(top_srcdir)/m4/reorganization/code_checks/shift.m4 \
177	$(top_srcdir)/m4/reorganization/code_checks/features.m4 \
178	$(top_srcdir)/m4/reorganization/clamdtop.m4 \
179	$(top_srcdir)/m4/reorganization/distcheck.m4 \
180	$(top_srcdir)/m4/reorganization/llvm.m4 \
181	$(top_srcdir)/libclamav/c++/m4/llvm-opts.m4 \
182	$(top_srcdir)/m4/reorganization/sha_collect.m4 \
183	$(top_srcdir)/m4/reorganization/yara.m4 \
184	$(top_srcdir)/m4/reorganization/code_checks/fts.m4 \
185	$(top_srcdir)/m4/reorganization/prelude.m4 \
186	$(top_srcdir)/m4/reorganization/bsd.m4 \
187	$(top_srcdir)/m4/reorganization/clamonacc.m4 \
188	$(top_srcdir)/m4/reorganization/libs/curl.m4 \
189	$(top_srcdir)/m4/reorganization/substitutions.m4 \
190	$(top_srcdir)/m4/reorganization/strni.m4 \
191	$(top_srcdir)/m4/reorganization/types.m4 \
192	$(top_srcdir)/configure.ac
193am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
194	$(ACLOCAL_M4)
195DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
196mkinstalldirs = $(install_sh) -d
197CONFIG_HEADER = $(top_builddir)/clamav-config.h \
198	$(top_builddir)/libclammspack/config.h
199CONFIG_CLEAN_FILES =
200CONFIG_CLEAN_VPATH_FILES =
201AM_V_P = $(am__v_P_@AM_V@)
202am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
203am__v_P_0 = false
204am__v_P_1 = :
205AM_V_GEN = $(am__v_GEN_@AM_V@)
206am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
207am__v_GEN_0 = @echo "  GEN     " $@;
208am__v_GEN_1 =
209AM_V_at = $(am__v_at_@AM_V@)
210am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
211am__v_at_0 = @
212am__v_at_1 =
213SOURCES =
214DIST_SOURCES =
215am__can_run_installinfo = \
216  case $$AM_UPDATE_INFO_DIR in \
217    n|no|NO) false;; \
218    *) (install-info --version) >/dev/null 2>&1;; \
219  esac
220am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
221am__vpath_adj = case $$p in \
222    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
223    *) f=$$p;; \
224  esac;
225am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
226am__install_max = 40
227am__nobase_strip_setup = \
228  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
229am__nobase_strip = \
230  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
231am__nobase_list = $(am__nobase_strip_setup); \
232  for p in $$list; do echo "$$p $$p"; done | \
233  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
234  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
235    if (++n[$$2] == $(am__install_max)) \
236      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
237    END { for (dir in files) print dir, files[dir] }'
238am__base_list = \
239  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
240  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
241am__uninstall_files_from_dir = { \
242  test -z "$$files" \
243    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
244    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
245         $(am__cd) "$$dir" && rm -f $$files; }; \
246  }
247man1dir = $(mandir)/man1
248am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" \
249	"$(DESTDIR)$(man8dir)"
250man5dir = $(mandir)/man5
251man8dir = $(mandir)/man8
252NROFF = nroff
253MANS = $(man_MANS)
254am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
255am__DIST_COMMON = $(srcdir)/Makefile.in
256DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
257ACLOCAL = @ACLOCAL@
258AMTAR = @AMTAR@
259AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
260AR = @AR@
261AUTOCONF = @AUTOCONF@
262AUTOHEADER = @AUTOHEADER@
263AUTOMAKE = @AUTOMAKE@
264AWK = @AWK@
265BUILD_CONFIGURE_FLAGS = @BUILD_CONFIGURE_FLAGS@
266CC = @CC@
267CCDEPMODE = @CCDEPMODE@
268CFGDIR = @CFGDIR@
269CFLAGS = @CFLAGS@
270CHECK_CFLAGS = @CHECK_CFLAGS@
271CHECK_CPPFLAGS = @CHECK_CPPFLAGS@
272CHECK_LIBS = @CHECK_LIBS@
273CLAMAVGROUP = @CLAMAVGROUP@
274CLAMAVUSER = @CLAMAVUSER@
275CLAMAV_MILTER_CPPFLAGS = @CLAMAV_MILTER_CPPFLAGS@
276CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
277CLAMBC_CPPFLAGS = @CLAMBC_CPPFLAGS@
278CLAMBC_LIBS = @CLAMBC_LIBS@
279CLAMCONF_CPPFLAGS = @CLAMCONF_CPPFLAGS@
280CLAMCONF_LIBS = @CLAMCONF_LIBS@
281CLAMDSCAN_CPPFLAGS = @CLAMDSCAN_CPPFLAGS@
282CLAMDSCAN_LIBS = @CLAMDSCAN_LIBS@
283CLAMDTOP_CPPFLAGS = @CLAMDTOP_CPPFLAGS@
284CLAMDTOP_LIBS = @CLAMDTOP_LIBS@
285CLAMD_CPPFLAGS = @CLAMD_CPPFLAGS@
286CLAMD_LIBS = @CLAMD_LIBS@
287CLAMMEM_CPPFLAGS = @CLAMMEM_CPPFLAGS@
288CLAMMEM_LIBS = @CLAMMEM_LIBS@
289CLAMONACC_CPPFLAGS = @CLAMONACC_CPPFLAGS@
290CLAMONACC_LIBS = @CLAMONACC_LIBS@
291CLAMSCAN_CPPFLAGS = @CLAMSCAN_CPPFLAGS@
292CLAMSCAN_LIBS = @CLAMSCAN_LIBS@
293CLAMSUBMIT_CFLAGS = @CLAMSUBMIT_CFLAGS@
294CLAMSUBMIT_LIBS = @CLAMSUBMIT_LIBS@
295CPP = @CPP@
296CPPFLAGS = @CPPFLAGS@
297CURL_CPPFLAGS = @CURL_CPPFLAGS@
298CURL_LDFLAGS = @CURL_LDFLAGS@
299CURL_LIBS = @CURL_LIBS@
300CURSES_CPPFLAGS = @CURSES_CPPFLAGS@
301CURSES_LIBS = @CURSES_LIBS@
302CXX = @CXX@
303CXXCPP = @CXXCPP@
304CXXDEPMODE = @CXXDEPMODE@
305CXXFLAGS = @CXXFLAGS@
306CYGPATH_W = @CYGPATH_W@
307DBDIR = @DBDIR@
308DEFINE_SF32_PREFIX = @DEFINE_SF32_PREFIX@
309DEFINE_SF64_PREFIX = @DEFINE_SF64_PREFIX@
310DEFS = @DEFS@
311DEPDIR = @DEPDIR@
312DLLTOOL = @DLLTOOL@
313DSYMUTIL = @DSYMUTIL@
314DUMPBIN = @DUMPBIN@
315ECHO_C = @ECHO_C@
316ECHO_N = @ECHO_N@
317ECHO_T = @ECHO_T@
318EGREP = @EGREP@
319EXEEXT = @EXEEXT@
320FGREP = @FGREP@
321FRESHCLAM_CPPFLAGS = @FRESHCLAM_CPPFLAGS@
322FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
323GCOV = @GCOV@
324GENERATE_WARNING = @GENERATE_WARNING@
325GENHTML = @GENHTML@
326GETENT = @GETENT@
327GPERF = @GPERF@
328GREP = @GREP@
329HAVE_STRNI = @HAVE_STRNI@
330HAVE_YARA = @HAVE_YARA@
331INCLTDL = @INCLTDL@
332INSTALL = @INSTALL@
333INSTALL_DATA = @INSTALL_DATA@
334INSTALL_PROGRAM = @INSTALL_PROGRAM@
335INSTALL_SCRIPT = @INSTALL_SCRIPT@
336INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
337INT16_DEF = @INT16_DEF@
338INT32_DEF = @INT32_DEF@
339INT64_DEF = @INT64_DEF@
340INT8_DEF = @INT8_DEF@
341INT_TYPES_HEADER = @INT_TYPES_HEADER@
342JSON_CPPFLAGS = @JSON_CPPFLAGS@
343JSON_LDFLAGS = @JSON_LDFLAGS@
344JSON_LIBS = @JSON_LIBS@
345LCOV = @LCOV@
346LD = @LD@
347LDFLAGS = @LDFLAGS@
348LEX = @LEX@
349LEXLIB = @LEXLIB@
350LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
351LIBADD_DL = @LIBADD_DL@
352LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
353LIBADD_DLOPEN = @LIBADD_DLOPEN@
354LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
355LIBBZ2 = @LIBBZ2@
356LIBBZ2_PREFIX = @LIBBZ2_PREFIX@
357LIBCLAMAV_CPPFLAGS = @LIBCLAMAV_CPPFLAGS@
358LIBCLAMAV_LIBS = @LIBCLAMAV_LIBS@
359LIBCLAMAV_VERSION = @LIBCLAMAV_VERSION@
360LIBCLAMAV_VERSION_NUM = @LIBCLAMAV_VERSION_NUM@
361LIBCLAMSHARED_CPPFLAGS = @LIBCLAMSHARED_CPPFLAGS@
362LIBFRESHCLAM_VERSION = @LIBFRESHCLAM_VERSION@
363LIBFRESHCLAM_VERSION_NUM = @LIBFRESHCLAM_VERSION_NUM@
364LIBICONV = @LIBICONV@
365LIBLTDL = @LIBLTDL@
366LIBM = @LIBM@
367LIBMSPACK_CFLAGS = @LIBMSPACK_CFLAGS@
368LIBMSPACK_LIBS = @LIBMSPACK_LIBS@
369LIBOBJS = @LIBOBJS@
370LIBPRELUDE_CFLAGS = @LIBPRELUDE_CFLAGS@
371LIBPRELUDE_CONFIG = @LIBPRELUDE_CONFIG@
372LIBPRELUDE_CONFIG_PREFIX = @LIBPRELUDE_CONFIG_PREFIX@
373LIBPRELUDE_LDFLAGS = @LIBPRELUDE_LDFLAGS@
374LIBPRELUDE_LIBS = @LIBPRELUDE_LIBS@
375LIBPRELUDE_PREFIX = @LIBPRELUDE_PREFIX@
376LIBPRELUDE_PTHREAD_CFLAGS = @LIBPRELUDE_PTHREAD_CFLAGS@
377LIBS = @LIBS@
378LIBTOOL = @LIBTOOL@
379LIPO = @LIPO@
380LN_S = @LN_S@
381LTDLDEPS = @LTDLDEPS@
382LTDLINCL = @LTDLINCL@
383LTDLOPEN = @LTDLOPEN@
384LTLIBBZ2 = @LTLIBBZ2@
385LTLIBICONV = @LTLIBICONV@
386LTLIBOBJS = @LTLIBOBJS@
387LT_ARGZ_H = @LT_ARGZ_H@
388LT_CONFIG_H = @LT_CONFIG_H@
389LT_DLLOADERS = @LT_DLLOADERS@
390LT_DLPREOPEN = @LT_DLPREOPEN@
391LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
392MAINT = @MAINT@
393MAKEINFO = @MAKEINFO@
394MANIFEST_TOOL = @MANIFEST_TOOL@
395MKDIR_P = @MKDIR_P@
396NCURSES_CFLAGS = @NCURSES_CFLAGS@
397NCURSES_LIBS = @NCURSES_LIBS@
398NM = @NM@
399NMEDIT = @NMEDIT@
400OBJC = @OBJC@
401OBJCDEPMODE = @OBJCDEPMODE@
402OBJCFLAGS = @OBJCFLAGS@
403OBJDUMP = @OBJDUMP@
404OBJEXT = @OBJEXT@
405OTOOL = @OTOOL@
406OTOOL64 = @OTOOL64@
407PACKAGE = @PACKAGE@
408PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
409PACKAGE_NAME = @PACKAGE_NAME@
410PACKAGE_STRING = @PACKAGE_STRING@
411PACKAGE_TARNAME = @PACKAGE_TARNAME@
412PACKAGE_URL = @PACKAGE_URL@
413PACKAGE_VERSION = @PACKAGE_VERSION@
414PACKAGE_VERSION_NUM = @PACKAGE_VERSION_NUM@
415PATH_SEPARATOR = @PATH_SEPARATOR@
416PCRE_CFLAGS = @PCRE_CFLAGS@
417PCRE_CPPFLAGS = @PCRE_CPPFLAGS@
418PCRE_LIBS = @PCRE_LIBS@
419PKG_CONFIG = @PKG_CONFIG@
420PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
421PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
422RANLIB = @RANLIB@
423SED = @SED@
424SET_MAKE = @SET_MAKE@
425SHELL = @SHELL@
426SIGTOOL_CPPFLAGS = @SIGTOOL_CPPFLAGS@
427SSL_CPPFLAGS = @SSL_CPPFLAGS@
428SSL_LDFLAGS = @SSL_LDFLAGS@
429SSL_LIBS = @SSL_LIBS@
430STRIP = @STRIP@
431SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
432SYSTEMD_LIBS = @SYSTEMD_LIBS@
433THREAD_LIBS = @THREAD_LIBS@
434TH_SAFE = @TH_SAFE@
435UINT16_DEF = @UINT16_DEF@
436UINT32_DEF = @UINT32_DEF@
437UINT64_DEF = @UINT64_DEF@
438UINT8_DEF = @UINT8_DEF@
439VERSION = @VERSION@
440VERSIONSCRIPTFLAG = @VERSIONSCRIPTFLAG@
441WERR_CFLAGS = @WERR_CFLAGS@
442WERR_CFLAGS_MILTER = @WERR_CFLAGS_MILTER@
443XML_CPPFLAGS = @XML_CPPFLAGS@
444XML_LIBS = @XML_LIBS@
445YACC = @YACC@
446YFLAGS = @YFLAGS@
447ZLIB_CFLAGS = @ZLIB_CFLAGS@
448ZLIB_LIBS = @ZLIB_LIBS@
449abs_builddir = @abs_builddir@
450abs_srcdir = @abs_srcdir@
451abs_top_builddir = @abs_top_builddir@
452abs_top_srcdir = @abs_top_srcdir@
453ac_ct_AR = @ac_ct_AR@
454ac_ct_CC = @ac_ct_CC@
455ac_ct_CXX = @ac_ct_CXX@
456ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
457ac_ct_OBJC = @ac_ct_OBJC@
458am__include = @am__include@
459am__leading_dot = @am__leading_dot@
460am__quote = @am__quote@
461am__tar = @am__tar@
462am__untar = @am__untar@
463bindir = @bindir@
464build = @build@
465build_alias = @build_alias@
466build_cpu = @build_cpu@
467build_os = @build_os@
468build_vendor = @build_vendor@
469builddir = @builddir@
470curl_config = @curl_config@
471datadir = @datadir@
472datarootdir = @datarootdir@
473docdir = @docdir@
474dvidir = @dvidir@
475exec_prefix = @exec_prefix@
476host = @host@
477host_alias = @host_alias@
478host_cpu = @host_cpu@
479host_os = @host_os@
480host_vendor = @host_vendor@
481htmldir = @htmldir@
482includedir = @includedir@
483infodir = @infodir@
484install_sh = @install_sh@
485libdir = @libdir@
486libexecdir = @libexecdir@
487llvmconfig = @llvmconfig@
488localedir = @localedir@
489localstatedir = @localstatedir@
490ltdl_LIBOBJS = @ltdl_LIBOBJS@
491ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
492mandir = @mandir@
493mkdir_p = @mkdir_p@
494oldincludedir = @oldincludedir@
495pcreconfig = @pcreconfig@
496pdfdir = @pdfdir@
497prefix = @prefix@
498program_transform_name = @program_transform_name@
499psdir = @psdir@
500runstatedir = @runstatedir@
501sbindir = @sbindir@
502sharedstatedir = @sharedstatedir@
503srcdir = @srcdir@
504subdirs = @subdirs@
505sys_symbol_underscore = @sys_symbol_underscore@
506sysconfdir = @sysconfdir@
507systemdsystemunitdir = @systemdsystemunitdir@
508target = @target@
509target_alias = @target_alias@
510target_cpu = @target_cpu@
511target_os = @target_os@
512target_vendor = @target_vendor@
513top_build_prefix = @top_build_prefix@
514top_builddir = @top_builddir@
515top_srcdir = @top_srcdir@
516xmlconfig = @xmlconfig@
517EXTRA_DIST = html $(top_srcdir)/docs/man/*.in
518man_MANS = man/clamscan.1 man/freshclam.1 man/sigtool.1 man/clamd.8 \
519	man/clamd.conf.5 man/clamdscan.1 man/clamav-milter.8 \
520	man/clamav-milter.conf.5 man/freshclam.conf.5 man/clamconf.1 \
521	man/clamdtop.1 man/clambc.1 $(am__append_1) $(am__append_2)
522all: all-am
523
524.SUFFIXES:
525$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
526	@for dep in $?; do \
527	  case '$(am__configure_deps)' in \
528	    *$$dep*) \
529	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
530	        && { if test -f $@; then exit 0; else break; fi; }; \
531	      exit 1;; \
532	  esac; \
533	done; \
534	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \
535	$(am__cd) $(top_srcdir) && \
536	  $(AUTOMAKE) --foreign docs/Makefile
537Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
538	@case '$?' in \
539	  *config.status*) \
540	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
541	  *) \
542	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
543	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
544	esac;
545
546$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
547	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
548
549$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
550	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
551$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
552	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
553$(am__aclocal_m4_deps):
554
555mostlyclean-libtool:
556	-rm -f *.lo
557
558clean-libtool:
559	-rm -rf .libs _libs
560install-man1: $(man_MANS)
561	@$(NORMAL_INSTALL)
562	@list1=''; \
563	list2='$(man_MANS)'; \
564	test -n "$(man1dir)" \
565	  && test -n "`echo $$list1$$list2`" \
566	  || exit 0; \
567	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
568	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
569	{ for i in $$list1; do echo "$$i"; done;  \
570	if test -n "$$list2"; then \
571	  for i in $$list2; do echo "$$i"; done \
572	    | sed -n '/\.1[a-z]*$$/p'; \
573	fi; \
574	} | while read p; do \
575	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
576	  echo "$$d$$p"; echo "$$p"; \
577	done | \
578	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
579	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
580	sed 'N;N;s,\n, ,g' | { \
581	list=; while read file base inst; do \
582	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
583	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
584	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
585	  fi; \
586	done; \
587	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
588	while read files; do \
589	  test -z "$$files" || { \
590	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
591	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
592	done; }
593
594uninstall-man1:
595	@$(NORMAL_UNINSTALL)
596	@list=''; test -n "$(man1dir)" || exit 0; \
597	files=`{ for i in $$list; do echo "$$i"; done; \
598	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
599	  sed -n '/\.1[a-z]*$$/p'; \
600	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
601	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
602	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
603install-man5: $(man_MANS)
604	@$(NORMAL_INSTALL)
605	@list1=''; \
606	list2='$(man_MANS)'; \
607	test -n "$(man5dir)" \
608	  && test -n "`echo $$list1$$list2`" \
609	  || exit 0; \
610	echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
611	$(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
612	{ for i in $$list1; do echo "$$i"; done;  \
613	if test -n "$$list2"; then \
614	  for i in $$list2; do echo "$$i"; done \
615	    | sed -n '/\.5[a-z]*$$/p'; \
616	fi; \
617	} | while read p; do \
618	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
619	  echo "$$d$$p"; echo "$$p"; \
620	done | \
621	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
622	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
623	sed 'N;N;s,\n, ,g' | { \
624	list=; while read file base inst; do \
625	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
626	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
627	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
628	  fi; \
629	done; \
630	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
631	while read files; do \
632	  test -z "$$files" || { \
633	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
634	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
635	done; }
636
637uninstall-man5:
638	@$(NORMAL_UNINSTALL)
639	@list=''; test -n "$(man5dir)" || exit 0; \
640	files=`{ for i in $$list; do echo "$$i"; done; \
641	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
642	  sed -n '/\.5[a-z]*$$/p'; \
643	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
644	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
645	dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
646install-man8: $(man_MANS)
647	@$(NORMAL_INSTALL)
648	@list1=''; \
649	list2='$(man_MANS)'; \
650	test -n "$(man8dir)" \
651	  && test -n "`echo $$list1$$list2`" \
652	  || exit 0; \
653	echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
654	$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
655	{ for i in $$list1; do echo "$$i"; done;  \
656	if test -n "$$list2"; then \
657	  for i in $$list2; do echo "$$i"; done \
658	    | sed -n '/\.8[a-z]*$$/p'; \
659	fi; \
660	} | while read p; do \
661	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
662	  echo "$$d$$p"; echo "$$p"; \
663	done | \
664	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
665	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
666	sed 'N;N;s,\n, ,g' | { \
667	list=; while read file base inst; do \
668	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
669	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
670	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
671	  fi; \
672	done; \
673	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
674	while read files; do \
675	  test -z "$$files" || { \
676	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
677	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
678	done; }
679
680uninstall-man8:
681	@$(NORMAL_UNINSTALL)
682	@list=''; test -n "$(man8dir)" || exit 0; \
683	files=`{ for i in $$list; do echo "$$i"; done; \
684	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
685	  sed -n '/\.8[a-z]*$$/p'; \
686	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
687	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
688	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
689tags TAGS:
690
691ctags CTAGS:
692
693cscope cscopelist:
694
695
696distdir: $(DISTFILES)
697	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
698	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
699	list='$(DISTFILES)'; \
700	  dist_files=`for file in $$list; do echo $$file; done | \
701	  sed -e "s|^$$srcdirstrip/||;t" \
702	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
703	case $$dist_files in \
704	  */*) $(MKDIR_P) `echo "$$dist_files" | \
705			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
706			   sort -u` ;; \
707	esac; \
708	for file in $$dist_files; do \
709	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
710	  if test -d $$d/$$file; then \
711	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
712	    if test -d "$(distdir)/$$file"; then \
713	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
714	    fi; \
715	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
716	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
717	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
718	    fi; \
719	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
720	  else \
721	    test -f "$(distdir)/$$file" \
722	    || cp -p $$d/$$file "$(distdir)/$$file" \
723	    || exit 1; \
724	  fi; \
725	done
726check-am: all-am
727check: check-am
728all-am: Makefile $(MANS)
729installdirs:
730	for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)"; do \
731	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
732	done
733install: install-am
734install-exec: install-exec-am
735install-data: install-data-am
736uninstall: uninstall-am
737
738install-am: all-am
739	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
740
741installcheck: installcheck-am
742install-strip:
743	if test -z '$(STRIP)'; then \
744	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
745	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
746	      install; \
747	else \
748	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
749	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
750	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
751	fi
752mostlyclean-generic:
753
754clean-generic:
755
756distclean-generic:
757	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
758	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
759
760maintainer-clean-generic:
761	@echo "This command is intended for maintainers to use"
762	@echo "it deletes files that may require special tools to rebuild."
763clean: clean-am
764
765clean-am: clean-generic clean-libtool mostlyclean-am
766
767distclean: distclean-am
768	-rm -f Makefile
769distclean-am: clean-am distclean-generic
770
771dvi: dvi-am
772
773dvi-am:
774
775html: html-am
776
777html-am:
778
779info: info-am
780
781info-am:
782
783install-data-am: install-man
784
785install-dvi: install-dvi-am
786
787install-dvi-am:
788
789install-exec-am:
790
791install-html: install-html-am
792
793install-html-am:
794
795install-info: install-info-am
796
797install-info-am:
798
799install-man: install-man1 install-man5 install-man8
800
801install-pdf: install-pdf-am
802
803install-pdf-am:
804
805install-ps: install-ps-am
806
807install-ps-am:
808
809installcheck-am:
810
811maintainer-clean: maintainer-clean-am
812	-rm -f Makefile
813maintainer-clean-am: distclean-am maintainer-clean-generic
814
815mostlyclean: mostlyclean-am
816
817mostlyclean-am: mostlyclean-generic mostlyclean-libtool
818
819pdf: pdf-am
820
821pdf-am:
822
823ps: ps-am
824
825ps-am:
826
827uninstall-am: uninstall-man
828
829uninstall-man: uninstall-man1 uninstall-man5 uninstall-man8
830
831.MAKE: install-am install-strip
832
833.PHONY: all all-am check check-am clean clean-generic clean-libtool \
834	cscopelist-am ctags-am distclean distclean-generic \
835	distclean-libtool distdir dvi dvi-am html html-am info info-am \
836	install install-am install-data install-data-am install-dvi \
837	install-dvi-am install-exec install-exec-am install-html \
838	install-html-am install-info install-info-am install-man \
839	install-man1 install-man5 install-man8 install-pdf \
840	install-pdf-am install-ps install-ps-am install-strip \
841	installcheck installcheck-am installdirs maintainer-clean \
842	maintainer-clean-generic mostlyclean mostlyclean-generic \
843	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
844	uninstall-am uninstall-man uninstall-man1 uninstall-man5 \
845	uninstall-man8
846
847.PRECIOUS: Makefile
848
849
850# Tell versions [3.59,3.63) of GNU make to not export all variables.
851# Otherwise a system limit (for SysV at least) may be exceeded.
852.NOEXPORT:
853