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