Added yaz.m4.
[idzebra-moved-to-github.git] / test / gils / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ../..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 CC = @CC@
61 CPP = @CPP@
62 DEFS = @DEFS@
63 MAKEINFO = @MAKEINFO@
64 PACKAGE = @PACKAGE@
65 PROGPREFIX = @PROGPREFIX@
66 RANLIB = @RANLIB@
67 TCL_INCLUDE = @TCL_INCLUDE@
68 TCL_LIB = @TCL_LIB@
69 VERSION = @VERSION@
70 YAZINC = @YAZINC@
71 YAZLALIB = @YAZLALIB@
72 YAZLIB = @YAZLIB@
73 YAZVERSION = @YAZVERSION@
74 yazconfig = @yazconfig@
75
76 EXTRA_DIST = zebra.cfg test.sh
77 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
78 CONFIG_CLEAN_FILES = 
79 DIST_COMMON =  Makefile.am Makefile.in
80
81
82 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
83
84 TAR = gtar
85 GZIP_ENV = --best
86 all: all-redirect
87 .SUFFIXES:
88 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
89         cd $(top_srcdir) && $(AUTOMAKE) --gnu test/gils/Makefile
90
91 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
92         cd $(top_builddir) \
93           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
94
95 tags: TAGS
96 TAGS:
97
98
99 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
100
101 subdir = test/gils
102
103 distdir: $(DISTFILES)
104         here=`cd $(top_builddir) && pwd`; \
105         top_distdir=`cd $(top_distdir) && pwd`; \
106         distdir=`cd $(distdir) && pwd`; \
107         cd $(top_srcdir) \
108           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu test/gils/Makefile
109         @for file in $(DISTFILES); do \
110           d=$(srcdir); \
111           if test -d $$d/$$file; then \
112             cp -pr $$/$$file $(distdir)/$$file; \
113           else \
114             test -f $(distdir)/$$file \
115             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
116             || cp -p $$d/$$file $(distdir)/$$file || :; \
117           fi; \
118         done
119         $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
120 info-am:
121 info: info-am
122 dvi-am:
123 dvi: dvi-am
124 check-am: all-am
125 check: check-am
126 installcheck-am:
127 installcheck: installcheck-am
128 install-exec-am:
129 install-exec: install-exec-am
130
131 install-data-am:
132 install-data: install-data-am
133
134 install-am: all-am
135         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
136 install: install-am
137 uninstall-am:
138 uninstall: uninstall-am
139 all-am: Makefile
140 all-redirect: all-am
141 install-strip:
142         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
143 installdirs:
144
145
146 mostlyclean-generic:
147
148 clean-generic:
149
150 distclean-generic:
151         -rm -f Makefile $(CONFIG_CLEAN_FILES)
152         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
153
154 maintainer-clean-generic:
155 mostlyclean-am:  mostlyclean-generic
156
157 mostlyclean: mostlyclean-am
158
159 clean-am:  clean-generic mostlyclean-am
160
161 clean: clean-am
162
163 distclean-am:  distclean-generic clean-am
164
165 distclean: distclean-am
166
167 maintainer-clean-am:  maintainer-clean-generic distclean-am
168         @echo "This command is intended for maintainers to use;"
169         @echo "it deletes files that may require special tools to rebuild."
170
171 maintainer-clean: maintainer-clean-am
172
173 .PHONY: tags distdir info-am info dvi-am dvi check check-am \
174 installcheck-am installcheck install-exec-am install-exec \
175 install-data-am install-data install-am install uninstall-am uninstall \
176 all-redirect all-am all installdirs mostlyclean-generic \
177 distclean-generic clean-generic maintainer-clean-generic clean \
178 mostlyclean distclean maintainer-clean
179
180
181 dist-hook:
182         -mkdir $(distdir)/records
183         cp $(srcdir)/records/*.grs $(distdir)/records
184
185 # Tell versions [3.59,3.63) of GNU make to not export all variables.
186 # Otherwise a system limit (for SysV at least) may be exceeded.
187 .NOEXPORT: