2363284558bd168e6fad156865d6f01a455b1870
[yaz-moved-to-github.git] / doc / 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 LIBTHREAD = @LIBTHREAD@
71 LIBTOOL = @LIBTOOL@
72 LN_S = @LN_S@
73 MAKEINFO = @MAKEINFO@
74 NM = @NM@
75 OBJDUMP = @OBJDUMP@
76 PACKAGE = @PACKAGE@
77 RANLIB = @RANLIB@
78 READLINE_LIBS = @READLINE_LIBS@
79 SUBDIRS_VAR = @SUBDIRS_VAR@
80 VERSION = @VERSION@
81 YAZ_SRC_ROOT = @YAZ_SRC_ROOT@
82
83 docdir = $(pkgdatadir)/doc
84
85 doc_DATA = yaz.sgml profiles.sgml  yaz.txt yaz.ps profiles.txt profiles.ps yaz.html  yaz-1.html yaz-2.html yaz-3.html yaz-4.html yaz-5.html  yaz-6.html yaz-7.html yaz-8.html yaz-9.html
86
87
88 EXTRA_DIST = yaz.sgml profiles.sgml  yaz.txt yaz.ps profiles.txt profiles.ps yaz.html  yaz-1.html yaz-2.html yaz-3.html yaz-4.html yaz-5.html  yaz-6.html yaz-7.html yaz-8.html yaz-9.html
89
90
91 XMLFILES = yaz.xml introduction.xml installation.xml indexdata.xml   asn.xml tools.xml odr.xml comstack.xml frontend.xml license.xml future.xml
92
93 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
94 CONFIG_CLEAN_FILES = 
95 DATA =  $(doc_DATA)
96
97 DIST_COMMON =  Makefile.am Makefile.in
98
99
100 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102 TAR = gtar
103 GZIP_ENV = --best
104 all: all-redirect
105 .SUFFIXES:
106 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
107         cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile
108
109 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
110         cd $(top_builddir) \
111           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113
114 install-docDATA: $(doc_DATA)
115         @$(NORMAL_INSTALL)
116         $(mkinstalldirs) $(DESTDIR)$(docdir)
117         @list='$(doc_DATA)'; for p in $$list; do \
118           if test -f $(srcdir)/$$p; then \
119             echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p"; \
120             $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p; \
121           else if test -f $$p; then \
122             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p"; \
123             $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p; \
124           fi; fi; \
125         done
126
127 uninstall-docDATA:
128         @$(NORMAL_UNINSTALL)
129         list='$(doc_DATA)'; for p in $$list; do \
130           rm -f $(DESTDIR)$(docdir)/$$p; \
131         done
132 tags: TAGS
133 TAGS:
134
135
136 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
137
138 subdir = doc
139
140 distdir: $(DISTFILES)
141         here=`cd $(top_builddir) && pwd`; \
142         top_distdir=`cd $(top_distdir) && pwd`; \
143         distdir=`cd $(distdir) && pwd`; \
144         cd $(top_srcdir) \
145           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/Makefile
146         @for file in $(DISTFILES); do \
147           d=$(srcdir); \
148           if test -d $$d/$$file; then \
149             cp -pr $$/$$file $(distdir)/$$file; \
150           else \
151             test -f $(distdir)/$$file \
152             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
153             || cp -p $$d/$$file $(distdir)/$$file || :; \
154           fi; \
155         done
156 info-am:
157 info: info-am
158 dvi-am:
159 dvi: dvi-am
160 check-am: all-am
161 check: check-am
162 installcheck-am:
163 installcheck: installcheck-am
164 install-exec-am:
165 install-exec: install-exec-am
166
167 install-data-am: install-docDATA
168 install-data: install-data-am
169
170 install-am: all-am
171         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
172 install: install-am
173 uninstall-am: uninstall-docDATA
174 uninstall: uninstall-am
175 all-am: Makefile $(DATA)
176 all-redirect: all-am
177 install-strip:
178         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
179 installdirs:
180         $(mkinstalldirs)  $(DESTDIR)$(docdir)
181
182
183 mostlyclean-generic:
184
185 clean-generic:
186
187 distclean-generic:
188         -rm -f Makefile $(CONFIG_CLEAN_FILES)
189         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
190
191 maintainer-clean-generic:
192 mostlyclean-am:  mostlyclean-generic
193
194 mostlyclean: mostlyclean-am
195
196 clean-am:  clean-generic mostlyclean-am
197
198 clean: clean-am
199
200 distclean-am:  distclean-generic clean-am
201         -rm -f libtool
202
203 distclean: distclean-am
204
205 maintainer-clean-am:  maintainer-clean-generic distclean-am
206         @echo "This command is intended for maintainers to use;"
207         @echo "it deletes files that may require special tools to rebuild."
208
209 maintainer-clean: maintainer-clean-am
210
211 .PHONY: uninstall-docDATA install-docDATA tags distdir info-am info \
212 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
213 install-exec install-data-am install-data install-am install \
214 uninstall-am uninstall all-redirect all-am all installdirs \
215 mostlyclean-generic distclean-generic clean-generic \
216 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
217
218
219 yaz.txt: yaz.sgml
220         sgml2txt -f yaz.sgml
221
222 yaz.ps: yaz.sgml
223         sgml2latex -p a4 -o ps yaz.sgml
224
225 profiles.txt: profiles.sgml
226         sgml2txt -f profiles.sgml
227
228 profiles.ps: profiles.sgml
229         sgml2latex -p a4 -o ps profiles.sgml
230
231 yaz.html: yaz.sgml
232         sgml2html yaz.sgml
233
234 book1.htm: $(XMLFILES)
235         jade -E14 -d ../../docbook/docbook/html/docbook.dsl -t sgml xml.dcl yaz.xml
236
237 yaz.tex: $(XMLFILES)
238         jade -d ../../docbook/docbook/print/docbook.dsl -t tex xml.dcl yaz.xml
239
240 # Tell versions [3.59,3.63) of GNU make to not export all variables.
241 # Otherwise a system limit (for SysV at least) may be exceeded.
242 .NOEXPORT: