@ -226,14 +226,13 @@ scripts = check_clamd.sh check_freshclam.sh check_sigtool.sh check_clamscan.sh v
check_clamav_SOURCES = check_clamav.c check_jsnorm.c check_str.c check_regex.c checks.h $( top_builddir) /libclamav/clamav.h check_disasm.c
check_clamav_CFLAGS = @CHECK_CFLAGS@ -DSRCDIR= \" $( abs_srcdir) \"
check_clamav_LDADD = $( top_builddir) /libclamav/libclamav.la @THREAD_LIBS@ @CHECK_LIBS@
EXTRA_DIST = .split inputs/ test-clamd.conf test-freshclam.conf valgrind.supp
CLEANFILES = lcov.out *.gcno *.gcda *.log /tmp/clamd-test.log $( FILES) test-stderr.log clamscan.log valgrind.log clamdscan.log
EXTRA_DIST = .split input test-clamd.conf test-freshclam.conf valgrind.supp virusaction-test.sh
@ E N A B L E _ C O V E R A G E _ T R U E @ LCOV_OUTPUT = lcov.out
@ E N A B L E _ C O V E R A G E _ T R U E @ LCOV_HTML = lcov_html
@ E N A B L E _ C O V E R A G E _ T R U E @ LCOV_LCOV = @LCOV@
@ E N A B L E _ C O V E R A G E _ T R U E @ LCOV_GCOV = @GCOV@
@ E N A B L E _ C O V E R A G E _ T R U E @ LCOV_GENHTML = @GENHTML@
@ E N A B L E _ C O V E R A G E _ F A L S E @ CLEANFILES = /tmp/clamd-test.log $( FILES)
@ E N A B L E _ C O V E R A G E _ T R U E @ CLEANFILES = lcov.out *.gcno *.gcda *.log /tmp/clamd-test.log $( FILES)
@ E N A B L E _ C O V E R A G E _ T R U E @ DIRECTORIES = --directory . --directory ../libclamav --directory ../clamd --directory ../freshclam --directory ../sigtool --directory ../clamscan --directory ../clamdscan
all : all -am
@ -722,6 +721,7 @@ $(top_builddir)/test/clam.exe:
@ENABLE_COVERAGE_TRUE@lcov-clean :
@ E N A B L E _ C O V E R A G E _ T R U E @ - $( RM ) - r $( LCOV_HTML ) $( LCOV_OUTPUT )
@ E N A B L E _ C O V E R A G E _ T R U E @ $( LCOV_LCOV ) $( DIRECTORIES ) - - z e r o c o u n t e r s
@ENABLE_COVERAGE_FALSE@lcov :
@ E N A B L E _ C O V E R A G E _ F A L S E @ @ e c h o "Coverage information gathering is not enabled in this build"
@ E N A B L E _ C O V E R A G E _ F A L S E @ @ e c h o "Use ./configure --enable-coverage to enable it"