X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile.am;h=237aa9c858e5f60978a6dbb1f55b4ce833a33bcc;hb=adcb574176dc52cce8ee299507da91228e2afc1b;hp=33cab0c287dccf5513f56b08d74b53c8e3da95f9;hpb=7dec30565506b5ecdd449866ebabe67bd816fc59;p=yaz-moved-to-github.git diff --git a/util/Makefile.am b/util/Makefile.am index 33cab0c..237aa9c 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,6 +1,6 @@ -## Copyright (C) 1994-2001, Index Data +## Copyright (C) 1994-2003, Index Data ## All rights reserved. -## $Id: Makefile.am,v 1.12 2002-08-27 14:02:13 adam Exp $ +## $Id: Makefile.am,v 1.16 2003-02-18 14:28:52 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,10 @@ marcdump_SOURCES = marcdump.c yaziconv_LDADD = libutil.la yaziconv_SOURCES = siconvtst.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 +marc8.c: charconv.sgm charconv.tcl + cd $(srcdir); ./charconv.tcl -p marc8 -s 50 charconv.sgm marc8.c + +libutil_la_SOURCES=version.c 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 marc8.c -#libyazthread_la_SOURCES=nmemthread.c xmalloc.c log.c