X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile.am;h=d2bb9bf32a38ab382f8606848c2397fe4ecb6530;hb=cdb4e1fb73e8204d87a63354e6e65e18aa45f141;hp=33cab0c287dccf5513f56b08d74b53c8e3da95f9;hpb=7dec30565506b5ecdd449866ebabe67bd816fc59;p=yaz-moved-to-github.git diff --git a/util/Makefile.am b/util/Makefile.am index 33cab0c..d2bb9bf 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,6 +1,6 @@ -## Copyright (C) 1994-2001, Index Data +## Copyright (C) 1994-2002, Index Data ## All rights reserved. -## $Id: Makefile.am,v 1.12 2002-08-27 14:02:13 adam Exp $ +## $Id: Makefile.am,v 1.14 2002-12-16 13:13:53 adam Exp $ noinst_LTLIBRARIES = libutil.la @@ -8,9 +8,7 @@ noinst_LTLIBRARIES = libutil.la bin_SCRIPTS = yaz-comp -EXTRA_DIST = yaz-comp cvs-date.tcl - -LIBS = +EXTRA_DIST = yaz-comp cvs-date.tcl charconv.tcl charconv.sgm AM_CPPFLAGS=-I$(top_srcdir)/include @@ -22,7 +20,9 @@ marcdump_SOURCES = marcdump.c yaziconv_LDADD = libutil.la yaziconv_SOURCES = siconvtst.c +marc8.c: charconv.sgm charconv.tcl + cd $(srcdir); ./charconv.tcl -p marc8 -s 50 charconv.sgm marc8.c + libutil_la_SOURCES=options.c log.c marcdisp.c oid.c wrbuf.c nmemsdup.c \ - xmalloc.c readconf.c tpath.c nmem.c matchstr.c atoin.c siconv.c + xmalloc.c readconf.c tpath.c nmem.c matchstr.c atoin.c siconv.c marc8.c -#libyazthread_la_SOURCES=nmemthread.c xmalloc.c log.c