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