X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile;h=be7abea1ed2287ddf053d1ec5b9c5c22a695950e;hb=ef1c39f21b1b58239428deb8c0fa43a16a37f254;hp=33d4079ec43fe8130f52f7210196ee16d0c18c89;hpb=4a3c83ef0b8546dfef27e595f756893e3b082c0e;p=idzebra-moved-to-github.git diff --git a/util/Makefile b/util/Makefile index 33d4079..be7abea 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.1 1994-08-16 15:57:21 adam Exp $ +# $Id: Makefile,v 1.5 1994-08-18 08:21:08 quinn Exp $ SHELL=/bin/sh INCLUDE=-I../include @@ -9,7 +9,7 @@ TPROG=opt-test CFLAGS=-g -Wall DEFS=$(INCLUDE) LIB=../lib/util.a -PO = options.o +PO = options.o xmalloc.o log.o res.o CPP=cc -E all: $(LIB) @@ -26,7 +26,7 @@ $(LIB): $(PO) $(CC) -c $(DEFS) $(CFLAGS) $< clean: - rm -f *.[oa] $(TPROG) core mon.out gmon.out + rm -f *.[oa] $(TPROG) core mon.out gmon.out errlist dep depend: $(CPP) $(INCLUDE) -M *.c >.depend