X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=isamb%2FMakefile.am;h=c65ddb6e076c36aee0ce75fcc2ce582337c39f4e;hb=baeef217d2eeb54b96daabeeca6792c33708aaad;hp=708d5396b599768a1f4017ffcddfb3a1f3173316;hpb=3f8634ae4b443725ed340661a3a9ccdaae2da92f;p=idzebra-moved-to-github.git diff --git a/isamb/Makefile.am b/isamb/Makefile.am index 708d539..c65ddb6 100644 --- a/isamb/Makefile.am +++ b/isamb/Makefile.am @@ -1,9 +1,12 @@ -## $Id: Makefile.am,v 1.8 2006-04-27 20:40:41 marc Exp $ +## $Id: Makefile.am,v 1.16 2006-12-10 21:00:56 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 + TESTS = $(check_PROGRAMS) tstisamb_SOURCES = tstisamb.c @@ -11,6 +14,17 @@ tstisamb_LDADD = libidzebra-isamb.la \ ../bfile/libidzebra-bfile.la \ ../util/libidzebra-util.la $(YAZLALIB) +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)