X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=isamb%2FMakefile.am;h=b2178e8bbc66d9858503688aaeb2f3f887296e19;hp=5871c3056b54ee4292c9d1d9926001b4460aab96;hb=1d5d4f08cb84516d75fcb5e6ed4199b6454cccd6;hpb=e075935572b3ef0a246aaefde50efadbfa12e5c4 diff --git a/isamb/Makefile.am b/isamb/Makefile.am index 5871c30..b2178e8 100644 --- a/isamb/Makefile.am +++ b/isamb/Makefile.am @@ -1,11 +1,12 @@ -## $Id: Makefile.am,v 1.10 2006-06-29 09:10:38 adam Exp $ -zebralibdir=$(libdir)/$(PACKAGE)$(PACKAGE_SUFFIX) - -zebralib_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 @@ -13,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)