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