Check for config.h (currently not generated).
[yaz-moved-to-github.git] / ztest / 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 ASNMODULE = @ASNMODULE@
61 CC = @CC@
62 CPP = @CPP@
63 ILLLIB = @ILLLIB@
64 ILLMODULE = @ILLMODULE@
65 MAKEINFO = @MAKEINFO@
66 PACKAGE = @PACKAGE@
67 RANLIB = @RANLIB@
68 SUBDIRS_VAR = @SUBDIRS_VAR@
69 VERSION = @VERSION@
70
71 bin_PROGRAMS = yaz-ztest
72
73 yaz_ztest_SOURCES = ztest.c read-grs.c
74
75 EXTRA_DIST = dummy-records dummy-words dummy-grs
76
77 INCLUDES = -I../include
78
79 LDADD = ../lib/libyaz.a
80 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
81 CONFIG_CLEAN_FILES = 
82 PROGRAMS =  $(bin_PROGRAMS)
83
84
85 DEFS = @DEFS@ -I. -I$(srcdir) 
86 CPPFLAGS = @CPPFLAGS@
87 LDFLAGS = @LDFLAGS@
88 LIBS = @LIBS@
89 yaz_ztest_OBJECTS =  ztest.o read-grs.o
90 yaz_ztest_LDADD = $(LDADD)
91 yaz_ztest_DEPENDENCIES =  ../lib/libyaz.a
92 yaz_ztest_LDFLAGS = 
93 CFLAGS = @CFLAGS@
94 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95 CCLD = $(CC)
96 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
97 DIST_COMMON =  Makefile.am Makefile.in
98
99
100 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102 TAR = gtar
103 GZIP_ENV = --best
104 DEP_FILES =  .deps/read-grs.P .deps/ztest.P
105 SOURCES = $(yaz_ztest_SOURCES)
106 OBJECTS = $(yaz_ztest_OBJECTS)
107
108 all: all-redirect
109 .SUFFIXES:
110 .SUFFIXES: .S .c .o .s
111 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
112         cd $(top_srcdir) && $(AUTOMAKE) --gnu ztest/Makefile
113
114 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
115         cd $(top_builddir) \
116           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
117
118
119 mostlyclean-binPROGRAMS:
120
121 clean-binPROGRAMS:
122         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
123
124 distclean-binPROGRAMS:
125
126 maintainer-clean-binPROGRAMS:
127
128 install-binPROGRAMS: $(bin_PROGRAMS)
129         @$(NORMAL_INSTALL)
130         $(mkinstalldirs) $(DESTDIR)$(bindir)
131         @list='$(bin_PROGRAMS)'; for p in $$list; do \
132           if test -f $$p; then \
133             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
134              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
135           else :; fi; \
136         done
137
138 uninstall-binPROGRAMS:
139         @$(NORMAL_UNINSTALL)
140         list='$(bin_PROGRAMS)'; for p in $$list; do \
141           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
142         done
143
144 .s.o:
145         $(COMPILE) -c $<
146
147 .S.o:
148         $(COMPILE) -c $<
149
150 mostlyclean-compile:
151         -rm -f *.o core *.core
152
153 clean-compile:
154
155 distclean-compile:
156         -rm -f *.tab.c
157
158 maintainer-clean-compile:
159
160 yaz-ztest: $(yaz_ztest_OBJECTS) $(yaz_ztest_DEPENDENCIES)
161         @rm -f yaz-ztest
162         $(LINK) $(yaz_ztest_LDFLAGS) $(yaz_ztest_OBJECTS) $(yaz_ztest_LDADD) $(LIBS)
163
164 tags: TAGS
165
166 ID: $(HEADERS) $(SOURCES) $(LISP)
167         list='$(SOURCES) $(HEADERS)'; \
168         unique=`for i in $$list; do echo $$i; done | \
169           awk '    { files[$$0] = 1; } \
170                END { for (i in files) print i; }'`; \
171         here=`pwd` && cd $(srcdir) \
172           && mkid -f$$here/ID $$unique $(LISP)
173
174 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
175         tags=; \
176         here=`pwd`; \
177         list='$(SOURCES) $(HEADERS)'; \
178         unique=`for i in $$list; do echo $$i; done | \
179           awk '    { files[$$0] = 1; } \
180                END { for (i in files) print i; }'`; \
181         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
182           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
183
184 mostlyclean-tags:
185
186 clean-tags:
187
188 distclean-tags:
189         -rm -f TAGS ID
190
191 maintainer-clean-tags:
192
193 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
194
195 subdir = ztest
196
197 distdir: $(DISTFILES)
198         here=`cd $(top_builddir) && pwd`; \
199         top_distdir=`cd $(top_distdir) && pwd`; \
200         distdir=`cd $(distdir) && pwd`; \
201         cd $(top_srcdir) \
202           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu ztest/Makefile
203         @for file in $(DISTFILES); do \
204           d=$(srcdir); \
205           if test -d $$d/$$file; then \
206             cp -pr $$/$$file $(distdir)/$$file; \
207           else \
208             test -f $(distdir)/$$file \
209             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
210             || cp -p $$d/$$file $(distdir)/$$file || :; \
211           fi; \
212         done
213
214 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
215
216 -include $(DEP_FILES)
217
218 mostlyclean-depend:
219
220 clean-depend:
221
222 distclean-depend:
223         -rm -rf .deps
224
225 maintainer-clean-depend:
226
227 %.o: %.c
228         @echo '$(COMPILE) -c $<'; \
229         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
230         @-cp .deps/$(*F).pp .deps/$(*F).P; \
231         tr ' ' '\012' < .deps/$(*F).pp \
232           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
233             >> .deps/$(*F).P; \
234         rm .deps/$(*F).pp
235
236 %.lo: %.c
237         @echo '$(LTCOMPILE) -c $<'; \
238         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
239         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
240           < .deps/$(*F).pp > .deps/$(*F).P; \
241         tr ' ' '\012' < .deps/$(*F).pp \
242           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
243             >> .deps/$(*F).P; \
244         rm -f .deps/$(*F).pp
245 info-am:
246 info: info-am
247 dvi-am:
248 dvi: dvi-am
249 check-am: all-am
250 check: check-am
251 installcheck-am:
252 installcheck: installcheck-am
253 install-exec-am: install-binPROGRAMS
254 install-exec: install-exec-am
255
256 install-data-am:
257 install-data: install-data-am
258
259 install-am: all-am
260         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
261 install: install-am
262 uninstall-am: uninstall-binPROGRAMS
263 uninstall: uninstall-am
264 all-am: Makefile $(PROGRAMS)
265 all-redirect: all-am
266 install-strip:
267         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
268 installdirs:
269         $(mkinstalldirs)  $(DESTDIR)$(bindir)
270
271
272 mostlyclean-generic:
273
274 clean-generic:
275
276 distclean-generic:
277         -rm -f Makefile $(CONFIG_CLEAN_FILES)
278         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
279
280 maintainer-clean-generic:
281 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
282                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
283
284 mostlyclean: mostlyclean-am
285
286 clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-depend \
287                 clean-generic mostlyclean-am
288
289 clean: clean-am
290
291 distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
292                 distclean-depend distclean-generic clean-am
293
294 distclean: distclean-am
295
296 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
297                 maintainer-clean-compile maintainer-clean-tags \
298                 maintainer-clean-depend maintainer-clean-generic \
299                 distclean-am
300         @echo "This command is intended for maintainers to use;"
301         @echo "it deletes files that may require special tools to rebuild."
302
303 maintainer-clean: maintainer-clean-am
304
305 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
306 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
307 mostlyclean-compile distclean-compile clean-compile \
308 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
309 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
310 distclean-depend clean-depend maintainer-clean-depend info-am info \
311 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
312 install-exec install-data-am install-data install-am install \
313 uninstall-am uninstall all-redirect all-am all installdirs \
314 mostlyclean-generic distclean-generic clean-generic \
315 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
316
317
318 # Tell versions [3.59,3.63) of GNU make to not export all variables.
319 # Otherwise a system limit (for SysV at least) may be exceeded.
320 .NOEXPORT: