Split of work into more files.
[idzebra-moved-to-github.git] / index / Makefile
index 8f22a45..f658e9b 100644 (file)
@@ -1,13 +1,13 @@
-# Copyright (C) 1994, Index Data I/S 
+# Copyright (C) 1995, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.2 1995-09-01 10:30:23 adam Exp $
+# $Id: Makefile,v 1.3 1995-09-01 14:06:35 adam Exp $
 
 SHELL=/bin/sh
 INCLUDE=-I../include
 TPROG1=index
 DEFS=$(INCLUDE)
-O = main.o dir.o
+O = main.o dir.o trav.o extract.o
 CPP=cc -E
 
 all: $(TPROG1)