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