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