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