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