[sisyphus] Suidclamav
Damir Shayhutdinov
=?iso-8859-1?q?lost404_=CE=C1_gmail=2Ecom?=
Чт Сен 21 10:29:17 MSD 2006
> CFLAGS=-I/usr/include -lcrypto -lcurl -ldl -lidn -lssl -lz
Надо CPPFLAGS = -I/usr/include
LDLIBS = -lcrypto -lcurl -ldl -lidn -lssl -lz
all: squidclam.c config.c clamdscan.c
gcc -Wall $(CPPFLAGS) -s -o squidclam squidclam.c config.c
clamdscan.c $(LDLIBS)
gdb: squidclam.c config.c clamdscan.c
gcc -Wall $(CPPFLAGS) -g -o squidclam squidclam.c config.c
clamdscan.c $(LDLIBS)
debug: squidclam.c config.c clamdscan.c
gcc -Wall -DDEBUG $(CPPFLAGS) -g -O2 -o squidclam
squidclam.c config.c clamdscan.c $(LDLIBS)
clean:
rm -f squidclam src/Makefile
install: squidclam
cp squidclam $(DESTDIR)/.
tar: clean
tar --owner=nobody --group=nobody -cvzC ../.. -f
../../release/squidclam-0.22.tar.gz squidclam-0.22
md5sum ../../release/squidclam-0.22.tar.gz | tee
../../release/squidclam-0.22.md5
То есть все -l будут перенесены в конец командной строки.
Подробная информация о списке рассылки Sisyphus