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