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