Some development of dictionary. Not finished at all!
[idzebra-moved-to-github.git] / dict / Makefile
index a4c366a..480a195 100644 (file)
@@ -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 16:26:46 adam Exp $
+# $Id: Makefile,v 1.3 1994-08-18 08:21:06 quinn Exp $
 
 SHELL=/bin/sh
 INCLUDE=-I../include
@@ -9,7 +9,7 @@ TPROG=dicttest
 CFLAGS=-g -Wall
 DEFS=$(INCLUDE)
 LIB=../lib/dict.a 
-PO = open.o close.o insert.o lookup.o
+PO = dopen.o dclose.o drdwr.o open.o close.o insert.o lookup.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