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