source: trunk/gsdl/packages/yaz/ill/Makefile.am@ 1343

Last change on this file since 1343 was 1343, checked in by johnmcp, 24 years ago

Added the YAZ toolkit source to the packages directory (for z39.50 stuff)

  • Property svn:keywords set to Author Date Id Revision
File size: 453 bytes
Line 
1## $Id: Makefile.am 1343 2000-08-03 03:12:39Z johnmcp $
2
3INCLUDES=-I../include
4
5EXTRA_DIST=ill9702.asn item-req.asn ill.tcl
6
7noinst_LIBRARIES=libill.a
8
9libill_a_SOURCES=ill-core.c item-req.c ill-get.c
10
11ill-core.c ../include/yaz/ill-core.h: ill.tcl ill9702.asn ../util/yaz-comp
12 ../util/yaz-comp -d ill.tcl -i yaz -I ../include $(YCFLAGS) ill9702.asn
13
14item-req.c ../include/yaz/item-req.h: ill.tcl item-req.asn ../util/yaz-comp
15 ../util/yaz-comp -d ill.tcl -i yaz -I ../include $(YCFLAGS) item-req.asn
Note: See TracBrowser for help on using the repository browser.