Store Zebra libs in <prefix>/lib/idzebra<suffix> and modules in
[idzebra-moved-to-github.git] / dfa / Makefile.am
1 ## $Id: Makefile.am,v 1.8 2006-06-29 09:10:34 adam Exp $
2
3 zebralibdir=$(libdir)/$(PACKAGE)$(PACKAGE_SUFFIX)
4
5 zebralib_LTLIBRARIES = libidzebra-dfa.la
6
7 noinst_PROGRAMS = agrep lexer grepper
8
9 AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC)
10 LDADD = libidzebra-dfa.la ../util/libidzebra-util.la $(YAZLALIB)
11
12 agrep_SOURCES = agrep.c
13
14 lexer_SOURCES = lexer.c readfile.c
15
16 grepper_SOURCES = grepper.c
17
18 libidzebra_dfa_la_LDFLAGS=-version-info $(ZEBRALIBS_VERSION)
19 libidzebra_dfa_la_SOURCES = dfa.c imalloc.c states.c set.c bset.c \
20  dfap.h imalloc.h lexer.h