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