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