Test cases for nmem, iconv
[yaz-moved-to-github.git] / util / Makefile.am
1 ## Copyright (C) 1994-2003, Index Data
2 ## All rights reserved.
3 ## $Id: Makefile.am,v 1.17 2003-04-23 20:34:08 adam Exp $
4
5 noinst_LTLIBRARIES = libutil.la
6
7 TESTS = tsticonv tstnmem
8
9 bin_SCRIPTS = yaz-comp
10
11 EXTRA_DIST = yaz-comp cvs-date.tcl charconv.tcl charconv.sgm
12
13 AM_CPPFLAGS=-I$(top_srcdir)/include
14
15 noinst_PROGRAMS = marcdump yaziconv
16
17 EXTRA_PROGRAMS = tsticonv tstnmem
18
19 marcdump_LDADD = libutil.la 
20 marcdump_SOURCES = marcdump.c
21
22 yaziconv_LDADD = libutil.la 
23 yaziconv_SOURCES = yaziconv.c
24
25 tsticonv_LDADD = libutil.la
26 tsticonv_SOURCES = tsticonv.c
27
28 tstnmem_LDADD = libutil.la
29 tstnmem_SOURCES = tstnmem.c
30
31 marc8.c: charconv.sgm charconv.tcl
32         cd $(srcdir); ./charconv.tcl -p marc8 -s 50 charconv.sgm marc8.c
33
34 libutil_la_SOURCES=version.c options.c log.c marcdisp.c oid.c wrbuf.c \
35    nmemsdup.c xmalloc.c readconf.c tpath.c nmem.c matchstr.c atoin.c \
36    siconv.c marc8.c
37