ClamAV is an open source (GPLv2) anti-virus toolkit.
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.
|
|
|
FILES = clam-v2.rar clam-v3.rar clam.cab clam.exe.bz2 clam.exe clam.zip \
|
|
|
|
clam.arj clam.exe.rtf clam.exe.szdd clam.tar.gz clam.chm clam.sis \
|
|
|
|
clam-aspack.exe clam-pespin.exe clam-upx.exe clam-fsg.exe clam-mew.exe\
|
|
|
|
clam-nsis.exe clam-petite.exe clam-upack.exe clam-wwpack.exe clam.pdf\
|
|
|
|
clam.mail clam.ppt clam.tnef clam.ea05.exe clam.ea06.exe clam.d64.zip
|
|
|
|
|
|
|
|
SPLIT_DIR=$(top_srcdir)/test/.split
|
|
|
|
|
|
|
|
all: $(FILES)
|
|
|
|
|
|
|
|
$(FILES) :
|
|
|
|
cat $(SPLIT_DIR)/split.$@aa $(SPLIT_DIR)/split.$@ab > $@
|
|
|
|
|
|
|
|
clean-local:
|
|
|
|
rm -f $(FILES)
|
|
|
|
|
|
|
|
EXTRA_DIST = .split
|