X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=util%2FMakefile;h=be7abea1ed2287ddf053d1ec5b9c5c22a695950e;hb=ef1c39f21b1b58239428deb8c0fa43a16a37f254;hp=affc86789b7a01660d175c1cfa64c19f486974c9;hpb=d2997445f8e795379c44a84fd15c721956c66d51;p=idzebra-moved-to-github.git diff --git a/util/Makefile b/util/Makefile index affc867..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.2 1994-08-17 13:23:14 quinn 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 log.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