X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile.am;h=8fb85d807195aa3297fed209dc48cd6c2c9075e4;hb=f98330f4a395ec9f830c39b4a4eb4e523bc0c796;hp=237aa9c858e5f60978a6dbb1f55b4ce833a33bcc;hpb=39f322672612cc6146a9a85fd32d2f8c325763da;p=yaz-moved-to-github.git diff --git a/util/Makefile.am b/util/Makefile.am index 237aa9c..8fb85d8 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,10 +1,10 @@ ## Copyright (C) 1994-2003, Index Data ## All rights reserved. -## $Id: Makefile.am,v 1.16 2003-02-18 14:28:52 adam Exp $ +## $Id: Makefile.am,v 1.18 2003-05-06 10:07:33 adam Exp $ noinst_LTLIBRARIES = libutil.la -#lib_LTLIBRARIES = libyazthread.la +TESTS = tsticonv tstnmem tstmatchstr tstwrbuf bin_SCRIPTS = yaz-comp @@ -14,12 +14,30 @@ AM_CPPFLAGS=-I$(top_srcdir)/include noinst_PROGRAMS = marcdump yaziconv +EXTRA_PROGRAMS = tsticonv tstnmem tstmatchstr tstwrbuf + +# MARC dumper utility marcdump_LDADD = libutil.la marcdump_SOURCES = marcdump.c +# YAZ Iconv utility yaziconv_LDADD = libutil.la -yaziconv_SOURCES = siconvtst.c +yaziconv_SOURCES = yaziconv.c + +# Tests.. +tsticonv_LDADD = libutil.la +tsticonv_SOURCES = tsticonv.c + +tstnmem_LDADD = libutil.la +tstnmem_SOURCES = tstnmem.c + +tstmatchstr_LDADD = libutil.la +tstmatchstr_SOURCES = tstmatchstr.c + +tstwrbuf_LDADD = libutil.la +tstwrbuf_SOURCES = tstwrbuf.c +# MARC8 C conversion is generated from charconv.sgm marc8.c: charconv.sgm charconv.tcl cd $(srcdir); ./charconv.tcl -p marc8 -s 50 charconv.sgm marc8.c