X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=isamb%2FMakefile.am;h=05b3e2d5df1d8148efefa9fdf20e13d007c79aff;hb=1c4ec5fadcec479a371b7a31cda840ef81e43154;hp=f2f07c5bb26938972ed125925b55b0bb30ac6a82;hpb=e5e4f1de02396b2cfab488f8e5918853e96d6b53;p=idzebra-moved-to-github.git diff --git a/isamb/Makefile.am b/isamb/Makefile.am index f2f07c5..05b3e2d 100644 --- a/isamb/Makefile.am +++ b/isamb/Makefile.am @@ -1,9 +1,31 @@ -## $Id: Makefile.am,v 1.2 2002-08-17 08:00:28 adam Exp $ +## $Id: Makefile.am,v 1.15 2006-12-10 11:54:29 adam Exp $ -noinst_LIBRARIES = libisamb.a +noinst_LTLIBRARIES = libidzebra-isamb.la -libisamb_a_SOURCES = isamb.c +noinst_PROGRAMS = benchisamb +check_PROGRAMS = tstisamb -INCLUDES = -I$(srcdir)/../include @YAZINC@ +EXTRA_DIST = bench1.sh bench1.plt bench2.sh bench2.plt -LDADD = ../util/libutil.a ../bfile/libbfile.a libisamc.a $(YAZLIB) $(TCL_LIB) +TESTS = $(check_PROGRAMS) + +tstisamb_SOURCES = tstisamb.c +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) + +libidzebra_isamb_la_SOURCES = isamb.c + +AM_CPPFLAGS=-I$(srcdir)/../include $(YAZINC) + +LDADD = ../util/libutil.a ../bfile/libbfile.a libisamc.a $(YAZLALIB) + +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf