add binhex.[ch]

git-svn: trunk@1107
remotes/push_mirror/metadata
Tomasz Kojm 21 years ago
parent 86d24ebea7
commit 0f5e1958c9
  1. 4
      clamav-devel/libclamav/Makefile.am
  2. 19
      clamav-devel/libclamav/Makefile.in
  3. 0
      clamav-devel/libclamav/binhex.c
  4. 0
      clamav-devel/libclamav/binhex.h

@ -118,6 +118,8 @@ libclamav_la_SOURCES = \
untar.c \
untar.h \
special.c \
special.h
special.h \
binhex.c \
binhex.h
lib_LTLIBRARIES = libclamav.la

@ -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@

Loading…
Cancel
Save