Add support for section/chapter indexing. Add safari filter.
[idzebra-moved-to-github.git] / test / api / Makefile.am
1 # $Id: Makefile.am,v 1.26 2004-11-29 21:55:28 adam Exp $
2
3 noinst_PROGRAMS = testclient
4 testclient_SOURCES = testclient.c 
5
6 simpletests = t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 
7 xpathtests= xpath1 xpath2 xpath3 xpath4 xpath5
8 safaritests = safari1
9 check_PROGRAMS = $(simpletests) $(xpathtests) $(safaritests)
10 TESTS = $(check_PROGRAMS)
11
12 EXTRA_DIST=zebra.cfg zebra6.cfg zebra8.cfg zebrazv.cfg \
13  zebraxpath.cfg safari.cfg
14
15 noinst_LIBRARIES = libtestlib.a
16
17 libtestlib_a_SOURCES = testlib.c testlib.h
18
19 t1_SOURCES = t1.c
20 t2_SOURCES = t2.c
21 t3_SOURCES = t3.c
22 t4_SOURCES = t4.c
23 t5_SOURCES = t5.c
24 t6_SOURCES = t6.c
25 t7_SOURCES = t7.c
26 t8_SOURCES = t8.c
27 t9_SOURCES = t9.c rankingrecords.h
28 t10_SOURCES = t10.c rankingrecords.h
29
30 xpath1_SOURCES = xpath1.c
31 xpath2_SOURCES = xpath2.c
32 xpath3_SOURCES = xpath3.c
33 xpath4_SOURCES = xpath4.c
34 xpath5_SOURCES = xpath5.c
35
36 safari1_SOURCES = safari1.c testlib.c
37
38 AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)
39
40 zebralibs = \
41  ../../index/libidzebra-api.la \
42  ../../rset/libidzebra-rset.la \
43  ../../recctrl/libidzebra-recctrl.la \
44  ../../dict/libidzebra-dict.la  \
45  ../../isams/libidzebra-isams.la \
46  ../../isamc/libidzebra-isamc.la \
47  ../../isamb/libidzebra-isamb.la \
48  ../../data1/libidzebra-data1.la \
49  ../../bfile/libidzebra-bfile.la \
50  ../../dfa/libidzebra-dfa.la \
51  ../../util/libidzebra-util.la
52
53 LDADD = libtestlib.a $(zebralibs) $(YAZLALIB)
54