On Unix, zebra/z'mbol uses automake.
[idzebra-moved-to-github.git] / isam / Makefile.am
diff --git a/isam/Makefile.am b/isam/Makefile.am
new file mode 100644 (file)
index 0000000..43295e6
--- /dev/null
@@ -0,0 +1,10 @@
+## $Id: Makefile.am,v 1.1 2000-04-05 09:49:36 adam Exp $
+
+noinst_LIBRARIES = libisam.a
+
+INCLUDES = -I$(srcdir)/../include @YAZINC@
+
+LDADD = ../util/libutil.a ../bfile/libbfile.a @YAZLIB@ @LIBS@
+
+libisam_a_SOURCES = isam.c isutil.c rootblk.c memory.c physical.c \
+ isutil.h keyops.h memory.h physical.h rootblk.h