X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dfa%2FMakefile.am;h=bfc02a0430996fc12727a9ccc35c000ee7bf5bfe;hb=c51d8a82aae537ffa1ad29aecea5cb6e7a9be37a;hp=e7105f051b3448bd51b0adf3908bf51621958022;hpb=7c6c001c65e04f9a9975c023583bb9c0d05a5bf7;p=idzebra-moved-to-github.git diff --git a/dfa/Makefile.am b/dfa/Makefile.am index e7105f0..bfc02a0 100644 --- a/dfa/Makefile.am +++ b/dfa/Makefile.am @@ -1,11 +1,16 @@ -## $Id: Makefile.am,v 1.5 2004-08-24 10:40:23 adam Exp $ +## $Id: Makefile.am,v 1.13 2007-12-13 20:19:40 adam Exp $ -lib_LTLIBRARIES = libidzebra-dfa.la +noinst_LTLIBRARIES = libidzebra-dfa.la noinst_PROGRAMS = agrep lexer grepper +check_PROGRAMS = test_dfa +TESTS = $(check_PROGRAMS) + +test_dfa_SOURCES = test_dfa.c + AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) -LDADD = libidzebra-dfa.la ../util/libidzebra-util.la $(YAZLALIB) $(TCL_LIB) +LDADD = libidzebra-dfa.la ../util/libidzebra-util.la $(YAZLALIB) agrep_SOURCES = agrep.c @@ -15,3 +20,6 @@ grepper_SOURCES = grepper.c libidzebra_dfa_la_SOURCES = dfa.c imalloc.c states.c set.c bset.c \ dfap.h imalloc.h lexer.h + +clean-local: + -rm -f *.log