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 MKDIR = ../mkinstalldirs RM = rm -f prefix = /usr/local exec_prefix = bindir = $(exec_prefix)/bin infodir = $(prefix)/info all:: @echo making $@ in `basename \`pwd\`` update:: @echo making $@ in `basename \`pwd\`` update:: squidGuardRobot squidGuardRobot:: squidGuardRobot/squidGuardRobot.in squidGuardRobot/RobotUserAgent.pm squidGuardRobot/squidGuardRobot.in: @echo making $@ in `basename \`pwd\`` @$(MKDIR) squidGuardRobot cp -p $? $@ chmod 660 $@ $(PERL) -0777 -pi -e 's;^#!\s?/\S*perl;#! \100PERL\100;' $@ squidGuardRobot/RobotUserAgent.pm: @echo making $@ in `basename \`pwd\`` @$(MKDIR) squidGuardRobot cp -p $? $@ chmod 660 $@ clean:: @echo making $@ in `basename \`pwd\`` $(RM) *~ *.bak core *.log *.error realclean:: clean @echo making $@ in `basename \`pwd\`` $(RM) TAGS *.orig distclean:: realclean @echo making $@ in `basename \`pwd\`` $(RM) Makefile $(RM) squidGuardRobot/squidGuardRobot $(RM) sgclean/sgclean $(RM) hostbyname/hostbyname