X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=index%2FMakefile;h=f658e9bf8ecd6caacfc4755282bad5b2fd0dbc60;hb=dadb0e77b180e171f43442b172d2a28b72439f17;hp=8f22a45b92ffa61964fa9134d59923b695dcd3a8;hpb=f710512c0c71901f77629de5674177e8ee82e1ba;p=idzebra-moved-to-github.git diff --git a/index/Makefile b/index/Makefile index 8f22a45..f658e9b 100644 --- a/index/Makefile +++ b/index/Makefile @@ -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)