X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2FMakefile.in;h=a519e7da777624a60f6ee31edc47eee398b9380c;hp=e126644f21430b61b3ad90208e3c35a6940dc3a6;hb=c41c84a497ae744aa825a90f144c85b54f1cd4bb;hpb=eb2b742588ce07fb4516bbca22c93b938b13e433 diff --git a/index/Makefile.in b/index/Makefile.in index e126644..a519e7d 100644 --- a/index/Makefile.in +++ b/index/Makefile.in @@ -1,7 +1,7 @@ # Copyright (C) 1995-1999, Index Data # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile.in,v 1.10 1999-12-01 13:30:30 adam Exp $ +# $Id: Makefile.in,v 1.11 2000-03-20 19:08:36 adam Exp $ SHELL=/bin/sh @@ -29,7 +29,7 @@ O1 = main.o dir.o dirs.o trav.o extract.o kinput.o kcompare.o \ O2 = kdump.o O3 = zserver.o kcompare.o zrpn.o zsets.o attribute.o recindex.o \ lockutil.o locksrv.o zinfo.o trunc.o sortidx.o rank1.o zebraapi.o \ - retrieve.o + retrieve.o kinput.o O4 = hlvl.o hlvltest.o kcompare.o O5 = apitest.o kcompare.o zrpn.o zsets.o attribute.o recindex.o \ lockutil.o locksrv.o zinfo.o trunc.o sortidx.o rank1.o zebraapi.o \ @@ -62,7 +62,7 @@ $(TPROG5): $(O5) @SUBLIBS@ $(CC) -c $(DEFS) $(CFLAGS) $< clean: - rm -f *.[oa] $(TPROG1) $(TPROG2) $(TPROG3) + rm -f *.[oa] $(TPROG1) $(TPROG2) $(TPROG3) $(TPROG4) $(TPROG5) rm -f core mon.out gmon.out errlist depend: