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