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