X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=isamb%2FMakefile.am;h=d94489d8dd0d375a4445d41bee2a086be4c92b73;hp=f09dce2e1d77c9ce85b0a3b7c38e6c3efe2ddc2c;hb=60ba1bbd30dc4302bac6888136dc6bf8f9c0c7c7;hpb=a0c8ad663e1c39942375e032abfd0be156f9c2ca diff --git a/isamb/Makefile.am b/isamb/Makefile.am index f09dce2..d94489d 100644 --- a/isamb/Makefile.am +++ b/isamb/Makefile.am @@ -1,9 +1,13 @@ -## $Id: Makefile.am,v 1.11 2006-06-29 13:47:58 adam Exp $ +## $Id: Makefile.am,v 1.17 2006-12-12 13:54:33 adam Exp $ -lib_LTLIBRARIES = libidzebra-isamb.la +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)