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