|
|
|
@ -32,6 +32,7 @@ |
|
|
|
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
|
|
|
|
# MA 02110-1301, USA.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
|
|
|
|
|
am__make_running_with_option = \
|
|
|
|
@ -100,7 +101,8 @@ target_triplet = @target@ |
|
|
|
|
@BUILD_CLAMD_TRUE@sbin_PROGRAMS = clamd$(EXEEXT)
|
|
|
|
|
subdir = clamd
|
|
|
|
|
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
|
|
|
|
$(top_srcdir)/config/depcomp
|
|
|
|
|
$(srcdir)/clamav-daemon.service.in \
|
|
|
|
|
$(srcdir)/clamav-daemon.socket.in $(top_srcdir)/config/depcomp
|
|
|
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
|
|
|
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
|
|
|
|
|
$(top_srcdir)/m4/argz.m4 \
|
|
|
|
@ -129,6 +131,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
|
|
|
|
$(top_srcdir)/m4/reorganization/libs/libz.m4 \
|
|
|
|
|
$(top_srcdir)/m4/reorganization/libs/bzip.m4 \
|
|
|
|
|
$(top_srcdir)/m4/reorganization/libs/unrar.m4 \
|
|
|
|
|
$(top_srcdir)/m4/reorganization/libs/systemd.m4 \
|
|
|
|
|
$(top_srcdir)/m4/reorganization/code_checks/ipv6.m4 \
|
|
|
|
|
$(top_srcdir)/m4/reorganization/code_checks/dns.m4 \
|
|
|
|
|
$(top_srcdir)/m4/reorganization/code_checks/fanotify.m4 \
|
|
|
|
@ -174,9 +177,10 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
|
|
|
|
$(ACLOCAL_M4)
|
|
|
|
|
mkinstalldirs = $(install_sh) -d
|
|
|
|
|
CONFIG_HEADER = $(top_builddir)/clamav-config.h
|
|
|
|
|
CONFIG_CLEAN_FILES =
|
|
|
|
|
CONFIG_CLEAN_FILES = clamav-daemon.service clamav-daemon.socket
|
|
|
|
|
CONFIG_CLEAN_VPATH_FILES =
|
|
|
|
|
am__installdirs = "$(DESTDIR)$(sbindir)"
|
|
|
|
|
am__installdirs = "$(DESTDIR)$(sbindir)" \
|
|
|
|
|
"$(DESTDIR)$(systemdsystemunitdir)"
|
|
|
|
|
PROGRAMS = $(sbin_PROGRAMS)
|
|
|
|
|
am__clamd_SOURCES_DIST = $(top_srcdir)/shared/output.c \
|
|
|
|
|
$(top_srcdir)/shared/output.h $(top_srcdir)/shared/optparser.c \
|
|
|
|
@ -245,6 +249,34 @@ am__can_run_installinfo = \ |
|
|
|
|
n|no|NO) false;; \
|
|
|
|
|
*) (install-info --version) >/dev/null 2>&1;; \
|
|
|
|
|
esac
|
|
|
|
|
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'
|
|
|
|
|
am__uninstall_files_from_dir = { \
|
|
|
|
|
test -z "$$files" \
|
|
|
|
|
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
|
|
|
|
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
|
|
|
|
$(am__cd) "$$dir" && rm -f $$files; }; \
|
|
|
|
|
}
|
|
|
|
|
DATA = $(systemdsystemunit_DATA)
|
|
|
|
|
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
|
|
|
|
# Read a list of newline-separated strings from the standard input,
|
|
|
|
|
# and print each of them once, without duplicates. Input order is
|
|
|
|
@ -399,6 +431,8 @@ SSL_CPPFLAGS = @SSL_CPPFLAGS@ |
|
|
|
|
SSL_LDFLAGS = @SSL_LDFLAGS@
|
|
|
|
|
SSL_LIBS = @SSL_LIBS@
|
|
|
|
|
STRIP = @STRIP@
|
|
|
|
|
SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
|
|
|
|
|
SYSTEMD_LIBS = @SYSTEMD_LIBS@
|
|
|
|
|
THREAD_LIBS = @THREAD_LIBS@
|
|
|
|
|
TH_SAFE = @TH_SAFE@
|
|
|
|
|
VERSION = @VERSION@
|
|
|
|
@ -451,6 +485,7 @@ ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@ |
|
|
|
|
mandir = @mandir@
|
|
|
|
|
mkdir_p = @mkdir_p@
|
|
|
|
|
oldincludedir = @oldincludedir@
|
|
|
|
|
pcreconfig = @pcreconfig@
|
|
|
|
|
pdfdir = @pdfdir@
|
|
|
|
|
prefix = @prefix@
|
|
|
|
|
program_transform_name = @program_transform_name@
|
|
|
|
@ -461,6 +496,7 @@ srcdir = @srcdir@ |
|
|
|
|
subdirs = @subdirs@
|
|
|
|
|
sys_symbol_underscore = @sys_symbol_underscore@
|
|
|
|
|
sysconfdir = @sysconfdir@
|
|
|
|
|
systemdsystemunitdir = @systemdsystemunitdir@
|
|
|
|
|
target = @target@
|
|
|
|
|
target_alias = @target_alias@
|
|
|
|
|
target_cpu = @target_cpu@
|
|
|
|
@ -504,6 +540,7 @@ top_srcdir = @top_srcdir@ |
|
|
|
|
@BUILD_CLAMD_TRUE@ onaccess_scth.h |
|
|
|
|
|
|
|
|
|
@BUILD_CLAMD_TRUE@AM_CFLAGS = @WERR_CFLAGS@
|
|
|
|
|
@BUILD_CLAMD_TRUE@@INSTALL_SYSTEMD_UNITS_TRUE@systemdsystemunit_DATA = clamav-daemon.socket clamav-daemon.service
|
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav @SSL_CPPFLAGS@ @JSON_CPPFLAGS@ @PCRE_CPPFLAGS@
|
|
|
|
|
|
|
|
|
|
# it does support --help and --version but with the default config file
|
|
|
|
@ -544,6 +581,10 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
|
|
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
|
$(am__aclocal_m4_deps): |
|
|
|
|
clamav-daemon.service: $(top_builddir)/config.status $(srcdir)/clamav-daemon.service.in |
|
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
|
|
|
|
clamav-daemon.socket: $(top_builddir)/config.status $(srcdir)/clamav-daemon.socket.in |
|
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
|
|
|
|
install-sbinPROGRAMS: $(sbin_PROGRAMS) |
|
|
|
|
@$(NORMAL_INSTALL)
|
|
|
|
|
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
|
|
|
|
@ -719,6 +760,27 @@ mostlyclean-libtool: |
|
|
|
|
|
|
|
|
|
clean-libtool: |
|
|
|
|
-rm -rf .libs _libs
|
|
|
|
|
install-systemdsystemunitDATA: $(systemdsystemunit_DATA) |
|
|
|
|
@$(NORMAL_INSTALL)
|
|
|
|
|
@list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
|
|
|
|
|
if test -n "$$list"; then \
|
|
|
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(systemdsystemunitdir)'"; \
|
|
|
|
|
$(MKDIR_P) "$(DESTDIR)$(systemdsystemunitdir)" || exit 1; \
|
|
|
|
|
fi; \
|
|
|
|
|
for p in $$list; do \
|
|
|
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
|
|
|
echo "$$d$$p"; \
|
|
|
|
|
done | $(am__base_list) | \
|
|
|
|
|
while read files; do \
|
|
|
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(systemdsystemunitdir)'"; \
|
|
|
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(systemdsystemunitdir)" || exit $$?; \
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
uninstall-systemdsystemunitDATA: |
|
|
|
|
@$(NORMAL_UNINSTALL)
|
|
|
|
|
@list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
|
|
|
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
|
|
|
|
dir='$(DESTDIR)$(systemdsystemunitdir)'; $(am__uninstall_files_from_dir)
|
|
|
|
|
|
|
|
|
|
ID: $(am__tagged_files) |
|
|
|
|
$(am__define_uniq_tagged_files); mkid -fID $$unique
|
|
|
|
@ -804,9 +866,9 @@ distdir: $(DISTFILES) |
|
|
|
|
done
|
|
|
|
|
check-am: all-am |
|
|
|
|
check: check-am |
|
|
|
|
all-am: Makefile $(PROGRAMS) |
|
|
|
|
all-am: Makefile $(PROGRAMS) $(DATA) |
|
|
|
|
installdirs: |
|
|
|
|
for dir in "$(DESTDIR)$(sbindir)"; do \
|
|
|
|
|
for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(systemdsystemunitdir)"; do \
|
|
|
|
|
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
|
|
|
|
done
|
|
|
|
|
install: install-am |
|
|
|
@ -863,7 +925,7 @@ info: info-am |
|
|
|
|
|
|
|
|
|
info-am: |
|
|
|
|
|
|
|
|
|
install-data-am: |
|
|
|
|
install-data-am: install-systemdsystemunitDATA |
|
|
|
|
|
|
|
|
|
install-dvi: install-dvi-am |
|
|
|
|
|
|
|
|
@ -909,7 +971,7 @@ ps: ps-am |
|
|
|
|
|
|
|
|
|
ps-am: |
|
|
|
|
|
|
|
|
|
uninstall-am: uninstall-sbinPROGRAMS |
|
|
|
|
uninstall-am: uninstall-sbinPROGRAMS uninstall-systemdsystemunitDATA |
|
|
|
|
|
|
|
|
|
.MAKE: install-am install-strip |
|
|
|
|
|
|
|
|
@ -922,11 +984,12 @@ uninstall-am: uninstall-sbinPROGRAMS |
|
|
|
|
install-exec-am install-html install-html-am install-info \
|
|
|
|
|
install-info-am install-man install-pdf install-pdf-am \
|
|
|
|
|
install-ps install-ps-am install-sbinPROGRAMS install-strip \
|
|
|
|
|
installcheck installcheck-am installcheck-sbinPROGRAMS \
|
|
|
|
|
installdirs maintainer-clean maintainer-clean-generic \
|
|
|
|
|
mostlyclean mostlyclean-compile mostlyclean-generic \
|
|
|
|
|
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
|
|
|
|
|
uninstall-am uninstall-sbinPROGRAMS
|
|
|
|
|
install-systemdsystemunitDATA installcheck installcheck-am \
|
|
|
|
|
installcheck-sbinPROGRAMS installdirs maintainer-clean \
|
|
|
|
|
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
|
|
|
|
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
|
|
|
|
tags tags-am uninstall uninstall-am uninstall-sbinPROGRAMS \
|
|
|
|
|
uninstall-systemdsystemunitDATA
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
|
|