X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile.am;h=c72fc55ba0dd272781858baee514342fe55eb813;hb=a84b343fd22845cbd7bea563e77250a84e48463b;hp=c023e994cfedbcd3d886d1252ed03291eb7f5fc7;hpb=26d07328e36c41d39216d66d742d133cf7512995;p=yaz-moved-to-github.git diff --git a/util/Makefile.am b/util/Makefile.am index c023e99..c72fc55 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.9 2001-03-21 15:02:39 adam Exp $ +## $Id: Makefile.am,v 1.15 2003-01-06 08:20:28 adam Exp $ noinst_LTLIBRARIES = libutil.la @@ -8,21 +8,21 @@ noinst_LTLIBRARIES = libutil.la bin_SCRIPTS = yaz-comp -EXTRA_DIST = yaz-comp +EXTRA_DIST = yaz-comp cvs-date.tcl charconv.tcl charconv.sgm -LIBS = +AM_CPPFLAGS=-I$(top_srcdir)/include -INCLUDES =-I$(top_srcdir)/include - -libyazthread_la_INCLUDES=-I$(top_srcdir)/include - -noinst_PROGRAMS = marcdump +noinst_PROGRAMS = marcdump yaziconv marcdump_LDADD = libutil.la - 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 + 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