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