1# Makefile.in generated by automake 1.17 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2024 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17# 18# Generate output formats for a single DocBook/XML with/without chapters 19# 20# Variables set by the calling Makefile: 21# noinst_DATA: developers docs are not installed 22# docbook: the main DocBook/XML file, no chapters, appendix or image files 23# chapters: all files pulled in by an XInclude statement and images. 24# 25 26# 27# This makefile is intended for Developers Documentation and is not installed. 28# Do not use for Users docs or Specs which need to be installed and require olink support 29# Refer to http://www.x.org/releases/X11R7.6/doc/xorg-docs/ReleaseNotes.html#id2584393 30# for an explanation on documents classification. 31# 32 33VPATH = @srcdir@ 34am__is_gnu_make = { \ 35 if test -z '$(MAKELEVEL)'; then \ 36 false; \ 37 elif test -n '$(MAKE_HOST)'; then \ 38 true; \ 39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 40 true; \ 41 else \ 42 false; \ 43 fi; \ 44} 45am__make_running_with_option = \ 46 case $${target_option-} in \ 47 ?) ;; \ 48 *) echo "am__make_running_with_option: internal error: invalid" \ 49 "target option '$${target_option-}' specified" >&2; \ 50 exit 1;; \ 51 esac; \ 52 has_opt=no; \ 53 sane_makeflags=$$MAKEFLAGS; \ 54 if $(am__is_gnu_make); then \ 55 sane_makeflags=$$MFLAGS; \ 56 else \ 57 case $$MAKEFLAGS in \ 58 *\\[\ \ ]*) \ 59 bs=\\; \ 60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 62 esac; \ 63 fi; \ 64 skip_next=no; \ 65 strip_trailopt () \ 66 { \ 67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 68 }; \ 69 for flg in $$sane_makeflags; do \ 70 test $$skip_next = yes && { skip_next=no; continue; }; \ 71 case $$flg in \ 72 *=*|--*) continue;; \ 73 -*I) strip_trailopt 'I'; skip_next=yes;; \ 74 -*I?*) strip_trailopt 'I';; \ 75 -*O) strip_trailopt 'O'; skip_next=yes;; \ 76 -*O?*) strip_trailopt 'O';; \ 77 -*l) strip_trailopt 'l'; skip_next=yes;; \ 78 -*l?*) strip_trailopt 'l';; \ 79 -[dEDm]) skip_next=yes;; \ 80 -[JT]) skip_next=yes;; \ 81 esac; \ 82 case $$flg in \ 83 *$$target_option*) has_opt=yes; break;; \ 84 esac; \ 85 done; \ 86 test $$has_opt = yes 87am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 88am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 89am__rm_f = rm -f $(am__rm_f_notfound) 90am__rm_rf = rm -rf $(am__rm_f_notfound) 91pkgdatadir = $(datadir)/@PACKAGE@ 92pkgincludedir = $(includedir)/@PACKAGE@ 93pkglibdir = $(libdir)/@PACKAGE@ 94pkglibexecdir = $(libexecdir)/@PACKAGE@ 95am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 96install_sh_DATA = $(install_sh) -c -m 644 97install_sh_PROGRAM = $(install_sh) -c 98install_sh_SCRIPT = $(install_sh) -c 99INSTALL_HEADER = $(INSTALL_DATA) 100transform = $(program_transform_name) 101NORMAL_INSTALL = : 102PRE_INSTALL = : 103POST_INSTALL = : 104NORMAL_UNINSTALL = : 105PRE_UNINSTALL = : 106POST_UNINSTALL = : 107build_triplet = @build@ 108host_triplet = @host@ 109@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@am__append_1 = $(docbook:.xml=.html) 110@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@am__append_2 = $(docbook:.xml=.txt) 111@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@am__append_3 = $(docbook:.xml=.pdf) $(docbook:.xml=.ps) 112subdir = doc 113ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 114am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ 115 $(top_srcdir)/m4/ax_pthread.m4 $(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_noinst_DATA_DIST) \ 122 $(am__DIST_COMMON) 123mkinstalldirs = $(install_sh) -d 124CONFIG_HEADER = $(top_builddir)/include/do-not-use-config.h \ 125 $(top_builddir)/include/xorg-server.h \ 126 $(top_builddir)/include/dix-config.h \ 127 $(top_builddir)/include/xorg-config.h \ 128 $(top_builddir)/include/xkb-config.h \ 129 $(top_builddir)/include/xwin-config.h \ 130 $(top_builddir)/include/version-config.h 131CONFIG_CLEAN_FILES = 132CONFIG_CLEAN_VPATH_FILES = 133AM_V_P = $(am__v_P_@AM_V@) 134am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 135am__v_P_0 = false 136am__v_P_1 = : 137AM_V_GEN = $(am__v_GEN_@AM_V@) 138am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 139am__v_GEN_0 = @echo " GEN " $@; 140am__v_GEN_1 = 141AM_V_at = $(am__v_at_@AM_V@) 142am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 143am__v_at_0 = @ 144am__v_at_1 = 145SOURCES = 146DIST_SOURCES = 147RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 148 ctags-recursive dvi-recursive html-recursive info-recursive \ 149 install-data-recursive install-dvi-recursive \ 150 install-exec-recursive install-html-recursive \ 151 install-info-recursive install-pdf-recursive \ 152 install-ps-recursive install-recursive installcheck-recursive \ 153 installdirs-recursive pdf-recursive ps-recursive \ 154 tags-recursive uninstall-recursive 155am__can_run_installinfo = \ 156 case $$AM_UPDATE_INFO_DIR in \ 157 n|no|NO) false;; \ 158 *) (install-info --version) >/dev/null 2>&1;; \ 159 esac 160am__dist_noinst_DATA_DIST = Xserver-spec.xml Xinput.xml 161DATA = $(dist_noinst_DATA) $(noinst_DATA) 162RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 163 distclean-recursive maintainer-clean-recursive 164am__recursive_targets = \ 165 $(RECURSIVE_TARGETS) \ 166 $(RECURSIVE_CLEAN_TARGETS) \ 167 $(am__extra_recursive_targets) 168AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 169 distdir distdir-am 170am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 171# Read a list of newline-separated strings from the standard input, 172# and print each of them once, without duplicates. Input order is 173# *not* preserved. 174am__uniquify_input = $(AWK) '\ 175 BEGIN { nonempty = 0; } \ 176 { items[$$0] = 1; nonempty = 1; } \ 177 END { if (nonempty) { for (i in items) print i; }; } \ 178' 179# Make sure the list of sources is unique. This is necessary because, 180# e.g., the same source file might be shared among _SOURCES variables 181# for different programs/libraries. 182am__define_uniq_tagged_files = \ 183 list='$(am__tagged_files)'; \ 184 unique=`for i in $$list; do \ 185 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 186 done | $(am__uniquify_input)` 187DIST_SUBDIRS = $(SUBDIRS) 188am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/devbook.am 189DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 190am__relativize = \ 191 dir0=`pwd`; \ 192 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 193 sed_rest='s,^[^/]*/*,,'; \ 194 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 195 sed_butlast='s,/*[^/]*$$,,'; \ 196 while test -n "$$dir1"; do \ 197 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 198 if test "$$first" != "."; then \ 199 if test "$$first" = ".."; then \ 200 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 201 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 202 else \ 203 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 204 if test "$$first2" = "$$first"; then \ 205 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 206 else \ 207 dir2="../$$dir2"; \ 208 fi; \ 209 dir0="$$dir0"/"$$first"; \ 210 fi; \ 211 fi; \ 212 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 213 done; \ 214 reldir="$$dir2" 215ACLOCAL = @ACLOCAL@ 216ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 217ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 218AMTAR = @AMTAR@ 219AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 220APPLE_APPLICATIONS_DIR = @APPLE_APPLICATIONS_DIR@ 221APPLE_APPLICATION_NAME = @APPLE_APPLICATION_NAME@ 222APP_MAN_DIR = @APP_MAN_DIR@ 223APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 224AR = @AR@ 225AS = @AS@ 226AUTOCONF = @AUTOCONF@ 227AUTOHEADER = @AUTOHEADER@ 228AUTOMAKE = @AUTOMAKE@ 229AWK = @AWK@ 230BASE_CFLAGS = @BASE_CFLAGS@ 231BASE_FONT_PATH = @BASE_FONT_PATH@ 232BUNDLE_ID_PREFIX = @BUNDLE_ID_PREFIX@ 233BUNDLE_VERSION = @BUNDLE_VERSION@ 234BUNDLE_VERSION_STRING = @BUNDLE_VERSION_STRING@ 235CC = @CC@ 236CCAS = @CCAS@ 237CCASDEPMODE = @CCASDEPMODE@ 238CCASFLAGS = @CCASFLAGS@ 239CCDEPMODE = @CCDEPMODE@ 240CFLAGS = @CFLAGS@ 241CHANGELOG_CMD = @CHANGELOG_CMD@ 242COMPILEDDEFAULTFONTPATH = @COMPILEDDEFAULTFONTPATH@ 243CPP = @CPP@ 244CPPFLAGS = @CPPFLAGS@ 245CSCOPE = @CSCOPE@ 246CTAGS = @CTAGS@ 247CWARNFLAGS = @CWARNFLAGS@ 248CYGPATH_W = @CYGPATH_W@ 249DBUS_CFLAGS = @DBUS_CFLAGS@ 250DBUS_LIBS = @DBUS_LIBS@ 251DEFAULT_LIBRARY_PATH = @DEFAULT_LIBRARY_PATH@ 252DEFAULT_LOGDIR = @DEFAULT_LOGDIR@ 253DEFAULT_LOGPREFIX = @DEFAULT_LOGPREFIX@ 254DEFAULT_MODULE_PATH = @DEFAULT_MODULE_PATH@ 255DEFAULT_XDG_DATA_HOME = @DEFAULT_XDG_DATA_HOME@ 256DEFAULT_XDG_DATA_HOME_LOGDIR = @DEFAULT_XDG_DATA_HOME_LOGDIR@ 257DEFS = @DEFS@ 258DEPDIR = @DEPDIR@ 259DGA_CFLAGS = @DGA_CFLAGS@ 260DGA_LIBS = @DGA_LIBS@ 261DIX_CFLAGS = @DIX_CFLAGS@ 262DIX_LIB = @DIX_LIB@ 263DLLTOOL = @DLLTOOL@ 264DLOPEN_LIBS = @DLOPEN_LIBS@ 265DOT = @DOT@ 266DOXYGEN = @DOXYGEN@ 267DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@ 268DRI2PROTO_LIBS = @DRI2PROTO_LIBS@ 269DRI3PROTO_CFLAGS = @DRI3PROTO_CFLAGS@ 270DRI3PROTO_LIBS = @DRI3PROTO_LIBS@ 271DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 272DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 273DRI_DRIVER_PATH = @DRI_DRIVER_PATH@ 274DSYMUTIL = @DSYMUTIL@ 275DTRACE = @DTRACE@ 276DUMPBIN = @DUMPBIN@ 277ECHO_C = @ECHO_C@ 278ECHO_N = @ECHO_N@ 279ECHO_T = @ECHO_T@ 280EGREP = @EGREP@ 281ETAGS = @ETAGS@ 282EXEEXT = @EXEEXT@ 283FGREP = @FGREP@ 284FILECMD = @FILECMD@ 285FILE_MAN_DIR = @FILE_MAN_DIR@ 286FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 287FONT100DPIDIR = @FONT100DPIDIR@ 288FONT75DPIDIR = @FONT75DPIDIR@ 289FONTMISCDIR = @FONTMISCDIR@ 290FONTOTFDIR = @FONTOTFDIR@ 291FONTROOTDIR = @FONTROOTDIR@ 292FONTTTFDIR = @FONTTTFDIR@ 293FONTTYPE1DIR = @FONTTYPE1DIR@ 294FOP = @FOP@ 295GBM_CFLAGS = @GBM_CFLAGS@ 296GBM_LIBS = @GBM_LIBS@ 297GLAMOR_CFLAGS = @GLAMOR_CFLAGS@ 298GLAMOR_LIBS = @GLAMOR_LIBS@ 299GLX_ARCH_DEFINES = @GLX_ARCH_DEFINES@ 300GLX_DEFINES = @GLX_DEFINES@ 301GLX_SYS_LIBS = @GLX_SYS_LIBS@ 302GL_CFLAGS = @GL_CFLAGS@ 303GL_LIBS = @GL_LIBS@ 304GREP = @GREP@ 305HAL_CFLAGS = @HAL_CFLAGS@ 306HAL_LIBS = @HAL_LIBS@ 307HAVE_DOT = @HAVE_DOT@ 308INSTALL = @INSTALL@ 309INSTALL_CMD = @INSTALL_CMD@ 310INSTALL_DATA = @INSTALL_DATA@ 311INSTALL_PROGRAM = @INSTALL_PROGRAM@ 312INSTALL_SCRIPT = @INSTALL_SCRIPT@ 313INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 314KDRIVE_CFLAGS = @KDRIVE_CFLAGS@ 315KDRIVE_INCS = @KDRIVE_INCS@ 316KDRIVE_LIBS = @KDRIVE_LIBS@ 317KDRIVE_LOCAL_LIBS = @KDRIVE_LOCAL_LIBS@ 318KDRIVE_MAIN_LIB = @KDRIVE_MAIN_LIB@ 319KDRIVE_PURE_INCS = @KDRIVE_PURE_INCS@ 320KDRIVE_PURE_LIBS = @KDRIVE_PURE_LIBS@ 321KHRONOS_OPENGL_REGISTRY_CFLAGS = @KHRONOS_OPENGL_REGISTRY_CFLAGS@ 322KHRONOS_OPENGL_REGISTRY_LIBS = @KHRONOS_OPENGL_REGISTRY_LIBS@ 323KHRONOS_SPEC_DIR = @KHRONOS_SPEC_DIR@ 324LD = @LD@ 325LDFLAGS = @LDFLAGS@ 326LD_EXPORT_SYMBOLS_FLAG = @LD_EXPORT_SYMBOLS_FLAG@ 327LD_NO_UNDEFINED_FLAG = @LD_NO_UNDEFINED_FLAG@ 328LEX = @LEX@ 329LEXLIB = @LEXLIB@ 330LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 331LIBBSD_CFLAGS = @LIBBSD_CFLAGS@ 332LIBBSD_LIBS = @LIBBSD_LIBS@ 333LIBDRM_CFLAGS = @LIBDRM_CFLAGS@ 334LIBDRM_LIBS = @LIBDRM_LIBS@ 335LIBOBJS = @LIBOBJS@ 336LIBS = @LIBS@ 337LIBSHA1_CFLAGS = @LIBSHA1_CFLAGS@ 338LIBSHA1_LIBS = @LIBSHA1_LIBS@ 339LIBTOOL = @LIBTOOL@ 340LIBUNWIND_CFLAGS = @LIBUNWIND_CFLAGS@ 341LIBUNWIND_LIBS = @LIBUNWIND_LIBS@ 342LIBXCVT_CFLAGS = @LIBXCVT_CFLAGS@ 343LIBXCVT_LIBS = @LIBXCVT_LIBS@ 344LIB_MAN_DIR = @LIB_MAN_DIR@ 345LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 346LIPO = @LIPO@ 347LN_S = @LN_S@ 348LTLIBOBJS = @LTLIBOBJS@ 349LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 350MAIN_LIB = @MAIN_LIB@ 351MAKEINFO = @MAKEINFO@ 352MANIFEST_TOOL = @MANIFEST_TOOL@ 353MAN_SUBSTS = @MAN_SUBSTS@ 354MISC_MAN_DIR = @MISC_MAN_DIR@ 355MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 356MKDIR_P = @MKDIR_P@ 357NM = @NM@ 358NMEDIT = @NMEDIT@ 359OBJC = @OBJC@ 360OBJCCLD = @OBJCCLD@ 361OBJCDEPMODE = @OBJCDEPMODE@ 362OBJCFLAGS = @OBJCFLAGS@ 363OBJCLINK = @OBJCLINK@ 364OBJDUMP = @OBJDUMP@ 365OBJEXT = @OBJEXT@ 366OPENSSL_CFLAGS = @OPENSSL_CFLAGS@ 367OPENSSL_LIBS = @OPENSSL_LIBS@ 368OS_LIB = @OS_LIB@ 369OTOOL = @OTOOL@ 370OTOOL64 = @OTOOL64@ 371PACKAGE = @PACKAGE@ 372PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 373PACKAGE_NAME = @PACKAGE_NAME@ 374PACKAGE_STRING = @PACKAGE_STRING@ 375PACKAGE_TARNAME = @PACKAGE_TARNAME@ 376PACKAGE_URL = @PACKAGE_URL@ 377PACKAGE_VERSION = @PACKAGE_VERSION@ 378PATH_SEPARATOR = @PATH_SEPARATOR@ 379PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 380PCIACCESS_LIBS = @PCIACCESS_LIBS@ 381PCI_TXT_IDS_PATH = @PCI_TXT_IDS_PATH@ 382PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ 383PIXMAN_LIBS = @PIXMAN_LIBS@ 384PKG_CONFIG = @PKG_CONFIG@ 385PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 386PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 387PROJECTROOT = @PROJECTROOT@ 388PTHREAD_CC = @PTHREAD_CC@ 389PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 390PTHREAD_LIBS = @PTHREAD_LIBS@ 391PYTHON3 = @PYTHON3@ 392RANLIB = @RANLIB@ 393RAWCPP = @RAWCPP@ 394RAWCPPFLAGS = @RAWCPPFLAGS@ 395RELEASE_DATE = @RELEASE_DATE@ 396SDK_REQUIRED_MODULES = @SDK_REQUIRED_MODULES@ 397SED = @SED@ 398SELINUX_CFLAGS = @SELINUX_CFLAGS@ 399SELINUX_LIBS = @SELINUX_LIBS@ 400SERVER_MISC_CONFIG_PATH = @SERVER_MISC_CONFIG_PATH@ 401SET_MAKE = @SET_MAKE@ 402SHA1_CFLAGS = @SHA1_CFLAGS@ 403SHA1_LIBS = @SHA1_LIBS@ 404SHELL = @SHELL@ 405SOLARIS_INOUT_ARCH = @SOLARIS_INOUT_ARCH@ 406STRICT_CFLAGS = @STRICT_CFLAGS@ 407STRIP = @STRIP@ 408STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 409SUID_WRAPPER_DIR = @SUID_WRAPPER_DIR@ 410SYSCONFDIR = @SYSCONFDIR@ 411SYSTEMD_DAEMON_CFLAGS = @SYSTEMD_DAEMON_CFLAGS@ 412SYSTEMD_DAEMON_LIBS = @SYSTEMD_DAEMON_LIBS@ 413TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ 414UDEV_CFLAGS = @UDEV_CFLAGS@ 415UDEV_LIBS = @UDEV_LIBS@ 416UTILS_SYS_LIBS = @UTILS_SYS_LIBS@ 417VENDOR_NAME_SHORT = @VENDOR_NAME_SHORT@ 418VERSION = @VERSION@ 419WINDOWSDRI_CFLAGS = @WINDOWSDRI_CFLAGS@ 420WINDOWSDRI_LIBS = @WINDOWSDRI_LIBS@ 421WINDRES = @WINDRES@ 422XCONFIGDIR = @XCONFIGDIR@ 423XCONFIGFILE = @XCONFIGFILE@ 424XDMCP_CFLAGS = @XDMCP_CFLAGS@ 425XDMCP_LIBS = @XDMCP_LIBS@ 426XEPHYR_CFLAGS = @XEPHYR_CFLAGS@ 427XEPHYR_INCS = @XEPHYR_INCS@ 428XEPHYR_LIBS = @XEPHYR_LIBS@ 429XF86CONFIGDIR = @XF86CONFIGDIR@ 430XF86CONFIGFILE = @XF86CONFIGFILE@ 431XKB_BASE_DIRECTORY = @XKB_BASE_DIRECTORY@ 432XKB_BIN_DIRECTORY = @XKB_BIN_DIRECTORY@ 433XKB_COMPILED_DIR = @XKB_COMPILED_DIR@ 434XKB_DFLT_LAYOUT = @XKB_DFLT_LAYOUT@ 435XKB_DFLT_MODEL = @XKB_DFLT_MODEL@ 436XKB_DFLT_OPTIONS = @XKB_DFLT_OPTIONS@ 437XKB_DFLT_RULES = @XKB_DFLT_RULES@ 438XKB_DFLT_VARIANT = @XKB_DFLT_VARIANT@ 439XKM_OUTPUT_DIR = @XKM_OUTPUT_DIR@ 440XLIB_CFLAGS = @XLIB_CFLAGS@ 441XLIB_LIBS = @XLIB_LIBS@ 442XMLTO = @XMLTO@ 443XNESTMODULES_CFLAGS = @XNESTMODULES_CFLAGS@ 444XNESTMODULES_LIBS = @XNESTMODULES_LIBS@ 445XNEST_LIBS = @XNEST_LIBS@ 446XNEST_SYS_LIBS = @XNEST_SYS_LIBS@ 447XORG_CFLAGS = @XORG_CFLAGS@ 448XORG_DRIVER_LIBS = @XORG_DRIVER_LIBS@ 449XORG_INCS = @XORG_INCS@ 450XORG_LIBS = @XORG_LIBS@ 451XORG_MALLOC_DEBUG_ENV = @XORG_MALLOC_DEBUG_ENV@ 452XORG_MAN_PAGE = @XORG_MAN_PAGE@ 453XORG_MODULES_CFLAGS = @XORG_MODULES_CFLAGS@ 454XORG_MODULES_LIBS = @XORG_MODULES_LIBS@ 455XORG_OS_SUBDIR = @XORG_OS_SUBDIR@ 456XORG_SGML_PATH = @XORG_SGML_PATH@ 457XORG_SYS_LIBS = @XORG_SYS_LIBS@ 458XPBPROXY_CFLAGS = @XPBPROXY_CFLAGS@ 459XPBPROXY_LIBS = @XPBPROXY_LIBS@ 460XQUARTZ_LIBS = @XQUARTZ_LIBS@ 461XQUARTZ_SPARKLE = @XQUARTZ_SPARKLE@ 462XQUARTZ_SPARKLE_FEED_URL = @XQUARTZ_SPARKLE_FEED_URL@ 463XSERVERCFLAGS_CFLAGS = @XSERVERCFLAGS_CFLAGS@ 464XSERVERCFLAGS_LIBS = @XSERVERCFLAGS_LIBS@ 465XSERVERLIBS_CFLAGS = @XSERVERLIBS_CFLAGS@ 466XSERVERLIBS_LIBS = @XSERVERLIBS_LIBS@ 467XSERVER_LIBS = @XSERVER_LIBS@ 468XSERVER_SYS_LIBS = @XSERVER_SYS_LIBS@ 469XSHMFENCE_CFLAGS = @XSHMFENCE_CFLAGS@ 470XSHMFENCE_LIBS = @XSHMFENCE_LIBS@ 471XSLTPROC = @XSLTPROC@ 472XSL_STYLESHEET = @XSL_STYLESHEET@ 473XVFB_LIBS = @XVFB_LIBS@ 474XVFB_SYS_LIBS = @XVFB_SYS_LIBS@ 475XWINMODULES_CFLAGS = @XWINMODULES_CFLAGS@ 476XWINMODULES_LIBS = @XWINMODULES_LIBS@ 477XWIN_LIBS = @XWIN_LIBS@ 478XWIN_SERVER_NAME = @XWIN_SERVER_NAME@ 479XWIN_SYS_LIBS = @XWIN_SYS_LIBS@ 480YACC = @YACC@ 481YFLAGS = @YFLAGS@ 482abi_ansic = @abi_ansic@ 483abi_extension = @abi_extension@ 484abi_videodrv = @abi_videodrv@ 485abi_xinput = @abi_xinput@ 486abs_builddir = @abs_builddir@ 487abs_srcdir = @abs_srcdir@ 488abs_top_builddir = @abs_top_builddir@ 489abs_top_srcdir = @abs_top_srcdir@ 490ac_ct_AR = @ac_ct_AR@ 491ac_ct_CC = @ac_ct_CC@ 492ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 493am__include = @am__include@ 494am__leading_dot = @am__leading_dot@ 495am__quote = @am__quote@ 496am__rm_f_notfound = @am__rm_f_notfound@ 497am__tar = @am__tar@ 498am__untar = @am__untar@ 499am__xargs_n = @am__xargs_n@ 500ax_pthread_config = @ax_pthread_config@ 501bindir = @bindir@ 502build = @build@ 503build_alias = @build_alias@ 504build_cpu = @build_cpu@ 505build_os = @build_os@ 506build_vendor = @build_vendor@ 507builddir = @builddir@ 508datadir = @datadir@ 509datarootdir = @datarootdir@ 510docdir = @docdir@ 511driverdir = @driverdir@ 512dvidir = @dvidir@ 513exec_prefix = @exec_prefix@ 514extdir = @extdir@ 515host = @host@ 516host_alias = @host_alias@ 517host_cpu = @host_cpu@ 518host_os = @host_os@ 519host_vendor = @host_vendor@ 520htmldir = @htmldir@ 521includedir = @includedir@ 522infodir = @infodir@ 523install_sh = @install_sh@ 524libdir = @libdir@ 525libexecdir = @libexecdir@ 526localedir = @localedir@ 527localstatedir = @localstatedir@ 528logdir = @logdir@ 529mandir = @mandir@ 530mkdir_p = @mkdir_p@ 531moduledir = @moduledir@ 532oldincludedir = @oldincludedir@ 533pdfdir = @pdfdir@ 534prefix = @prefix@ 535program_transform_name = @program_transform_name@ 536psdir = @psdir@ 537runstatedir = @runstatedir@ 538sbindir = @sbindir@ 539sdkdir = @sdkdir@ 540sharedstatedir = @sharedstatedir@ 541srcdir = @srcdir@ 542symbol_visibility = @symbol_visibility@ 543sysconfdir = @sysconfdir@ 544sysconfigdir = @sysconfigdir@ 545target_alias = @target_alias@ 546top_build_prefix = @top_build_prefix@ 547top_builddir = @top_builddir@ 548top_srcdir = @top_srcdir@ 549SUBDIRS = dtrace 550 551# Main DocBook/XML files (DOCTYPE book) 552@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@docbook = Xserver-spec.xml Xinput.xml 553 554# Developers documnetation is not installed 555@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@noinst_DATA = \ 556@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(am__append_1) \ 557@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(am__append_2) \ 558@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@ $(am__append_3) 559 560# DocBook/XML file with chapters, appendix and images it includes 561@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@dist_noinst_DATA = $(docbook) $(chapters) 562@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@FILTER_XMLTO = $(SHELL) $(top_srcdir)/doc/filter-xmlto.sh $(XMLTO) 563@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_FLAGS = \ 564@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --searchpath "$(XORG_SGML_PATH)/X11" \ 565@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --searchpath "$(abs_top_builddir)" \ 566@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ -x $(STYLESHEET_SRCDIR)/xorg-xhtml.xsl 567 568@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FO_FLAGS = \ 569@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --searchpath "$(XORG_SGML_PATH)/X11" \ 570@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --searchpath "$(abs_top_builddir)" \ 571@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ --stringparam img.src.path=$(abs_builddir)/ \ 572@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ -x $(STYLESHEET_SRCDIR)/xorg-fo.xsl 573 574@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@CLEANFILES = $(noinst_DATA) 575 576# Generate DocBook/XML output formats with or without stylesheets 577EXTRA_DIST = smartsched filter-xmlto.sh 578all: all-recursive 579 580.SUFFIXES: 581$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/devbook.am $(am__configure_deps) 582 @for dep in $?; do \ 583 case '$(am__configure_deps)' in \ 584 *$$dep*) \ 585 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 586 && { if test -f $@; then exit 0; else break; fi; }; \ 587 exit 1;; \ 588 esac; \ 589 done; \ 590 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ 591 $(am__cd) $(top_srcdir) && \ 592 $(AUTOMAKE) --foreign doc/Makefile 593Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 594 @case '$?' in \ 595 *config.status*) \ 596 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 597 *) \ 598 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 599 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 600 esac; 601$(top_srcdir)/devbook.am $(am__empty): 602 603$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 604 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 605 606$(top_srcdir)/configure: $(am__configure_deps) 607 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 608$(ACLOCAL_M4): $(am__aclocal_m4_deps) 609 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 610$(am__aclocal_m4_deps): 611 612mostlyclean-libtool: 613 -rm -f *.lo 614 615clean-libtool: 616 -rm -rf .libs _libs 617 618# This directory's subdirectories are mostly independent; you can cd 619# into them and run 'make' without going through this Makefile. 620# To change the values of 'make' variables: instead of editing Makefiles, 621# (1) if the variable is set in 'config.status', edit 'config.status' 622# (which will cause the Makefiles to be regenerated when you run 'make'); 623# (2) otherwise, pass the desired values on the 'make' command line. 624$(am__recursive_targets): 625 @fail=; \ 626 if $(am__make_keepgoing); then \ 627 failcom='fail=yes'; \ 628 else \ 629 failcom='exit 1'; \ 630 fi; \ 631 dot_seen=no; \ 632 target=`echo $@ | sed s/-recursive//`; \ 633 case "$@" in \ 634 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 635 *) list='$(SUBDIRS)' ;; \ 636 esac; \ 637 for subdir in $$list; do \ 638 echo "Making $$target in $$subdir"; \ 639 if test "$$subdir" = "."; then \ 640 dot_seen=yes; \ 641 local_target="$$target-am"; \ 642 else \ 643 local_target="$$target"; \ 644 fi; \ 645 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 646 || eval $$failcom; \ 647 done; \ 648 if test "$$dot_seen" = "no"; then \ 649 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 650 fi; test -z "$$fail" 651 652ID: $(am__tagged_files) 653 $(am__define_uniq_tagged_files); mkid -fID $$unique 654tags: tags-recursive 655TAGS: tags 656 657tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 658 set x; \ 659 here=`pwd`; \ 660 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 661 include_option=--etags-include; \ 662 empty_fix=.; \ 663 else \ 664 include_option=--include; \ 665 empty_fix=; \ 666 fi; \ 667 list='$(SUBDIRS)'; for subdir in $$list; do \ 668 if test "$$subdir" = .; then :; else \ 669 test ! -f $$subdir/TAGS || \ 670 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 671 fi; \ 672 done; \ 673 $(am__define_uniq_tagged_files); \ 674 shift; \ 675 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 676 test -n "$$unique" || unique=$$empty_fix; \ 677 if test $$# -gt 0; then \ 678 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 679 "$$@" $$unique; \ 680 else \ 681 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 682 $$unique; \ 683 fi; \ 684 fi 685ctags: ctags-recursive 686 687CTAGS: ctags 688ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 689 $(am__define_uniq_tagged_files); \ 690 test -z "$(CTAGS_ARGS)$$unique" \ 691 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 692 $$unique 693 694GTAGS: 695 here=`$(am__cd) $(top_builddir) && pwd` \ 696 && $(am__cd) $(top_srcdir) \ 697 && gtags -i $(GTAGS_ARGS) "$$here" 698cscopelist: cscopelist-recursive 699 700cscopelist-am: $(am__tagged_files) 701 list='$(am__tagged_files)'; \ 702 case "$(srcdir)" in \ 703 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 704 *) sdir=$(subdir)/$(srcdir) ;; \ 705 esac; \ 706 for i in $$list; do \ 707 if test -f "$$i"; then \ 708 echo "$(subdir)/$$i"; \ 709 else \ 710 echo "$$sdir/$$i"; \ 711 fi; \ 712 done >> $(top_builddir)/cscope.files 713 714distclean-tags: 715 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 716distdir: $(BUILT_SOURCES) 717 $(MAKE) $(AM_MAKEFLAGS) distdir-am 718 719distdir-am: $(DISTFILES) 720 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 721 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 722 list='$(DISTFILES)'; \ 723 dist_files=`for file in $$list; do echo $$file; done | \ 724 sed -e "s|^$$srcdirstrip/||;t" \ 725 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 726 case $$dist_files in \ 727 */*) $(MKDIR_P) `echo "$$dist_files" | \ 728 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 729 sort -u` ;; \ 730 esac; \ 731 for file in $$dist_files; do \ 732 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 733 if test -d $$d/$$file; then \ 734 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 735 if test -d "$(distdir)/$$file"; then \ 736 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 737 fi; \ 738 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 739 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 740 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 741 fi; \ 742 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 743 else \ 744 test -f "$(distdir)/$$file" \ 745 || cp -p $$d/$$file "$(distdir)/$$file" \ 746 || exit 1; \ 747 fi; \ 748 done 749 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 750 if test "$$subdir" = .; then :; else \ 751 $(am__make_dryrun) \ 752 || test -d "$(distdir)/$$subdir" \ 753 || $(MKDIR_P) "$(distdir)/$$subdir" \ 754 || exit 1; \ 755 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 756 $(am__relativize); \ 757 new_distdir=$$reldir; \ 758 dir1=$$subdir; dir2="$(top_distdir)"; \ 759 $(am__relativize); \ 760 new_top_distdir=$$reldir; \ 761 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 762 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 763 ($(am__cd) $$subdir && \ 764 $(MAKE) $(AM_MAKEFLAGS) \ 765 top_distdir="$$new_top_distdir" \ 766 distdir="$$new_distdir" \ 767 am__remove_distdir=: \ 768 am__skip_length_check=: \ 769 am__skip_mode_fix=: \ 770 distdir) \ 771 || exit 1; \ 772 fi; \ 773 done 774check-am: all-am 775check: check-recursive 776all-am: Makefile $(DATA) 777installdirs: installdirs-recursive 778installdirs-am: 779install: install-recursive 780install-exec: install-exec-recursive 781install-data: install-data-recursive 782uninstall: uninstall-recursive 783 784install-am: all-am 785 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 786 787installcheck: installcheck-recursive 788install-strip: 789 if test -z '$(STRIP)'; then \ 790 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 791 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 792 install; \ 793 else \ 794 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 795 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 796 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 797 fi 798mostlyclean-generic: 799 800clean-generic: 801 -$(am__rm_f) $(CLEANFILES) 802 803distclean-generic: 804 -$(am__rm_f) $(CONFIG_CLEAN_FILES) 805 -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) 806 807maintainer-clean-generic: 808 @echo "This command is intended for maintainers to use" 809 @echo "it deletes files that may require special tools to rebuild." 810clean: clean-recursive 811 812clean-am: clean-generic clean-libtool mostlyclean-am 813 814distclean: distclean-recursive 815 -rm -f Makefile 816distclean-am: clean-am distclean-generic distclean-tags 817 818dvi: dvi-recursive 819 820dvi-am: 821 822html: html-recursive 823 824html-am: 825 826info: info-recursive 827 828info-am: 829 830install-data-am: 831 832install-dvi: install-dvi-recursive 833 834install-dvi-am: 835 836install-exec-am: 837 838install-html: install-html-recursive 839 840install-html-am: 841 842install-info: install-info-recursive 843 844install-info-am: 845 846install-man: 847 848install-pdf: install-pdf-recursive 849 850install-pdf-am: 851 852install-ps: install-ps-recursive 853 854install-ps-am: 855 856installcheck-am: 857 858maintainer-clean: maintainer-clean-recursive 859 -rm -f Makefile 860maintainer-clean-am: distclean-am maintainer-clean-generic 861 862mostlyclean: mostlyclean-recursive 863 864mostlyclean-am: mostlyclean-generic mostlyclean-libtool 865 866pdf: pdf-recursive 867 868pdf-am: 869 870ps: ps-recursive 871 872ps-am: 873 874uninstall-am: 875 876.MAKE: $(am__recursive_targets) install-am install-strip 877 878.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 879 check-am clean clean-generic clean-libtool cscopelist-am ctags \ 880 ctags-am distclean distclean-generic distclean-libtool \ 881 distclean-tags distdir dvi dvi-am html html-am info info-am \ 882 install install-am install-data install-data-am install-dvi \ 883 install-dvi-am install-exec install-exec-am install-html \ 884 install-html-am install-info install-info-am install-man \ 885 install-pdf install-pdf-am install-ps install-ps-am \ 886 install-strip installcheck installcheck-am installdirs \ 887 installdirs-am maintainer-clean maintainer-clean-generic \ 888 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 889 ps ps-am tags tags-am uninstall uninstall-am 890 891.PRECIOUS: Makefile 892 893@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.html: %.xml $(chapters) 894@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(FILTER_XMLTO) $(XMLTO_HTML_FLAGS) xhtml-nochunks $< 895@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@%.txt: %.xml $(chapters) 896@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(FILTER_XMLTO) $(XMLTO_HTML_FLAGS) txt $< 897@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.pdf: %.xml $(chapters) 898@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(FILTER_XMLTO) $(XMLTO_FO_FLAGS) --with-fop pdf $< 899@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.ps: %.xml $(chapters) 900@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@ $(AM_V_GEN)$(FILTER_XMLTO) $(XMLTO_FO_FLAGS) --with-fop ps $< 901 902# Tell versions [3.59,3.63) of GNU make to not export all variables. 903# Otherwise a system limit (for SysV at least) may be exceeded. 904.NOEXPORT: 905 906# Tell GNU make to disable its built-in pattern rules. 907%:: %,v 908%:: RCS/%,v 909%:: RCS/% 910%:: s.% 911%:: SCCS/s.% 912