Added shared library support (libtool).
[yaz-moved-to-github.git] / include / yaz / 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 SUBDIRS_VAR = @SUBDIRS_VAR@
78 VERSION = @VERSION@
79
80 pkginclude_HEADERS = backend.h ccl.h comstack.h  d1_attset.h d1_map.h data1.h diagbib1.h  log.h logrpn.h marcdisp.h nmem.h odr.h oid.h options.h otherinfo.h  pquery.h prt-ext.h readconf.h statserv.h tcpip.h tpath.h wrbuf.h xmalloc.h  yaz-ccl.h yaz-util.h yaz-version.h yconfig.h proto.h   ill.h ill-core.h item-req.h z-accdes1.h z-accform1.h  z-acckrb1.h z-core.h z-date.h z-diag1.h z-espec1.h z-estask.h z-exp.h  z-grs.h z-opac.h z-proto.h z-rrf1.h z-rrf2.h z-sum.h z-sutrs.h z-uifr1.h  z-univ.h zes-expi.h zes-exps.h zes-order.h zes-pquery.h zes-psched.h zes-admin.h   zes-pset.h zes-update.h zes-update0.h  prt-acc.h prt-add.h prt-arc.h prt-dat.h prt-dia.h prt-esp.h  prt-exd.h prt-exp.h prt-grs.h prt-proto.h prt-rsc.h prt-univ.h
81
82 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
83 CONFIG_CLEAN_FILES = 
84 HEADERS =  $(pkginclude_HEADERS)
85
86 DIST_COMMON =  Makefile.am Makefile.in
87
88
89 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
90
91 TAR = gtar
92 GZIP_ENV = --best
93 all: all-redirect
94 .SUFFIXES:
95 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
96         cd $(top_srcdir) && $(AUTOMAKE) --gnu include/yaz/Makefile
97
98 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
99         cd $(top_builddir) \
100           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
101
102
103 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
104         @$(NORMAL_INSTALL)
105         $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
106         @list='$(pkginclude_HEADERS)'; for p in $$list; do \
107           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
108           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p"; \
109           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p; \
110         done
111
112 uninstall-pkgincludeHEADERS:
113         @$(NORMAL_UNINSTALL)
114         list='$(pkginclude_HEADERS)'; for p in $$list; do \
115           rm -f $(DESTDIR)$(pkgincludedir)/$$p; \
116         done
117
118 tags: TAGS
119
120 ID: $(HEADERS) $(SOURCES) $(LISP)
121         list='$(SOURCES) $(HEADERS)'; \
122         unique=`for i in $$list; do echo $$i; done | \
123           awk '    { files[$$0] = 1; } \
124                END { for (i in files) print i; }'`; \
125         here=`pwd` && cd $(srcdir) \
126           && mkid -f$$here/ID $$unique $(LISP)
127
128 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
129         tags=; \
130         here=`pwd`; \
131         list='$(SOURCES) $(HEADERS)'; \
132         unique=`for i in $$list; do echo $$i; done | \
133           awk '    { files[$$0] = 1; } \
134                END { for (i in files) print i; }'`; \
135         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
136           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
137
138 mostlyclean-tags:
139
140 clean-tags:
141
142 distclean-tags:
143         -rm -f TAGS ID
144
145 maintainer-clean-tags:
146
147 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
148
149 subdir = include/yaz
150
151 distdir: $(DISTFILES)
152         here=`cd $(top_builddir) && pwd`; \
153         top_distdir=`cd $(top_distdir) && pwd`; \
154         distdir=`cd $(distdir) && pwd`; \
155         cd $(top_srcdir) \
156           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu include/yaz/Makefile
157         @for file in $(DISTFILES); do \
158           d=$(srcdir); \
159           if test -d $$d/$$file; then \
160             cp -pr $$/$$file $(distdir)/$$file; \
161           else \
162             test -f $(distdir)/$$file \
163             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
164             || cp -p $$d/$$file $(distdir)/$$file || :; \
165           fi; \
166         done
167 info-am:
168 info: info-am
169 dvi-am:
170 dvi: dvi-am
171 check-am: all-am
172 check: check-am
173 installcheck-am:
174 installcheck: installcheck-am
175 install-exec-am:
176 install-exec: install-exec-am
177
178 install-data-am: install-pkgincludeHEADERS
179 install-data: install-data-am
180
181 install-am: all-am
182         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
183 install: install-am
184 uninstall-am: uninstall-pkgincludeHEADERS
185 uninstall: uninstall-am
186 all-am: Makefile $(HEADERS)
187 all-redirect: all-am
188 install-strip:
189         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
190 installdirs:
191         $(mkinstalldirs)  $(DESTDIR)$(pkgincludedir)
192
193
194 mostlyclean-generic:
195
196 clean-generic:
197
198 distclean-generic:
199         -rm -f Makefile $(CONFIG_CLEAN_FILES)
200         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
201
202 maintainer-clean-generic:
203 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
204
205 mostlyclean: mostlyclean-am
206
207 clean-am:  clean-tags clean-generic mostlyclean-am
208
209 clean: clean-am
210
211 distclean-am:  distclean-tags distclean-generic clean-am
212         -rm -f libtool
213
214 distclean: distclean-am
215
216 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
217                 distclean-am
218         @echo "This command is intended for maintainers to use;"
219         @echo "it deletes files that may require special tools to rebuild."
220
221 maintainer-clean: maintainer-clean-am
222
223 .PHONY: uninstall-pkgincludeHEADERS install-pkgincludeHEADERS tags \
224 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
225 distdir info-am info dvi-am dvi check check-am installcheck-am \
226 installcheck install-exec-am install-exec install-data-am install-data \
227 install-am install uninstall-am uninstall all-redirect all-am all \
228 installdirs mostlyclean-generic distclean-generic clean-generic \
229 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
230
231
232 # Tell versions [3.59,3.63) of GNU make to not export all variables.
233 # Otherwise a system limit (for SysV at least) may be exceeded.
234 .NOEXPORT: