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