On Unix, zebra/z'mbol uses automake.
[idzebra-moved-to-github.git] / dict / Makefile.am
diff --git a/dict/Makefile.am b/dict/Makefile.am
new file mode 100644 (file)
index 0000000..c673404
--- /dev/null
@@ -0,0 +1,15 @@
+## $Id: Makefile.am,v 1.1 2000-04-05 09:49:35 adam Exp $
+
+noinst_LIBRARIES = libdict.a
+## noinst_PROGRAMS = dicttest dictext
+
+INCLUDES = -I$(srcdir)/../include @YAZINC@
+LDADD = ../bfile/libbfile.a ../dfa/libdfa.a ../util/libutil.a @YAZLIB@ @LIBS@
+
+libdict_a_SOURCES = scan.c dopen.c dclose.c drdwr.c open.c close.c insert.c \
+ lookup.c lookupec.c lookgrep.c delete.c dcompact.c
+
+## dicttest_SOURCES = dicttest.c
+
+## dictext_SOURCES = dictext.c
+