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