X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2FMakefile.am;h=adf2b960d3c520cb095d5d12f1fafbeb1813cb69;hb=e5ebc859654d84aa9098142b34015648d8e333de;hp=182f3ac95950676801cdf71a78f1f99b90d1fa84;hpb=b9ba556f29428d79db2a874b1a33504290125216;p=idzebra-moved-to-github.git diff --git a/index/Makefile.am b/index/Makefile.am index 182f3ac..adf2b96 100644 --- a/index/Makefile.am +++ b/index/Makefile.am @@ -1,6 +1,6 @@ -## $Id: Makefile.am,v 1.3 2000-05-02 11:26:13 adam Exp $ +## $Id: Makefile.am,v 1.5 2000-12-05 10:01:44 adam Exp $ -noinst_PROGRAMS = apitest +noinst_PROGRAMS = apitest kdump if ISZMBOL bin_PROGRAMS = zmbolidx zmbolsrv @@ -31,6 +31,19 @@ apitest_SOURCES = apitest.c kcompare.c zrpn.c zsets.c attribute.c recindex.c \ retrieve.c kinput.c \ index.h recindex.h recindxp.h zebraapi.h zinfo.h zserver.h +kdump_SOURCES=kdump.c kcompare.c + INCLUDES = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE) -LDADD = @SUBLIBS@ $(YAZLIB) $(TCL_LIB) +if ISZMBOL +zmbol_libs = ../isam/libisam.a ../isamc/libisamc.a ../isamb/libisamb.a +else +zmbol_libs = +endif + +LDADD = \ + ../rset/librset.a ../dict/libdict.a ../isams/libisams.a \ + $(zmbol_libs) \ + ../recctrl/librecctrl.a ../bfile/libbfile.a ../dfa/libdfa.a \ + ../util/libutil.a \ + $(YAZLIB) $(TCL_LIB)