c8c59ba1c550b640e1d6d59b8c1b1752b4ad65d9
[idzebra-moved-to-github.git] / dfa / Makefile.am
1 ## $Id: Makefile.am,v 1.2 2002-08-17 08:00:27 adam Exp $
2
3 noinst_LIBRARIES = libdfa.a
4
5 noinst_PROGRAMS = agrep lexer grepper
6
7 INCLUDES = -I$(srcdir)/../include @YAZINC@
8 LDADD = libdfa.a ../util/libutil.a $(YAZLIB) $(TCL_LIB)
9
10 agrep_SOURCES = agrep.c
11
12 lexer_SOURCES = lexer.c readfile.c
13
14 grepper_SOURCES = grepper.c
15
16 libdfa_a_SOURCES = dfa.c imalloc.c states.c set.c bset.c \
17  dfap.h imalloc.h lexer.h