Optimized resultSetInsert{Rank,Sort}.
[idzebra-moved-to-github.git] / dict / Makefile.am
1 ## $Id: Makefile.am,v 1.2 2000-07-07 12:49:20 adam Exp $
2
3 noinst_LIBRARIES = libdict.a
4 noinst_PROGRAMS = dicttest dictext
5
6 INCLUDES = -I$(srcdir)/../include @YAZINC@
7 LDADD = libdict.a ../bfile/libbfile.a ../dfa/libdfa.a ../util/libutil.a @YAZLIB@ @LIBS@
8
9 libdict_a_SOURCES = scan.c dopen.c dclose.c drdwr.c open.c close.c insert.c \
10  lookup.c lookupec.c lookgrep.c delete.c dcompact.c
11
12 dicttest_SOURCES = dicttest.c
13
14 dictext_SOURCES = dictext.c
15