Makefile.am
28e73e95
 #
c442ca9c
 #  Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
 #  Copyright (C) 2007-2013 Sourcefire, Inc.
 #  Copyright (C) 2002-2007 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.
28e73e95
 
6053d09a
 ACLOCAL_AMFLAGS=-I m4
094104a7
 
60ba0f86
 SUBDIRS = libltdl libclamav clamscan clamd clamdscan freshclam sigtool clamconf database docs etc clamav-milter test clamdtop clambc unit_tests
5d319bca
 EXTRA_DIST = examples shared libclamav.pc.in COPYING.bzip2 COPYING.lzma COPYING.unrar COPYING.LGPL COPYING.llvm COPYING.file COPYING.zlib COPYING.getopt COPYING.regex COPYING.YARA COPYING.pcre platform.h.in libclamunrar libclamunrar_iface libclammspack clamdscan/clamdscan.map win32 ChangeLog.md INSTALL.md NEWS.md README.md
9f51cb51
 
 bin_SCRIPTS=clamav-config
 
f3107383
 if ENABLE_CLAMSUBMIT
 SUBDIRS += clamsubmit
 endif
 
fe907728
 if ENABLE_LIBFRESHCLAM
 SUBDIRS += libfreshclam
 endif
 
5d319bca
 if ENABLE_FUZZ
 SUBDIRS += fuzz
 endif
 
9f51cb51
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libclamav.pc
b6927a7c
 
95b2d68c
 nodist_include_HEADERS = clamav-types.h
 
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
5d319bca
 DISTCHECK_CONFIGURE_FLAGS=--enable-milter --disable-clamav --enable-all-jit-targets --enable-llvm=yes --with-system-llvm=no --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) CC="$(CC)" CXX="$(CXX)" YACC="$(YACC)" LEX="$(LEX)" AR="$(AR)" AS="$(AS)"
dfc0c031
 lcov:
 	($(MAKE); cd unit_tests; $(MAKE) lcov)
a66b62f8
 quick-check:
 	($(MAKE); cd unit_tests; $(MAKE) quick-check)
5b1aa8be
 fuzz-all:
 	($(MAKE); cd fuzz; $(MAKE) all)
 fuzz-check:
 	($(MAKE); cd fuzz; $(MAKE) check)
c8f694f3
 
51e69a14
 dist-hook:
 	rm -rf $(distdir)/win32/clamav-for-windows $(distdir)/win32/build