New result set model and modular ranking system. Moved towards
[idzebra-moved-to-github.git] / index / Makefile
index ac8cba6..fb699a0 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright (C) 1995-1998, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.48 1998-02-10 12:03:05 adam Exp $
+# $Id: Makefile,v 1.49 1998-03-05 08:45:11 adam Exp $
 
 SHELL=/bin/sh
 RANLIB=ranlib
@@ -23,11 +23,12 @@ O1 = main.o dir.o dirs.o trav.o extract.o kinput.o kcompare.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 sortidx.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)