X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=index%2FMakefile;h=d0204ecc5fca3594e36751c760f9c1388b9d9ee7;hb=2515cda2053e7c10f10cae7bfc7c5a1fd97b1807;hp=ab81dece86e5d17906fbc058d0a6c59fe4fbb362;hpb=99e4ce02beb2ea748b9970ef35fe8834f04a1528;p=idzebra-moved-to-github.git diff --git a/index/Makefile b/index/Makefile index ab81dec..d0204ec 100644 --- a/index/Makefile +++ b/index/Makefile @@ -1,7 +1,7 @@ -# Copyright (C) 1995, Index Data I/S +# Copyright (C) 1995-1996, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.33 1996-05-01 13:46:35 adam Exp $ +# $Id: Makefile,v 1.37 1996-05-14 14:04:33 adam Exp $ SHELL=/bin/sh RANLIB=ranlib @@ -20,10 +20,10 @@ TPROG3=zebrasrv DEFS=$(INCLUDE) O1 = main.o dir.o dirs.o trav.o extract.o kinput.o kcompare.o \ symtab.o text.o recctrl.o structrec.o recindex.o regxread.o recstat.o \ - lockutil.o lockidx.o + lockutil.o lockidx.o zinfo.o invstat.o O2 = kdump.o O3 = zserver.o kcompare.o zrpn.o zsets.o text.o recctrl.o structrec.o \ - attribute.o recindex.o zlogs.o regxread.o lockutil.o locksrv.o + attribute.o recindex.o zlogs.o regxread.o lockutil.o locksrv.o zinfo.o CPP=$(CC) -E all: $(TPROG1) $(TPROG2) $(TPROG3)