Added test for table.
[xmldoc.git] / doc / Makefile.in
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 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 XSLT_CONFIG = @XSLT_CONFIG@
165 abs_builddir = @abs_builddir@
166 abs_srcdir = @abs_srcdir@
167 abs_top_builddir = @abs_top_builddir@
168 abs_top_srcdir = @abs_top_srcdir@
169 ac_ct_CC = @ac_ct_CC@
170 am__include = @am__include@
171 am__leading_dot = @am__leading_dot@
172 am__quote = @am__quote@
173 am__tar = @am__tar@
174 am__untar = @am__untar@
175 bindir = @bindir@
176 build_alias = @build_alias@
177 builddir = @builddir@
178 datadir = @datadir@
179 datarootdir = @datarootdir@
180 docdir = @docdir@
181 dvidir = @dvidir@
182 exec_prefix = @exec_prefix@
183 host_alias = @host_alias@
184 htmldir = @htmldir@
185 includedir = @includedir@
186 infodir = @infodir@
187 install_sh = @install_sh@
188 libdir = @libdir@
189 libexecdir = @libexecdir@
190 localedir = @localedir@
191 localstatedir = @localstatedir@
192 mandir = @mandir@
193 mkdir_p = @mkdir_p@
194 oldincludedir = @oldincludedir@
195 pdfdir = @pdfdir@
196 prefix = @prefix@
197 program_transform_name = @program_transform_name@
198 psdir = @psdir@
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__maybe_remake_depfiles)'; \
234             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
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: $(BUILT_SOURCES)
253         $(MAKE) $(AM_MAKEFLAGS) distdir-am
254
255 distdir-am: $(DISTFILES)
256         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
257         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
258         list='$(DISTFILES)'; \
259           dist_files=`for file in $$list; do echo $$file; done | \
260           sed -e "s|^$$srcdirstrip/||;t" \
261               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
262         case $$dist_files in \
263           */*) $(MKDIR_P) `echo "$$dist_files" | \
264                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
265                            sort -u` ;; \
266         esac; \
267         for file in $$dist_files; do \
268           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
269           if test -d $$d/$$file; then \
270             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
271             if test -d "$(distdir)/$$file"; then \
272               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
273             fi; \
274             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
275               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
276               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
277             fi; \
278             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
279           else \
280             test -f "$(distdir)/$$file" \
281             || cp -p $$d/$$file "$(distdir)/$$file" \
282             || exit 1; \
283           fi; \
284         done
285 check-am: all-am
286 check: check-am
287 all-am: Makefile
288 installdirs:
289 install: install-am
290 install-exec: install-exec-am
291 install-data: install-data-am
292 uninstall: uninstall-am
293
294 install-am: all-am
295         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
296
297 installcheck: installcheck-am
298 install-strip:
299         if test -z '$(STRIP)'; then \
300           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
301             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
302               install; \
303         else \
304           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
305             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
306             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
307         fi
308 mostlyclean-generic:
309
310 clean-generic:
311
312 distclean-generic:
313         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
314         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
315
316 maintainer-clean-generic:
317         @echo "This command is intended for maintainers to use"
318         @echo "it deletes files that may require special tools to rebuild."
319 clean: clean-am
320
321 clean-am: clean-generic clean-local mostlyclean-am
322
323 distclean: distclean-am
324         -rm -f Makefile
325 distclean-am: clean-am distclean-generic
326
327 dvi: dvi-am
328
329 dvi-am:
330
331 html: html-am
332
333 html-am: html-local
334
335 info: info-am
336
337 info-am:
338
339 install-data-am:
340
341 install-dvi: install-dvi-am
342
343 install-dvi-am:
344
345 install-exec-am:
346
347 install-html: install-html-am
348
349 install-html-am:
350
351 install-info: install-info-am
352
353 install-info-am:
354
355 install-man:
356
357 install-pdf: install-pdf-am
358
359 install-pdf-am:
360
361 install-ps: install-ps-am
362
363 install-ps-am:
364
365 installcheck-am:
366
367 maintainer-clean: maintainer-clean-am
368         -rm -f Makefile
369 maintainer-clean-am: distclean-am maintainer-clean-generic
370
371 mostlyclean: mostlyclean-am
372
373 mostlyclean-am: mostlyclean-generic
374
375 pdf: pdf-am
376
377 pdf-am:
378
379 ps: ps-am
380
381 ps-am: ps-local
382
383 uninstall-am:
384
385 .MAKE: install-am install-strip
386
387 .PHONY: all all-am check check-am clean clean-generic clean-local \
388         cscopelist-am ctags-am distclean distclean-generic distdir dvi \
389         dvi-am html html-am html-local info info-am install install-am \
390         install-data install-data-am install-dvi install-dvi-am \
391         install-exec install-exec-am install-html install-html-am \
392         install-info install-info-am install-man install-pdf \
393         install-pdf-am install-ps install-ps-am install-strip \
394         installcheck installcheck-am installdirs maintainer-clean \
395         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
396         pdf-am ps ps-am ps-local tags-am uninstall uninstall-am
397
398 .PRECIOUS: Makefile
399
400
401 .obj.png:
402         tgif -print -png $<
403
404 .obj.eps:
405         tgif -print -eps -color $<
406
407 html-local: guide.xhtml
408
409 ps-local: guide.ps
410
411 txt: guide.txt
412
413 all:  html txt ps
414
415 guide.xhtml : $(XMLS) $(IMAGES) ../html.xsl
416         ../xp ../html.xsl guide.xml > guide.xhtml
417
418 guide.ps : $(XMLS)  $(PICTURES) ../latex.xsl ../xp
419         ../xp --latex ../latex.xsl guide.xml > guide.tex 
420         latex guide.tex
421         dvips -o guide.ps guide.dvi
422
423 guide.pdf : $(XMLS)  $(PICTURES) ../latex.xsl ../xp
424         ../xp --latex ../latex.xsl guide.xml > guide.tex 
425         pdflatex guide.tex
426
427 guide.txt : $(XMLS) ../text.xsl
428         ../xp ../text.xsl guide.xml > guide.txt
429
430 validate:
431         xmllint --noout --xinclude --loaddtd --noent --schema ../doc.xsd guide.xml
432 #       xmllint --noout --valid $(XMLS)
433
434 clean-local:
435         rm -f guide.xhtml guide.html guide.ps guide.tex guide.dvi guide.log guide.aux guide.toc guide.txt guide.pdf
436         rm -f $(IMAGES) $(PICTURES)
437
438 # Tell versions [3.59,3.63) of GNU make to not export all variables.
439 # Otherwise a system limit (for SysV at least) may be exceeded.
440 .NOEXPORT: