Added SRU-GET and SRU-POST support for ZOOM C. Option "sru" specifies
[yaz-moved-to-github.git] / zoom / Makefile.am
1 ## $Id: Makefile.am,v 1.17 2006-02-02 13:14:58 adam Exp $
2 ## Copyright (C) 2001, Index Data
3
4 AM_CPPFLAGS = -I$(top_srcdir)/include
5
6 EXTRA_PROGRAMS = zoomtst1 zoomtst2 zoomtst3 zoomtst4 zoomtst5 zoomtst6 zoomtst7 zoomtst8 zoomtst9
7 bin_PROGRAMS = zoomsh
8 noinst_PROGRAMS = zoom-benchmark
9
10 LDADD = ../src/libyaz.la $(READLINE_LIBS)
11
12 zoomtst1_SOURCES = zoomtst1.c
13 zoomtst2_SOURCES = zoomtst2.c
14 zoomtst3_SOURCES = zoomtst3.c
15 zoomtst4_SOURCES = zoomtst4.c
16 zoomtst5_SOURCES = zoomtst5.c
17 zoomtst6_SOURCES = zoomtst6.c
18 zoomtst7_SOURCES = zoomtst7.c
19 zoomtst8_SOURCES = zoomtst8.c
20 zoomtst9_SOURCES = zoomtst9.c
21 zoomsh_SOURCES = zoomsh.c
22 zoom_benchmark_SOURCES = zoom-benchmark.c
23
24