Makefile.in revision d63b911f
1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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# shelfdir: the location where the docs/specs are installed. Typically $(docdir)
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 Users Documentation and Functional Specifications.
28# Do not use for Developer Documentation which is not installed and does not require olink.
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_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@am__append_1 = $(docbook:.xml=.html)
108@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@am__append_2 = $(docbook:.xml=.txt)
109@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@am__append_3 = $(docbook:.xml=.pdf) \
110@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(docbook:.xml=.ps)
111@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@am__append_4 = $(docbook:.xml=.html.db) \
112@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(docbook:.xml=.pdf.db)
113subdir = specs/xextproto
114ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
115am__aclocal_m4_deps = $(top_srcdir)/configure.ac
116am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
117	$(ACLOCAL_M4)
118DIST_COMMON = $(srcdir)/Makefile.am $(am__dist_shelf_DATA_DIST) \
119	$(am__DIST_COMMON)
120mkinstalldirs = $(install_sh) -d
121CONFIG_CLEAN_FILES =
122CONFIG_CLEAN_VPATH_FILES =
123AM_V_P = $(am__v_P_@AM_V@)
124am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
125am__v_P_0 = false
126am__v_P_1 = :
127AM_V_GEN = $(am__v_GEN_@AM_V@)
128am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
129am__v_GEN_0 = @echo "  GEN     " $@;
130am__v_GEN_1 = 
131AM_V_at = $(am__v_at_@AM_V@)
132am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
133am__v_at_0 = @
134am__v_at_1 = 
135SOURCES =
136DIST_SOURCES =
137am__can_run_installinfo = \
138  case $$AM_UPDATE_INFO_DIR in \
139    n|no|NO) false;; \
140    *) (install-info --version) >/dev/null 2>&1;; \
141  esac
142am__dist_shelf_DATA_DIST = appgrp.xml dbe.xml dpms.xml evi.xml \
143	geproto.xml lbx.xml multibuf.xml security.xml shape.xml \
144	shm.xml sync.xml tog-cup.xml xtest.xml appendix.xml
145am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
146am__vpath_adj = case $$p in \
147    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
148    *) f=$$p;; \
149  esac;
150am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
151am__install_max = 40
152am__nobase_strip_setup = \
153  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
154am__nobase_strip = \
155  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
156am__nobase_list = $(am__nobase_strip_setup); \
157  for p in $$list; do echo "$$p $$p"; done | \
158  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
159  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
160    if (++n[$$2] == $(am__install_max)) \
161      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
162    END { for (dir in files) print dir, files[dir] }'
163am__base_list = \
164  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
165  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
166am__uninstall_files_from_dir = { \
167  test -z "$$files" \
168    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
169    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
170         $(am__cd) "$$dir" && rm -f $$files; }; \
171  }
172am__installdirs = "$(DESTDIR)$(shelfdir)" "$(DESTDIR)$(shelfdir)"
173DATA = $(dist_shelf_DATA) $(shelf_DATA)
174am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
175am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/docbook.am
176DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
177ACLOCAL = @ACLOCAL@
178ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
179ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
180AMTAR = @AMTAR@
181AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
182APP_MAN_DIR = @APP_MAN_DIR@
183APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
184AUTOCONF = @AUTOCONF@
185AUTOHEADER = @AUTOHEADER@
186AUTOMAKE = @AUTOMAKE@
187AWK = @AWK@
188BASE_CFLAGS = @BASE_CFLAGS@
189CC = @CC@
190CCDEPMODE = @CCDEPMODE@
191CFLAGS = @CFLAGS@
192CHANGELOG_CMD = @CHANGELOG_CMD@
193CPP = @CPP@
194CPPFLAGS = @CPPFLAGS@
195CWARNFLAGS = @CWARNFLAGS@
196CYGPATH_W = @CYGPATH_W@
197DEFS = @DEFS@
198DEPDIR = @DEPDIR@
199DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
200DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
201ECHO_C = @ECHO_C@
202ECHO_N = @ECHO_N@
203ECHO_T = @ECHO_T@
204EGREP = @EGREP@
205EXEEXT = @EXEEXT@
206FILE_MAN_DIR = @FILE_MAN_DIR@
207FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
208FOP = @FOP@
209GREP = @GREP@
210INSTALL = @INSTALL@
211INSTALL_CMD = @INSTALL_CMD@
212INSTALL_DATA = @INSTALL_DATA@
213INSTALL_PROGRAM = @INSTALL_PROGRAM@
214INSTALL_SCRIPT = @INSTALL_SCRIPT@
215INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
216LDFLAGS = @LDFLAGS@
217LIBOBJS = @LIBOBJS@
218LIBS = @LIBS@
219LIB_MAN_DIR = @LIB_MAN_DIR@
220LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
221LTLIBOBJS = @LTLIBOBJS@
222MAKEINFO = @MAKEINFO@
223MAN_SUBSTS = @MAN_SUBSTS@
224MISC_MAN_DIR = @MISC_MAN_DIR@
225MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
226MKDIR_P = @MKDIR_P@
227OBJEXT = @OBJEXT@
228PACKAGE = @PACKAGE@
229PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
230PACKAGE_NAME = @PACKAGE_NAME@
231PACKAGE_STRING = @PACKAGE_STRING@
232PACKAGE_TARNAME = @PACKAGE_TARNAME@
233PACKAGE_URL = @PACKAGE_URL@
234PACKAGE_VERSION = @PACKAGE_VERSION@
235PATH_SEPARATOR = @PATH_SEPARATOR@
236PKG_CONFIG = @PKG_CONFIG@
237PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
238PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
239SED = @SED@
240SET_MAKE = @SET_MAKE@
241SHELL = @SHELL@
242STRICT_CFLAGS = @STRICT_CFLAGS@
243STRIP = @STRIP@
244STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
245USE_FDS_BITS = @USE_FDS_BITS@
246VERSION = @VERSION@
247XMLTO = @XMLTO@
248XORG_MAN_PAGE = @XORG_MAN_PAGE@
249XORG_SGML_PATH = @XORG_SGML_PATH@
250XSLTPROC = @XSLTPROC@
251XSL_STYLESHEET = @XSL_STYLESHEET@
252abs_builddir = @abs_builddir@
253abs_srcdir = @abs_srcdir@
254abs_top_builddir = @abs_top_builddir@
255abs_top_srcdir = @abs_top_srcdir@
256ac_ct_CC = @ac_ct_CC@
257am__include = @am__include@
258am__leading_dot = @am__leading_dot@
259am__quote = @am__quote@
260am__tar = @am__tar@
261am__untar = @am__untar@
262bindir = @bindir@
263build = @build@
264build_alias = @build_alias@
265build_cpu = @build_cpu@
266build_os = @build_os@
267build_vendor = @build_vendor@
268builddir = @builddir@
269datadir = @datadir@
270datarootdir = @datarootdir@
271docdir = @docdir@
272dvidir = @dvidir@
273exec_prefix = @exec_prefix@
274host = @host@
275host_alias = @host_alias@
276host_cpu = @host_cpu@
277host_os = @host_os@
278host_vendor = @host_vendor@
279htmldir = @htmldir@
280includedir = @includedir@
281infodir = @infodir@
282install_sh = @install_sh@
283libdir = @libdir@
284libexecdir = @libexecdir@
285localedir = @localedir@
286localstatedir = @localstatedir@
287mandir = @mandir@
288mkdir_p = @mkdir_p@
289oldincludedir = @oldincludedir@
290pdfdir = @pdfdir@
291prefix = @prefix@
292program_transform_name = @program_transform_name@
293psdir = @psdir@
294sbindir = @sbindir@
295sharedstatedir = @sharedstatedir@
296srcdir = @srcdir@
297sysconfdir = @sysconfdir@
298target_alias = @target_alias@
299top_build_prefix = @top_build_prefix@
300top_builddir = @top_builddir@
301top_srcdir = @top_srcdir@
302
303# Main DocBook/XML files (DOCTYPE book)
304@ENABLE_SPECS_TRUE@docbook = \
305@ENABLE_SPECS_TRUE@	appgrp.xml	\
306@ENABLE_SPECS_TRUE@	dbe.xml		\
307@ENABLE_SPECS_TRUE@	dpms.xml	\
308@ENABLE_SPECS_TRUE@	evi.xml		\
309@ENABLE_SPECS_TRUE@	geproto.xml	\
310@ENABLE_SPECS_TRUE@	lbx.xml		\
311@ENABLE_SPECS_TRUE@	multibuf.xml	\
312@ENABLE_SPECS_TRUE@	security.xml	\
313@ENABLE_SPECS_TRUE@	shape.xml	\
314@ENABLE_SPECS_TRUE@	shm.xml		\
315@ENABLE_SPECS_TRUE@	sync.xml	\
316@ENABLE_SPECS_TRUE@	tog-cup.xml	\
317@ENABLE_SPECS_TRUE@	xtest.xml
318
319
320# Included chapters, appendix, images
321@ENABLE_SPECS_TRUE@chapters = appendix.xml
322
323# The location where the DocBook/XML files and their generated formats are installed
324@ENABLE_SPECS_TRUE@shelfdir = $(datarootdir)/doc/xextproto
325
326# DocBook/XML generated output formats to be installed
327@ENABLE_SPECS_TRUE@shelf_DATA = $(am__append_1) $(am__append_2) \
328@ENABLE_SPECS_TRUE@	$(am__append_3) $(am__append_4)
329
330# DocBook/XML file with chapters, appendix and images it includes
331@ENABLE_SPECS_TRUE@dist_shelf_DATA = $(docbook) $(chapters)
332@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_SEARCHPATH_FLAGS = \
333@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--searchpath "$(XORG_SGML_PATH)/X11" 		\
334@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--searchpath "$(abs_top_builddir)"
335
336@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_OLINK_FLAGS = \
337@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--stringparam target.database.document=$(XORG_SGML_PATH)/X11/dbs/masterdb.html.xml \
338@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--stringparam current.docid="$(<:.xml=)"
339
340@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_STYLESHEET_FLAGS = -x $(STYLESHEET_SRCDIR)/xorg-xhtml.xsl
341@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_FLAGS = \
342@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_SEARCHPATH_FLAGS)			\
343@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_HTML_STYLESHEET_FLAGS)			\
344@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_HTML_OLINK_FLAGS)
345
346@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FO_IMAGEPATH_FLAGS = --stringparam img.src.path=$(abs_builddir)/
347@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_PDF_OLINK_FLAGS = \
348@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--stringparam target.database.document=$(XORG_SGML_PATH)/X11/dbs/masterdb.pdf.xml \
349@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--stringparam current.docid="$(<:.xml=)"
350
351@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FO_STYLESHEET_FLAGS = -x $(STYLESHEET_SRCDIR)/xorg-fo.xsl
352@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FO_FLAGS = \
353@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_SEARCHPATH_FLAGS)			\
354@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_FO_STYLESHEET_FLAGS)			\
355@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_FO_IMAGEPATH_FLAGS)			\
356@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(XMLTO_PDF_OLINK_FLAGS)
357
358
359# Generate documents cross-reference target databases
360@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_SEARCHPATH_FLAGS = \
361@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	--path "$(XORG_SGML_PATH)/X11"			\
362@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	--path "$(abs_top_builddir)"
363
364@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_OLINK_FLAGS = \
365@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	--stringparam targets.filename "$@" 		\
366@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	--stringparam collect.xref.targets "only" 	\
367@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	--stringparam olink.base.uri "$(@:.db=)"
368
369@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_HTML_FLAGS = \
370@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(XSLT_SEARCHPATH_FLAGS) 			\
371@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(XSLT_OLINK_FLAGS)				\
372@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	--nonet --xinclude				\
373@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(STYLESHEET_SRCDIR)/xorg-xhtml.xsl
374
375@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_PDF_FLAGS = \
376@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(XSLT_SEARCHPATH_FLAGS) 			\
377@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(XSLT_OLINK_FLAGS)				\
378@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	--nonet --xinclude				\
379@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(STYLESHEET_SRCDIR)/xorg-fo.xsl
380
381@ENABLE_SPECS_TRUE@CLEANFILES = $(shelf_DATA)
382all: all-am
383
384.SUFFIXES:
385$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/docbook.am $(am__configure_deps)
386	@for dep in $?; do \
387	  case '$(am__configure_deps)' in \
388	    *$$dep*) \
389	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
390	        && { if test -f $@; then exit 0; else break; fi; }; \
391	      exit 1;; \
392	  esac; \
393	done; \
394	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign specs/xextproto/Makefile'; \
395	$(am__cd) $(top_srcdir) && \
396	  $(AUTOMAKE) --foreign specs/xextproto/Makefile
397Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
398	@case '$?' in \
399	  *config.status*) \
400	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
401	  *) \
402	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
403	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
404	esac;
405$(top_srcdir)/docbook.am $(am__empty):
406
407$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
408	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
409
410$(top_srcdir)/configure:  $(am__configure_deps)
411	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
412$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
413	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
414$(am__aclocal_m4_deps):
415install-dist_shelfDATA: $(dist_shelf_DATA)
416	@$(NORMAL_INSTALL)
417	@list='$(dist_shelf_DATA)'; test -n "$(shelfdir)" || list=; \
418	if test -n "$$list"; then \
419	  echo " $(MKDIR_P) '$(DESTDIR)$(shelfdir)'"; \
420	  $(MKDIR_P) "$(DESTDIR)$(shelfdir)" || exit 1; \
421	fi; \
422	for p in $$list; do \
423	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
424	  echo "$$d$$p"; \
425	done | $(am__base_list) | \
426	while read files; do \
427	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(shelfdir)'"; \
428	  $(INSTALL_DATA) $$files "$(DESTDIR)$(shelfdir)" || exit $$?; \
429	done
430
431uninstall-dist_shelfDATA:
432	@$(NORMAL_UNINSTALL)
433	@list='$(dist_shelf_DATA)'; test -n "$(shelfdir)" || list=; \
434	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
435	dir='$(DESTDIR)$(shelfdir)'; $(am__uninstall_files_from_dir)
436install-shelfDATA: $(shelf_DATA)
437	@$(NORMAL_INSTALL)
438	@list='$(shelf_DATA)'; test -n "$(shelfdir)" || list=; \
439	if test -n "$$list"; then \
440	  echo " $(MKDIR_P) '$(DESTDIR)$(shelfdir)'"; \
441	  $(MKDIR_P) "$(DESTDIR)$(shelfdir)" || exit 1; \
442	fi; \
443	for p in $$list; do \
444	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
445	  echo "$$d$$p"; \
446	done | $(am__base_list) | \
447	while read files; do \
448	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(shelfdir)'"; \
449	  $(INSTALL_DATA) $$files "$(DESTDIR)$(shelfdir)" || exit $$?; \
450	done
451
452uninstall-shelfDATA:
453	@$(NORMAL_UNINSTALL)
454	@list='$(shelf_DATA)'; test -n "$(shelfdir)" || list=; \
455	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
456	dir='$(DESTDIR)$(shelfdir)'; $(am__uninstall_files_from_dir)
457tags TAGS:
458
459ctags CTAGS:
460
461cscope cscopelist:
462
463
464distdir: $(BUILT_SOURCES)
465	$(MAKE) $(AM_MAKEFLAGS) distdir-am
466
467distdir-am: $(DISTFILES)
468	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
469	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
470	list='$(DISTFILES)'; \
471	  dist_files=`for file in $$list; do echo $$file; done | \
472	  sed -e "s|^$$srcdirstrip/||;t" \
473	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
474	case $$dist_files in \
475	  */*) $(MKDIR_P) `echo "$$dist_files" | \
476			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
477			   sort -u` ;; \
478	esac; \
479	for file in $$dist_files; do \
480	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
481	  if test -d $$d/$$file; then \
482	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
483	    if test -d "$(distdir)/$$file"; then \
484	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
485	    fi; \
486	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
487	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
488	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
489	    fi; \
490	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
491	  else \
492	    test -f "$(distdir)/$$file" \
493	    || cp -p $$d/$$file "$(distdir)/$$file" \
494	    || exit 1; \
495	  fi; \
496	done
497check-am: all-am
498check: check-am
499all-am: Makefile $(DATA)
500installdirs:
501	for dir in "$(DESTDIR)$(shelfdir)" "$(DESTDIR)$(shelfdir)"; do \
502	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
503	done
504install: install-am
505install-exec: install-exec-am
506install-data: install-data-am
507uninstall: uninstall-am
508
509install-am: all-am
510	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
511
512installcheck: installcheck-am
513install-strip:
514	if test -z '$(STRIP)'; then \
515	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
516	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
517	      install; \
518	else \
519	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
520	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
521	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
522	fi
523mostlyclean-generic:
524
525clean-generic:
526	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
527
528distclean-generic:
529	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
530	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
531
532maintainer-clean-generic:
533	@echo "This command is intended for maintainers to use"
534	@echo "it deletes files that may require special tools to rebuild."
535clean: clean-am
536
537clean-am: clean-generic mostlyclean-am
538
539distclean: distclean-am
540	-rm -f Makefile
541distclean-am: clean-am distclean-generic
542
543dvi: dvi-am
544
545dvi-am:
546
547html: html-am
548
549html-am:
550
551info: info-am
552
553info-am:
554
555install-data-am: install-dist_shelfDATA install-shelfDATA
556
557install-dvi: install-dvi-am
558
559install-dvi-am:
560
561install-exec-am:
562
563install-html: install-html-am
564
565install-html-am:
566
567install-info: install-info-am
568
569install-info-am:
570
571install-man:
572
573install-pdf: install-pdf-am
574
575install-pdf-am:
576
577install-ps: install-ps-am
578
579install-ps-am:
580
581installcheck-am:
582
583maintainer-clean: maintainer-clean-am
584	-rm -f Makefile
585maintainer-clean-am: distclean-am maintainer-clean-generic
586
587mostlyclean: mostlyclean-am
588
589mostlyclean-am: mostlyclean-generic
590
591pdf: pdf-am
592
593pdf-am:
594
595ps: ps-am
596
597ps-am:
598
599uninstall-am: uninstall-dist_shelfDATA uninstall-shelfDATA
600
601.MAKE: install-am install-strip
602
603.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
604	ctags-am distclean distclean-generic distdir dvi dvi-am html \
605	html-am info info-am install install-am install-data \
606	install-data-am install-dist_shelfDATA install-dvi \
607	install-dvi-am install-exec install-exec-am install-html \
608	install-html-am install-info install-info-am install-man \
609	install-pdf install-pdf-am install-ps install-ps-am \
610	install-shelfDATA install-strip installcheck installcheck-am \
611	installdirs maintainer-clean maintainer-clean-generic \
612	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags-am \
613	uninstall uninstall-am uninstall-dist_shelfDATA \
614	uninstall-shelfDATA
615
616.PRECIOUS: Makefile
617
618@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.html: %.xml $(chapters)
619@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(XMLTO) $(XMLTO_HTML_FLAGS) xhtml-nochunks $<
620@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@%.txt: %.xml $(chapters)
621@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(XMLTO) $(XMLTO_HTML_FLAGS) txt $<
622@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.pdf: %.xml $(chapters)
623@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(XMLTO) $(XMLTO_FO_FLAGS) --with-fop pdf $<
624@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.ps: %.xml $(chapters)
625@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(XMLTO) $(XMLTO_FO_FLAGS) --with-fop ps $<
626@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@%.html.db: %.xml  $(chapters)
627@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(AM_V_GEN)$(XSLTPROC) $(XSLT_HTML_FLAGS) $<
628@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@%.pdf.db: %.xml $(chapters)
629@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@	$(AM_V_GEN)$(XSLTPROC) $(XSLT_PDF_FLAGS) $<
630
631# Generate DocBook/XML output formats with or without stylesheets
632
633# Tell versions [3.59,3.63) of GNU make to not export all variables.
634# Otherwise a system limit (for SysV at least) may be exceeded.
635.NOEXPORT:
636