Using autoconf. New definitions: YAZ_BEGIN_CDECL/YAZ_END_CDECL.
[yaz-moved-to-github.git] / ill / Makefile.am
1 # $Id: Makefile.am,v 1.1 2000-02-28 11:20:05 adam Exp $
2
3 INCLUDES=-I../include
4
5 EXTRA_DIST=ill9702.asn item-req.asn ill.tcl
6
7 noinst_LIBRARIES=libill.a
8
9 libill_a_SOURCES=ill-core.c item-req.c ill-get.c
10
11 ill-core.c ../include/yaz/ill-core.h: ill.tcl ill9702.asn ../util/yc.tcl
12         ../util/yc.tcl -d ill.tcl -i yaz -I ../include $(YCFLAGS) ill9702.asn
13
14 item-req.c ../include/yaz/item-req.h: ill.tcl item-req.asn ../util/yc.tcl
15         ../util/yc.tcl -d ill.tcl -i yaz -I ../include $(YCFLAGS) item-req.asn
16
17 #dist-hook: ill-core.c item-req.c
18