X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2FMakefile.am;h=adf2b960d3c520cb095d5d12f1fafbeb1813cb69;hb=e5ebc859654d84aa9098142b34015648d8e333de;hp=772aad7b94a98045577dc04f2dc21ec4614dcdf2;hpb=87515c8d89b4b0e3ceadac4bded487efa099a94e;p=idzebra-moved-to-github.git diff --git a/index/Makefile.am b/index/Makefile.am index 772aad7..adf2b96 100644 --- a/index/Makefile.am +++ b/index/Makefile.am @@ -1,6 +1,6 @@ -## $Id: Makefile.am,v 1.2 2000-04-06 09:03:28 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 -INCLUDES = -I$(srcdir)/../include @YAZINC@ +kdump_SOURCES=kdump.c kcompare.c -LDADD = @SUBLIBS@ @YAZLIB@ +INCLUDES = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE) + +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)