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