cbf1430cc139f906f7e28d7237c6f04a3eb4807c
[xmldoc.git] / doc / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__is_gnu_make = { \
18   if test -z '$(MAKELEVEL)'; then \
19     false; \
20   elif test -n '$(MAKE_HOST)'; then \
21     true; \
22   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23     true; \
24   else \
25     false; \
26   fi; \
27 }
28 am__make_running_with_option = \
29   case $${target_option-} in \
30       ?) ;; \
31       *) echo "am__make_running_with_option: internal error: invalid" \
32               "target option '$${target_option-}' specified" >&2; \
33          exit 1;; \
34   esac; \
35   has_opt=no; \
36   sane_makeflags=$$MAKEFLAGS; \
37   if $(am__is_gnu_make); then \
38     sane_makeflags=$$MFLAGS; \
39   else \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         bs=\\; \
43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
45     esac; \
46   fi; \
47   skip_next=no; \
48   strip_trailopt () \
49   { \
50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51   }; \
52   for flg in $$sane_makeflags; do \
53     test $$skip_next = yes && { skip_next=no; continue; }; \
54     case $$flg in \
55       *=*|--*) continue;; \
56         -*I) strip_trailopt 'I'; skip_next=yes;; \
57       -*I?*) strip_trailopt 'I';; \
58         -*O) strip_trailopt 'O'; skip_next=yes;; \
59       -*O?*) strip_trailopt 'O';; \
60         -*l) strip_trailopt 'l'; skip_next=yes;; \
61       -*l?*) strip_trailopt 'l';; \
62       -[dEDm]) skip_next=yes;; \
63       -[JT]) skip_next=yes;; \
64     esac; \
65     case $$flg in \
66       *$$target_option*) has_opt=yes; break;; \
67     esac; \
68   done; \
69   test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 subdir = doc
89 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
91 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92         $(ACLOCAL_M4)
93 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
94 mkinstalldirs = $(install_sh) -d
95 CONFIG_CLEAN_FILES =
96 CONFIG_CLEAN_VPATH_FILES =
97 AM_V_P = $(am__v_P_@AM_V@)
98 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
99 am__v_P_0 = false
100 am__v_P_1 = :
101 AM_V_GEN = $(am__v_GEN_@AM_V@)
102 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
103 am__v_GEN_0 = @echo "  GEN     " $@;
104 am__v_GEN_1 = 
105 AM_V_at = $(am__v_at_@AM_V@)
106 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
107 am__v_at_0 = @
108 am__v_at_1 = 
109 SOURCES =
110 DIST_SOURCES =
111 am__can_run_installinfo = \
112   case $$AM_UPDATE_INFO_DIR in \
113     n|no|NO) false;; \
114     *) (install-info --version) >/dev/null 2>&1;; \
115   esac
116 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
117 am__DIST_COMMON = $(srcdir)/Makefile.in
118 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
119 ACLOCAL = @ACLOCAL@
120 AMTAR = @AMTAR@
121 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
122 AUTOCONF = @AUTOCONF@
123 AUTOHEADER = @AUTOHEADER@
124 AUTOMAKE = @AUTOMAKE@
125 AWK = @AWK@
126 CC = @CC@
127 CCDEPMODE = @CCDEPMODE@
128 CFLAGS = @CFLAGS@
129 CPP = @CPP@
130 CPPFLAGS = @CPPFLAGS@
131 CYGPATH_W = @CYGPATH_W@
132 DEFS = @DEFS@
133 DEPDIR = @DEPDIR@
134 ECHO_C = @ECHO_C@
135 ECHO_N = @ECHO_N@
136 ECHO_T = @ECHO_T@
137 EGREP = @EGREP@
138 EXEEXT = @EXEEXT@
139 GREP = @GREP@
140 INSTALL = @INSTALL@
141 INSTALL_DATA = @INSTALL_DATA@
142 INSTALL_PROGRAM = @INSTALL_PROGRAM@
143 INSTALL_SCRIPT = @INSTALL_SCRIPT@
144 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
145 LDFLAGS = @LDFLAGS@
146 LIBOBJS = @LIBOBJS@
147 LIBS = @LIBS@
148 LTLIBOBJS = @LTLIBOBJS@
149 MAKEINFO = @MAKEINFO@
150 MKDIR_P = @MKDIR_P@
151 OBJEXT = @OBJEXT@
152 PACKAGE = @PACKAGE@
153 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
154 PACKAGE_NAME = @PACKAGE_NAME@
155 PACKAGE_STRING = @PACKAGE_STRING@
156 PACKAGE_TARNAME = @PACKAGE_TARNAME@
157 PACKAGE_URL = @PACKAGE_URL@
158 PACKAGE_VERSION = @PACKAGE_VERSION@
159 PATH_SEPARATOR = @PATH_SEPARATOR@
160 SET_MAKE = @SET_MAKE@
161 SHELL = @SHELL@
162 STRIP = @STRIP@
163 VERSION = @VERSION@
164 abs_builddir = @abs_builddir@
165 abs_srcdir = @abs_srcdir@
166 abs_top_builddir = @abs_top_builddir@
167 abs_top_srcdir = @abs_top_srcdir@
168 ac_ct_CC = @ac_ct_CC@
169 am__include = @am__include@
170 am__leading_dot = @am__leading_dot@
171 am__quote = @am__quote@
172 am__tar = @am__tar@
173 am__untar = @am__untar@
174 bindir = @bindir@
175 build_alias = @build_alias@
176 builddir = @builddir@
177 datadir = @datadir@
178 datarootdir = @datarootdir@
179 docdir = @docdir@
180 dvidir = @dvidir@
181 exec_prefix = @exec_prefix@
182 host_alias = @host_alias@
183 htmldir = @htmldir@
184 includedir = @includedir@
185 infodir = @infodir@
186 install_sh = @install_sh@
187 libdir = @libdir@
188 libexecdir = @libexecdir@
189 localedir = @localedir@
190 localstatedir = @localstatedir@
191 mandir = @mandir@
192 mkdir_p = @mkdir_p@
193 oldincludedir = @oldincludedir@
194 pdfdir = @pdfdir@
195 prefix = @prefix@
196 program_transform_name = @program_transform_name@
197 psdir = @psdir@
198 runstatedir = @runstatedir@
199 sbindir = @sbindir@
200 sharedstatedir = @sharedstatedir@
201 srcdir = @srcdir@
202 sysconfdir = @sysconfdir@
203 target_alias = @target_alias@
204 top_build_prefix = @top_build_prefix@
205 top_builddir = @top_builddir@
206 top_srcdir = @top_srcdir@
207 SUFFIXES = .obj .eps .png
208 XMLS = guide.xml intro.xml overall.xml block.xml inline.xml multifiles.xml glossary.xml
209 IMAGES = 
210 PICTURES = 
211 EXTRA_DIST = $(XMLS)
212 all: all-am
213
214 .SUFFIXES:
215 .SUFFIXES: .obj .eps .png
216 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
217         @for dep in $?; do \
218           case '$(am__configure_deps)' in \
219             *$$dep*) \
220               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
221                 && { if test -f $@; then exit 0; else break; fi; }; \
222               exit 1;; \
223           esac; \
224         done; \
225         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
226         $(am__cd) $(top_srcdir) && \
227           $(AUTOMAKE) --foreign doc/Makefile
228 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
229         @case '$?' in \
230           *config.status*) \
231             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
232           *) \
233             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
234             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
235         esac;
236
237 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
238         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
239
240 $(top_srcdir)/configure:  $(am__configure_deps)
241         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
242 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
243         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
244 $(am__aclocal_m4_deps):
245 tags TAGS:
246
247 ctags CTAGS:
248
249 cscope cscopelist:
250
251
252 distdir: $(DISTFILES)
253         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
254         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
255         list='$(DISTFILES)'; \
256           dist_files=`for file in $$list; do echo $$file; done | \
257           sed -e "s|^$$srcdirstrip/||;t" \
258               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
259         case $$dist_files in \
260           */*) $(MKDIR_P) `echo "$$dist_files" | \
261                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
262                            sort -u` ;; \
263         esac; \
264         for file in $$dist_files; do \
265           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
266           if test -d $$d/$$file; then \
267             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
268             if test -d "$(distdir)/$$file"; then \
269               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
270             fi; \
271             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
272               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
273               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
274             fi; \
275             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
276           else \
277             test -f "$(distdir)/$$file" \
278             || cp -p $$d/$$file "$(distdir)/$$file" \
279             || exit 1; \
280           fi; \
281         done
282 check-am: all-am
283 check: check-am
284 all-am: Makefile
285 installdirs:
286 install: install-am
287 install-exec: install-exec-am
288 install-data: install-data-am
289 uninstall: uninstall-am
290
291 install-am: all-am
292         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
293
294 installcheck: installcheck-am
295 install-strip:
296         if test -z '$(STRIP)'; then \
297           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
298             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
299               install; \
300         else \
301           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
302             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
303             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
304         fi
305 mostlyclean-generic:
306
307 clean-generic:
308
309 distclean-generic:
310         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
311         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
312
313 maintainer-clean-generic:
314         @echo "This command is intended for maintainers to use"
315         @echo "it deletes files that may require special tools to rebuild."
316 clean: clean-am
317
318 clean-am: clean-generic clean-local mostlyclean-am
319
320 distclean: distclean-am
321         -rm -f Makefile
322 distclean-am: clean-am distclean-generic
323
324 dvi: dvi-am
325
326 dvi-am:
327
328 html: html-am
329
330 html-am: html-local
331
332 info: info-am
333
334 info-am:
335
336 install-data-am:
337
338 install-dvi: install-dvi-am
339
340 install-dvi-am:
341
342 install-exec-am:
343
344 install-html: install-html-am
345
346 install-html-am:
347
348 install-info: install-info-am
349
350 install-info-am:
351
352 install-man:
353
354 install-pdf: install-pdf-am
355
356 install-pdf-am:
357
358 install-ps: install-ps-am
359
360 install-ps-am:
361
362 installcheck-am:
363
364 maintainer-clean: maintainer-clean-am
365         -rm -f Makefile
366 maintainer-clean-am: distclean-am maintainer-clean-generic
367
368 mostlyclean: mostlyclean-am
369
370 mostlyclean-am: mostlyclean-generic
371
372 pdf: pdf-am
373
374 pdf-am:
375
376 ps: ps-am
377
378 ps-am: ps-local
379
380 uninstall-am:
381
382 .MAKE: install-am install-strip
383
384 .PHONY: all all-am check check-am clean clean-generic clean-local \
385         cscopelist-am ctags-am distclean distclean-generic distdir dvi \
386         dvi-am html html-am html-local info info-am install install-am \
387         install-data install-data-am install-dvi install-dvi-am \
388         install-exec install-exec-am install-html install-html-am \
389         install-info install-info-am install-man install-pdf \
390         install-pdf-am install-ps install-ps-am install-strip \
391         installcheck installcheck-am installdirs maintainer-clean \
392         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
393         pdf-am ps ps-am ps-local tags-am uninstall uninstall-am
394
395 .PRECIOUS: Makefile
396
397
398 .obj.png:
399         tgif -print -png $<
400
401 .obj.eps:
402         tgif -print -eps -color $<
403
404 html-local: guide.xhtml
405
406 ps-local: guide.ps
407
408 txt: guide.txt
409
410 all:  ps html txt
411
412 guide.xhtml : $(XMLS) $(IMAGES) ../html.xsl
413         ../xp ../html.xsl guide.xml > guide.xhtml
414
415 guide.ps : $(XMLS)  $(PICTURES) ../latex.xsl ../xp
416         ../xp --latex ../latex.xsl guide.xml > guide.tex 
417         latex guide.tex
418         dvips -o guide.ps guide.dvi
419
420 guide.pdf : $(XMLS)  $(PICTURES) ../latex.xsl ../xp
421         ../xp --latex ../latex.xsl guide.xml > guide.tex 
422         pdflatex guide.tex
423
424 guide.txt : $(XMLS) ../text.xsl
425         ../xp ../text.xsl guide.xml > guide.txt
426
427 check:
428         xmllint --noout --xinclude --loaddtd --noent --schema ../doc.xsd guide.xml
429 #       xmllint --noout --valid $(XMLS)
430
431 clean-local:
432         rm -f guide.xhtml guide.html guide.ps guide.tex guide.dvi guide.log guide,aux guide.toc guide.txt guide.pdf
433         rm -f $(IMAGES) $(PICTURES)
434
435 # Tell versions [3.59,3.63) of GNU make to not export all variables.
436 # Otherwise a system limit (for SysV at least) may be exceeded.
437 .NOEXPORT: