#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.189 2000/06/08 18:05:34 hno Exp $
+# $Id: Makefile.in,v 1.190 2000/06/27 08:35:09 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
clean:
-rm -rf *.o *pure_* core $(PROGS) $(UTILS) $(CGIPROGS) $(SUID_UTILS)
-rm -f cf_gen cf_gen_defines.h cf_parser.c cf.data globals.c string_arrays.c
- -rm -f store_modules.c
+ -rm -f store_modules.c repl_modules.c
@for dir in $(SUBDIRS); do \
echo "Making $@ in $$dir..."; \
(cd $$dir ; $(MAKE) $(MFLAGS) prefix="$(prefix)" $@) || exit 1; \