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