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