|
|
|
@ -80,17 +80,17 @@ am_libclamav_la_OBJECTS = matcher-ac.lo matcher-bm.lo matcher.lo \ |
|
|
|
|
text.lo ole2_extract.lo vba_extract.lo msexpand.lo pe.lo \
|
|
|
|
|
cabd.lo lzxd.lo mszipd.lo qtmd.lo system.lo upx.lo htmlnorm.lo \
|
|
|
|
|
chmunpack.lo rebuildpe.lo petite.lo fsg.lo line.lo untar.lo \
|
|
|
|
|
special.lo
|
|
|
|
|
special.lo binhex.lo
|
|
|
|
|
libclamav_la_OBJECTS = $(am_libclamav_la_OBJECTS)
|
|
|
|
|
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
|
|
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
|
|
|
|
am__depfiles_maybe = depfiles
|
|
|
|
|
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/blob.Plo ./$(DEPDIR)/cabd.Plo \
|
|
|
|
|
@AMDEP_TRUE@ ./$(DEPDIR)/chmunpack.Plo ./$(DEPDIR)/cvd.Plo \ |
|
|
|
|
@AMDEP_TRUE@ ./$(DEPDIR)/dsig.Plo ./$(DEPDIR)/filetypes.Plo \ |
|
|
|
|
@AMDEP_TRUE@ ./$(DEPDIR)/fsg.Plo ./$(DEPDIR)/htmlnorm.Plo \ |
|
|
|
|
@AMDEP_TRUE@ ./$(DEPDIR)/line.Plo ./$(DEPDIR)/lzxd.Plo \ |
|
|
|
|
@AMDEP_TRUE@ ./$(DEPDIR)/matcher-ac.Plo \ |
|
|
|
|
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/binhex.Plo ./$(DEPDIR)/blob.Plo \
|
|
|
|
|
@AMDEP_TRUE@ ./$(DEPDIR)/cabd.Plo ./$(DEPDIR)/chmunpack.Plo \ |
|
|
|
|
@AMDEP_TRUE@ ./$(DEPDIR)/cvd.Plo ./$(DEPDIR)/dsig.Plo \ |
|
|
|
|
@AMDEP_TRUE@ ./$(DEPDIR)/filetypes.Plo ./$(DEPDIR)/fsg.Plo \ |
|
|
|
|
@AMDEP_TRUE@ ./$(DEPDIR)/htmlnorm.Plo ./$(DEPDIR)/line.Plo \ |
|
|
|
|
@AMDEP_TRUE@ ./$(DEPDIR)/lzxd.Plo ./$(DEPDIR)/matcher-ac.Plo \ |
|
|
|
|
@AMDEP_TRUE@ ./$(DEPDIR)/matcher-bm.Plo ./$(DEPDIR)/matcher.Plo \ |
|
|
|
|
@AMDEP_TRUE@ ./$(DEPDIR)/mbox.Plo ./$(DEPDIR)/md5.Plo \ |
|
|
|
|
@AMDEP_TRUE@ ./$(DEPDIR)/message.Plo ./$(DEPDIR)/msexpand.Plo \ |
|
|
|
@ -326,7 +326,9 @@ libclamav_la_SOURCES = \ |
|
|
|
|
untar.c \
|
|
|
|
|
untar.h \
|
|
|
|
|
special.c \
|
|
|
|
|
special.h
|
|
|
|
|
special.h \
|
|
|
|
|
binhex.c \
|
|
|
|
|
binhex.h
|
|
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libclamav.la
|
|
|
|
|
all: all-am |
|
|
|
@ -398,6 +400,7 @@ mostlyclean-compile: |
|
|
|
|
distclean-compile: |
|
|
|
|
-rm -f *.tab.c
|
|
|
|
|
|
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/binhex.Plo@am__quote@ |
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blob.Plo@am__quote@ |
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cabd.Plo@am__quote@ |
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chmunpack.Plo@am__quote@ |
|
|
|
|