## $Id: Makefile.am,v 1.3 2001-10-15 20:57:18 adam Exp $ noinst_LIBRARIES = libdict.a noinst_PROGRAMS = dicttest dictext INCLUDES = -I$(srcdir)/../include CFLAGS = @YAZINC@ LDADD = libdict.a ../bfile/libbfile.a ../dfa/libdfa.a ../util/libutil.a @YAZLIB@ @LIBS@ 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 dicttest_SOURCES = dicttest.c dictext_SOURCES = dictext.c