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