1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 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_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@am__append_1 = $(docbook:.xml=.html) 108@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@am__append_2 = $(docbook:.xml=.txt) 109@ENABLE_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@am__append_3 = $(docbook:.xml=.pdf) \ 110@ENABLE_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(docbook:.xml=.ps) 111@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@am__append_4 = $(docbook:.xml=.html.db) \ 112@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(docbook:.xml=.pdf.db) 113subdir = general 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 = 137RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 138 ctags-recursive dvi-recursive html-recursive info-recursive \ 139 install-data-recursive install-dvi-recursive \ 140 install-exec-recursive install-html-recursive \ 141 install-info-recursive install-pdf-recursive \ 142 install-ps-recursive install-recursive installcheck-recursive \ 143 installdirs-recursive pdf-recursive ps-recursive \ 144 tags-recursive uninstall-recursive 145am__can_run_installinfo = \ 146 case $$AM_UPDATE_INFO_DIR in \ 147 n|no|NO) false;; \ 148 *) (install-info --version) >/dev/null 2>&1;; \ 149 esac 150am__dist_shelf_DATA_DIST = License.xml README.xml ReleaseNotes.xml \ 151 Versions.xml 152am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 153am__vpath_adj = case $$p in \ 154 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 155 *) f=$$p;; \ 156 esac; 157am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 158am__install_max = 40 159am__nobase_strip_setup = \ 160 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 161am__nobase_strip = \ 162 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 163am__nobase_list = $(am__nobase_strip_setup); \ 164 for p in $$list; do echo "$$p $$p"; done | \ 165 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 166 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 167 if (++n[$$2] == $(am__install_max)) \ 168 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 169 END { for (dir in files) print dir, files[dir] }' 170am__base_list = \ 171 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 172 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 173am__uninstall_files_from_dir = { \ 174 test -z "$$files" \ 175 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 176 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 177 $(am__cd) "$$dir" && rm -f $$files; }; \ 178 } 179am__installdirs = "$(DESTDIR)$(shelfdir)" "$(DESTDIR)$(shelfdir)" 180DATA = $(dist_shelf_DATA) $(shelf_DATA) 181RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 182 distclean-recursive maintainer-clean-recursive 183am__recursive_targets = \ 184 $(RECURSIVE_TARGETS) \ 185 $(RECURSIVE_CLEAN_TARGETS) \ 186 $(am__extra_recursive_targets) 187AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 188 distdir distdir-am 189am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 190# Read a list of newline-separated strings from the standard input, 191# and print each of them once, without duplicates. Input order is 192# *not* preserved. 193am__uniquify_input = $(AWK) '\ 194 BEGIN { nonempty = 0; } \ 195 { items[$$0] = 1; nonempty = 1; } \ 196 END { if (nonempty) { for (i in items) print i; }; } \ 197' 198# Make sure the list of sources is unique. This is necessary because, 199# e.g., the same source file might be shared among _SOURCES variables 200# for different programs/libraries. 201am__define_uniq_tagged_files = \ 202 list='$(am__tagged_files)'; \ 203 unique=`for i in $$list; do \ 204 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 205 done | $(am__uniquify_input)` 206DIST_SUBDIRS = $(SUBDIRS) 207am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/docbook.am 208DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 209am__relativize = \ 210 dir0=`pwd`; \ 211 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 212 sed_rest='s,^[^/]*/*,,'; \ 213 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 214 sed_butlast='s,/*[^/]*$$,,'; \ 215 while test -n "$$dir1"; do \ 216 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 217 if test "$$first" != "."; then \ 218 if test "$$first" = ".."; then \ 219 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 220 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 221 else \ 222 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 223 if test "$$first2" = "$$first"; then \ 224 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 225 else \ 226 dir2="../$$dir2"; \ 227 fi; \ 228 dir0="$$dir0"/"$$first"; \ 229 fi; \ 230 fi; \ 231 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 232 done; \ 233 reldir="$$dir2" 234ACLOCAL = @ACLOCAL@ 235ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 236ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 237AMTAR = @AMTAR@ 238AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 239APP_MAN_DIR = @APP_MAN_DIR@ 240APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 241AUTOCONF = @AUTOCONF@ 242AUTOHEADER = @AUTOHEADER@ 243AUTOMAKE = @AUTOMAKE@ 244AWK = @AWK@ 245CHANGELOG_CMD = @CHANGELOG_CMD@ 246CSCOPE = @CSCOPE@ 247CTAGS = @CTAGS@ 248CYGPATH_W = @CYGPATH_W@ 249DEFS = @DEFS@ 250DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 251DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 252ECHO_C = @ECHO_C@ 253ECHO_N = @ECHO_N@ 254ECHO_T = @ECHO_T@ 255ETAGS = @ETAGS@ 256FILE_MAN_DIR = @FILE_MAN_DIR@ 257FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 258FOP = @FOP@ 259INSTALL = @INSTALL@ 260INSTALL_CMD = @INSTALL_CMD@ 261INSTALL_DATA = @INSTALL_DATA@ 262INSTALL_PROGRAM = @INSTALL_PROGRAM@ 263INSTALL_SCRIPT = @INSTALL_SCRIPT@ 264INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 265LIBOBJS = @LIBOBJS@ 266LIBS = @LIBS@ 267LIB_MAN_DIR = @LIB_MAN_DIR@ 268LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 269LTLIBOBJS = @LTLIBOBJS@ 270MAKEINFO = @MAKEINFO@ 271MAN_SUBSTS = @MAN_SUBSTS@ 272MISC_MAN_DIR = @MISC_MAN_DIR@ 273MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 274MKDIR_P = @MKDIR_P@ 275PACKAGE = @PACKAGE@ 276PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 277PACKAGE_NAME = @PACKAGE_NAME@ 278PACKAGE_STRING = @PACKAGE_STRING@ 279PACKAGE_TARNAME = @PACKAGE_TARNAME@ 280PACKAGE_URL = @PACKAGE_URL@ 281PACKAGE_VERSION = @PACKAGE_VERSION@ 282PATH_SEPARATOR = @PATH_SEPARATOR@ 283PKG_CONFIG = @PKG_CONFIG@ 284PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 285PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 286SED = @SED@ 287SET_MAKE = @SET_MAKE@ 288SHELL = @SHELL@ 289STRIP = @STRIP@ 290STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 291VERSION = @VERSION@ 292XMLTO = @XMLTO@ 293XORG_MAN_PAGE = @XORG_MAN_PAGE@ 294XORG_SGML_PATH = @XORG_SGML_PATH@ 295XSLTPROC = @XSLTPROC@ 296XSL_STYLESHEET = @XSL_STYLESHEET@ 297abs_builddir = @abs_builddir@ 298abs_srcdir = @abs_srcdir@ 299abs_top_builddir = @abs_top_builddir@ 300abs_top_srcdir = @abs_top_srcdir@ 301am__leading_dot = @am__leading_dot@ 302am__tar = @am__tar@ 303am__untar = @am__untar@ 304bindir = @bindir@ 305build = @build@ 306build_alias = @build_alias@ 307build_cpu = @build_cpu@ 308build_os = @build_os@ 309build_vendor = @build_vendor@ 310builddir = @builddir@ 311datadir = @datadir@ 312datarootdir = @datarootdir@ 313docdir = @docdir@ 314dvidir = @dvidir@ 315exec_prefix = @exec_prefix@ 316host = @host@ 317host_alias = @host_alias@ 318host_cpu = @host_cpu@ 319host_os = @host_os@ 320host_vendor = @host_vendor@ 321htmldir = @htmldir@ 322includedir = @includedir@ 323infodir = @infodir@ 324install_sh = @install_sh@ 325libdir = @libdir@ 326libexecdir = @libexecdir@ 327localedir = @localedir@ 328localstatedir = @localstatedir@ 329mandir = @mandir@ 330mkdir_p = @mkdir_p@ 331oldincludedir = @oldincludedir@ 332pdfdir = @pdfdir@ 333prefix = @prefix@ 334program_transform_name = @program_transform_name@ 335psdir = @psdir@ 336runstatedir = @runstatedir@ 337sbindir = @sbindir@ 338sharedstatedir = @sharedstatedir@ 339srcdir = @srcdir@ 340sysconfdir = @sysconfdir@ 341target_alias = @target_alias@ 342top_build_prefix = @top_build_prefix@ 343top_builddir = @top_builddir@ 344top_srcdir = @top_srcdir@ 345SUBDIRS = fonts input graphics platforms 346 347# Main DocBook/XML files (DOCTYPE book) 348@ENABLE_DOCS_TRUE@docbook = \ 349@ENABLE_DOCS_TRUE@ License.xml \ 350@ENABLE_DOCS_TRUE@ README.xml \ 351@ENABLE_DOCS_TRUE@ ReleaseNotes.xml \ 352@ENABLE_DOCS_TRUE@ Versions.xml 353 354 355# The location where the DocBook/XML files and their generated formats are installed 356@ENABLE_DOCS_TRUE@shelfdir = $(docdir) 357 358# DocBook/XML generated output formats to be installed 359@ENABLE_DOCS_TRUE@shelf_DATA = $(am__append_1) $(am__append_2) \ 360@ENABLE_DOCS_TRUE@ $(am__append_3) $(am__append_4) 361 362# DocBook/XML file with chapters, appendix and images it includes 363@ENABLE_DOCS_TRUE@dist_shelf_DATA = $(docbook) $(chapters) 364@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_SEARCHPATH_FLAGS = \ 365@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --searchpath "$(XORG_SGML_PATH)/X11" \ 366@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --searchpath "$(abs_top_builddir)" 367 368@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_OLINK_FLAGS = \ 369@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam target.database.document=$(XORG_SGML_PATH)/X11/dbs/masterdb.html.xml \ 370@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam current.docid="$(<:.xml=)" 371 372@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_STYLESHEET_FLAGS = -x $(STYLESHEET_SRCDIR)/xorg-xhtml.xsl 373@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_FLAGS = \ 374@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_SEARCHPATH_FLAGS) \ 375@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_HTML_STYLESHEET_FLAGS) \ 376@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_HTML_OLINK_FLAGS) 377 378@ENABLE_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FO_IMAGEPATH_FLAGS = --stringparam img.src.path=$(abs_builddir)/ 379@ENABLE_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_PDF_OLINK_FLAGS = \ 380@ENABLE_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam target.database.document=$(XORG_SGML_PATH)/X11/dbs/masterdb.pdf.xml \ 381@ENABLE_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam current.docid="$(<:.xml=)" 382 383@ENABLE_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FO_STYLESHEET_FLAGS = -x $(STYLESHEET_SRCDIR)/xorg-fo.xsl 384@ENABLE_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FO_FLAGS = \ 385@ENABLE_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_SEARCHPATH_FLAGS) \ 386@ENABLE_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_FO_STYLESHEET_FLAGS) \ 387@ENABLE_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_FO_IMAGEPATH_FLAGS) \ 388@ENABLE_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_PDF_OLINK_FLAGS) 389 390 391# Generate documents cross-reference target databases 392@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_SEARCHPATH_FLAGS = \ 393@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --path "$(XORG_SGML_PATH)/X11" \ 394@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --path "$(abs_top_builddir)" 395 396@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_OLINK_FLAGS = \ 397@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --stringparam targets.filename "$@" \ 398@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --stringparam collect.xref.targets "only" \ 399@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --stringparam olink.base.uri "$(@:.db=)" 400 401@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_HTML_FLAGS = \ 402@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(XSLT_SEARCHPATH_FLAGS) \ 403@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(XSLT_OLINK_FLAGS) \ 404@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --nonet --xinclude \ 405@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(STYLESHEET_SRCDIR)/xorg-xhtml.xsl 406 407@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_PDF_FLAGS = \ 408@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(XSLT_SEARCHPATH_FLAGS) \ 409@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(XSLT_OLINK_FLAGS) \ 410@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --nonet --xinclude \ 411@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(STYLESHEET_SRCDIR)/xorg-fo.xsl 412 413@ENABLE_DOCS_TRUE@CLEANFILES = $(shelf_DATA) 414all: all-recursive 415 416.SUFFIXES: 417$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/docbook.am $(am__configure_deps) 418 @for dep in $?; do \ 419 case '$(am__configure_deps)' in \ 420 *$$dep*) \ 421 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 422 && { if test -f $@; then exit 0; else break; fi; }; \ 423 exit 1;; \ 424 esac; \ 425 done; \ 426 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign general/Makefile'; \ 427 $(am__cd) $(top_srcdir) && \ 428 $(AUTOMAKE) --foreign general/Makefile 429Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 430 @case '$?' in \ 431 *config.status*) \ 432 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 433 *) \ 434 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 435 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 436 esac; 437$(top_srcdir)/docbook.am $(am__empty): 438 439$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 440 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 441 442$(top_srcdir)/configure: $(am__configure_deps) 443 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 444$(ACLOCAL_M4): $(am__aclocal_m4_deps) 445 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 446$(am__aclocal_m4_deps): 447install-dist_shelfDATA: $(dist_shelf_DATA) 448 @$(NORMAL_INSTALL) 449 @list='$(dist_shelf_DATA)'; test -n "$(shelfdir)" || list=; \ 450 if test -n "$$list"; then \ 451 echo " $(MKDIR_P) '$(DESTDIR)$(shelfdir)'"; \ 452 $(MKDIR_P) "$(DESTDIR)$(shelfdir)" || exit 1; \ 453 fi; \ 454 for p in $$list; do \ 455 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 456 echo "$$d$$p"; \ 457 done | $(am__base_list) | \ 458 while read files; do \ 459 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(shelfdir)'"; \ 460 $(INSTALL_DATA) $$files "$(DESTDIR)$(shelfdir)" || exit $$?; \ 461 done 462 463uninstall-dist_shelfDATA: 464 @$(NORMAL_UNINSTALL) 465 @list='$(dist_shelf_DATA)'; test -n "$(shelfdir)" || list=; \ 466 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 467 dir='$(DESTDIR)$(shelfdir)'; $(am__uninstall_files_from_dir) 468install-shelfDATA: $(shelf_DATA) 469 @$(NORMAL_INSTALL) 470 @list='$(shelf_DATA)'; test -n "$(shelfdir)" || list=; \ 471 if test -n "$$list"; then \ 472 echo " $(MKDIR_P) '$(DESTDIR)$(shelfdir)'"; \ 473 $(MKDIR_P) "$(DESTDIR)$(shelfdir)" || exit 1; \ 474 fi; \ 475 for p in $$list; do \ 476 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 477 echo "$$d$$p"; \ 478 done | $(am__base_list) | \ 479 while read files; do \ 480 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(shelfdir)'"; \ 481 $(INSTALL_DATA) $$files "$(DESTDIR)$(shelfdir)" || exit $$?; \ 482 done 483 484uninstall-shelfDATA: 485 @$(NORMAL_UNINSTALL) 486 @list='$(shelf_DATA)'; test -n "$(shelfdir)" || list=; \ 487 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 488 dir='$(DESTDIR)$(shelfdir)'; $(am__uninstall_files_from_dir) 489 490# This directory's subdirectories are mostly independent; you can cd 491# into them and run 'make' without going through this Makefile. 492# To change the values of 'make' variables: instead of editing Makefiles, 493# (1) if the variable is set in 'config.status', edit 'config.status' 494# (which will cause the Makefiles to be regenerated when you run 'make'); 495# (2) otherwise, pass the desired values on the 'make' command line. 496$(am__recursive_targets): 497 @fail=; \ 498 if $(am__make_keepgoing); then \ 499 failcom='fail=yes'; \ 500 else \ 501 failcom='exit 1'; \ 502 fi; \ 503 dot_seen=no; \ 504 target=`echo $@ | sed s/-recursive//`; \ 505 case "$@" in \ 506 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 507 *) list='$(SUBDIRS)' ;; \ 508 esac; \ 509 for subdir in $$list; do \ 510 echo "Making $$target in $$subdir"; \ 511 if test "$$subdir" = "."; then \ 512 dot_seen=yes; \ 513 local_target="$$target-am"; \ 514 else \ 515 local_target="$$target"; \ 516 fi; \ 517 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 518 || eval $$failcom; \ 519 done; \ 520 if test "$$dot_seen" = "no"; then \ 521 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 522 fi; test -z "$$fail" 523 524ID: $(am__tagged_files) 525 $(am__define_uniq_tagged_files); mkid -fID $$unique 526tags: tags-recursive 527TAGS: tags 528 529tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 530 set x; \ 531 here=`pwd`; \ 532 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 533 include_option=--etags-include; \ 534 empty_fix=.; \ 535 else \ 536 include_option=--include; \ 537 empty_fix=; \ 538 fi; \ 539 list='$(SUBDIRS)'; for subdir in $$list; do \ 540 if test "$$subdir" = .; then :; else \ 541 test ! -f $$subdir/TAGS || \ 542 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 543 fi; \ 544 done; \ 545 $(am__define_uniq_tagged_files); \ 546 shift; \ 547 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 548 test -n "$$unique" || unique=$$empty_fix; \ 549 if test $$# -gt 0; then \ 550 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 551 "$$@" $$unique; \ 552 else \ 553 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 554 $$unique; \ 555 fi; \ 556 fi 557ctags: ctags-recursive 558 559CTAGS: ctags 560ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 561 $(am__define_uniq_tagged_files); \ 562 test -z "$(CTAGS_ARGS)$$unique" \ 563 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 564 $$unique 565 566GTAGS: 567 here=`$(am__cd) $(top_builddir) && pwd` \ 568 && $(am__cd) $(top_srcdir) \ 569 && gtags -i $(GTAGS_ARGS) "$$here" 570cscopelist: cscopelist-recursive 571 572cscopelist-am: $(am__tagged_files) 573 list='$(am__tagged_files)'; \ 574 case "$(srcdir)" in \ 575 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 576 *) sdir=$(subdir)/$(srcdir) ;; \ 577 esac; \ 578 for i in $$list; do \ 579 if test -f "$$i"; then \ 580 echo "$(subdir)/$$i"; \ 581 else \ 582 echo "$$sdir/$$i"; \ 583 fi; \ 584 done >> $(top_builddir)/cscope.files 585 586distclean-tags: 587 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 588distdir: $(BUILT_SOURCES) 589 $(MAKE) $(AM_MAKEFLAGS) distdir-am 590 591distdir-am: $(DISTFILES) 592 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 593 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 594 list='$(DISTFILES)'; \ 595 dist_files=`for file in $$list; do echo $$file; done | \ 596 sed -e "s|^$$srcdirstrip/||;t" \ 597 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 598 case $$dist_files in \ 599 */*) $(MKDIR_P) `echo "$$dist_files" | \ 600 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 601 sort -u` ;; \ 602 esac; \ 603 for file in $$dist_files; do \ 604 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 605 if test -d $$d/$$file; then \ 606 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 607 if test -d "$(distdir)/$$file"; then \ 608 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 609 fi; \ 610 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 611 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 612 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 613 fi; \ 614 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 615 else \ 616 test -f "$(distdir)/$$file" \ 617 || cp -p $$d/$$file "$(distdir)/$$file" \ 618 || exit 1; \ 619 fi; \ 620 done 621 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 622 if test "$$subdir" = .; then :; else \ 623 $(am__make_dryrun) \ 624 || test -d "$(distdir)/$$subdir" \ 625 || $(MKDIR_P) "$(distdir)/$$subdir" \ 626 || exit 1; \ 627 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 628 $(am__relativize); \ 629 new_distdir=$$reldir; \ 630 dir1=$$subdir; dir2="$(top_distdir)"; \ 631 $(am__relativize); \ 632 new_top_distdir=$$reldir; \ 633 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 634 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 635 ($(am__cd) $$subdir && \ 636 $(MAKE) $(AM_MAKEFLAGS) \ 637 top_distdir="$$new_top_distdir" \ 638 distdir="$$new_distdir" \ 639 am__remove_distdir=: \ 640 am__skip_length_check=: \ 641 am__skip_mode_fix=: \ 642 distdir) \ 643 || exit 1; \ 644 fi; \ 645 done 646check-am: all-am 647check: check-recursive 648all-am: Makefile $(DATA) 649installdirs: installdirs-recursive 650installdirs-am: 651 for dir in "$(DESTDIR)$(shelfdir)" "$(DESTDIR)$(shelfdir)"; do \ 652 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 653 done 654install: install-recursive 655install-exec: install-exec-recursive 656install-data: install-data-recursive 657uninstall: uninstall-recursive 658 659install-am: all-am 660 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 661 662installcheck: installcheck-recursive 663install-strip: 664 if test -z '$(STRIP)'; then \ 665 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 666 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 667 install; \ 668 else \ 669 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 670 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 671 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 672 fi 673mostlyclean-generic: 674 675clean-generic: 676 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 677 678distclean-generic: 679 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 680 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 681 682maintainer-clean-generic: 683 @echo "This command is intended for maintainers to use" 684 @echo "it deletes files that may require special tools to rebuild." 685clean: clean-recursive 686 687clean-am: clean-generic mostlyclean-am 688 689distclean: distclean-recursive 690 -rm -f Makefile 691distclean-am: clean-am distclean-generic distclean-tags 692 693dvi: dvi-recursive 694 695dvi-am: 696 697html: html-recursive 698 699html-am: 700 701info: info-recursive 702 703info-am: 704 705install-data-am: install-dist_shelfDATA install-shelfDATA 706 707install-dvi: install-dvi-recursive 708 709install-dvi-am: 710 711install-exec-am: 712 713install-html: install-html-recursive 714 715install-html-am: 716 717install-info: install-info-recursive 718 719install-info-am: 720 721install-man: 722 723install-pdf: install-pdf-recursive 724 725install-pdf-am: 726 727install-ps: install-ps-recursive 728 729install-ps-am: 730 731installcheck-am: 732 733maintainer-clean: maintainer-clean-recursive 734 -rm -f Makefile 735maintainer-clean-am: distclean-am maintainer-clean-generic 736 737mostlyclean: mostlyclean-recursive 738 739mostlyclean-am: mostlyclean-generic 740 741pdf: pdf-recursive 742 743pdf-am: 744 745ps: ps-recursive 746 747ps-am: 748 749uninstall-am: uninstall-dist_shelfDATA uninstall-shelfDATA 750 751.MAKE: $(am__recursive_targets) install-am install-strip 752 753.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 754 check-am clean clean-generic cscopelist-am ctags ctags-am \ 755 distclean distclean-generic distclean-tags distdir dvi dvi-am \ 756 html html-am info info-am install install-am install-data \ 757 install-data-am install-dist_shelfDATA install-dvi \ 758 install-dvi-am install-exec install-exec-am install-html \ 759 install-html-am install-info install-info-am install-man \ 760 install-pdf install-pdf-am install-ps install-ps-am \ 761 install-shelfDATA install-strip installcheck installcheck-am \ 762 installdirs installdirs-am maintainer-clean \ 763 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 764 pdf-am ps ps-am tags tags-am uninstall uninstall-am \ 765 uninstall-dist_shelfDATA uninstall-shelfDATA 766 767.PRECIOUS: Makefile 768 769@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.html: %.xml $(chapters) 770@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_HTML_FLAGS) xhtml-nochunks $< 771@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@%.txt: %.xml $(chapters) 772@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_HTML_FLAGS) txt $< 773@ENABLE_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.pdf: %.xml $(chapters) 774@ENABLE_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FO_FLAGS) --with-fop pdf $< 775@ENABLE_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.ps: %.xml $(chapters) 776@ENABLE_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FO_FLAGS) --with-fop ps $< 777@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@%.html.db: %.xml $(chapters) 778@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(AM_V_GEN)$(XSLTPROC) $(XSLT_HTML_FLAGS) $< 779@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@%.pdf.db: %.xml $(chapters) 780@ENABLE_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(AM_V_GEN)$(XSLTPROC) $(XSLT_PDF_FLAGS) $< 781 782# Generate DocBook/XML output formats with or without stylesheets 783 784# Tell versions [3.59,3.63) of GNU make to not export all variables. 785# Otherwise a system limit (for SysV at least) may be exceeded. 786.NOEXPORT: 787