Makefile.in revision 121a5469
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
17#
18# Generate output formats for a single DocBook/XML with/without chapters
19#
20# Variables set by the calling Makefile:
21# noinst_DATA: developers docs are not installed
22# docbook:  the main DocBook/XML file, no chapters, appendix or image files
23# chapters: all files pulled in by an XInclude statement and images.
24#
25
26#
27# This makefile is intended for Developers Documentation and is not installed.
28# Do not use for Users docs or Specs which need to be installed and require olink support
29# Refer to http://www.x.org/releases/X11R7.6/doc/xorg-docs/ReleaseNotes.html#id2584393
30# for an explanation on documents classification.
31#
32
33VPATH = @srcdir@
34am__is_gnu_make = { \
35  if test -z '$(MAKELEVEL)'; then \
36    false; \
37  elif test -n '$(MAKE_HOST)'; then \
38    true; \
39  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40    true; \
41  else \
42    false; \
43  fi; \
44}
45am__make_running_with_option = \
46  case $${target_option-} in \
47      ?) ;; \
48      *) echo "am__make_running_with_option: internal error: invalid" \
49              "target option '$${target_option-}' specified" >&2; \
50         exit 1;; \
51  esac; \
52  has_opt=no; \
53  sane_makeflags=$$MAKEFLAGS; \
54  if $(am__is_gnu_make); then \
55    sane_makeflags=$$MFLAGS; \
56  else \
57    case $$MAKEFLAGS in \
58      *\\[\ \	]*) \
59        bs=\\; \
60        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
62    esac; \
63  fi; \
64  skip_next=no; \
65  strip_trailopt () \
66  { \
67    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68  }; \
69  for flg in $$sane_makeflags; do \
70    test $$skip_next = yes && { skip_next=no; continue; }; \
71    case $$flg in \
72      *=*|--*) continue;; \
73        -*I) strip_trailopt 'I'; skip_next=yes;; \
74      -*I?*) strip_trailopt 'I';; \
75        -*O) strip_trailopt 'O'; skip_next=yes;; \
76      -*O?*) strip_trailopt 'O';; \
77        -*l) strip_trailopt 'l'; skip_next=yes;; \
78      -*l?*) strip_trailopt 'l';; \
79      -[dEDm]) skip_next=yes;; \
80      -[JT]) skip_next=yes;; \
81    esac; \
82    case $$flg in \
83      *$$target_option*) has_opt=yes; break;; \
84    esac; \
85  done; \
86  test $$has_opt = yes
87am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89pkgdatadir = $(datadir)/@PACKAGE@
90pkgincludedir = $(includedir)/@PACKAGE@
91pkglibdir = $(libdir)/@PACKAGE@
92pkglibexecdir = $(libexecdir)/@PACKAGE@
93am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94install_sh_DATA = $(install_sh) -c -m 644
95install_sh_PROGRAM = $(install_sh) -c
96install_sh_SCRIPT = $(install_sh) -c
97INSTALL_HEADER = $(INSTALL_DATA)
98transform = $(program_transform_name)
99NORMAL_INSTALL = :
100PRE_INSTALL = :
101POST_INSTALL = :
102NORMAL_UNINSTALL = :
103PRE_UNINSTALL = :
104POST_UNINSTALL = :
105build_triplet = @build@
106host_triplet = @host@
107@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@am__append_1 = $(docbook:.xml=.html)
108@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@am__append_2 = $(docbook:.xml=.txt)
109@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@am__append_3 = $(docbook:.xml=.pdf) $(docbook:.xml=.ps)
110subdir = doc
111ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112am__aclocal_m4_deps = $(top_srcdir)/configure.ac
113am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
114	$(ACLOCAL_M4)
115DIST_COMMON = $(srcdir)/Makefile.am $(am__dist_noinst_DATA_DIST) \
116	$(am__DIST_COMMON)
117mkinstalldirs = $(install_sh) -d
118CONFIG_HEADER = $(top_builddir)/config.h \
119	$(top_builddir)/include/X11/fonts/fontconf.h
120CONFIG_CLEAN_FILES =
121CONFIG_CLEAN_VPATH_FILES =
122AM_V_P = $(am__v_P_@AM_V@)
123am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
124am__v_P_0 = false
125am__v_P_1 = :
126AM_V_GEN = $(am__v_GEN_@AM_V@)
127am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
128am__v_GEN_0 = @echo "  GEN     " $@;
129am__v_GEN_1 = 
130AM_V_at = $(am__v_at_@AM_V@)
131am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
132am__v_at_0 = @
133am__v_at_1 = 
134SOURCES =
135DIST_SOURCES =
136am__can_run_installinfo = \
137  case $$AM_UPDATE_INFO_DIR in \
138    n|no|NO) false;; \
139    *) (install-info --version) >/dev/null 2>&1;; \
140  esac
141am__dist_noinst_DATA_DIST = fontlib.xml
142DATA = $(dist_noinst_DATA) $(noinst_DATA)
143am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
144am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/devbook.am
145DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
146ACLOCAL = @ACLOCAL@
147ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
148ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
149AMTAR = @AMTAR@
150AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
151APP_MAN_DIR = @APP_MAN_DIR@
152APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
153AR = @AR@
154AUTOCONF = @AUTOCONF@
155AUTOHEADER = @AUTOHEADER@
156AUTOMAKE = @AUTOMAKE@
157AWK = @AWK@
158BASE_CFLAGS = @BASE_CFLAGS@
159CC = @CC@
160CCDEPMODE = @CCDEPMODE@
161CFLAGS = @CFLAGS@
162CHANGELOG_CMD = @CHANGELOG_CMD@
163CPP = @CPP@
164CPPFLAGS = @CPPFLAGS@
165CWARNFLAGS = @CWARNFLAGS@
166CYGPATH_W = @CYGPATH_W@
167DEFS = @DEFS@
168DEPDIR = @DEPDIR@
169DLLTOOL = @DLLTOOL@
170DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
171DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
172DSYMUTIL = @DSYMUTIL@
173DUMPBIN = @DUMPBIN@
174ECHO_C = @ECHO_C@
175ECHO_N = @ECHO_N@
176ECHO_T = @ECHO_T@
177EGREP = @EGREP@
178EXEEXT = @EXEEXT@
179FGREP = @FGREP@
180FILE_MAN_DIR = @FILE_MAN_DIR@
181FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
182FOP = @FOP@
183FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
184FREETYPE_LIBS = @FREETYPE_LIBS@
185FREETYPE_REQUIRES = @FREETYPE_REQUIRES@
186GREP = @GREP@
187INSTALL = @INSTALL@
188INSTALL_CMD = @INSTALL_CMD@
189INSTALL_DATA = @INSTALL_DATA@
190INSTALL_PROGRAM = @INSTALL_PROGRAM@
191INSTALL_SCRIPT = @INSTALL_SCRIPT@
192INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
193LD = @LD@
194LDFLAGS = @LDFLAGS@
195LIBOBJS = @LIBOBJS@
196LIBS = @LIBS@
197LIBTOOL = @LIBTOOL@
198LIB_MAN_DIR = @LIB_MAN_DIR@
199LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
200LIPO = @LIPO@
201LN_S = @LN_S@
202LTLIBOBJS = @LTLIBOBJS@
203MAKEINFO = @MAKEINFO@
204MANIFEST_TOOL = @MANIFEST_TOOL@
205MAN_SUBSTS = @MAN_SUBSTS@
206MATH_LIBS = @MATH_LIBS@
207MISC_MAN_DIR = @MISC_MAN_DIR@
208MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
209MKDIR_P = @MKDIR_P@
210NM = @NM@
211NMEDIT = @NMEDIT@
212OBJDUMP = @OBJDUMP@
213OBJEXT = @OBJEXT@
214OS_CFLAGS = @OS_CFLAGS@
215OTOOL = @OTOOL@
216OTOOL64 = @OTOOL64@
217PACKAGE = @PACKAGE@
218PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
219PACKAGE_NAME = @PACKAGE_NAME@
220PACKAGE_STRING = @PACKAGE_STRING@
221PACKAGE_TARNAME = @PACKAGE_TARNAME@
222PACKAGE_URL = @PACKAGE_URL@
223PACKAGE_VERSION = @PACKAGE_VERSION@
224PATH_SEPARATOR = @PATH_SEPARATOR@
225PKG_CONFIG = @PKG_CONFIG@
226RANLIB = @RANLIB@
227SED = @SED@
228SET_MAKE = @SET_MAKE@
229SHELL = @SHELL@
230STRICT_CFLAGS = @STRICT_CFLAGS@
231STRIP = @STRIP@
232STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
233VERSION = @VERSION@
234XFONT_CFLAGS = @XFONT_CFLAGS@
235XFONT_LIBS = @XFONT_LIBS@
236XMLTO = @XMLTO@
237XORG_MAN_PAGE = @XORG_MAN_PAGE@
238XORG_SGML_PATH = @XORG_SGML_PATH@
239XSL_STYLESHEET = @XSL_STYLESHEET@
240X_GZIP_FONT_COMPRESSION = @X_GZIP_FONT_COMPRESSION@
241Z_LIBS = @Z_LIBS@
242abs_builddir = @abs_builddir@
243abs_srcdir = @abs_srcdir@
244abs_top_builddir = @abs_top_builddir@
245abs_top_srcdir = @abs_top_srcdir@
246ac_ct_AR = @ac_ct_AR@
247ac_ct_CC = @ac_ct_CC@
248ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
249am__include = @am__include@
250am__leading_dot = @am__leading_dot@
251am__quote = @am__quote@
252am__tar = @am__tar@
253am__untar = @am__untar@
254bindir = @bindir@
255build = @build@
256build_alias = @build_alias@
257build_cpu = @build_cpu@
258build_os = @build_os@
259build_vendor = @build_vendor@
260builddir = @builddir@
261datadir = @datadir@
262datarootdir = @datarootdir@
263docdir = @docdir@
264dvidir = @dvidir@
265exec_prefix = @exec_prefix@
266ft_config = @ft_config@
267host = @host@
268host_alias = @host_alias@
269host_cpu = @host_cpu@
270host_os = @host_os@
271host_vendor = @host_vendor@
272htmldir = @htmldir@
273includedir = @includedir@
274infodir = @infodir@
275install_sh = @install_sh@
276libdir = @libdir@
277libexecdir = @libexecdir@
278localedir = @localedir@
279localstatedir = @localstatedir@
280mandir = @mandir@
281mkdir_p = @mkdir_p@
282oldincludedir = @oldincludedir@
283pdfdir = @pdfdir@
284prefix = @prefix@
285program_transform_name = @program_transform_name@
286psdir = @psdir@
287sbindir = @sbindir@
288sharedstatedir = @sharedstatedir@
289srcdir = @srcdir@
290sysconfdir = @sysconfdir@
291target_alias = @target_alias@
292top_build_prefix = @top_build_prefix@
293top_builddir = @top_builddir@
294top_srcdir = @top_srcdir@
295
296# Main DocBook/XML files (DOCTYPE book)
297@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@docbook = fontlib.xml
298
299# Developers documnetation is not installed
300@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@noinst_DATA =  \
301@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@	$(am__append_1) \
302@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@	$(am__append_2) \
303@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@	$(am__append_3)
304
305# DocBook/XML file with chapters, appendix and images it includes
306@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@dist_noinst_DATA = $(docbook) $(chapters)
307@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_FLAGS = \
308@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--searchpath "$(XORG_SGML_PATH)/X11" 		\
309@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--searchpath "$(abs_top_builddir)"		\
310@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	-x $(STYLESHEET_SRCDIR)/xorg-xhtml.xsl
311
312@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FO_FLAGS = \
313@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--searchpath "$(XORG_SGML_PATH)/X11" 		\
314@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--searchpath "$(abs_top_builddir)"		\
315@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--stringparam img.src.path=$(abs_builddir)/	\
316@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	-x $(STYLESHEET_SRCDIR)/xorg-fo.xsl
317
318@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@CLEANFILES = $(noinst_DATA)
319all: all-am
320
321.SUFFIXES:
322$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/devbook.am $(am__configure_deps)
323	@for dep in $?; do \
324	  case '$(am__configure_deps)' in \
325	    *$$dep*) \
326	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
327	        && { if test -f $@; then exit 0; else break; fi; }; \
328	      exit 1;; \
329	  esac; \
330	done; \
331	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
332	$(am__cd) $(top_srcdir) && \
333	  $(AUTOMAKE) --foreign doc/Makefile
334Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
335	@case '$?' in \
336	  *config.status*) \
337	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
338	  *) \
339	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
340	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
341	esac;
342$(top_srcdir)/devbook.am $(am__empty):
343
344$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
345	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
346
347$(top_srcdir)/configure:  $(am__configure_deps)
348	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
349$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
350	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351$(am__aclocal_m4_deps):
352
353mostlyclean-libtool:
354	-rm -f *.lo
355
356clean-libtool:
357	-rm -rf .libs _libs
358tags TAGS:
359
360ctags CTAGS:
361
362cscope cscopelist:
363
364
365distdir: $(DISTFILES)
366	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
367	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
368	list='$(DISTFILES)'; \
369	  dist_files=`for file in $$list; do echo $$file; done | \
370	  sed -e "s|^$$srcdirstrip/||;t" \
371	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
372	case $$dist_files in \
373	  */*) $(MKDIR_P) `echo "$$dist_files" | \
374			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
375			   sort -u` ;; \
376	esac; \
377	for file in $$dist_files; do \
378	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
379	  if test -d $$d/$$file; then \
380	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
381	    if test -d "$(distdir)/$$file"; then \
382	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
383	    fi; \
384	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
385	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
386	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
387	    fi; \
388	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
389	  else \
390	    test -f "$(distdir)/$$file" \
391	    || cp -p $$d/$$file "$(distdir)/$$file" \
392	    || exit 1; \
393	  fi; \
394	done
395check-am: all-am
396check: check-am
397all-am: Makefile $(DATA)
398installdirs:
399install: install-am
400install-exec: install-exec-am
401install-data: install-data-am
402uninstall: uninstall-am
403
404install-am: all-am
405	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
406
407installcheck: installcheck-am
408install-strip:
409	if test -z '$(STRIP)'; then \
410	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
411	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
412	      install; \
413	else \
414	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
415	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
416	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
417	fi
418mostlyclean-generic:
419
420clean-generic:
421	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
422
423distclean-generic:
424	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
425	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
426
427maintainer-clean-generic:
428	@echo "This command is intended for maintainers to use"
429	@echo "it deletes files that may require special tools to rebuild."
430clean: clean-am
431
432clean-am: clean-generic clean-libtool mostlyclean-am
433
434distclean: distclean-am
435	-rm -f Makefile
436distclean-am: clean-am distclean-generic
437
438dvi: dvi-am
439
440dvi-am:
441
442html: html-am
443
444html-am:
445
446info: info-am
447
448info-am:
449
450install-data-am:
451
452install-dvi: install-dvi-am
453
454install-dvi-am:
455
456install-exec-am:
457
458install-html: install-html-am
459
460install-html-am:
461
462install-info: install-info-am
463
464install-info-am:
465
466install-man:
467
468install-pdf: install-pdf-am
469
470install-pdf-am:
471
472install-ps: install-ps-am
473
474install-ps-am:
475
476installcheck-am:
477
478maintainer-clean: maintainer-clean-am
479	-rm -f Makefile
480maintainer-clean-am: distclean-am maintainer-clean-generic
481
482mostlyclean: mostlyclean-am
483
484mostlyclean-am: mostlyclean-generic mostlyclean-libtool
485
486pdf: pdf-am
487
488pdf-am:
489
490ps: ps-am
491
492ps-am:
493
494uninstall-am:
495
496.MAKE: install-am install-strip
497
498.PHONY: all all-am check check-am clean clean-generic clean-libtool \
499	cscopelist-am ctags-am distclean distclean-generic \
500	distclean-libtool distdir dvi dvi-am html html-am info info-am \
501	install install-am install-data install-data-am install-dvi \
502	install-dvi-am install-exec install-exec-am install-html \
503	install-html-am install-info install-info-am install-man \
504	install-pdf install-pdf-am install-ps install-ps-am \
505	install-strip installcheck installcheck-am installdirs \
506	maintainer-clean maintainer-clean-generic mostlyclean \
507	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
508	tags-am uninstall uninstall-am
509
510.PRECIOUS: Makefile
511
512@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.html: %.xml  $(chapters)
513@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(XMLTO) $(XMLTO_HTML_FLAGS) xhtml-nochunks $<
514@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@%.txt: %.xml $(chapters)
515@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(XMLTO) $(XMLTO_HTML_FLAGS) txt $<
516@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.pdf: %.xml $(chapters)
517@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(XMLTO) $(XMLTO_FO_FLAGS) --with-fop pdf $<
518@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.ps: %.xml $(chapters)
519@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(XMLTO) $(XMLTO_FO_FLAGS) --with-fop ps $<
520
521# Generate DocBook/XML output formats with or without stylesheets
522
523# Tell versions [3.59,3.63) of GNU make to not export all variables.
524# Otherwise a system limit (for SysV at least) may be exceeded.
525.NOEXPORT:
526