Updated with more info.
[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 @SET_MAKE@
156
157 all-recursive install-data-recursive install-exec-recursive \
158 installdirs-recursive install-recursive uninstall-recursive  \
159 check-recursive installcheck-recursive info-recursive dvi-recursive:
160         @set fnord $(MAKEFLAGS); amf=$$2; \
161         dot_seen=no; \
162         target=`echo $@ | sed s/-recursive//`; \
163         list='$(SUBDIRS)'; for subdir in $$list; do \
164           echo "Making $$target in $$subdir"; \
165           if test "$$subdir" = "."; then \
166             dot_seen=yes; \
167             local_target="$$target-am"; \
168           else \
169             local_target="$$target"; \
170           fi; \
171           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
172            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
173         done; \
174         if test "$$dot_seen" = "no"; then \
175           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
176         fi; test -z "$$fail"
177
178 mostlyclean-recursive clean-recursive distclean-recursive \
179 maintainer-clean-recursive:
180         @set fnord $(MAKEFLAGS); amf=$$2; \
181         dot_seen=no; \
182         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
183           rev="$$subdir $$rev"; \
184           test "$$subdir" = "." && dot_seen=yes; \
185         done; \
186         test "$$dot_seen" = "no" && rev=". $$rev"; \
187         target=`echo $@ | sed s/-recursive//`; \
188         for subdir in $$rev; do \
189           echo "Making $$target in $$subdir"; \
190           if test "$$subdir" = "."; then \
191             local_target="$$target-am"; \
192           else \
193             local_target="$$target"; \
194           fi; \
195           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
196            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
197         done && test -z "$$fail"
198 tags-recursive:
199         list='$(SUBDIRS)'; for subdir in $$list; do \
200           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
201         done
202
203 tags: TAGS
204
205 ID: $(HEADERS) $(SOURCES) $(LISP)
206         list='$(SOURCES) $(HEADERS)'; \
207         unique=`for i in $$list; do echo $$i; done | \
208           awk '    { files[$$0] = 1; } \
209                END { for (i in files) print i; }'`; \
210         here=`pwd` && cd $(srcdir) \
211           && mkid -f$$here/ID $$unique $(LISP)
212
213 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
214         tags=; \
215         here=`pwd`; \
216         list='$(SUBDIRS)'; for subdir in $$list; do \
217    if test "$$subdir" = .; then :; else \
218             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
219    fi; \
220         done; \
221         list='$(SOURCES) $(HEADERS)'; \
222         unique=`for i in $$list; do echo $$i; done | \
223           awk '    { files[$$0] = 1; } \
224                END { for (i in files) print i; }'`; \
225         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
226           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
227
228 mostlyclean-tags:
229
230 clean-tags:
231
232 distclean-tags:
233         -rm -f TAGS ID
234
235 maintainer-clean-tags:
236
237 distdir = $(PACKAGE)-$(VERSION)
238 top_distdir = $(distdir)
239
240 # This target untars the dist file and tries a VPATH configuration.  Then
241 # it guarantees that the distribution is self-contained by making another
242 # tarfile.
243 distcheck: dist
244         -rm -rf $(distdir)
245         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
246         mkdir $(distdir)/=build
247         mkdir $(distdir)/=inst
248         dc_install_base=`cd $(distdir)/=inst && pwd`; \
249         cd $(distdir)/=build \
250           && ../configure --srcdir=.. --prefix=$$dc_install_base \
251           && $(MAKE) $(AM_MAKEFLAGS) \
252           && $(MAKE) $(AM_MAKEFLAGS) dvi \
253           && $(MAKE) $(AM_MAKEFLAGS) check \
254           && $(MAKE) $(AM_MAKEFLAGS) install \
255           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
256           && $(MAKE) $(AM_MAKEFLAGS) dist
257         -rm -rf $(distdir)
258         @banner="$(distdir).tar.gz is ready for distribution"; \
259         dashes=`echo "$$banner" | sed s/./=/g`; \
260         echo "$$dashes"; \
261         echo "$$banner"; \
262         echo "$$dashes"
263 dist: distdir
264         -chmod -R a+r $(distdir)
265         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
266         -rm -rf $(distdir)
267 dist-all: distdir
268         -chmod -R a+r $(distdir)
269         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
270         -rm -rf $(distdir)
271 distdir: $(DISTFILES)
272         -rm -rf $(distdir)
273         mkdir $(distdir)
274         -chmod 777 $(distdir)
275         here=`cd $(top_builddir) && pwd`; \
276         top_distdir=`cd $(distdir) && pwd`; \
277         distdir=`cd $(distdir) && pwd`; \
278         cd $(top_srcdir) \
279           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
280         @for file in $(DISTFILES); do \
281           d=$(srcdir); \
282           if test -d $$d/$$file; then \
283             cp -pr $$/$$file $(distdir)/$$file; \
284           else \
285             test -f $(distdir)/$$file \
286             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
287             || cp -p $$d/$$file $(distdir)/$$file || :; \
288           fi; \
289         done
290         for subdir in $(DIST_SUBDIRS); do \
291           if test "$$subdir" = .; then :; else \
292             test -d $(distdir)/$$subdir \
293             || mkdir $(distdir)/$$subdir \
294             || exit 1; \
295             chmod 777 $(distdir)/$$subdir; \
296             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
297               || exit 1; \
298           fi; \
299         done
300         $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
301 info-am:
302 info: info-recursive
303 dvi-am:
304 dvi: dvi-recursive
305 check-am: all-am
306 check: check-recursive
307 installcheck-am:
308 installcheck: installcheck-recursive
309 install-exec-am:
310 install-exec: install-exec-recursive
311
312 install-data-am: install-aclocalDATA
313 install-data: install-data-recursive
314
315 install-am: all-am
316         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
317 install: install-recursive
318 uninstall-am: uninstall-aclocalDATA
319 uninstall: uninstall-recursive
320 all-am: Makefile $(DATA)
321 all-redirect: all-recursive
322 install-strip:
323         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
324 installdirs: installdirs-recursive
325 installdirs-am:
326         $(mkinstalldirs)  $(DESTDIR)$(aclocaldir)
327
328
329 mostlyclean-generic:
330
331 clean-generic:
332
333 distclean-generic:
334         -rm -f Makefile $(CONFIG_CLEAN_FILES)
335         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
336
337 maintainer-clean-generic:
338 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
339
340 mostlyclean: mostlyclean-recursive
341
342 clean-am:  clean-tags clean-generic mostlyclean-am
343
344 clean: clean-recursive
345
346 distclean-am:  distclean-tags distclean-generic clean-am
347         -rm -f libtool
348
349 distclean: distclean-recursive
350         -rm -f config.status
351
352 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
353                 distclean-am
354         @echo "This command is intended for maintainers to use;"
355         @echo "it deletes files that may require special tools to rebuild."
356
357 maintainer-clean: maintainer-clean-recursive
358         -rm -f config.status
359
360 .PHONY: uninstall-aclocalDATA install-aclocalDATA install-data-recursive \
361 uninstall-data-recursive install-exec-recursive \
362 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
363 all-recursive check-recursive installcheck-recursive info-recursive \
364 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
365 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
366 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
367 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
368 install-exec install-data-am install-data install-am install \
369 uninstall-am uninstall all-redirect all-am all installdirs-am \
370 installdirs mostlyclean-generic distclean-generic clean-generic \
371 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
372
373
374 dist-hook:
375         cd doc; make
376         mkdir $(distdir)/win
377         -cp $(srcdir)/win/* $(distdir)/win
378
379 rpm: $(PACKAGE)-$(VERSION).tar.gz
380         cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES
381         rpm -ba $(SPEC_FILE)
382
383 # Tell versions [3.59,3.63) of GNU make to not export all variables.
384 # Otherwise a system limit (for SysV at least) may be exceeded.
385 .NOEXPORT: