X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2FMakefile;h=fb699a0a3e65004346d1ef447ff020b21505f333;hb=8c63ceb6afdfcea5c1efbd716f75c99f18c77b5c;hp=f0f89ad5090bf5751795a2a085d54f6e0ba01f7e;hpb=8b263fee83cd799947c93d4f83730380e199f209;p=idzebra-moved-to-github.git diff --git a/index/Makefile b/index/Makefile index f0f89ad..fb699a0 100644 --- a/index/Makefile +++ b/index/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1995-1998, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.47 1998-01-30 15:31:49 adam Exp $ +# $Id: Makefile,v 1.49 1998-03-05 08:45:11 adam Exp $ SHELL=/bin/sh RANLIB=ranlib @@ -20,14 +20,15 @@ TPROG4=hlvltest DEFS=$(INCLUDE) O1 = main.o dir.o dirs.o trav.o extract.o kinput.o kcompare.o \ symtab.o recindex.o recstat.o lockutil.o lockidx.o \ - zinfo.o invstat.o + zinfo.o invstat.o sortidx.o O2 = kdump.o O3 = zserver.o kcompare.o zrpn.o zsets.o attribute.o recindex.o \ - zlogs.o lockutil.o locksrv.o zinfo.o trunc.o + zlogs.o lockutil.o locksrv.o zinfo.o trunc.o sortidx.o rank1.o zebraapi.o \ + retrieve.o O4 = hlvl.o hlvltest.o kcompare.o CPP=$(CC) -E -all: $(TPROG1) $(TPROG3) +all: $(TPROG1) $(TPROG2) $(TPROG3) $(TPROG1): $(O1) ../lib/dict.a ../lib/isam.a ../lib/isamc.a ../lib/recctrl.a \ ../lib/bfile.a ../lib/dfa.a ../lib/zebrautl.a $(YAZLIB)