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