Makefile.in revision efbcb2bf
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_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 114ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 115am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 116 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 117 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 118 $(top_srcdir)/configure.ac 119am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 120 $(ACLOCAL_M4) 121DIST_COMMON = $(srcdir)/Makefile.am $(am__dist_shelf_DATA_DIST) \ 122 $(am__DIST_COMMON) 123mkinstalldirs = $(install_sh) -d 124CONFIG_HEADER = $(top_builddir)/config.h 125CONFIG_CLEAN_FILES = libXaw.ent 126CONFIG_CLEAN_VPATH_FILES = 127AM_V_P = $(am__v_P_@AM_V@) 128am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 129am__v_P_0 = false 130am__v_P_1 = : 131AM_V_GEN = $(am__v_GEN_@AM_V@) 132am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 133am__v_GEN_0 = @echo " GEN " $@; 134am__v_GEN_1 = 135AM_V_at = $(am__v_at_@AM_V@) 136am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 137am__v_at_0 = @ 138am__v_at_1 = 139SOURCES = 140DIST_SOURCES = 141am__can_run_installinfo = \ 142 case $$AM_UPDATE_INFO_DIR in \ 143 n|no|NO) false;; \ 144 *) (install-info --version) >/dev/null 2>&1;; \ 145 esac 146am__dist_shelf_DATA_DIST = libXaw.xml AsciiSink.xml AsciiSource.xml \ 147 AsciiText.xml Box.xml CH1.xml CH2.xml CH3.xml CH4.xml CH5.xml \ 148 CH6.xml CH7.xml Command.xml Dialog.xml Form.xml Grip.xml \ 149 Label.xml List.xml MenuButton.xml Paned.xml Panner.xml \ 150 Porthole.xml Repeater.xml Scrollbar.xml SimpleMenu.xml \ 151 Simple.xml SmeBSB.xml SmeLine.xml Sme.xml StripChart.xml \ 152 Template_private_header_file.xml \ 153 Template_public_header_file.xml \ 154 Template_widget_source_file.xml Template.xml \ 155 TextActions_default_translation_bindings.xml \ 156 TextActions_text_widget_actions.xml TextActions.xml \ 157 TextCustom.xml TextFuncs.xml TextSink.xml TextSource.xml \ 158 Text.xml Toggle.xml TPage_Credits.xml Tree.xml Viewport.xml 159am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 160am__vpath_adj = case $$p in \ 161 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 162 *) f=$$p;; \ 163 esac; 164am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 165am__install_max = 40 166am__nobase_strip_setup = \ 167 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 168am__nobase_strip = \ 169 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 170am__nobase_list = $(am__nobase_strip_setup); \ 171 for p in $$list; do echo "$$p $$p"; done | \ 172 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 173 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 174 if (++n[$$2] == $(am__install_max)) \ 175 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 176 END { for (dir in files) print dir, files[dir] }' 177am__base_list = \ 178 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 179 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 180am__uninstall_files_from_dir = { \ 181 test -z "$$files" \ 182 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 183 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 184 $(am__cd) "$$dir" && rm -f $$files; }; \ 185 } 186am__installdirs = "$(DESTDIR)$(shelfdir)" "$(DESTDIR)$(shelfdir)" 187DATA = $(dist_shelf_DATA) $(shelf_DATA) 188am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 189am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libXaw.ent.in \ 190 $(top_srcdir)/docbook.am 191DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 192ACLOCAL = @ACLOCAL@ 193ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 194ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 195AMTAR = @AMTAR@ 196AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 197APP_MAN_DIR = @APP_MAN_DIR@ 198APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 199AR = @AR@ 200AUTOCONF = @AUTOCONF@ 201AUTOHEADER = @AUTOHEADER@ 202AUTOMAKE = @AUTOMAKE@ 203AWK = @AWK@ 204BASE_CFLAGS = @BASE_CFLAGS@ 205CC = @CC@ 206CCDEPMODE = @CCDEPMODE@ 207CFLAGS = @CFLAGS@ 208CHANGELOG_CMD = @CHANGELOG_CMD@ 209CPPFLAGS = @CPPFLAGS@ 210CSCOPE = @CSCOPE@ 211CTAGS = @CTAGS@ 212CWARNFLAGS = @CWARNFLAGS@ 213CYGPATH_W = @CYGPATH_W@ 214DEFS = @DEFS@ 215DEPDIR = @DEPDIR@ 216DLLTOOL = @DLLTOOL@ 217DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 218DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 219DSYMUTIL = @DSYMUTIL@ 220DUMPBIN = @DUMPBIN@ 221ECHO_C = @ECHO_C@ 222ECHO_N = @ECHO_N@ 223ECHO_T = @ECHO_T@ 224EGREP = @EGREP@ 225ETAGS = @ETAGS@ 226EXEEXT = @EXEEXT@ 227FGREP = @FGREP@ 228FILECMD = @FILECMD@ 229FILE_MAN_DIR = @FILE_MAN_DIR@ 230FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 231FOP = @FOP@ 232GREP = @GREP@ 233INSTALL = @INSTALL@ 234INSTALL_CMD = @INSTALL_CMD@ 235INSTALL_DATA = @INSTALL_DATA@ 236INSTALL_PROGRAM = @INSTALL_PROGRAM@ 237INSTALL_SCRIPT = @INSTALL_SCRIPT@ 238INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 239LD = @LD@ 240LDFLAGS = @LDFLAGS@ 241LIBEXT = @LIBEXT@ 242LIBOBJS = @LIBOBJS@ 243LIBS = @LIBS@ 244LIBTOOL = @LIBTOOL@ 245LIB_MAN_DIR = @LIB_MAN_DIR@ 246LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 247LIPO = @LIPO@ 248LN_S = @LN_S@ 249LTLIBOBJS = @LTLIBOBJS@ 250LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 251MAKEINFO = @MAKEINFO@ 252MANIFEST_TOOL = @MANIFEST_TOOL@ 253MAN_SUBSTS = @MAN_SUBSTS@ 254MISC_MAN_DIR = @MISC_MAN_DIR@ 255MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 256MKDIR_P = @MKDIR_P@ 257NM = @NM@ 258NMEDIT = @NMEDIT@ 259OBJDUMP = @OBJDUMP@ 260OBJEXT = @OBJEXT@ 261OTOOL = @OTOOL@ 262OTOOL64 = @OTOOL64@ 263PACKAGE = @PACKAGE@ 264PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 265PACKAGE_NAME = @PACKAGE_NAME@ 266PACKAGE_STRING = @PACKAGE_STRING@ 267PACKAGE_TARNAME = @PACKAGE_TARNAME@ 268PACKAGE_URL = @PACKAGE_URL@ 269PACKAGE_VERSION = @PACKAGE_VERSION@ 270PATH_SEPARATOR = @PATH_SEPARATOR@ 271PKG_CONFIG = @PKG_CONFIG@ 272PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 273PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 274RANLIB = @RANLIB@ 275SED = @SED@ 276SET_MAKE = @SET_MAKE@ 277SHELL = @SHELL@ 278STRICT_CFLAGS = @STRICT_CFLAGS@ 279STRIP = @STRIP@ 280STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 281VERSION = @VERSION@ 282XAW6_CFLAGS = @XAW6_CFLAGS@ 283XAW6_LIBS = @XAW6_LIBS@ 284XAW7_CFLAGS = @XAW7_CFLAGS@ 285XAW7_LIBS = @XAW7_LIBS@ 286XMLTO = @XMLTO@ 287XORG_MALLOC_DEBUG_ENV = @XORG_MALLOC_DEBUG_ENV@ 288XORG_MAN_PAGE = @XORG_MAN_PAGE@ 289XORG_SGML_PATH = @XORG_SGML_PATH@ 290XSLTPROC = @XSLTPROC@ 291XSL_STYLESHEET = @XSL_STYLESHEET@ 292abs_builddir = @abs_builddir@ 293abs_srcdir = @abs_srcdir@ 294abs_top_builddir = @abs_top_builddir@ 295abs_top_srcdir = @abs_top_srcdir@ 296ac_ct_AR = @ac_ct_AR@ 297ac_ct_CC = @ac_ct_CC@ 298ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 299am__include = @am__include@ 300am__leading_dot = @am__leading_dot@ 301am__quote = @am__quote@ 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@ 345 346# Main DocBook/XML files (DOCTYPE book) 347@ENABLE_SPECS_TRUE@docbook = libXaw.xml 348 349# Included chapters, appendix, images 350@ENABLE_SPECS_TRUE@chapters = \ 351@ENABLE_SPECS_TRUE@ AsciiSink.xml \ 352@ENABLE_SPECS_TRUE@ AsciiSource.xml \ 353@ENABLE_SPECS_TRUE@ AsciiText.xml \ 354@ENABLE_SPECS_TRUE@ Box.xml \ 355@ENABLE_SPECS_TRUE@ CH1.xml \ 356@ENABLE_SPECS_TRUE@ CH2.xml \ 357@ENABLE_SPECS_TRUE@ CH3.xml \ 358@ENABLE_SPECS_TRUE@ CH4.xml \ 359@ENABLE_SPECS_TRUE@ CH5.xml \ 360@ENABLE_SPECS_TRUE@ CH6.xml \ 361@ENABLE_SPECS_TRUE@ CH7.xml \ 362@ENABLE_SPECS_TRUE@ Command.xml \ 363@ENABLE_SPECS_TRUE@ Dialog.xml \ 364@ENABLE_SPECS_TRUE@ Form.xml \ 365@ENABLE_SPECS_TRUE@ Grip.xml \ 366@ENABLE_SPECS_TRUE@ Label.xml \ 367@ENABLE_SPECS_TRUE@ List.xml \ 368@ENABLE_SPECS_TRUE@ MenuButton.xml \ 369@ENABLE_SPECS_TRUE@ Paned.xml \ 370@ENABLE_SPECS_TRUE@ Panner.xml \ 371@ENABLE_SPECS_TRUE@ Porthole.xml \ 372@ENABLE_SPECS_TRUE@ Repeater.xml \ 373@ENABLE_SPECS_TRUE@ Scrollbar.xml \ 374@ENABLE_SPECS_TRUE@ SimpleMenu.xml \ 375@ENABLE_SPECS_TRUE@ Simple.xml \ 376@ENABLE_SPECS_TRUE@ SmeBSB.xml \ 377@ENABLE_SPECS_TRUE@ SmeLine.xml \ 378@ENABLE_SPECS_TRUE@ Sme.xml \ 379@ENABLE_SPECS_TRUE@ StripChart.xml \ 380@ENABLE_SPECS_TRUE@ Template_private_header_file.xml \ 381@ENABLE_SPECS_TRUE@ Template_public_header_file.xml \ 382@ENABLE_SPECS_TRUE@ Template_widget_source_file.xml \ 383@ENABLE_SPECS_TRUE@ Template.xml \ 384@ENABLE_SPECS_TRUE@ TextActions_default_translation_bindings.xml \ 385@ENABLE_SPECS_TRUE@ TextActions_text_widget_actions.xml \ 386@ENABLE_SPECS_TRUE@ TextActions.xml \ 387@ENABLE_SPECS_TRUE@ TextCustom.xml \ 388@ENABLE_SPECS_TRUE@ TextFuncs.xml \ 389@ENABLE_SPECS_TRUE@ TextSink.xml \ 390@ENABLE_SPECS_TRUE@ TextSource.xml \ 391@ENABLE_SPECS_TRUE@ Text.xml \ 392@ENABLE_SPECS_TRUE@ Toggle.xml \ 393@ENABLE_SPECS_TRUE@ TPage_Credits.xml \ 394@ENABLE_SPECS_TRUE@ Tree.xml \ 395@ENABLE_SPECS_TRUE@ Viewport.xml 396 397 398# The location where the DocBook/XML files and their generated formats are installed 399@ENABLE_SPECS_TRUE@shelfdir = $(docdir) 400 401# DocBook/XML generated output formats to be installed 402@ENABLE_SPECS_TRUE@shelf_DATA = $(am__append_1) $(am__append_2) \ 403@ENABLE_SPECS_TRUE@ $(am__append_3) $(am__append_4) 404 405# DocBook/XML file with chapters, appendix and images it includes 406@ENABLE_SPECS_TRUE@dist_shelf_DATA = $(docbook) $(chapters) 407@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_SEARCHPATH_FLAGS = \ 408@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --searchpath "$(XORG_SGML_PATH)/X11" \ 409@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --searchpath "$(abs_top_builddir)" 410 411@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_OLINK_FLAGS = \ 412@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam target.database.document=$(XORG_SGML_PATH)/X11/dbs/masterdb.html.xml \ 413@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam current.docid="$(<:.xml=)" 414 415@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_STYLESHEET_FLAGS = -x $(STYLESHEET_SRCDIR)/xorg-xhtml.xsl 416@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_FLAGS = \ 417@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_SEARCHPATH_FLAGS) \ 418@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_HTML_STYLESHEET_FLAGS) \ 419@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_HTML_OLINK_FLAGS) 420 421@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FO_IMAGEPATH_FLAGS = --stringparam img.src.path=$(abs_builddir)/ 422@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_PDF_OLINK_FLAGS = \ 423@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam target.database.document=$(XORG_SGML_PATH)/X11/dbs/masterdb.pdf.xml \ 424@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam current.docid="$(<:.xml=)" 425 426@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FO_STYLESHEET_FLAGS = -x $(STYLESHEET_SRCDIR)/xorg-fo.xsl 427@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FO_FLAGS = \ 428@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_SEARCHPATH_FLAGS) \ 429@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_FO_STYLESHEET_FLAGS) \ 430@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_FO_IMAGEPATH_FLAGS) \ 431@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(XMLTO_PDF_OLINK_FLAGS) 432 433 434# Generate documents cross-reference target databases 435@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_SEARCHPATH_FLAGS = \ 436@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --path "$(XORG_SGML_PATH)/X11" \ 437@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --path "$(abs_top_builddir)" 438 439@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_OLINK_FLAGS = \ 440@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --stringparam targets.filename "$@" \ 441@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --stringparam collect.xref.targets "only" \ 442@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --stringparam olink.base.uri "$(@:.db=)" 443 444@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_HTML_FLAGS = \ 445@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(XSLT_SEARCHPATH_FLAGS) \ 446@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(XSLT_OLINK_FLAGS) \ 447@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --nonet --xinclude \ 448@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(STYLESHEET_SRCDIR)/xorg-xhtml.xsl 449 450@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLT_PDF_FLAGS = \ 451@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(XSLT_SEARCHPATH_FLAGS) \ 452@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(XSLT_OLINK_FLAGS) \ 453@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --nonet --xinclude \ 454@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(STYLESHEET_SRCDIR)/xorg-fo.xsl 455 456@ENABLE_SPECS_TRUE@CLEANFILES = $(shelf_DATA) 457all: all-am 458 459.SUFFIXES: 460$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/docbook.am $(am__configure_deps) 461 @for dep in $?; do \ 462 case '$(am__configure_deps)' in \ 463 *$$dep*) \ 464 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 465 && { if test -f $@; then exit 0; else break; fi; }; \ 466 exit 1;; \ 467 esac; \ 468 done; \ 469 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign specs/Makefile'; \ 470 $(am__cd) $(top_srcdir) && \ 471 $(AUTOMAKE) --foreign specs/Makefile 472Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 473 @case '$?' in \ 474 *config.status*) \ 475 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 476 *) \ 477 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 478 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 479 esac; 480$(top_srcdir)/docbook.am $(am__empty): 481 482$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 483 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 484 485$(top_srcdir)/configure: $(am__configure_deps) 486 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 487$(ACLOCAL_M4): $(am__aclocal_m4_deps) 488 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 489$(am__aclocal_m4_deps): 490libXaw.ent: $(top_builddir)/config.status $(srcdir)/libXaw.ent.in 491 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 492 493mostlyclean-libtool: 494 -rm -f *.lo 495 496clean-libtool: 497 -rm -rf .libs _libs 498install-dist_shelfDATA: $(dist_shelf_DATA) 499 @$(NORMAL_INSTALL) 500 @list='$(dist_shelf_DATA)'; test -n "$(shelfdir)" || list=; \ 501 if test -n "$$list"; then \ 502 echo " $(MKDIR_P) '$(DESTDIR)$(shelfdir)'"; \ 503 $(MKDIR_P) "$(DESTDIR)$(shelfdir)" || exit 1; \ 504 fi; \ 505 for p in $$list; do \ 506 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 507 echo "$$d$$p"; \ 508 done | $(am__base_list) | \ 509 while read files; do \ 510 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(shelfdir)'"; \ 511 $(INSTALL_DATA) $$files "$(DESTDIR)$(shelfdir)" || exit $$?; \ 512 done 513 514uninstall-dist_shelfDATA: 515 @$(NORMAL_UNINSTALL) 516 @list='$(dist_shelf_DATA)'; test -n "$(shelfdir)" || list=; \ 517 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 518 dir='$(DESTDIR)$(shelfdir)'; $(am__uninstall_files_from_dir) 519install-shelfDATA: $(shelf_DATA) 520 @$(NORMAL_INSTALL) 521 @list='$(shelf_DATA)'; test -n "$(shelfdir)" || list=; \ 522 if test -n "$$list"; then \ 523 echo " $(MKDIR_P) '$(DESTDIR)$(shelfdir)'"; \ 524 $(MKDIR_P) "$(DESTDIR)$(shelfdir)" || exit 1; \ 525 fi; \ 526 for p in $$list; do \ 527 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 528 echo "$$d$$p"; \ 529 done | $(am__base_list) | \ 530 while read files; do \ 531 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(shelfdir)'"; \ 532 $(INSTALL_DATA) $$files "$(DESTDIR)$(shelfdir)" || exit $$?; \ 533 done 534 535uninstall-shelfDATA: 536 @$(NORMAL_UNINSTALL) 537 @list='$(shelf_DATA)'; test -n "$(shelfdir)" || list=; \ 538 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 539 dir='$(DESTDIR)$(shelfdir)'; $(am__uninstall_files_from_dir) 540tags TAGS: 541 542ctags CTAGS: 543 544cscope cscopelist: 545 546distdir: $(BUILT_SOURCES) 547 $(MAKE) $(AM_MAKEFLAGS) distdir-am 548 549distdir-am: $(DISTFILES) 550 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 551 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 552 list='$(DISTFILES)'; \ 553 dist_files=`for file in $$list; do echo $$file; done | \ 554 sed -e "s|^$$srcdirstrip/||;t" \ 555 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 556 case $$dist_files in \ 557 */*) $(MKDIR_P) `echo "$$dist_files" | \ 558 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 559 sort -u` ;; \ 560 esac; \ 561 for file in $$dist_files; do \ 562 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 563 if test -d $$d/$$file; then \ 564 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 565 if test -d "$(distdir)/$$file"; then \ 566 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 567 fi; \ 568 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 569 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 570 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 571 fi; \ 572 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 573 else \ 574 test -f "$(distdir)/$$file" \ 575 || cp -p $$d/$$file "$(distdir)/$$file" \ 576 || exit 1; \ 577 fi; \ 578 done 579check-am: all-am 580check: check-am 581all-am: Makefile $(DATA) 582installdirs: 583 for dir in "$(DESTDIR)$(shelfdir)" "$(DESTDIR)$(shelfdir)"; do \ 584 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 585 done 586install: install-am 587install-exec: install-exec-am 588install-data: install-data-am 589uninstall: uninstall-am 590 591install-am: all-am 592 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 593 594installcheck: installcheck-am 595install-strip: 596 if test -z '$(STRIP)'; then \ 597 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 598 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 599 install; \ 600 else \ 601 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 602 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 603 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 604 fi 605mostlyclean-generic: 606 607clean-generic: 608 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 609 610distclean-generic: 611 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 612 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 613 614maintainer-clean-generic: 615 @echo "This command is intended for maintainers to use" 616 @echo "it deletes files that may require special tools to rebuild." 617clean: clean-am 618 619clean-am: clean-generic clean-libtool mostlyclean-am 620 621distclean: distclean-am 622 -rm -f Makefile 623distclean-am: clean-am distclean-generic 624 625dvi: dvi-am 626 627dvi-am: 628 629html: html-am 630 631html-am: 632 633info: info-am 634 635info-am: 636 637install-data-am: install-dist_shelfDATA install-shelfDATA 638 639install-dvi: install-dvi-am 640 641install-dvi-am: 642 643install-exec-am: 644 645install-html: install-html-am 646 647install-html-am: 648 649install-info: install-info-am 650 651install-info-am: 652 653install-man: 654 655install-pdf: install-pdf-am 656 657install-pdf-am: 658 659install-ps: install-ps-am 660 661install-ps-am: 662 663installcheck-am: 664 665maintainer-clean: maintainer-clean-am 666 -rm -f Makefile 667maintainer-clean-am: distclean-am maintainer-clean-generic 668 669mostlyclean: mostlyclean-am 670 671mostlyclean-am: mostlyclean-generic mostlyclean-libtool 672 673pdf: pdf-am 674 675pdf-am: 676 677ps: ps-am 678 679ps-am: 680 681uninstall-am: uninstall-dist_shelfDATA uninstall-shelfDATA 682 683.MAKE: install-am install-strip 684 685.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 686 cscopelist-am ctags-am distclean distclean-generic \ 687 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 688 install install-am install-data install-data-am \ 689 install-dist_shelfDATA install-dvi install-dvi-am install-exec \ 690 install-exec-am install-html install-html-am install-info \ 691 install-info-am install-man install-pdf install-pdf-am \ 692 install-ps install-ps-am install-shelfDATA install-strip \ 693 installcheck installcheck-am installdirs maintainer-clean \ 694 maintainer-clean-generic mostlyclean mostlyclean-generic \ 695 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ 696 uninstall-am uninstall-dist_shelfDATA uninstall-shelfDATA 697 698.PRECIOUS: Makefile 699 700@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.html: %.xml $(chapters) 701@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_HTML_FLAGS) xhtml-nochunks $< 702@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@%.txt: %.xml $(chapters) 703@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_HTML_FLAGS) txt $< 704@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.pdf: %.xml $(chapters) 705@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FO_FLAGS) --with-fop pdf $< 706@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.ps: %.xml $(chapters) 707@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(XMLTO) $(XMLTO_FO_FLAGS) --with-fop ps $< 708@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@%.html.db: %.xml $(chapters) 709@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(AM_V_GEN)$(XSLTPROC) $(XSLT_HTML_FLAGS) $< 710@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@%.pdf.db: %.xml $(chapters) 711@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(AM_V_GEN)$(XSLTPROC) $(XSLT_PDF_FLAGS) $< 712 713# Generate DocBook/XML output formats with or without stylesheets 714 715# Tell versions [3.59,3.63) of GNU make to not export all variables. 716# Otherwise a system limit (for SysV at least) may be exceeded. 717.NOEXPORT: 718