On Unix, zebra/z'mbol uses automake.
[idzebra-moved-to-github.git] / dfa / Makefile.am
diff --git a/dfa/Makefile.am b/dfa/Makefile.am
new file mode 100644 (file)
index 0000000..3058c3b
--- /dev/null
@@ -0,0 +1,17 @@
+## $Id: Makefile.am,v 1.1 2000-04-05 09:49:35 adam Exp $
+
+noinst_LIBRARIES = libdfa.a
+
+noinst_PROGRAMS = agrep lexer grepper
+
+INCLUDES = -I$(srcdir)/../include @YAZINC@
+LDADD = libdfa.a ../util/libutil.a @YAZLIB@ @LIBS@
+
+agrep_SOURCES = agrep.c
+
+lexer_SOURCES = lexer.c readfile.c
+
+grepper_SOURCES = grepper.c
+
+libdfa_a_SOURCES = dfa.c imalloc.c states.c set.c bset.c \
+ dfap.h imalloc.h lexer.h