Make the zoom programs by default. Problem is that if we don't, we
[yaz-moved-to-github.git] / zoom / Makefile.am
1 ## $Id: Makefile.am,v 1.19 2006-06-15 10:38:35 adam Exp $
2 ## Copyright (C) 2001, Index Data
3
4 AM_CPPFLAGS = -I$(top_srcdir)/include
5
6 bin_PROGRAMS = zoomsh
7 noinst_PROGRAMS = zoomtst1 zoomtst2 zoomtst3 zoomtst4 zoomtst5 zoomtst6 zoomtst7 zoomtst8 zoomtst9 zoomtst10 zoom-benchmark
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 zoomsh_SOURCES = zoomsh.c
22 zoom_benchmark_SOURCES = zoom-benchmark.c
23
24