Added ill_get_APDU and ill_get_Cancel.
[yaz-moved-to-github.git] / 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 AUTOMAKE_OPTIONS = foreign 
84
85 DIST_SUBDIRS = util odr z39.50 asn ill zutil comstack ccl tab retrieval server lib include client ztest doc
86
87 SUBDIRS = @SUBDIRS_VAR@
88
89 aclocaldir = $(datadir)/aclocal
90
91 aclocal_DATA = yaz.m4
92
93 SPEC_FILE = $(PACKAGE).spec
94 EXTRA_DIST = $(SPEC_FILE) README LICENSE CHANGELOG TODO windows.txt     yaz-config.in yaz.m4
95
96 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
98 CONFIG_CLEAN_FILES =  yaz-config
99 DATA =  $(aclocal_DATA)
100
101 DIST_COMMON =  README Makefile.am Makefile.in TODO aclocal.m4 \
102 config.guess config.sub configure configure.in install-sh ltconfig \
103 ltmain.sh missing mkinstalldirs yaz-config.in
104
105
106 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
107
108 TAR = gtar
109 GZIP_ENV = --best
110 all: all-redirect
111 .SUFFIXES:
112 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
113         cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
114
115 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
116         cd $(top_builddir) \
117           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
118
119 $(ACLOCAL_M4):  configure.in 
120         cd $(srcdir) && $(ACLOCAL)
121
122 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
123         $(SHELL) ./config.status --recheck
124 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
125         cd $(srcdir) && $(AUTOCONF)
126 yaz-config: $(top_builddir)/config.status yaz-config.in
127         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
128
129 install-aclocalDATA: $(aclocal_DATA)
130         @$(NORMAL_INSTALL)
131         $(mkinstalldirs) $(DESTDIR)$(aclocaldir)
132         @list='$(aclocal_DATA)'; for p in $$list; do \
133           if test -f $(srcdir)/$$p; then \
134             echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(aclocaldir)/$$p"; \
135             $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(aclocaldir)/$$p; \
136           else if test -f $$p; then \
137             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(aclocaldir)/$$p"; \
138             $(INSTALL_DATA) $$p $(DESTDIR)$(aclocaldir)/$$p; \
139           fi; fi; \
140         done
141
142 uninstall-aclocalDATA:
143         @$(NORMAL_UNINSTALL)
144         list='$(aclocal_DATA)'; for p in $$list; do \
145           rm -f $(DESTDIR)$(aclocaldir)/$$p; \
146         done
147
148 # This directory's subdirectories are mostly independent; you can cd
149 # into them and run `make' without going through this Makefile.
150 # To change the values of `make' variables: instead of editing Makefiles,
151 # (1) if the variable is set in `config.status', edit `config.status'
152 #     (which will cause the Makefiles to be regenerated when you run `make');
153 # (2) otherwise, pass the desired values on the `make' command line.
154
155 all-recursive install-data-recursive install-exec-recursive \
156 installdirs-recursive install-recursive uninstall-recursive  \
157 check-recursive installcheck-recursive info-recursive dvi-recursive:
158         @set fnord $(MAKEFLAGS); amf=$$2; \
159         dot_seen=no; \
160         target=`echo $@ | sed s/-recursive//`; \
161         list='$(SUBDIRS)'; for subdir in $$list; do \
162           echo "Making $$target in $$subdir"; \
163           if test "$$subdir" = "."; then \
164             dot_seen=yes; \
165             local_target="$$target-am"; \
166           else \
167             local_target="$$target"; \
168           fi; \
169           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
170            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
171         done; \
172         if test "$$dot_seen" = "no"; then \
173           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
174         fi; test -z "$$fail"
175
176 mostlyclean-recursive clean-recursive distclean-recursive \
177 maintainer-clean-recursive:
178         @set fnord $(MAKEFLAGS); amf=$$2; \
179         dot_seen=no; \
180         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
181           if test "$$subdir" = "."; then :; else \
182             rev="$$subdir $$rev"; \
183           fi; \
184         done; \
185         rev="$$rev ."; \
186         target=`echo $@ | sed s/-recursive//`; \
187         for subdir in $$rev; do \
188           echo "Making $$target in $$subdir"; \
189           if test "$$subdir" = "."; then \
190             local_target="$$target-am"; \
191           else \
192             local_target="$$target"; \
193           fi; \
194           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
195            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
196         done && test -z "$$fail"
197 tags-recursive:
198         list='$(SUBDIRS)'; for subdir in $$list; do \
199           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
200         done
201
202 tags: TAGS
203
204 ID: $(HEADERS) $(SOURCES) $(LISP)
205         list='$(SOURCES) $(HEADERS)'; \
206         unique=`for i in $$list; do echo $$i; done | \
207           awk '    { files[$$0] = 1; } \
208                END { for (i in files) print i; }'`; \
209         here=`pwd` && cd $(srcdir) \
210           && mkid -f$$here/ID $$unique $(LISP)
211
212 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
213         tags=; \
214         here=`pwd`; \
215         list='$(SUBDIRS)'; for subdir in $$list; do \
216    if test "$$subdir" = .; then :; else \
217             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
218    fi; \
219         done; \
220         list='$(SOURCES) $(HEADERS)'; \
221         unique=`for i in $$list; do echo $$i; done | \
222           awk '    { files[$$0] = 1; } \
223                END { for (i in files) print i; }'`; \
224         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
225           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
226
227 mostlyclean-tags:
228
229 clean-tags:
230
231 distclean-tags:
232         -rm -f TAGS ID
233
234 maintainer-clean-tags:
235
236 distdir = $(PACKAGE)-$(VERSION)
237 top_distdir = $(distdir)
238
239 # This target untars the dist file and tries a VPATH configuration.  Then
240 # it guarantees that the distribution is self-contained by making another
241 # tarfile.
242 distcheck: dist
243         -rm -rf $(distdir)
244         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
245         mkdir $(distdir)/=build
246         mkdir $(distdir)/=inst
247         dc_install_base=`cd $(distdir)/=inst && pwd`; \
248         cd $(distdir)/=build \
249           && ../configure --srcdir=.. --prefix=$$dc_install_base \
250           && $(MAKE) $(AM_MAKEFLAGS) \
251           && $(MAKE) $(AM_MAKEFLAGS) dvi \
252           && $(MAKE) $(AM_MAKEFLAGS) check \
253           && $(MAKE) $(AM_MAKEFLAGS) install \
254           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
255           && $(MAKE) $(AM_MAKEFLAGS) dist
256         -rm -rf $(distdir)
257         @banner="$(distdir).tar.gz is ready for distribution"; \
258         dashes=`echo "$$banner" | sed s/./=/g`; \
259         echo "$$dashes"; \
260         echo "$$banner"; \
261         echo "$$dashes"
262 dist: distdir
263         -chmod -R a+r $(distdir)
264         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
265         -rm -rf $(distdir)
266 dist-all: distdir
267         -chmod -R a+r $(distdir)
268         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
269         -rm -rf $(distdir)
270 distdir: $(DISTFILES)
271         -rm -rf $(distdir)
272         mkdir $(distdir)
273         -chmod 777 $(distdir)
274         here=`cd $(top_builddir) && pwd`; \
275         top_distdir=`cd $(distdir) && pwd`; \
276         distdir=`cd $(distdir) && pwd`; \
277         cd $(top_srcdir) \
278           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
279         @for file in $(DISTFILES); do \
280           d=$(srcdir); \
281           if test -d $$d/$$file; then \
282             cp -pr $$/$$file $(distdir)/$$file; \
283           else \
284             test -f $(distdir)/$$file \
285             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
286             || cp -p $$d/$$file $(distdir)/$$file || :; \
287           fi; \
288         done
289         for subdir in $(DIST_SUBDIRS); do \
290           if test "$$subdir" = .; then :; else \
291             test -d $(distdir)/$$subdir \
292             || mkdir $(distdir)/$$subdir \
293             || exit 1; \
294             chmod 777 $(distdir)/$$subdir; \
295             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
296               || exit 1; \
297           fi; \
298         done
299         $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
300 info-am:
301 info: info-recursive
302 dvi-am:
303 dvi: dvi-recursive
304 check-am: all-am
305 check: check-recursive
306 installcheck-am:
307 installcheck: installcheck-recursive
308 install-exec-am:
309 install-exec: install-exec-recursive
310
311 install-data-am: install-aclocalDATA
312 install-data: install-data-recursive
313
314 install-am: all-am
315         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
316 install: install-recursive
317 uninstall-am: uninstall-aclocalDATA
318 uninstall: uninstall-recursive
319 all-am: Makefile $(DATA)
320 all-redirect: all-recursive
321 install-strip:
322         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
323 installdirs: installdirs-recursive
324 installdirs-am:
325         $(mkinstalldirs)  $(DESTDIR)$(aclocaldir)
326
327
328 mostlyclean-generic:
329
330 clean-generic:
331
332 distclean-generic:
333         -rm -f Makefile $(CONFIG_CLEAN_FILES)
334         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
335
336 maintainer-clean-generic:
337 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
338
339 mostlyclean: mostlyclean-recursive
340
341 clean-am:  clean-tags clean-generic mostlyclean-am
342
343 clean: clean-recursive
344
345 distclean-am:  distclean-tags distclean-generic clean-am
346         -rm -f libtool
347
348 distclean: distclean-recursive
349         -rm -f config.status
350
351 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
352                 distclean-am
353         @echo "This command is intended for maintainers to use;"
354         @echo "it deletes files that may require special tools to rebuild."
355
356 maintainer-clean: maintainer-clean-recursive
357         -rm -f config.status
358
359 .PHONY: uninstall-aclocalDATA install-aclocalDATA install-data-recursive \
360 uninstall-data-recursive install-exec-recursive \
361 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
362 all-recursive check-recursive installcheck-recursive info-recursive \
363 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
364 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
365 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
366 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
367 install-exec install-data-am install-data install-am install \
368 uninstall-am uninstall all-redirect all-am all installdirs-am \
369 installdirs mostlyclean-generic distclean-generic clean-generic \
370 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
371
372
373 dist-hook:
374         cd doc; make
375         mkdir $(distdir)/win
376         -cp $(srcdir)/win/* $(distdir)/win
377
378 rpm: $(PACKAGE)-$(VERSION).tar.gz
379         cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES
380         rpm -ba $(SPEC_FILE)
381
382 # Tell versions [3.59,3.63) of GNU make to not export all variables.
383 # Otherwise a system limit (for SysV at least) may be exceeded.
384 .NOEXPORT: