X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=0ee0d3041afdd4334d425479874ce0e167d2401f;hb=3cdfbd27dfc8dd15619f127ae78bf0f71b27dd6d;hp=58f7aace4d4fe9264c9b09065a7eea3e3d7fcd5a;hpb=7a4064cd15f6c6b34c1180e1bc51f0d0e90da320;p=yaz-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index 58f7aac..0ee0d30 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ ## This file is part of the YAZ toolkit. ## Copyright (C) 1995-2007, Index Data, All rights reserved. -## $Id: Makefile.am,v 1.56 2007-04-12 13:52:57 adam Exp $ +## $Id: Makefile.am,v 1.58 2007-04-16 21:53:09 adam Exp $ YAZ_VERSION_INFO=3:0:0 @@ -20,7 +20,8 @@ illdata_DATA=ill9702.asn item-req.asn ill.tcl EXTRA_DIST=$(tabdata_DATA) $(illdata_DATA) \ charconv.tcl codetables.xml \ csvtodiag.tcl csvtobib1.tcl csvtosrw.tcl bib1.csv srw.csv \ - csvtosru_update.tcl sru_update.csv + csvtosru_update.tcl sru_update.csv \ + oidtoc.tcl oid.csv YAZCOMP=$(top_srcdir)/util/yaz-asncomp YAZCOMP_Z = $(YAZCOMP) -d $(srcdir)/z.tcl -i yaz -I$(top_srcdir)/include @@ -38,6 +39,10 @@ marc8.c: charconv.tcl codetables.xml marc8r.c: charconv.tcl codetables.xml $(TCLSH) $(srcdir)/charconv.tcl -r -p marc8r $(srcdir)/codetables.xml -o marc8r.c +# Generate OID database from CSV +oid_std.c $(top_srcdir)/include/yaz/oid_std.h: oidtoc.tcl oid.csv + $(TCLSH) $(srcdir)/oidtoc.tcl $(srcdir)/oid.csv $(srcdir)/oid_std.c $(top_srcdir)/include/yaz/oid_std.h + # Generate diagnostics from CSVs diagbib1.c $(top_srcdir)/include/yaz/diagbib1.h: csvtobib1.tcl bib1.csv $(TCLSH) $(srcdir)/csvtobib1.tcl $(srcdir) @@ -79,7 +84,7 @@ libyaz_la_SOURCES=version.c options.c log.c \ eventl.c seshigh.c statserv.c requestq.c tcpdchk.c \ eventl.h service.c service.h session.h test.c timing.c \ xmlquery.c http.c \ - mime.c mime.h oid_util.c \ + mime.c mime.h oid_util.c oid_std.c \ record_conv.c retrieval.c elementset.c snprintf.c query-charset.c libyaz_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO)