Moved zoom implementation to zutil. Man page for zoomsh
[yaz-moved-to-github.git] / zoom / Makefile.am
1 ## $Id: Makefile.am,v 1.5 2002-09-16 18:45:14 adam Exp $
2 ## Copyright (C) 2001, Index Data
3
4 AM_CPPFLAGS = -I$(top_srcdir)/include
5
6 noinst_PROGRAMS = zoomtst1 zoomtst2 zoomtst3 zoomtst4 zoomtst5 zoomtst6 zoomtst7 zoomtst8
7 bin_PROGRAMS = zoomsh
8
9 zoomtst1_LDADD = ../lib/libyaz.la
10 zoomtst2_LDADD = ../lib/libyaz.la
11 zoomtst3_LDADD = ../lib/libyaz.la
12 zoomtst4_LDADD = ../lib/libyaz.la
13 zoomtst5_LDADD = ../lib/libyaz.la
14 zoomtst6_LDADD = ../lib/libyaz.la
15 zoomtst7_LDADD = ../lib/libyaz.la
16 zoomtst8_LDADD = ../lib/libyaz.la
17 zoomsh_LDADD = ../lib/libyaz.la $(READLINE_LIBS)
18
19 zoomtst1_SOURCES = zoomtst1.c
20 zoomtst2_SOURCES = zoomtst2.c
21 zoomtst3_SOURCES = zoomtst3.c
22 zoomtst4_SOURCES = zoomtst4.c
23 zoomtst5_SOURCES = zoomtst5.c
24 zoomtst6_SOURCES = zoomtst6.c
25 zoomtst7_SOURCES = zoomtst7.c
26 zoomtst8_SOURCES = zoomtst8.c
27 zoomsh_SOURCES = zoomsh.c