X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isamb%2FMakefile.am;h=d94489d8dd0d375a4445d41bee2a086be4c92b73;hb=6ee446e1ec64b03521ffd54f0d3003686566d093;hp=5bb7ad9fdab56b61b405076ac7bf819c3ad4492c;hpb=7415d28c149c1bab51fe93aeaccdd14085b69bd9;p=idzebra-moved-to-github.git diff --git a/isamb/Makefile.am b/isamb/Makefile.am index 5bb7ad9..d94489d 100644 --- a/isamb/Makefile.am +++ b/isamb/Makefile.am @@ -1,9 +1,13 @@ -## $Id: Makefile.am,v 1.12 2006-07-03 14:27:10 adam Exp $ +## $Id: Makefile.am,v 1.17 2006-12-12 13:54:33 adam Exp $ noinst_LTLIBRARIES = libidzebra-isamb.la +noinst_PROGRAMS = benchisamb benchindex1 check_PROGRAMS = tstisamb +EXTRA_DIST = bench1.sh bench1.plt bench2.sh bench2.plt \ + filesystems.plt dictisam.plt + TESTS = $(check_PROGRAMS) tstisamb_SOURCES = tstisamb.c @@ -11,7 +15,17 @@ tstisamb_LDADD = libidzebra-isamb.la \ ../bfile/libidzebra-bfile.la \ ../util/libidzebra-util.la $(YAZLALIB) -libidzebra_isamb_la_LDFLAGS=-version-info $(ZEBRALIBS_VERSION) +benchisamb_SOURCES = benchisamb.c +benchisamb_LDADD = libidzebra-isamb.la \ + ../bfile/libidzebra-bfile.la \ + ../util/libidzebra-util.la $(YAZLALIB) + +benchindex1_SOURCES = benchindex1.c +benchindex1_LDADD = libidzebra-isamb.la \ + ../bfile/libidzebra-bfile.la \ + ../dict/libidzebra-dict.la \ + ../util/libidzebra-util.la $(YAZLALIB) + libidzebra_isamb_la_SOURCES = isamb.c AM_CPPFLAGS=-I$(srcdir)/../include $(YAZINC)