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.
16 lines
460 B
16 lines
460 B
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
|
|
|
|
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
|
|
|