1 ## Copyright (C) 1994-2004, Index Data
2 ## All rights reserved.
3 ## $Id: Makefile.am,v 1.9 2005-09-09 10:34:09 adam Exp $
5 check_PROGRAMS = tsticonv tstnmem tstmatchstr tstwrbuf tstodr tstccl tstlog \
6 tstsoap1 tstsoap2 tstodrstack tstlogthread
7 check_SCRIPTS = tstcql.sh tstmarc.sh
9 TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
11 EXTRA_DIST = tstodr.asn tstodrcodec.c tstodrcodec.h cqlsample \
13 marc1 marc1.xml marc2 marc2.xml marc3 marc3.xml marc4 marc4.xml
15 YAZCOMP = $(top_srcdir)/util/yaz-asncomp
16 YAZCOMPLINE = $(YAZCOMP) -d z.tcl -i yaz -I../include $(YCFLAGS)
18 AM_CFLAGS=$(THREAD_CFLAGS)
20 AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS)
23 mkdir -p $(distdir)/cql
24 cp $(srcdir)/cql/*.err $(distdir)/cql
25 cp $(srcdir)/cql/*.out $(distdir)/cql
27 # Rule for generating codecs for our small ASN.1 spec
28 tstodrcodec.c tstodrcodec.h: tstodr.asn $(YAZCOMP)
29 cd $(srcdir); $(YAZCOMP) tstodr.asn
31 LDADD = ../src/libyaz.la
33 tsticonv_SOURCES = tsticonv.c
35 tstnmem_SOURCES = tstnmem.c
37 tstmatchstr_SOURCES = tstmatchstr.c
39 tstwrbuf_SOURCES = tstwrbuf.c
41 tstodr_SOURCES = tstodrcodec.c tstodrcodec.h tstodr.c
43 tstodrstack_SOURCES = tstodrstack.c
45 tstccl_SOURCES = tstccl.c
47 tstlog_SOURCES = tstlog.c
49 tstsoap1_SOURCES = tstsoap1.c
51 tstsoap2_SOURCES = tstsoap2.c
53 tstlogthread_SOURCES = tstlogthread.c