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