Using autoconf. New definitions: YAZ_BEGIN_CDECL/YAZ_END_CDECL.
[yaz-moved-to-github.git] / ccl / Makefile.am
1 noinst_LIBRARIES = libccl.a
2
3 noinst_PROGRAMS = cclsh
4
5 INCLUDES=-I../include
6
7 libccl_a_SOURCES = cclfind.c ccltoken.c cclerrms.c cclqual.c cclptree.c \
8   cclqfile.c cclstr.c
9 cclsh_SOURCES=cclsh.c
10 cclsh_LDADD = libccl.a