X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2FMakefile;h=ab81dece86e5d17906fbc058d0a6c59fe4fbb362;hb=99e4ce02beb2ea748b9970ef35fe8834f04a1528;hp=cbddcf8b44038057f1b127cfcbc5b06e873039f4;hpb=cd5f1676b56d762e59ebe97fd963026319b8dcc5;p=idzebra-moved-to-github.git diff --git a/index/Makefile b/index/Makefile index cbddcf8..ab81dec 100644 --- a/index/Makefile +++ b/index/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1995, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.27 1995-12-04 17:59:15 adam Exp $ +# $Id: Makefile,v 1.33 1996-05-01 13:46:35 adam Exp $ SHELL=/bin/sh RANLIB=ranlib @@ -9,7 +9,7 @@ RANLIB=ranlib YAZLIB=../../yaz/lib/libyaz.a #YAZLIB=-lyaz YAZINC=-I../../yaz/include -OSILIB=../../xtimosi/src/libmosi.a ../../yaz/lib/librfc.a +#OSILIB=../../xtimosi/src/libmosi.a ../../yaz/lib/librfc.a #OSILIB=../../xtimosi/src/libmosi.a -lrfc #NETLIB=-lnsl -lsocket @@ -19,10 +19,11 @@ TPROG2=kdump 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 + symtab.o text.o recctrl.o structrec.o recindex.o regxread.o recstat.o \ + lockutil.o lockidx.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 + attribute.o recindex.o zlogs.o regxread.o lockutil.o locksrv.o CPP=$(CC) -E all: $(TPROG1) $(TPROG2) $(TPROG3)