686af4a145e5909e148e183834f7b3cd22fce2ed
[yaz-moved-to-github.git] / test / Makefile.am
1 ## Copyright (C) 1994-2004, Index Data
2 ## All rights reserved.
3 ## $Id: Makefile.am,v 1.7 2005-08-11 14:00:43 adam Exp $
4
5 check_PROGRAMS = tsticonv tstnmem tstmatchstr tstwrbuf tstodr tstccl tstlog \
6  tstsoap1 tstsoap2 tstodrstack
7 check_SCRIPTS = tstcql.sh tstmarc.sh
8
9 TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
10
11 EXTRA_DIST = tstodr.asn tstodrcodec.c tstodrcodec.h cqlsample \
12  $(check_SCRIPTS) \
13  marc1 marc1.xml marc2 marc2.xml marc3 marc3.xml marc4 marc4.xml
14
15 YAZCOMP = $(top_srcdir)/util/yaz-asncomp
16 YAZCOMPLINE = $(YAZCOMP) -d z.tcl -i yaz -I../include $(YCFLAGS)
17
18 AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS)
19
20 dist-hook:
21         mkdir -p $(distdir)/cql
22         cp $(srcdir)/cql/*.err $(distdir)/cql
23         cp $(srcdir)/cql/*.out $(distdir)/cql
24
25 # Rule for generating codecs for our small ASN.1 spec
26 tstodrcodec.c tstodrcodec.h: tstodr.asn $(YAZCOMP)
27         cd $(srcdir); $(YAZCOMP) tstodr.asn
28
29 LDADD = ../src/libyaz.la
30
31 tsticonv_SOURCES = tsticonv.c
32
33 tstnmem_SOURCES = tstnmem.c
34
35 tstmatchstr_SOURCES = tstmatchstr.c
36
37 tstwrbuf_SOURCES = tstwrbuf.c
38
39 tstodr_SOURCES = tstodrcodec.c tstodrcodec.h tstodr.c
40
41 tstodrstack_SOURCES = tstodrstack.c
42
43 tstccl_SOURCES = tstccl.c
44
45 tstlog_SOURCES = tstlog.c
46
47 tstsoap1_SOURCES = tstsoap1.c
48
49 tstsoap2_SOURCES = tstsoap2.c
50