Implemented command update0 in YAZ client which is equivalent to
[yaz-moved-to-github.git] / util / Makefile.am
index 8fb85d8..953a563 100644 (file)
@@ -1,21 +1,22 @@
 ## Copyright (C) 1994-2003, Index Data
 ## All rights reserved.
-## $Id: Makefile.am,v 1.18 2003-05-06 10:07:33 adam Exp $
+## $Id: Makefile.am,v 1.22 2003-06-11 11:09:22 adam Exp $
 
 noinst_LTLIBRARIES = libutil.la
 
-TESTS = tsticonv tstnmem tstmatchstr tstwrbuf
+check_PROGRAMS = tsticonv tstnmem tstmatchstr tstwrbuf
 
-bin_SCRIPTS = yaz-comp
+TESTS = $(check_PROGRAMS)
 
-EXTRA_DIST = yaz-comp cvs-date.tcl charconv.tcl charconv.sgm
+bin_SCRIPTS = yaz-asncomp
+
+EXTRA_DIST = yaz-asncomp cvs-date.tcl \
+ charconv.tcl charconv.sgm charconv_cjk.xml
 
 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
@@ -37,9 +38,9 @@ tstmatchstr_SOURCES = tstmatchstr.c
 tstwrbuf_LDADD = libutil.la
 tstwrbuf_SOURCES = tstwrbuf.c
 
-# MARC8 C conversion is generated from charconv.sgm
+# MARC8 conversion is generated from charconv.sgm
 marc8.c: charconv.sgm charconv.tcl
-       cd $(srcdir); ./charconv.tcl -p marc8 -s 50 charconv.sgm marc8.c
+       cd $(srcdir); ./charconv.tcl -p marc8 -s 50 charconv.sgm -o 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 \