3be04844a6bb17df305414fdcca71090650feae8
[yaz-moved-to-github.git] / zoom / Makefile.am
1 ## $Id: Makefile.am,v 1.18 2006-06-15 10:34:24 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 zoomtst10
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 zoomtst10_SOURCES = zoomtst10.c
22 zoomsh_SOURCES = zoomsh.c
23 zoom_benchmark_SOURCES = zoom-benchmark.c
24
25