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 = hw/xfree86/utils 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 = \ 527 gtf \ 528 man 529 530all: all-recursive 531 532.SUFFIXES: 533$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 534 @for dep in $?; do \ 535 case '$(am__configure_deps)' in \ 536 *$$dep*) \ 537 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 538 && { if test -f $@; then exit 0; else break; fi; }; \ 539 exit 1;; \ 540 esac; \ 541 done; \ 542 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign hw/xfree86/utils/Makefile'; \ 543 $(am__cd) $(top_srcdir) && \ 544 $(AUTOMAKE) --foreign hw/xfree86/utils/Makefile 545Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 546 @case '$?' in \ 547 *config.status*) \ 548 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 549 *) \ 550 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 551 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 552 esac; 553 554$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 555 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 556 557$(top_srcdir)/configure: $(am__configure_deps) 558 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 559$(ACLOCAL_M4): $(am__aclocal_m4_deps) 560 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 561$(am__aclocal_m4_deps): 562 563mostlyclean-libtool: 564 -rm -f *.lo 565 566clean-libtool: 567 -rm -rf .libs _libs 568 569# This directory's subdirectories are mostly independent; you can cd 570# into them and run 'make' without going through this Makefile. 571# To change the values of 'make' variables: instead of editing Makefiles, 572# (1) if the variable is set in 'config.status', edit 'config.status' 573# (which will cause the Makefiles to be regenerated when you run 'make'); 574# (2) otherwise, pass the desired values on the 'make' command line. 575$(am__recursive_targets): 576 @fail=; \ 577 if $(am__make_keepgoing); then \ 578 failcom='fail=yes'; \ 579 else \ 580 failcom='exit 1'; \ 581 fi; \ 582 dot_seen=no; \ 583 target=`echo $@ | sed s/-recursive//`; \ 584 case "$@" in \ 585 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 586 *) list='$(SUBDIRS)' ;; \ 587 esac; \ 588 for subdir in $$list; do \ 589 echo "Making $$target in $$subdir"; \ 590 if test "$$subdir" = "."; then \ 591 dot_seen=yes; \ 592 local_target="$$target-am"; \ 593 else \ 594 local_target="$$target"; \ 595 fi; \ 596 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 597 || eval $$failcom; \ 598 done; \ 599 if test "$$dot_seen" = "no"; then \ 600 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 601 fi; test -z "$$fail" 602 603ID: $(am__tagged_files) 604 $(am__define_uniq_tagged_files); mkid -fID $$unique 605tags: tags-recursive 606TAGS: tags 607 608tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 609 set x; \ 610 here=`pwd`; \ 611 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 612 include_option=--etags-include; \ 613 empty_fix=.; \ 614 else \ 615 include_option=--include; \ 616 empty_fix=; \ 617 fi; \ 618 list='$(SUBDIRS)'; for subdir in $$list; do \ 619 if test "$$subdir" = .; then :; else \ 620 test ! -f $$subdir/TAGS || \ 621 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 622 fi; \ 623 done; \ 624 $(am__define_uniq_tagged_files); \ 625 shift; \ 626 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 627 test -n "$$unique" || unique=$$empty_fix; \ 628 if test $$# -gt 0; then \ 629 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 630 "$$@" $$unique; \ 631 else \ 632 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 633 $$unique; \ 634 fi; \ 635 fi 636ctags: ctags-recursive 637 638CTAGS: ctags 639ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 640 $(am__define_uniq_tagged_files); \ 641 test -z "$(CTAGS_ARGS)$$unique" \ 642 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 643 $$unique 644 645GTAGS: 646 here=`$(am__cd) $(top_builddir) && pwd` \ 647 && $(am__cd) $(top_srcdir) \ 648 && gtags -i $(GTAGS_ARGS) "$$here" 649cscopelist: cscopelist-recursive 650 651cscopelist-am: $(am__tagged_files) 652 list='$(am__tagged_files)'; \ 653 case "$(srcdir)" in \ 654 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 655 *) sdir=$(subdir)/$(srcdir) ;; \ 656 esac; \ 657 for i in $$list; do \ 658 if test -f "$$i"; then \ 659 echo "$(subdir)/$$i"; \ 660 else \ 661 echo "$$sdir/$$i"; \ 662 fi; \ 663 done >> $(top_builddir)/cscope.files 664 665distclean-tags: 666 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 667distdir: $(BUILT_SOURCES) 668 $(MAKE) $(AM_MAKEFLAGS) distdir-am 669 670distdir-am: $(DISTFILES) 671 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 672 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 673 list='$(DISTFILES)'; \ 674 dist_files=`for file in $$list; do echo $$file; done | \ 675 sed -e "s|^$$srcdirstrip/||;t" \ 676 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 677 case $$dist_files in \ 678 */*) $(MKDIR_P) `echo "$$dist_files" | \ 679 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 680 sort -u` ;; \ 681 esac; \ 682 for file in $$dist_files; do \ 683 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 684 if test -d $$d/$$file; then \ 685 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 686 if test -d "$(distdir)/$$file"; then \ 687 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 688 fi; \ 689 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 690 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 691 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 692 fi; \ 693 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 694 else \ 695 test -f "$(distdir)/$$file" \ 696 || cp -p $$d/$$file "$(distdir)/$$file" \ 697 || exit 1; \ 698 fi; \ 699 done 700 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 701 if test "$$subdir" = .; then :; else \ 702 $(am__make_dryrun) \ 703 || test -d "$(distdir)/$$subdir" \ 704 || $(MKDIR_P) "$(distdir)/$$subdir" \ 705 || exit 1; \ 706 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 707 $(am__relativize); \ 708 new_distdir=$$reldir; \ 709 dir1=$$subdir; dir2="$(top_distdir)"; \ 710 $(am__relativize); \ 711 new_top_distdir=$$reldir; \ 712 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 713 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 714 ($(am__cd) $$subdir && \ 715 $(MAKE) $(AM_MAKEFLAGS) \ 716 top_distdir="$$new_top_distdir" \ 717 distdir="$$new_distdir" \ 718 am__remove_distdir=: \ 719 am__skip_length_check=: \ 720 am__skip_mode_fix=: \ 721 distdir) \ 722 || exit 1; \ 723 fi; \ 724 done 725check-am: all-am 726check: check-recursive 727all-am: Makefile 728installdirs: installdirs-recursive 729installdirs-am: 730install: install-recursive 731install-exec: install-exec-recursive 732install-data: install-data-recursive 733uninstall: uninstall-recursive 734 735install-am: all-am 736 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 737 738installcheck: installcheck-recursive 739install-strip: 740 if test -z '$(STRIP)'; then \ 741 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 742 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 743 install; \ 744 else \ 745 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 746 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 747 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 748 fi 749mostlyclean-generic: 750 751clean-generic: 752 753distclean-generic: 754 -$(am__rm_f) $(CONFIG_CLEAN_FILES) 755 -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) 756 757maintainer-clean-generic: 758 @echo "This command is intended for maintainers to use" 759 @echo "it deletes files that may require special tools to rebuild." 760clean: clean-recursive 761 762clean-am: clean-generic clean-libtool mostlyclean-am 763 764distclean: distclean-recursive 765 -rm -f Makefile 766distclean-am: clean-am distclean-generic distclean-tags 767 768dvi: dvi-recursive 769 770dvi-am: 771 772html: html-recursive 773 774html-am: 775 776info: info-recursive 777 778info-am: 779 780install-data-am: 781 782install-dvi: install-dvi-recursive 783 784install-dvi-am: 785 786install-exec-am: 787 788install-html: install-html-recursive 789 790install-html-am: 791 792install-info: install-info-recursive 793 794install-info-am: 795 796install-man: 797 798install-pdf: install-pdf-recursive 799 800install-pdf-am: 801 802install-ps: install-ps-recursive 803 804install-ps-am: 805 806installcheck-am: 807 808maintainer-clean: maintainer-clean-recursive 809 -rm -f Makefile 810maintainer-clean-am: distclean-am maintainer-clean-generic 811 812mostlyclean: mostlyclean-recursive 813 814mostlyclean-am: mostlyclean-generic mostlyclean-libtool 815 816pdf: pdf-recursive 817 818pdf-am: 819 820ps: ps-recursive 821 822ps-am: 823 824uninstall-am: 825 826.MAKE: $(am__recursive_targets) install-am install-strip 827 828.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 829 check-am clean clean-generic clean-libtool cscopelist-am ctags \ 830 ctags-am distclean distclean-generic distclean-libtool \ 831 distclean-tags distdir dvi dvi-am html html-am info info-am \ 832 install install-am install-data install-data-am install-dvi \ 833 install-dvi-am install-exec install-exec-am install-html \ 834 install-html-am install-info install-info-am install-man \ 835 install-pdf install-pdf-am install-ps install-ps-am \ 836 install-strip installcheck installcheck-am installdirs \ 837 installdirs-am maintainer-clean maintainer-clean-generic \ 838 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 839 ps ps-am tags tags-am uninstall uninstall-am 840 841.PRECIOUS: Makefile 842 843 844# Tell versions [3.59,3.63) of GNU make to not export all variables. 845# Otherwise a system limit (for SysV at least) may be exceeded. 846.NOEXPORT: 847 848# Tell GNU make to disable its built-in pattern rules. 849%:: %,v 850%:: RCS/%,v 851%:: RCS/% 852%:: s.% 853%:: SCCS/s.% 854