mirror of https://github.com/Cisco-Talos/clamav
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
119 lines
2.4 KiB
119 lines
2.4 KiB
#
|
|
# Copyright (C) 2002 - 2004 Tomasz Kojm <tkojm@clamav.net>
|
|
#
|
|
# 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
|
|
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir) -I@srcdir@/zziplib -I@srcdir@/mspack
|
|
|
|
libclamav_la_LIBADD = @LIBCLAMAV_LIBS@
|
|
|
|
libclamav_la_LDFLAGS = @TH_SAFE@ -version-info @LIBCLAMAV_VERSION@
|
|
|
|
include_HEADERS = clamav.h
|
|
|
|
libclamav_la_SOURCES = \
|
|
clamav.h \
|
|
matcher-ac.c \
|
|
matcher-ac.h \
|
|
matcher-bm.c \
|
|
matcher-bm.h \
|
|
matcher.c \
|
|
matcher.h \
|
|
md5.c \
|
|
md5.h \
|
|
others.c \
|
|
others.h \
|
|
readdb.c \
|
|
readdb.h \
|
|
cvd.c \
|
|
cvd.h \
|
|
dsig.c \
|
|
dsig.h \
|
|
str.c \
|
|
str.h \
|
|
defaults.h \
|
|
scanners.c \
|
|
scanners.h \
|
|
filetypes.c \
|
|
filetypes.h \
|
|
unrarlib.c \
|
|
unrarlib.h \
|
|
zziplib/zzip-conf.h \
|
|
zziplib/zzip-config.h \
|
|
zziplib/zzip-dir.c \
|
|
zziplib/zzip-err.c \
|
|
zziplib/zzip-file.c \
|
|
zziplib/zzip-file.h \
|
|
zziplib/zzip-info.c \
|
|
zziplib/zzip-io.c \
|
|
zziplib/zzip-io.h \
|
|
zziplib/zzip-stat.c \
|
|
zziplib/zzip-zip.c \
|
|
zziplib/zzip.h \
|
|
zziplib/zzipformat.h \
|
|
zziplib/zziplib.h \
|
|
zziplib/strc.c \
|
|
zziplib/strc.h \
|
|
blob.c \
|
|
blob.h \
|
|
mbox.c \
|
|
mbox.h \
|
|
message.c \
|
|
message.h \
|
|
snprintf.c \
|
|
snprintf.h \
|
|
strrcpy.c \
|
|
strrcpy.h \
|
|
table.c \
|
|
table.h \
|
|
text.c \
|
|
text.h \
|
|
ole2_extract.c \
|
|
ole2_extract.h \
|
|
vba_extract.c \
|
|
vba_extract.h \
|
|
cltypes.h \
|
|
msexpand.c \
|
|
msexpand.h \
|
|
pe.c \
|
|
pe.h \
|
|
mspack/cabd.c \
|
|
mspack/cab.h \
|
|
mspack/lzxd.c \
|
|
mspack/lzx.h \
|
|
mspack/mspack.h \
|
|
mspack/mszipd.c \
|
|
mspack/mszip.h \
|
|
mspack/qtmd.c \
|
|
mspack/qtm.h \
|
|
mspack/system.c \
|
|
mspack/system.h \
|
|
upx.c \
|
|
upx.h \
|
|
htmlnorm.c \
|
|
htmlnorm.h \
|
|
chmunpack.c \
|
|
chmunpack.h \
|
|
rebuildpe.c \
|
|
rebuildpe.h \
|
|
petite.c \
|
|
petite.h \
|
|
fsg.c \
|
|
fsg.h \
|
|
line.c \
|
|
line.h
|
|
|
|
lib_LTLIBRARIES = libclamav.la
|
|
|