X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=util%2FMakefile;h=477739c2fc5cebbc8ee6b4a4979be1322b06f5e2;hb=ddfc9499c27bb4b90797bab12868f629afee34e3;hp=f32eb89fe71c531403e45a3591b691fff049af07;hpb=f8a58c40f789bc7f0694ad085b6af815a5ee1fc3;p=idzebra-moved-to-github.git diff --git a/util/Makefile b/util/Makefile index f32eb89..477739c 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.13 1994-09-20 09:03:03 adam Exp $ +# $Id: Makefile,v 1.14 1994-09-22 10:45:19 adam Exp $ SHELL=/bin/sh INCLUDE=-I../include @@ -31,9 +31,19 @@ $(LIB): $(PO) clean: rm -f *.[oa] opt-test res-test core mon.out gmon.out errlist -dep depend: +depend: depend2 + +depend1: mv Makefile Makefile.tmp sed '/^#Depend/q' Makefile $(CPP) $(INCLUDE) -M *.c >>Makefile + -rm Makefile.tmp + +depend2: + $(CPP) $(INCLUDE) -M *.c >.depend + +ifeq (.depend,$(wildcard .depend)) +include .depend +endif #Depend --- DOT NOT DELETE THIS LINE