X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2FMakefile.am;h=ecce5fa75565c86cecd4cd18b8dbd676d4024283;hb=0efcca9923da4586d3c1d1c10d4afa68c894f576;hp=5045062ff159d529de221c99e3e95889dccd90ad;hpb=9a14cd596da0fd59d38a62aa4e4535dfd89aa295;p=idzebra-moved-to-github.git diff --git a/dict/Makefile.am b/dict/Makefile.am index 5045062..ecce5fa 100644 --- a/dict/Makefile.am +++ b/dict/Makefile.am @@ -1,16 +1,32 @@ -## $Id: Makefile.am,v 1.6 2004-06-16 20:49:18 adam Exp $ +## $Id: Makefile.am,v 1.17 2006-07-05 15:03:47 adam Exp $ -noinst_LIBRARIES = libdict.a +noinst_LTLIBRARIES = libidzebra-dict.la noinst_PROGRAMS = dicttest dictext +check_PROGRAMS = scantest + +TESTS = $(check_PROGRAMS) AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) -LDADD = libdict.a ../bfile/libbfile.a ../dfa/libdfa.a ../util/libutil.a $(YAZLIB) $(TCL_LIB) +LDADD = libidzebra-dict.la \ + ../bfile/libidzebra-bfile.la \ + ../dfa/libidzebra-dfa.la \ + ../util/libidzebra-util.la \ + $(YAZLALIB) -libdict_a_SOURCES = scan.c dopen.c dclose.c drdwr.c open.c close.c insert.c \ - lookup.c lookupec.c lookgrep.c delete.c dcompact.c +libidzebra_dict_la_SOURCES = dopen.c dclose.c drdwr.c open.c close.c \ + insert.c lookup.c lookupec.c lookgrep.c delete.c scan.c dcompact.c \ + dict-p.h dicttest_SOURCES = dicttest.c dictext_SOURCES = dictext.c +scantest_SOURCES = scantest.c + + +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf +