SHELL=/bin/sh .SUFFIXES: .SUFFIXES: .c .o .pl .pm .pod .html .man PERL = /usr/local/bin/perl CC = cc CFLAGS = -fno-common -I/usr/local/BerkeleyDB/include INSTALL = /usr/bin/install -c -o root -g wheel INSTALL_DATA = install -o root -g wheel -m 444 INSTALL_PROGRAM = install -s -o root -g wheel -m 555 LDFLAGS = -L/usr/local/BerkeleyDB/lib LIBS = -ldb3 RM = rm -f prefix = /usr/local exec_prefix = bindir = $(exec_prefix)/bin infodir = $(prefix)/info all:: @echo making $@ in `basename \`pwd\`` all:: test1.conf test2.conf @echo making $@ in `basename \`pwd\`` test:: test1 test2 benchmark test1 test2:: test1.conf test2.conf ../src/squidGuard requests @echo $@.. @$(RM) squidGuard.log @echo Database size: @if [ $@ = test1 ];\ then\ wc -l blacklist/domains blacklist/urls;\ else\ wc -l blacklist/domains blacklist/urls blacklist/expressions;\ fi @wc -l$@.output; exit 0 @echo .Done @echo "Checking number of output lines.." @test `wc -l/dev/null; exit 0 @echo .Done @lines=`wc -l