Merge branch 'master' into yaz-744
[yaz-moved-to-github.git] / zoom / Makefile.am
1 ## This file is part of the YAZ toolkit.
2 ## Copyright (C) Index Data
3
4 AM_CPPFLAGS = -I$(top_srcdir)/include $(XML2_CFLAGS)
5
6 bin_PROGRAMS = zoomsh
7 noinst_PROGRAMS = zoomtst1 zoomtst2 zoomtst3 zoomtst4 zoomtst5 zoomtst6 zoomtst7 zoomtst8 zoomtst9 zoomtst10 zoomtst11 zoom-benchmark zoom-ka zoom-bug-641
8
9 LDADD = ../src/libyaz.la $(READLINE_LIBS)
10
11 zoomtst1_SOURCES = zoomtst1.c
12 zoomtst2_SOURCES = zoomtst2.c
13 zoomtst3_SOURCES = zoomtst3.c
14 zoomtst4_SOURCES = zoomtst4.c
15 zoomtst5_SOURCES = zoomtst5.c
16 zoomtst6_SOURCES = zoomtst6.c
17 zoomtst7_SOURCES = zoomtst7.c
18 zoomtst8_SOURCES = zoomtst8.c
19 zoomtst9_SOURCES = zoomtst9.c
20 zoomtst10_SOURCES = zoomtst10.c
21 zoomtst11_SOURCES = zoomtst11.c
22 zoomsh_SOURCES = zoomsh.c
23 zoom_benchmark_SOURCES = zoom-benchmark.c
24 zoom_ka_SOURCES = zoom-ka.c
25 zoom_bug_641_SOURCES = zoom-bug-641.c
26
27