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