93bd9eb735a7ae321751dd4f4554a66deb667ad8
[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 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
71 pkginclude_HEADERS = backend.h ccl.h comstack.h config.h  d1_attset.h d1_map.h data1.h diagbib1.h  ill.h log.h logrpn.h marcdisp.h nmem.h odr.h oid.h options.h otherinfo.h  pquery.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-ext.h prt-grs.h prt-proto.h prt-rsc.h  prt-univ.h readconf.h statserv.h tcpip.h tpath.h wrbuf.h xmalloc.h  yaz-ccl.h yaz-util.h yaz-version.h yconfig.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-pset.h zes-update.h zes-update0.h 
72
73
74 EXTRA_HEADERS = proto.h ill-core.h itemreq.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-pset.h zes-update.h zes-update0.h 
75
76 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
77 CONFIG_HEADER = config.h
78 CONFIG_CLEAN_FILES = 
79 HEADERS =  $(pkginclude_HEADERS)
80
81 DIST_COMMON =  ./stamp-h.in Makefile.am Makefile.in config.h.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) --gnu include/yaz/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 config.h: stamp-h
99         @if test ! -f $@; then \
100                 rm -f stamp-h; \
101                 $(MAKE) stamp-h; \
102         else :; fi
103 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
104         cd $(top_builddir) \
105           && CONFIG_FILES= CONFIG_HEADERS=include/yaz/config.h \
106              $(SHELL) ./config.status
107         @echo timestamp > stamp-h 2> /dev/null
108 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
109         @if test ! -f $@; then \
110                 rm -f $(srcdir)/stamp-h.in; \
111                 $(MAKE) $(srcdir)/stamp-h.in; \
112         else :; fi
113 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
114         cd $(top_srcdir) && $(AUTOHEADER)
115         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
116
117 mostlyclean-hdr:
118
119 clean-hdr:
120
121 distclean-hdr:
122         -rm -f config.h
123
124 maintainer-clean-hdr:
125
126 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
127         @$(NORMAL_INSTALL)
128         $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
129         @list='$(pkginclude_HEADERS)'; for p in $$list; do \
130           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
131           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p"; \
132           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p; \
133         done
134
135 uninstall-pkgincludeHEADERS:
136         @$(NORMAL_UNINSTALL)
137         list='$(pkginclude_HEADERS)'; for p in $$list; do \
138           rm -f $(DESTDIR)$(pkgincludedir)/$$p; \
139         done
140
141 tags: TAGS
142
143 ID: $(HEADERS) $(SOURCES) $(LISP)
144         list='$(SOURCES) $(HEADERS)'; \
145         unique=`for i in $$list; do echo $$i; done | \
146           awk '    { files[$$0] = 1; } \
147                END { for (i in files) print i; }'`; \
148         here=`pwd` && cd $(srcdir) \
149           && mkid -f$$here/ID $$unique $(LISP)
150
151 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
152         tags=; \
153         here=`pwd`; \
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         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
159           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
160
161 mostlyclean-tags:
162
163 clean-tags:
164
165 distclean-tags:
166         -rm -f TAGS ID
167
168 maintainer-clean-tags:
169
170 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
171
172 subdir = include/yaz
173
174 distdir: $(DISTFILES)
175         here=`cd $(top_builddir) && pwd`; \
176         top_distdir=`cd $(top_distdir) && pwd`; \
177         distdir=`cd $(distdir) && pwd`; \
178         cd $(top_srcdir) \
179           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu include/yaz/Makefile
180         @for file in $(DISTFILES); do \
181           d=$(srcdir); \
182           if test -d $$d/$$file; then \
183             cp -pr $$/$$file $(distdir)/$$file; \
184           else \
185             test -f $(distdir)/$$file \
186             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
187             || cp -p $$d/$$file $(distdir)/$$file || :; \
188           fi; \
189         done
190 info-am:
191 info: info-am
192 dvi-am:
193 dvi: dvi-am
194 check-am: all-am
195 check: check-am
196 installcheck-am:
197 installcheck: installcheck-am
198 all-recursive-am: config.h
199         $(MAKE) $(AM_MAKEFLAGS) all-recursive
200
201 install-exec-am:
202 install-exec: install-exec-am
203
204 install-data-am: install-pkgincludeHEADERS
205 install-data: install-data-am
206
207 install-am: all-am
208         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
209 install: install-am
210 uninstall-am: uninstall-pkgincludeHEADERS
211 uninstall: uninstall-am
212 all-am: Makefile $(HEADERS) config.h
213 all-redirect: all-am
214 install-strip:
215         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
216 installdirs:
217         $(mkinstalldirs)  $(DESTDIR)$(pkgincludedir)
218
219
220 mostlyclean-generic:
221
222 clean-generic:
223
224 distclean-generic:
225         -rm -f Makefile $(CONFIG_CLEAN_FILES)
226         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
227
228 maintainer-clean-generic:
229 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
230
231 mostlyclean: mostlyclean-am
232
233 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
234
235 clean: clean-am
236
237 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
238
239 distclean: distclean-am
240
241 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
242                 maintainer-clean-generic distclean-am
243         @echo "This command is intended for maintainers to use;"
244         @echo "it deletes files that may require special tools to rebuild."
245
246 maintainer-clean: maintainer-clean-am
247
248 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
249 uninstall-pkgincludeHEADERS install-pkgincludeHEADERS tags \
250 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
251 distdir info-am info dvi-am dvi check check-am installcheck-am \
252 installcheck all-recursive-am install-exec-am install-exec \
253 install-data-am install-data install-am install uninstall-am uninstall \
254 all-redirect all-am all installdirs mostlyclean-generic \
255 distclean-generic clean-generic maintainer-clean-generic clean \
256 mostlyclean distclean maintainer-clean
257
258
259 # Tell versions [3.59,3.63) of GNU make to not export all variables.
260 # Otherwise a system limit (for SysV at least) may be exceeded.
261 .NOEXPORT: