bfc02a0430996fc12727a9ccc35c000ee7bf5bfe
[idzebra-moved-to-github.git] / dfa / Makefile.am
1 ## $Id: Makefile.am,v 1.13 2007-12-13 20:19:40 adam Exp $
2
3 noinst_LTLIBRARIES = libidzebra-dfa.la
4
5 noinst_PROGRAMS = agrep lexer grepper
6
7 check_PROGRAMS = test_dfa
8 TESTS = $(check_PROGRAMS)
9
10 test_dfa_SOURCES = test_dfa.c
11
12 AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC)
13 LDADD = libidzebra-dfa.la ../util/libidzebra-util.la $(YAZLALIB)
14
15 agrep_SOURCES = agrep.c
16
17 lexer_SOURCES = lexer.c readfile.c
18
19 grepper_SOURCES = grepper.c
20
21 libidzebra_dfa_la_SOURCES = dfa.c imalloc.c states.c set.c bset.c \
22  dfap.h imalloc.h lexer.h
23
24 clean-local:
25         -rm -f *.log