On Unix, zebra/z'mbol uses automake.
[idzebra-moved-to-github.git] / dict / Makefile.am
1 ## $Id: Makefile.am,v 1.1 2000-04-05 09:49:35 adam Exp $
2
3 noinst_LIBRARIES = libdict.a
4 ## noinst_PROGRAMS = dicttest dictext
5
6 INCLUDES = -I$(srcdir)/../include @YAZINC@
7 LDADD = ../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