chiark / gitweb /
REORG Delete everything that's not innduct or build system or changed for innduct
[inn-innduct.git] / expire / Makefile
diff --git a/expire/Makefile b/expire/Makefile
deleted file mode 100644 (file)
index a2cb05d..0000000
+++ /dev/null
@@ -1,131 +0,0 @@
-##  $Id: Makefile 7727 2008-04-06 07:59:46Z iulius $
-
-include ../Makefile.global
-
-top           = ..
-CFLAGS        = $(GCFLAGS)
-
-ALL           = convdate expire expireover expirerm fastrm grephistory \
-               makedbz makehistory prunehistory
-
-SOURCES       = convdate.c expire.c expireover.c fastrm.c grephistory.c \
-               makedbz.c makehistory.c prunehistory.c
-
-all: $(ALL)
-
-warnings:
-       $(MAKE) COPT='$(WARNINGS)' all
-
-install: all
-       for F in convdate fastrm grephistory ; do \
-           $(LI_XPUB) $$F $D$(PATHBIN)/$$F ; \
-       done
-       for F in expire expireover makedbz makehistory prunehistory ; do \
-           $(LI_XPRI) $$F $D$(PATHBIN)/$$F ; \
-       done
-       $(CP_XPRI) expirerm $D$(PATHBIN)/expirerm
-
-clean:
-       rm -f *.o $(ALL)
-       rm -f profiled expirep
-       rm -rf .libs
-
-clobber distclean: clean
-       rm -f tags
-
-tags ctags: $(SOURCES)
-       $(CTAGS) $(SOURCES)
-
-
-##  Compilation rules.
-
-BOTH           = $(LIBHIST) $(LIBSTORAGE) $(LIBINN)
-
-LINK            = $(LIBLD) $(LDFLAGS) -o $@
-INNLIBS                = $(LIBINN) $(LIBS)
-STORELIBS      = $(BOTH) $(EXTSTORAGELIBS) $(LIBS)
-
-FIX             = $(FIXSCRIPT)
-
-$(FIXSCRIPT):
-       @echo Run configure before running make.  See INSTALL for details.
-       @exit 1
-
-convdate:      convdate.o     $(LIBINN) ; $(LINK) convdate.o     $(INNLIBS)
-expire:                expire.o       $(BOTH)   ; $(LINK) expire.o       $(STORELIBS)
-expireover:    expireover.o   $(BOTH)   ; $(LINK) expireover.o   $(STORELIBS)
-fastrm:                fastrm.o       $(BOTH)   ; $(LINK) fastrm.o       $(STORELIBS)
-grephistory:   grephistory.o  $(BOTH)   ; $(LINK) grephistory.o  $(STORELIBS)
-makedbz:       makedbz.o      $(LIBINN) ; $(LINK) makedbz.o      $(INNLIBS)
-makehistory:   makehistory.o  $(BOTH)   ; $(LINK) makehistory.o  $(STORELIBS)
-prunehistory:  prunehistory.o $(BOTH)   ; $(LINK) prunehistory.o $(STORELIBS)
-
-expirerm:      expirerm.in    $(FIX)    ; $(FIX) expirerm.in
-
-$(LIBINN):     ; (cd ../lib ; $(MAKE))
-$(LIBSTORAGE): ; (cd ../storage ; $(MAKE))
-$(LIBHIST):    ; (cd ../history ; $(MAKE))
-
-
-##  Profiling.  These rules have not been checked for a while and may need
-##  some work.
-
-profiled:      expirep 
-       date >$@
-
-expirep:       expire.c
-       rm -f expire.o
-       $(MAKEPROFILING) expire
-       mv expire expirep
-       rm -f expire.o
-
-
-##  Dependencies.  Default list, below, is probably good enough.
-
-depend:        Makefile $(SOURCES)
-       $(MAKEDEPEND) '$(CFLAGS)' $(SOURCES)
-
-# DO NOT DELETE THIS LINE -- make depend depends on it.
-convdate.o: convdate.c ../include/config.h ../include/inn/defines.h \
-  ../include/inn/system.h ../include/clibrary.h ../include/config.h \
-  ../include/inn/messages.h ../include/inn/defines.h ../include/libinn.h
-expire.o: expire.c ../include/config.h ../include/inn/defines.h \
-  ../include/inn/system.h ../include/clibrary.h ../include/config.h \
-  ../include/inn/history.h ../include/inn/defines.h \
-  ../include/inn/innconf.h ../include/inn/messages.h \
-  ../include/inndcomm.h ../include/libinn.h ../include/paths.h \
-  ../include/storage.h
-expireover.o: expireover.c ../include/config.h ../include/inn/defines.h \
-  ../include/inn/system.h ../include/clibrary.h ../include/config.h \
-  ../include/inn/innconf.h ../include/inn/defines.h \
-  ../include/inn/messages.h ../include/inn/qio.h ../include/libinn.h \
-  ../include/ov.h ../include/storage.h ../include/inn/history.h \
-  ../include/paths.h ../include/storage.h
-fastrm.o: fastrm.c ../include/config.h ../include/inn/defines.h \
-  ../include/inn/system.h ../include/clibrary.h ../include/config.h \
-  ../include/inn/innconf.h ../include/inn/defines.h \
-  ../include/inn/messages.h ../include/inn/qio.h ../include/libinn.h \
-  ../include/storage.h
-grephistory.o: grephistory.c ../include/clibrary.h ../include/config.h \
-  ../include/inn/defines.h ../include/inn/system.h \
-  ../include/inn/history.h ../include/inn/defines.h \
-  ../include/inn/innconf.h ../include/inn/messages.h ../include/libinn.h \
-  ../include/paths.h ../include/storage.h
-makedbz.o: makedbz.c ../include/config.h ../include/inn/defines.h \
-  ../include/inn/system.h ../include/clibrary.h ../include/config.h \
-  ../include/dbz.h ../include/libinn.h ../include/inn/innconf.h \
-  ../include/inn/defines.h ../include/inn/messages.h ../include/inn/qio.h \
-  ../include/libinn.h ../include/paths.h ../include/storage.h
-makehistory.o: makehistory.c ../include/config.h ../include/inn/defines.h \
-  ../include/inn/system.h ../include/clibrary.h ../include/config.h \
-  ../include/portable/wait.h ../include/config.h ../include/inn/buffer.h \
-  ../include/inn/defines.h ../include/inn/history.h \
-  ../include/inn/innconf.h ../include/inn/messages.h ../include/inn/qio.h \
-  ../include/inn/wire.h ../include/libinn.h ../include/ov.h \
-  ../include/storage.h ../include/inn/history.h ../include/paths.h \
-  ../include/storage.h
-prunehistory.o: prunehistory.c ../include/config.h \
-  ../include/inn/defines.h ../include/inn/system.h ../include/clibrary.h \
-  ../include/config.h ../include/inn/history.h ../include/inn/defines.h \
-  ../include/inn/innconf.h ../include/inn/messages.h ../include/libinn.h \
-  ../include/paths.h