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