Makefile.in revision ed6184df
1# Makefile.in generated by automake 1.16.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2018 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)` 162ETAGS = etags 163CTAGS = ctags 164am__DIST_COMMON = $(srcdir)/Makefile.in 165DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 166am__relativize = \ 167 dir0=`pwd`; \ 168 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 169 sed_rest='s,^[^/]*/*,,'; \ 170 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 171 sed_butlast='s,/*[^/]*$$,,'; \ 172 while test -n "$$dir1"; do \ 173 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 174 if test "$$first" != "."; then \ 175 if test "$$first" = ".."; then \ 176 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 177 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 178 else \ 179 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 180 if test "$$first2" = "$$first"; then \ 181 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 182 else \ 183 dir2="../$$dir2"; \ 184 fi; \ 185 dir0="$$dir0"/"$$first"; \ 186 fi; \ 187 fi; \ 188 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 189 done; \ 190 reldir="$$dir2" 191ACLOCAL = @ACLOCAL@ 192ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 193ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 194AMTAR = @AMTAR@ 195AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 196APPLE_APPLICATIONS_DIR = @APPLE_APPLICATIONS_DIR@ 197APPLE_APPLICATION_NAME = @APPLE_APPLICATION_NAME@ 198APP_MAN_DIR = @APP_MAN_DIR@ 199APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 200AR = @AR@ 201AS = @AS@ 202AUTOCONF = @AUTOCONF@ 203AUTOHEADER = @AUTOHEADER@ 204AUTOMAKE = @AUTOMAKE@ 205AWK = @AWK@ 206BASE_CFLAGS = @BASE_CFLAGS@ 207BASE_FONT_PATH = @BASE_FONT_PATH@ 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@ 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@ 255EXEEXT = @EXEEXT@ 256FGREP = @FGREP@ 257FILE_MAN_DIR = @FILE_MAN_DIR@ 258FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 259FONT100DPIDIR = @FONT100DPIDIR@ 260FONT75DPIDIR = @FONT75DPIDIR@ 261FONTMISCDIR = @FONTMISCDIR@ 262FONTOTFDIR = @FONTOTFDIR@ 263FONTROOTDIR = @FONTROOTDIR@ 264FONTTTFDIR = @FONTTTFDIR@ 265FONTTYPE1DIR = @FONTTYPE1DIR@ 266FOP = @FOP@ 267GBM_CFLAGS = @GBM_CFLAGS@ 268GBM_LIBS = @GBM_LIBS@ 269GLAMOR_CFLAGS = @GLAMOR_CFLAGS@ 270GLAMOR_LIBS = @GLAMOR_LIBS@ 271GLX_ARCH_DEFINES = @GLX_ARCH_DEFINES@ 272GLX_DEFINES = @GLX_DEFINES@ 273GLX_SYS_LIBS = @GLX_SYS_LIBS@ 274GL_CFLAGS = @GL_CFLAGS@ 275GL_LIBS = @GL_LIBS@ 276GREP = @GREP@ 277HAL_CFLAGS = @HAL_CFLAGS@ 278HAL_LIBS = @HAL_LIBS@ 279HAVE_DOT = @HAVE_DOT@ 280INSTALL = @INSTALL@ 281INSTALL_CMD = @INSTALL_CMD@ 282INSTALL_DATA = @INSTALL_DATA@ 283INSTALL_PROGRAM = @INSTALL_PROGRAM@ 284INSTALL_SCRIPT = @INSTALL_SCRIPT@ 285INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 286KDRIVE_CFLAGS = @KDRIVE_CFLAGS@ 287KDRIVE_INCS = @KDRIVE_INCS@ 288KDRIVE_LIBS = @KDRIVE_LIBS@ 289KDRIVE_LOCAL_LIBS = @KDRIVE_LOCAL_LIBS@ 290KDRIVE_MAIN_LIB = @KDRIVE_MAIN_LIB@ 291KDRIVE_PURE_INCS = @KDRIVE_PURE_INCS@ 292KDRIVE_PURE_LIBS = @KDRIVE_PURE_LIBS@ 293KHRONOS_OPENGL_REGISTRY_CFLAGS = @KHRONOS_OPENGL_REGISTRY_CFLAGS@ 294KHRONOS_OPENGL_REGISTRY_LIBS = @KHRONOS_OPENGL_REGISTRY_LIBS@ 295KHRONOS_SPEC_DIR = @KHRONOS_SPEC_DIR@ 296LD = @LD@ 297LDFLAGS = @LDFLAGS@ 298LD_EXPORT_SYMBOLS_FLAG = @LD_EXPORT_SYMBOLS_FLAG@ 299LD_NO_UNDEFINED_FLAG = @LD_NO_UNDEFINED_FLAG@ 300LEX = @LEX@ 301LEXLIB = @LEXLIB@ 302LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 303LIBDRM_CFLAGS = @LIBDRM_CFLAGS@ 304LIBDRM_LIBS = @LIBDRM_LIBS@ 305LIBOBJS = @LIBOBJS@ 306LIBS = @LIBS@ 307LIBSHA1_CFLAGS = @LIBSHA1_CFLAGS@ 308LIBSHA1_LIBS = @LIBSHA1_LIBS@ 309LIBTOOL = @LIBTOOL@ 310LIBUNWIND_CFLAGS = @LIBUNWIND_CFLAGS@ 311LIBUNWIND_LIBS = @LIBUNWIND_LIBS@ 312LIBXCVT_CFLAGS = @LIBXCVT_CFLAGS@ 313LIBXCVT_LIBS = @LIBXCVT_LIBS@ 314LIB_MAN_DIR = @LIB_MAN_DIR@ 315LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 316LIPO = @LIPO@ 317LN_S = @LN_S@ 318LTLIBOBJS = @LTLIBOBJS@ 319LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 320MAIN_LIB = @MAIN_LIB@ 321MAKEINFO = @MAKEINFO@ 322MANIFEST_TOOL = @MANIFEST_TOOL@ 323MAN_SUBSTS = @MAN_SUBSTS@ 324MISC_MAN_DIR = @MISC_MAN_DIR@ 325MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 326MKDIR_P = @MKDIR_P@ 327NM = @NM@ 328NMEDIT = @NMEDIT@ 329OBJC = @OBJC@ 330OBJCCLD = @OBJCCLD@ 331OBJCDEPMODE = @OBJCDEPMODE@ 332OBJCFLAGS = @OBJCFLAGS@ 333OBJCLINK = @OBJCLINK@ 334OBJDUMP = @OBJDUMP@ 335OBJEXT = @OBJEXT@ 336OPENSSL_CFLAGS = @OPENSSL_CFLAGS@ 337OPENSSL_LIBS = @OPENSSL_LIBS@ 338OS_LIB = @OS_LIB@ 339OTOOL = @OTOOL@ 340OTOOL64 = @OTOOL64@ 341PACKAGE = @PACKAGE@ 342PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 343PACKAGE_NAME = @PACKAGE_NAME@ 344PACKAGE_STRING = @PACKAGE_STRING@ 345PACKAGE_TARNAME = @PACKAGE_TARNAME@ 346PACKAGE_URL = @PACKAGE_URL@ 347PACKAGE_VERSION = @PACKAGE_VERSION@ 348PATH_SEPARATOR = @PATH_SEPARATOR@ 349PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 350PCIACCESS_LIBS = @PCIACCESS_LIBS@ 351PCI_TXT_IDS_PATH = @PCI_TXT_IDS_PATH@ 352PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ 353PIXMAN_LIBS = @PIXMAN_LIBS@ 354PKG_CONFIG = @PKG_CONFIG@ 355PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 356PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 357PROJECTROOT = @PROJECTROOT@ 358PTHREAD_CC = @PTHREAD_CC@ 359PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 360PTHREAD_LIBS = @PTHREAD_LIBS@ 361PYTHON3 = @PYTHON3@ 362RANLIB = @RANLIB@ 363RAWCPP = @RAWCPP@ 364RAWCPPFLAGS = @RAWCPPFLAGS@ 365RELEASE_DATE = @RELEASE_DATE@ 366SDK_REQUIRED_MODULES = @SDK_REQUIRED_MODULES@ 367SED = @SED@ 368SELINUX_CFLAGS = @SELINUX_CFLAGS@ 369SELINUX_LIBS = @SELINUX_LIBS@ 370SERVER_MISC_CONFIG_PATH = @SERVER_MISC_CONFIG_PATH@ 371SET_MAKE = @SET_MAKE@ 372SHA1_CFLAGS = @SHA1_CFLAGS@ 373SHA1_LIBS = @SHA1_LIBS@ 374SHELL = @SHELL@ 375SOLARIS_INOUT_ARCH = @SOLARIS_INOUT_ARCH@ 376STRICT_CFLAGS = @STRICT_CFLAGS@ 377STRIP = @STRIP@ 378STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 379SUID_WRAPPER_DIR = @SUID_WRAPPER_DIR@ 380SYSCONFDIR = @SYSCONFDIR@ 381SYSTEMD_DAEMON_CFLAGS = @SYSTEMD_DAEMON_CFLAGS@ 382SYSTEMD_DAEMON_LIBS = @SYSTEMD_DAEMON_LIBS@ 383TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ 384UDEV_CFLAGS = @UDEV_CFLAGS@ 385UDEV_LIBS = @UDEV_LIBS@ 386UTILS_SYS_LIBS = @UTILS_SYS_LIBS@ 387VENDOR_NAME_SHORT = @VENDOR_NAME_SHORT@ 388VERSION = @VERSION@ 389WINDOWSDRI_CFLAGS = @WINDOWSDRI_CFLAGS@ 390WINDOWSDRI_LIBS = @WINDOWSDRI_LIBS@ 391WINDRES = @WINDRES@ 392XCONFIGDIR = @XCONFIGDIR@ 393XCONFIGFILE = @XCONFIGFILE@ 394XDMCP_CFLAGS = @XDMCP_CFLAGS@ 395XDMCP_LIBS = @XDMCP_LIBS@ 396XEPHYR_CFLAGS = @XEPHYR_CFLAGS@ 397XEPHYR_INCS = @XEPHYR_INCS@ 398XEPHYR_LIBS = @XEPHYR_LIBS@ 399XF86CONFIGDIR = @XF86CONFIGDIR@ 400XF86CONFIGFILE = @XF86CONFIGFILE@ 401XKB_BASE_DIRECTORY = @XKB_BASE_DIRECTORY@ 402XKB_BIN_DIRECTORY = @XKB_BIN_DIRECTORY@ 403XKB_COMPILED_DIR = @XKB_COMPILED_DIR@ 404XKB_DFLT_LAYOUT = @XKB_DFLT_LAYOUT@ 405XKB_DFLT_MODEL = @XKB_DFLT_MODEL@ 406XKB_DFLT_OPTIONS = @XKB_DFLT_OPTIONS@ 407XKB_DFLT_RULES = @XKB_DFLT_RULES@ 408XKB_DFLT_VARIANT = @XKB_DFLT_VARIANT@ 409XKM_OUTPUT_DIR = @XKM_OUTPUT_DIR@ 410XLIB_CFLAGS = @XLIB_CFLAGS@ 411XLIB_LIBS = @XLIB_LIBS@ 412XMLTO = @XMLTO@ 413XNESTMODULES_CFLAGS = @XNESTMODULES_CFLAGS@ 414XNESTMODULES_LIBS = @XNESTMODULES_LIBS@ 415XNEST_LIBS = @XNEST_LIBS@ 416XNEST_SYS_LIBS = @XNEST_SYS_LIBS@ 417XORG_CFLAGS = @XORG_CFLAGS@ 418XORG_DRIVER_LIBS = @XORG_DRIVER_LIBS@ 419XORG_INCS = @XORG_INCS@ 420XORG_LIBS = @XORG_LIBS@ 421XORG_MALLOC_DEBUG_ENV = @XORG_MALLOC_DEBUG_ENV@ 422XORG_MAN_PAGE = @XORG_MAN_PAGE@ 423XORG_MODULES_CFLAGS = @XORG_MODULES_CFLAGS@ 424XORG_MODULES_LIBS = @XORG_MODULES_LIBS@ 425XORG_OS_SUBDIR = @XORG_OS_SUBDIR@ 426XORG_SGML_PATH = @XORG_SGML_PATH@ 427XORG_SYS_LIBS = @XORG_SYS_LIBS@ 428XPBPROXY_CFLAGS = @XPBPROXY_CFLAGS@ 429XPBPROXY_LIBS = @XPBPROXY_LIBS@ 430XQUARTZ_LIBS = @XQUARTZ_LIBS@ 431XQUARTZ_SPARKLE = @XQUARTZ_SPARKLE@ 432XQUARTZ_SPARKLE_FEED_URL = @XQUARTZ_SPARKLE_FEED_URL@ 433XSERVERCFLAGS_CFLAGS = @XSERVERCFLAGS_CFLAGS@ 434XSERVERCFLAGS_LIBS = @XSERVERCFLAGS_LIBS@ 435XSERVERLIBS_CFLAGS = @XSERVERLIBS_CFLAGS@ 436XSERVERLIBS_LIBS = @XSERVERLIBS_LIBS@ 437XSERVER_LIBS = @XSERVER_LIBS@ 438XSERVER_SYS_LIBS = @XSERVER_SYS_LIBS@ 439XSHMFENCE_CFLAGS = @XSHMFENCE_CFLAGS@ 440XSHMFENCE_LIBS = @XSHMFENCE_LIBS@ 441XSLTPROC = @XSLTPROC@ 442XSL_STYLESHEET = @XSL_STYLESHEET@ 443XVFB_LIBS = @XVFB_LIBS@ 444XVFB_SYS_LIBS = @XVFB_SYS_LIBS@ 445XWINMODULES_CFLAGS = @XWINMODULES_CFLAGS@ 446XWINMODULES_LIBS = @XWINMODULES_LIBS@ 447XWIN_LIBS = @XWIN_LIBS@ 448XWIN_SERVER_NAME = @XWIN_SERVER_NAME@ 449XWIN_SYS_LIBS = @XWIN_SYS_LIBS@ 450YACC = @YACC@ 451YFLAGS = @YFLAGS@ 452abi_ansic = @abi_ansic@ 453abi_extension = @abi_extension@ 454abi_videodrv = @abi_videodrv@ 455abi_xinput = @abi_xinput@ 456abs_builddir = @abs_builddir@ 457abs_srcdir = @abs_srcdir@ 458abs_top_builddir = @abs_top_builddir@ 459abs_top_srcdir = @abs_top_srcdir@ 460ac_ct_AR = @ac_ct_AR@ 461ac_ct_CC = @ac_ct_CC@ 462ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 463am__include = @am__include@ 464am__leading_dot = @am__leading_dot@ 465am__quote = @am__quote@ 466am__tar = @am__tar@ 467am__untar = @am__untar@ 468ax_pthread_config = @ax_pthread_config@ 469bindir = @bindir@ 470build = @build@ 471build_alias = @build_alias@ 472build_cpu = @build_cpu@ 473build_os = @build_os@ 474build_vendor = @build_vendor@ 475builddir = @builddir@ 476datadir = @datadir@ 477datarootdir = @datarootdir@ 478docdir = @docdir@ 479driverdir = @driverdir@ 480dvidir = @dvidir@ 481exec_prefix = @exec_prefix@ 482extdir = @extdir@ 483host = @host@ 484host_alias = @host_alias@ 485host_cpu = @host_cpu@ 486host_os = @host_os@ 487host_vendor = @host_vendor@ 488htmldir = @htmldir@ 489includedir = @includedir@ 490infodir = @infodir@ 491install_sh = @install_sh@ 492libdir = @libdir@ 493libexecdir = @libexecdir@ 494localedir = @localedir@ 495localstatedir = @localstatedir@ 496logdir = @logdir@ 497mandir = @mandir@ 498mkdir_p = @mkdir_p@ 499moduledir = @moduledir@ 500oldincludedir = @oldincludedir@ 501pdfdir = @pdfdir@ 502prefix = @prefix@ 503program_transform_name = @program_transform_name@ 504psdir = @psdir@ 505runstatedir = @runstatedir@ 506sbindir = @sbindir@ 507sdkdir = @sdkdir@ 508sharedstatedir = @sharedstatedir@ 509srcdir = @srcdir@ 510symbol_visibility = @symbol_visibility@ 511sysconfdir = @sysconfdir@ 512sysconfigdir = @sysconfigdir@ 513target_alias = @target_alias@ 514top_build_prefix = @top_build_prefix@ 515top_builddir = @top_builddir@ 516top_srcdir = @top_srcdir@ 517@XORG_TRUE@XORG_SUBDIRS = xfree86 518@XVFB_TRUE@XVFB_SUBDIRS = vfb 519@XNEST_TRUE@XNEST_SUBDIRS = xnest 520@XWIN_TRUE@XWIN_SUBDIRS = xwin 521@KDRIVE_TRUE@KDRIVE_SUBDIRS = kdrive 522@XQUARTZ_TRUE@XQUARTZ_SUBDIRS = xquartz 523SUBDIRS = \ 524 $(XORG_SUBDIRS) \ 525 $(XWIN_SUBDIRS) \ 526 $(XVFB_SUBDIRS) \ 527 $(XNEST_SUBDIRS) \ 528 $(KDRIVE_SUBDIRS) \ 529 $(XQUARTZ_SUBDIRS) 530 531DIST_SUBDIRS = xfree86 vfb xnest xwin xquartz kdrive 532all: all-recursive 533 534.SUFFIXES: 535$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 536 @for dep in $?; do \ 537 case '$(am__configure_deps)' in \ 538 *$$dep*) \ 539 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 540 && { if test -f $@; then exit 0; else break; fi; }; \ 541 exit 1;; \ 542 esac; \ 543 done; \ 544 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign hw/Makefile'; \ 545 $(am__cd) $(top_srcdir) && \ 546 $(AUTOMAKE) --foreign hw/Makefile 547Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 548 @case '$?' in \ 549 *config.status*) \ 550 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 551 *) \ 552 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 553 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 554 esac; 555 556$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 557 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 558 559$(top_srcdir)/configure: $(am__configure_deps) 560 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 561$(ACLOCAL_M4): $(am__aclocal_m4_deps) 562 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 563$(am__aclocal_m4_deps): 564 565mostlyclean-libtool: 566 -rm -f *.lo 567 568clean-libtool: 569 -rm -rf .libs _libs 570 571# This directory's subdirectories are mostly independent; you can cd 572# into them and run 'make' without going through this Makefile. 573# To change the values of 'make' variables: instead of editing Makefiles, 574# (1) if the variable is set in 'config.status', edit 'config.status' 575# (which will cause the Makefiles to be regenerated when you run 'make'); 576# (2) otherwise, pass the desired values on the 'make' command line. 577$(am__recursive_targets): 578 @fail=; \ 579 if $(am__make_keepgoing); then \ 580 failcom='fail=yes'; \ 581 else \ 582 failcom='exit 1'; \ 583 fi; \ 584 dot_seen=no; \ 585 target=`echo $@ | sed s/-recursive//`; \ 586 case "$@" in \ 587 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 588 *) list='$(SUBDIRS)' ;; \ 589 esac; \ 590 for subdir in $$list; do \ 591 echo "Making $$target in $$subdir"; \ 592 if test "$$subdir" = "."; then \ 593 dot_seen=yes; \ 594 local_target="$$target-am"; \ 595 else \ 596 local_target="$$target"; \ 597 fi; \ 598 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 599 || eval $$failcom; \ 600 done; \ 601 if test "$$dot_seen" = "no"; then \ 602 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 603 fi; test -z "$$fail" 604 605ID: $(am__tagged_files) 606 $(am__define_uniq_tagged_files); mkid -fID $$unique 607tags: tags-recursive 608TAGS: tags 609 610tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 611 set x; \ 612 here=`pwd`; \ 613 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 614 include_option=--etags-include; \ 615 empty_fix=.; \ 616 else \ 617 include_option=--include; \ 618 empty_fix=; \ 619 fi; \ 620 list='$(SUBDIRS)'; for subdir in $$list; do \ 621 if test "$$subdir" = .; then :; else \ 622 test ! -f $$subdir/TAGS || \ 623 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 624 fi; \ 625 done; \ 626 $(am__define_uniq_tagged_files); \ 627 shift; \ 628 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 629 test -n "$$unique" || unique=$$empty_fix; \ 630 if test $$# -gt 0; then \ 631 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 632 "$$@" $$unique; \ 633 else \ 634 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 635 $$unique; \ 636 fi; \ 637 fi 638ctags: ctags-recursive 639 640CTAGS: ctags 641ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 642 $(am__define_uniq_tagged_files); \ 643 test -z "$(CTAGS_ARGS)$$unique" \ 644 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 645 $$unique 646 647GTAGS: 648 here=`$(am__cd) $(top_builddir) && pwd` \ 649 && $(am__cd) $(top_srcdir) \ 650 && gtags -i $(GTAGS_ARGS) "$$here" 651cscopelist: cscopelist-recursive 652 653cscopelist-am: $(am__tagged_files) 654 list='$(am__tagged_files)'; \ 655 case "$(srcdir)" in \ 656 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 657 *) sdir=$(subdir)/$(srcdir) ;; \ 658 esac; \ 659 for i in $$list; do \ 660 if test -f "$$i"; then \ 661 echo "$(subdir)/$$i"; \ 662 else \ 663 echo "$$sdir/$$i"; \ 664 fi; \ 665 done >> $(top_builddir)/cscope.files 666 667distclean-tags: 668 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 669 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