X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=isamb%2FMakefile.am;h=b2178e8bbc66d9858503688aaeb2f3f887296e19;hp=5bb7ad9fdab56b61b405076ac7bf819c3ad4492c;hb=3bb2fd863b1664f1ff71dadb540313f301ca234f;hpb=7415d28c149c1bab51fe93aeaccdd14085b69bd9 diff --git a/isamb/Makefile.am b/isamb/Makefile.am index 5bb7ad9..b2178e8 100644 --- a/isamb/Makefile.am +++ b/isamb/Makefile.am @@ -1,9 +1,12 @@ -## $Id: Makefile.am,v 1.12 2006-07-03 14:27:10 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 +14,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)