Using autoconf. New definitions: YAZ_BEGIN_CDECL/YAZ_END_CDECL.
[yaz-moved-to-github.git] / ccl / Makefile.am
diff --git a/ccl/Makefile.am b/ccl/Makefile.am
new file mode 100644 (file)
index 0000000..14e5e9e
--- /dev/null
@@ -0,0 +1,10 @@
+noinst_LIBRARIES = libccl.a
+
+noinst_PROGRAMS = cclsh
+
+INCLUDES=-I../include
+
+libccl_a_SOURCES = cclfind.c ccltoken.c cclerrms.c cclqual.c cclptree.c \
+  cclqfile.c cclstr.c
+cclsh_SOURCES=cclsh.c
+cclsh_LDADD = libccl.a