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