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