Minor updates (for fixed version of automake in CVS).
[yaz-moved-to-github.git] / include / 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 SUBDIRS = yaz
85 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
86 CONFIG_CLEAN_FILES = 
87 DIST_COMMON =  Makefile.am Makefile.in
88
89
90 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
91
92 TAR = gtar
93 GZIP_ENV = --best
94 all: all-redirect
95 .SUFFIXES:
96 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
97         cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile
98
99 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
100         cd $(top_builddir) \
101           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
102
103
104 # This directory's subdirectories are mostly independent; you can cd
105 # into them and run `make' without going through this Makefile.
106 # To change the values of `make' variables: instead of editing Makefiles,
107 # (1) if the variable is set in `config.status', edit `config.status'
108 #     (which will cause the Makefiles to be regenerated when you run `make');
109 # (2) otherwise, pass the desired values on the `make' command line.
110
111 all-recursive install-data-recursive install-exec-recursive \
112 installdirs-recursive install-recursive uninstall-recursive  \
113 check-recursive installcheck-recursive info-recursive dvi-recursive:
114         @set fnord $(MAKEFLAGS); amf=$$2; \
115         dot_seen=no; \
116         target=`echo $@ | sed s/-recursive//`; \
117         list='$(SUBDIRS)'; for subdir in $$list; do \
118           echo "Making $$target in $$subdir"; \
119           if test "$$subdir" = "."; then \
120             dot_seen=yes; \
121             local_target="$$target-am"; \
122           else \
123             local_target="$$target"; \
124           fi; \
125           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
126            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
127         done; \
128         if test "$$dot_seen" = "no"; then \
129           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
130         fi; test -z "$$fail"
131
132 mostlyclean-recursive clean-recursive distclean-recursive \
133 maintainer-clean-recursive:
134         @set fnord $(MAKEFLAGS); amf=$$2; \
135         dot_seen=no; \
136         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
137           if test "$$subdir" = "."; then :; else \
138             rev="$$subdir $$rev"; \
139           fi; \
140         done; \
141         rev="$$rev ."; \
142         target=`echo $@ | sed s/-recursive//`; \
143         for subdir in $$rev; do \
144           echo "Making $$target in $$subdir"; \
145           if test "$$subdir" = "."; then \
146             local_target="$$target-am"; \
147           else \
148             local_target="$$target"; \
149           fi; \
150           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
151            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
152         done && test -z "$$fail"
153 tags-recursive:
154         list='$(SUBDIRS)'; for subdir in $$list; do \
155           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
156         done
157
158 tags: TAGS
159
160 ID: $(HEADERS) $(SOURCES) $(LISP)
161         list='$(SOURCES) $(HEADERS)'; \
162         unique=`for i in $$list; do echo $$i; done | \
163           awk '    { files[$$0] = 1; } \
164                END { for (i in files) print i; }'`; \
165         here=`pwd` && cd $(srcdir) \
166           && mkid -f$$here/ID $$unique $(LISP)
167
168 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
169         tags=; \
170         here=`pwd`; \
171         list='$(SUBDIRS)'; for subdir in $$list; do \
172    if test "$$subdir" = .; then :; else \
173             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
174    fi; \
175         done; \
176         list='$(SOURCES) $(HEADERS)'; \
177         unique=`for i in $$list; do echo $$i; done | \
178           awk '    { files[$$0] = 1; } \
179                END { for (i in files) print i; }'`; \
180         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
181           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
182
183 mostlyclean-tags:
184
185 clean-tags:
186
187 distclean-tags:
188         -rm -f TAGS ID
189
190 maintainer-clean-tags:
191
192 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
193
194 subdir = include
195
196 distdir: $(DISTFILES)
197         here=`cd $(top_builddir) && pwd`; \
198         top_distdir=`cd $(top_distdir) && pwd`; \
199         distdir=`cd $(distdir) && pwd`; \
200         cd $(top_srcdir) \
201           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign include/Makefile
202         @for file in $(DISTFILES); do \
203           d=$(srcdir); \
204           if test -d $$d/$$file; then \
205             cp -pr $$/$$file $(distdir)/$$file; \
206           else \
207             test -f $(distdir)/$$file \
208             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
209             || cp -p $$d/$$file $(distdir)/$$file || :; \
210           fi; \
211         done
212         for subdir in $(SUBDIRS); do \
213           if test "$$subdir" = .; then :; else \
214             test -d $(distdir)/$$subdir \
215             || mkdir $(distdir)/$$subdir \
216             || exit 1; \
217             chmod 777 $(distdir)/$$subdir; \
218             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
219               || exit 1; \
220           fi; \
221         done
222 info-am:
223 info: info-recursive
224 dvi-am:
225 dvi: dvi-recursive
226 check-am: all-am
227 check: check-recursive
228 installcheck-am:
229 installcheck: installcheck-recursive
230 install-exec-am:
231 install-exec: install-exec-recursive
232
233 install-data-am:
234 install-data: install-data-recursive
235
236 install-am: all-am
237         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
238 install: install-recursive
239 uninstall-am:
240 uninstall: uninstall-recursive
241 all-am: Makefile
242 all-redirect: all-recursive
243 install-strip:
244         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
245 installdirs: installdirs-recursive
246 installdirs-am:
247
248
249 mostlyclean-generic:
250
251 clean-generic:
252
253 distclean-generic:
254         -rm -f Makefile $(CONFIG_CLEAN_FILES)
255         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
256
257 maintainer-clean-generic:
258 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
259
260 mostlyclean: mostlyclean-recursive
261
262 clean-am:  clean-tags clean-generic mostlyclean-am
263
264 clean: clean-recursive
265
266 distclean-am:  distclean-tags distclean-generic clean-am
267         -rm -f libtool
268
269 distclean: distclean-recursive
270
271 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
272                 distclean-am
273         @echo "This command is intended for maintainers to use;"
274         @echo "it deletes files that may require special tools to rebuild."
275
276 maintainer-clean: maintainer-clean-recursive
277
278 .PHONY: install-data-recursive uninstall-data-recursive \
279 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
280 uninstalldirs-recursive all-recursive check-recursive \
281 installcheck-recursive info-recursive dvi-recursive \
282 mostlyclean-recursive distclean-recursive clean-recursive \
283 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
284 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
285 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
286 install-exec install-data-am install-data install-am install \
287 uninstall-am uninstall all-redirect all-am all installdirs-am \
288 installdirs mostlyclean-generic distclean-generic clean-generic \
289 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
290
291
292 # Tell versions [3.59,3.63) of GNU make to not export all variables.
293 # Otherwise a system limit (for SysV at least) may be exceeded.
294 .NOEXPORT: