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