1# Makefile.in generated by automake 1.16.2 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2020 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@ 16 17VPATH = @srcdir@ 18am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28} 29am__make_running_with_option = \ 30 case $${target_option-} in \ 31 ?) ;; \ 32 *) echo "am__make_running_with_option: internal error: invalid" \ 33 "target option '$${target_option-}' specified" >&2; \ 34 exit 1;; \ 35 esac; \ 36 has_opt=no; \ 37 sane_makeflags=$$MAKEFLAGS; \ 38 if $(am__is_gnu_make); then \ 39 sane_makeflags=$$MFLAGS; \ 40 else \ 41 case $$MAKEFLAGS in \ 42 *\\[\ \ ]*) \ 43 bs=\\; \ 44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 46 esac; \ 47 fi; \ 48 skip_next=no; \ 49 strip_trailopt () \ 50 { \ 51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 }; \ 53 for flg in $$sane_makeflags; do \ 54 test $$skip_next = yes && { skip_next=no; continue; }; \ 55 case $$flg in \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ 60 -*O?*) strip_trailopt 'O';; \ 61 -*l) strip_trailopt 'l'; skip_next=yes;; \ 62 -*l?*) strip_trailopt 'l';; \ 63 -[dEDm]) skip_next=yes;; \ 64 -[JT]) skip_next=yes;; \ 65 esac; \ 66 case $$flg in \ 67 *$$target_option*) has_opt=yes; break;; \ 68 esac; \ 69 done; \ 70 test $$has_opt = yes 71am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73pkgdatadir = $(datadir)/@PACKAGE@ 74pkgincludedir = $(includedir)/@PACKAGE@ 75pkglibdir = $(libdir)/@PACKAGE@ 76pkglibexecdir = $(libexecdir)/@PACKAGE@ 77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 78install_sh_DATA = $(install_sh) -c -m 644 79install_sh_PROGRAM = $(install_sh) -c 80install_sh_SCRIPT = $(install_sh) -c 81INSTALL_HEADER = $(INSTALL_DATA) 82transform = $(program_transform_name) 83NORMAL_INSTALL = : 84PRE_INSTALL = : 85POST_INSTALL = : 86NORMAL_UNINSTALL = : 87PRE_UNINSTALL = : 88POST_UNINSTALL = : 89build_triplet = @build@ 90host_triplet = @host@ 91subdir = . 92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ 94 $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \ 95 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 96 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 97 $(top_srcdir)/configure.ac 98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 99 $(ACLOCAL_M4) 100DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 101 $(am__configure_deps) $(am__DIST_COMMON) 102am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 103 configure.lineno config.status.lineno 104mkinstalldirs = $(install_sh) -d 105CONFIG_HEADER = $(top_builddir)/include/do-not-use-config.h \ 106 $(top_builddir)/include/xorg-server.h \ 107 $(top_builddir)/include/dix-config.h \ 108 $(top_builddir)/include/xorg-config.h \ 109 $(top_builddir)/include/xkb-config.h \ 110 $(top_builddir)/include/xwin-config.h \ 111 $(top_builddir)/include/xwayland-config.h \ 112 $(top_builddir)/include/version-config.h 113CONFIG_CLEAN_FILES = xserver.ent xorg-server.pc 114CONFIG_CLEAN_VPATH_FILES = 115AM_V_P = $(am__v_P_@AM_V@) 116am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 117am__v_P_0 = false 118am__v_P_1 = : 119AM_V_GEN = $(am__v_GEN_@AM_V@) 120am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 121am__v_GEN_0 = @echo " GEN " $@; 122am__v_GEN_1 = 123AM_V_at = $(am__v_at_@AM_V@) 124am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 125am__v_at_0 = @ 126am__v_at_1 = 127SOURCES = 128DIST_SOURCES = 129RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 130 ctags-recursive dvi-recursive html-recursive info-recursive \ 131 install-data-recursive install-dvi-recursive \ 132 install-exec-recursive install-html-recursive \ 133 install-info-recursive install-pdf-recursive \ 134 install-ps-recursive install-recursive installcheck-recursive \ 135 installdirs-recursive pdf-recursive ps-recursive \ 136 tags-recursive uninstall-recursive 137am__can_run_installinfo = \ 138 case $$AM_UPDATE_INFO_DIR in \ 139 n|no|NO) false;; \ 140 *) (install-info --version) >/dev/null 2>&1;; \ 141 esac 142am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 143am__vpath_adj = case $$p in \ 144 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 145 *) f=$$p;; \ 146 esac; 147am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 148am__install_max = 40 149am__nobase_strip_setup = \ 150 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 151am__nobase_strip = \ 152 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 153am__nobase_list = $(am__nobase_strip_setup); \ 154 for p in $$list; do echo "$$p $$p"; done | \ 155 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 156 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 157 if (++n[$$2] == $(am__install_max)) \ 158 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 159 END { for (dir in files) print dir, files[dir] }' 160am__base_list = \ 161 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 162 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 163am__uninstall_files_from_dir = { \ 164 test -z "$$files" \ 165 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 166 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 167 $(am__cd) "$$dir" && rm -f $$files; }; \ 168 } 169am__installdirs = "$(DESTDIR)$(aclocaldir)" \ 170 "$(DESTDIR)$(pkgconfigdir)" 171DATA = $(aclocal_DATA) $(pkgconfig_DATA) 172RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 173 distclean-recursive maintainer-clean-recursive 174am__recursive_targets = \ 175 $(RECURSIVE_TARGETS) \ 176 $(RECURSIVE_CLEAN_TARGETS) \ 177 $(am__extra_recursive_targets) 178AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 179 cscope distdir distdir-am dist dist-all distcheck 180am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 181# Read a list of newline-separated strings from the standard input, 182# and print each of them once, without duplicates. Input order is 183# *not* preserved. 184am__uniquify_input = $(AWK) '\ 185 BEGIN { nonempty = 0; } \ 186 { items[$$0] = 1; nonempty = 1; } \ 187 END { if (nonempty) { for (i in items) print i; }; } \ 188' 189# Make sure the list of sources is unique. This is necessary because, 190# e.g., the same source file might be shared among _SOURCES variables 191# for different programs/libraries. 192am__define_uniq_tagged_files = \ 193 list='$(am__tagged_files)'; \ 194 unique=`for i in $$list; do \ 195 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 196 done | $(am__uniquify_input)` 197ETAGS = etags 198CTAGS = ctags 199CSCOPE = cscope 200am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/xorg-server.pc.in \ 201 $(srcdir)/xserver.ent.in COPYING ChangeLog INSTALL compile \ 202 config.guess config.sub install-sh ltmain.sh missing 203DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 204distdir = $(PACKAGE)-$(VERSION) 205top_distdir = $(distdir) 206am__remove_distdir = \ 207 if test -d "$(distdir)"; then \ 208 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 209 && rm -rf "$(distdir)" \ 210 || { sleep 5 && rm -rf "$(distdir)"; }; \ 211 else :; fi 212am__post_remove_distdir = $(am__remove_distdir) 213am__relativize = \ 214 dir0=`pwd`; \ 215 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 216 sed_rest='s,^[^/]*/*,,'; \ 217 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 218 sed_butlast='s,/*[^/]*$$,,'; \ 219 while test -n "$$dir1"; do \ 220 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 221 if test "$$first" != "."; then \ 222 if test "$$first" = ".."; then \ 223 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 224 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 225 else \ 226 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 227 if test "$$first2" = "$$first"; then \ 228 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 229 else \ 230 dir2="../$$dir2"; \ 231 fi; \ 232 dir0="$$dir0"/"$$first"; \ 233 fi; \ 234 fi; \ 235 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 236 done; \ 237 reldir="$$dir2" 238DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 239GZIP_ENV = --best 240DIST_TARGETS = dist-bzip2 dist-gzip 241distuninstallcheck_listfiles = find . -type f -print 242am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 243 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 244distcleancheck_listfiles = find . -type f -print 245ACLOCAL = @ACLOCAL@ 246ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 247ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 248AMTAR = @AMTAR@ 249AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 250APPLE_APPLICATIONS_DIR = @APPLE_APPLICATIONS_DIR@ 251APPLE_APPLICATION_NAME = @APPLE_APPLICATION_NAME@ 252APP_MAN_DIR = @APP_MAN_DIR@ 253APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 254AR = @AR@ 255AS = @AS@ 256AUTOCONF = @AUTOCONF@ 257AUTOHEADER = @AUTOHEADER@ 258AUTOMAKE = @AUTOMAKE@ 259AWK = @AWK@ 260BASE_CFLAGS = @BASE_CFLAGS@ 261BASE_FONT_PATH = @BASE_FONT_PATH@ 262BUILD_DATE = @BUILD_DATE@ 263BUILD_TIME = @BUILD_TIME@ 264BUNDLE_ID_PREFIX = @BUNDLE_ID_PREFIX@ 265BUNDLE_VERSION = @BUNDLE_VERSION@ 266BUNDLE_VERSION_STRING = @BUNDLE_VERSION_STRING@ 267CC = @CC@ 268CCAS = @CCAS@ 269CCASDEPMODE = @CCASDEPMODE@ 270CCASFLAGS = @CCASFLAGS@ 271CCDEPMODE = @CCDEPMODE@ 272CFLAGS = @CFLAGS@ 273CHANGELOG_CMD = @CHANGELOG_CMD@ 274COMPILEDDEFAULTFONTPATH = @COMPILEDDEFAULTFONTPATH@ 275CPP = @CPP@ 276CPPFLAGS = @CPPFLAGS@ 277CWARNFLAGS = @CWARNFLAGS@ 278CYGPATH_W = @CYGPATH_W@ 279DBUS_CFLAGS = @DBUS_CFLAGS@ 280DBUS_LIBS = @DBUS_LIBS@ 281DEFAULT_LIBRARY_PATH = @DEFAULT_LIBRARY_PATH@ 282DEFAULT_LOGDIR = @DEFAULT_LOGDIR@ 283DEFAULT_LOGPREFIX = @DEFAULT_LOGPREFIX@ 284DEFAULT_MODULE_PATH = @DEFAULT_MODULE_PATH@ 285DEFAULT_XDG_DATA_HOME = @DEFAULT_XDG_DATA_HOME@ 286DEFAULT_XDG_DATA_HOME_LOGDIR = @DEFAULT_XDG_DATA_HOME_LOGDIR@ 287DEFS = @DEFS@ 288DEPDIR = @DEPDIR@ 289DGA_CFLAGS = @DGA_CFLAGS@ 290DGA_LIBS = @DGA_LIBS@ 291DIX_CFLAGS = @DIX_CFLAGS@ 292DIX_LIB = @DIX_LIB@ 293DLLTOOL = @DLLTOOL@ 294DLOPEN_LIBS = @DLOPEN_LIBS@ 295DMXEXAMPLES_DEP_CFLAGS = @DMXEXAMPLES_DEP_CFLAGS@ 296DMXEXAMPLES_DEP_LIBS = @DMXEXAMPLES_DEP_LIBS@ 297DMXMODULES_CFLAGS = @DMXMODULES_CFLAGS@ 298DMXMODULES_LIBS = @DMXMODULES_LIBS@ 299DMXXIEXAMPLES_DEP_CFLAGS = @DMXXIEXAMPLES_DEP_CFLAGS@ 300DMXXIEXAMPLES_DEP_LIBS = @DMXXIEXAMPLES_DEP_LIBS@ 301DMXXMUEXAMPLES_DEP_CFLAGS = @DMXXMUEXAMPLES_DEP_CFLAGS@ 302DMXXMUEXAMPLES_DEP_LIBS = @DMXXMUEXAMPLES_DEP_LIBS@ 303DOT = @DOT@ 304DOXYGEN = @DOXYGEN@ 305DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@ 306DRI2PROTO_LIBS = @DRI2PROTO_LIBS@ 307DRI3PROTO_CFLAGS = @DRI3PROTO_CFLAGS@ 308DRI3PROTO_LIBS = @DRI3PROTO_LIBS@ 309DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 310DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 311DRI_DRIVER_PATH = @DRI_DRIVER_PATH@ 312DSYMUTIL = @DSYMUTIL@ 313DTRACE = @DTRACE@ 314DUMPBIN = @DUMPBIN@ 315ECHO_C = @ECHO_C@ 316ECHO_N = @ECHO_N@ 317ECHO_T = @ECHO_T@ 318EGREP = @EGREP@ 319EXEEXT = @EXEEXT@ 320FGREP = @FGREP@ 321FILE_MAN_DIR = @FILE_MAN_DIR@ 322FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 323FONT100DPIDIR = @FONT100DPIDIR@ 324FONT75DPIDIR = @FONT75DPIDIR@ 325FONTMISCDIR = @FONTMISCDIR@ 326FONTOTFDIR = @FONTOTFDIR@ 327FONTROOTDIR = @FONTROOTDIR@ 328FONTTTFDIR = @FONTTTFDIR@ 329FONTTYPE1DIR = @FONTTYPE1DIR@ 330FOP = @FOP@ 331GBM_CFLAGS = @GBM_CFLAGS@ 332GBM_LIBS = @GBM_LIBS@ 333GLAMOR_CFLAGS = @GLAMOR_CFLAGS@ 334GLAMOR_LIBS = @GLAMOR_LIBS@ 335GLX_ARCH_DEFINES = @GLX_ARCH_DEFINES@ 336GLX_DEFINES = @GLX_DEFINES@ 337GLX_SYS_LIBS = @GLX_SYS_LIBS@ 338GL_CFLAGS = @GL_CFLAGS@ 339GL_LIBS = @GL_LIBS@ 340GREP = @GREP@ 341HAL_CFLAGS = @HAL_CFLAGS@ 342HAL_LIBS = @HAL_LIBS@ 343HAVE_DOT = @HAVE_DOT@ 344INSTALL = @INSTALL@ 345INSTALL_CMD = @INSTALL_CMD@ 346INSTALL_DATA = @INSTALL_DATA@ 347INSTALL_PROGRAM = @INSTALL_PROGRAM@ 348INSTALL_SCRIPT = @INSTALL_SCRIPT@ 349INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 350KDRIVE_CFLAGS = @KDRIVE_CFLAGS@ 351KDRIVE_INCS = @KDRIVE_INCS@ 352KDRIVE_LIBS = @KDRIVE_LIBS@ 353KDRIVE_LOCAL_LIBS = @KDRIVE_LOCAL_LIBS@ 354KDRIVE_MAIN_LIB = @KDRIVE_MAIN_LIB@ 355KDRIVE_PURE_INCS = @KDRIVE_PURE_INCS@ 356KDRIVE_PURE_LIBS = @KDRIVE_PURE_LIBS@ 357KHRONOS_OPENGL_REGISTRY_CFLAGS = @KHRONOS_OPENGL_REGISTRY_CFLAGS@ 358KHRONOS_OPENGL_REGISTRY_LIBS = @KHRONOS_OPENGL_REGISTRY_LIBS@ 359KHRONOS_SPEC_DIR = @KHRONOS_SPEC_DIR@ 360LD = @LD@ 361LDFLAGS = @LDFLAGS@ 362LD_EXPORT_SYMBOLS_FLAG = @LD_EXPORT_SYMBOLS_FLAG@ 363LD_NO_UNDEFINED_FLAG = @LD_NO_UNDEFINED_FLAG@ 364LEX = @LEX@ 365LEXLIB = @LEXLIB@ 366LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 367LIBDRM_CFLAGS = @LIBDRM_CFLAGS@ 368LIBDRM_LIBS = @LIBDRM_LIBS@ 369LIBOBJS = @LIBOBJS@ 370LIBS = @LIBS@ 371LIBSHA1_CFLAGS = @LIBSHA1_CFLAGS@ 372LIBSHA1_LIBS = @LIBSHA1_LIBS@ 373LIBTOOL = @LIBTOOL@ 374LIBUNWIND_CFLAGS = @LIBUNWIND_CFLAGS@ 375LIBUNWIND_LIBS = @LIBUNWIND_LIBS@ 376LIB_MAN_DIR = @LIB_MAN_DIR@ 377LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 378LIPO = @LIPO@ 379LN_S = @LN_S@ 380LTLIBOBJS = @LTLIBOBJS@ 381LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 382MAIN_LIB = @MAIN_LIB@ 383MAKEINFO = @MAKEINFO@ 384MANIFEST_TOOL = @MANIFEST_TOOL@ 385MAN_SUBSTS = @MAN_SUBSTS@ 386MISC_MAN_DIR = @MISC_MAN_DIR@ 387MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 388MKDIR_P = @MKDIR_P@ 389NM = @NM@ 390NMEDIT = @NMEDIT@ 391OBJC = @OBJC@ 392OBJCCLD = @OBJCCLD@ 393OBJCDEPMODE = @OBJCDEPMODE@ 394OBJCFLAGS = @OBJCFLAGS@ 395OBJCLINK = @OBJCLINK@ 396OBJDUMP = @OBJDUMP@ 397OBJEXT = @OBJEXT@ 398OPENSSL_CFLAGS = @OPENSSL_CFLAGS@ 399OPENSSL_LIBS = @OPENSSL_LIBS@ 400OS_LIB = @OS_LIB@ 401OTOOL = @OTOOL@ 402OTOOL64 = @OTOOL64@ 403PACKAGE = @PACKAGE@ 404PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 405PACKAGE_NAME = @PACKAGE_NAME@ 406PACKAGE_STRING = @PACKAGE_STRING@ 407PACKAGE_TARNAME = @PACKAGE_TARNAME@ 408PACKAGE_URL = @PACKAGE_URL@ 409PACKAGE_VERSION = @PACKAGE_VERSION@ 410PATH_SEPARATOR = @PATH_SEPARATOR@ 411PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 412PCIACCESS_LIBS = @PCIACCESS_LIBS@ 413PCI_TXT_IDS_PATH = @PCI_TXT_IDS_PATH@ 414PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ 415PIXMAN_LIBS = @PIXMAN_LIBS@ 416PKG_CONFIG = @PKG_CONFIG@ 417PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 418PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 419PROJECTROOT = @PROJECTROOT@ 420PTHREAD_CC = @PTHREAD_CC@ 421PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 422PTHREAD_LIBS = @PTHREAD_LIBS@ 423PYTHON3 = @PYTHON3@ 424RANLIB = @RANLIB@ 425RAWCPP = @RAWCPP@ 426RAWCPPFLAGS = @RAWCPPFLAGS@ 427RELEASE_DATE = @RELEASE_DATE@ 428SCANNER_ARG = @SCANNER_ARG@ 429SDK_REQUIRED_MODULES = @SDK_REQUIRED_MODULES@ 430SED = @SED@ 431SELINUX_CFLAGS = @SELINUX_CFLAGS@ 432SELINUX_LIBS = @SELINUX_LIBS@ 433SERVER_MISC_CONFIG_PATH = @SERVER_MISC_CONFIG_PATH@ 434SET_MAKE = @SET_MAKE@ 435SHA1_CFLAGS = @SHA1_CFLAGS@ 436SHA1_LIBS = @SHA1_LIBS@ 437SHELL = @SHELL@ 438SOLARIS_INOUT_ARCH = @SOLARIS_INOUT_ARCH@ 439STRICT_CFLAGS = @STRICT_CFLAGS@ 440STRIP = @STRIP@ 441STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 442SUID_WRAPPER_DIR = @SUID_WRAPPER_DIR@ 443SYSCONFDIR = @SYSCONFDIR@ 444SYSTEMD_DAEMON_CFLAGS = @SYSTEMD_DAEMON_CFLAGS@ 445SYSTEMD_DAEMON_LIBS = @SYSTEMD_DAEMON_LIBS@ 446TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ 447UDEV_CFLAGS = @UDEV_CFLAGS@ 448UDEV_LIBS = @UDEV_LIBS@ 449UTILS_SYS_LIBS = @UTILS_SYS_LIBS@ 450VENDOR_NAME_SHORT = @VENDOR_NAME_SHORT@ 451VERSION = @VERSION@ 452WAYLAND_EGLSTREAM_CFLAGS = @WAYLAND_EGLSTREAM_CFLAGS@ 453WAYLAND_EGLSTREAM_DATADIR = @WAYLAND_EGLSTREAM_DATADIR@ 454WAYLAND_EGLSTREAM_LIBS = @WAYLAND_EGLSTREAM_LIBS@ 455WAYLAND_PROTOCOLS_DATADIR = @WAYLAND_PROTOCOLS_DATADIR@ 456WAYLAND_SCANNER = @WAYLAND_SCANNER@ 457WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@ 458WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@ 459WINDOWSDRI_CFLAGS = @WINDOWSDRI_CFLAGS@ 460WINDOWSDRI_LIBS = @WINDOWSDRI_LIBS@ 461WINDOWSWM_CFLAGS = @WINDOWSWM_CFLAGS@ 462WINDOWSWM_LIBS = @WINDOWSWM_LIBS@ 463WINDRES = @WINDRES@ 464X11EXAMPLES_DEP_CFLAGS = @X11EXAMPLES_DEP_CFLAGS@ 465X11EXAMPLES_DEP_LIBS = @X11EXAMPLES_DEP_LIBS@ 466XCONFIGDIR = @XCONFIGDIR@ 467XCONFIGFILE = @XCONFIGFILE@ 468XDMCP_CFLAGS = @XDMCP_CFLAGS@ 469XDMCP_LIBS = @XDMCP_LIBS@ 470XDMXCONFIG_DEP_CFLAGS = @XDMXCONFIG_DEP_CFLAGS@ 471XDMXCONFIG_DEP_LIBS = @XDMXCONFIG_DEP_LIBS@ 472XDMX_CFLAGS = @XDMX_CFLAGS@ 473XDMX_LIBS = @XDMX_LIBS@ 474XDMX_SYS_LIBS = @XDMX_SYS_LIBS@ 475XEPHYR_CFLAGS = @XEPHYR_CFLAGS@ 476XEPHYR_INCS = @XEPHYR_INCS@ 477XEPHYR_LIBS = @XEPHYR_LIBS@ 478XF86CONFIGDIR = @XF86CONFIGDIR@ 479XF86CONFIGFILE = @XF86CONFIGFILE@ 480XKB_BASE_DIRECTORY = @XKB_BASE_DIRECTORY@ 481XKB_BIN_DIRECTORY = @XKB_BIN_DIRECTORY@ 482XKB_COMPILED_DIR = @XKB_COMPILED_DIR@ 483XKB_DFLT_LAYOUT = @XKB_DFLT_LAYOUT@ 484XKB_DFLT_MODEL = @XKB_DFLT_MODEL@ 485XKB_DFLT_OPTIONS = @XKB_DFLT_OPTIONS@ 486XKB_DFLT_RULES = @XKB_DFLT_RULES@ 487XKB_DFLT_VARIANT = @XKB_DFLT_VARIANT@ 488XKM_OUTPUT_DIR = @XKM_OUTPUT_DIR@ 489XLIB_CFLAGS = @XLIB_CFLAGS@ 490XLIB_LIBS = @XLIB_LIBS@ 491XMLTO = @XMLTO@ 492XNESTMODULES_CFLAGS = @XNESTMODULES_CFLAGS@ 493XNESTMODULES_LIBS = @XNESTMODULES_LIBS@ 494XNEST_LIBS = @XNEST_LIBS@ 495XNEST_SYS_LIBS = @XNEST_SYS_LIBS@ 496XORG_CFLAGS = @XORG_CFLAGS@ 497XORG_DRIVER_LIBS = @XORG_DRIVER_LIBS@ 498XORG_INCS = @XORG_INCS@ 499XORG_LIBS = @XORG_LIBS@ 500XORG_MALLOC_DEBUG_ENV = @XORG_MALLOC_DEBUG_ENV@ 501XORG_MAN_PAGE = @XORG_MAN_PAGE@ 502XORG_MODULES_CFLAGS = @XORG_MODULES_CFLAGS@ 503XORG_MODULES_LIBS = @XORG_MODULES_LIBS@ 504XORG_OS_SUBDIR = @XORG_OS_SUBDIR@ 505XORG_SGML_PATH = @XORG_SGML_PATH@ 506XORG_SYS_LIBS = @XORG_SYS_LIBS@ 507XPBPROXY_CFLAGS = @XPBPROXY_CFLAGS@ 508XPBPROXY_LIBS = @XPBPROXY_LIBS@ 509XQUARTZ_LIBS = @XQUARTZ_LIBS@ 510XQUARTZ_SPARKLE = @XQUARTZ_SPARKLE@ 511XQUARTZ_SPARKLE_FEED_URL = @XQUARTZ_SPARKLE_FEED_URL@ 512XRESEXAMPLES_DEP_CFLAGS = @XRESEXAMPLES_DEP_CFLAGS@ 513XRESEXAMPLES_DEP_LIBS = @XRESEXAMPLES_DEP_LIBS@ 514XSERVERCFLAGS_CFLAGS = @XSERVERCFLAGS_CFLAGS@ 515XSERVERCFLAGS_LIBS = @XSERVERCFLAGS_LIBS@ 516XSERVERLIBS_CFLAGS = @XSERVERLIBS_CFLAGS@ 517XSERVERLIBS_LIBS = @XSERVERLIBS_LIBS@ 518XSERVER_LIBS = @XSERVER_LIBS@ 519XSERVER_SYS_LIBS = @XSERVER_SYS_LIBS@ 520XSHMFENCE_CFLAGS = @XSHMFENCE_CFLAGS@ 521XSHMFENCE_LIBS = @XSHMFENCE_LIBS@ 522XSLTPROC = @XSLTPROC@ 523XSL_STYLESHEET = @XSL_STYLESHEET@ 524XTSTEXAMPLES_DEP_CFLAGS = @XTSTEXAMPLES_DEP_CFLAGS@ 525XTSTEXAMPLES_DEP_LIBS = @XTSTEXAMPLES_DEP_LIBS@ 526XVFB_LIBS = @XVFB_LIBS@ 527XVFB_SYS_LIBS = @XVFB_SYS_LIBS@ 528XWAYLANDMODULES_CFLAGS = @XWAYLANDMODULES_CFLAGS@ 529XWAYLANDMODULES_LIBS = @XWAYLANDMODULES_LIBS@ 530XWAYLAND_LIBS = @XWAYLAND_LIBS@ 531XWAYLAND_SYS_LIBS = @XWAYLAND_SYS_LIBS@ 532XWINMODULES_CFLAGS = @XWINMODULES_CFLAGS@ 533XWINMODULES_LIBS = @XWINMODULES_LIBS@ 534XWIN_LIBS = @XWIN_LIBS@ 535XWIN_SERVER_NAME = @XWIN_SERVER_NAME@ 536XWIN_SYS_LIBS = @XWIN_SYS_LIBS@ 537YACC = @YACC@ 538YFLAGS = @YFLAGS@ 539abi_ansic = @abi_ansic@ 540abi_extension = @abi_extension@ 541abi_videodrv = @abi_videodrv@ 542abi_xinput = @abi_xinput@ 543abs_builddir = @abs_builddir@ 544abs_srcdir = @abs_srcdir@ 545abs_top_builddir = @abs_top_builddir@ 546abs_top_srcdir = @abs_top_srcdir@ 547ac_ct_AR = @ac_ct_AR@ 548ac_ct_CC = @ac_ct_CC@ 549ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 550am__include = @am__include@ 551am__leading_dot = @am__leading_dot@ 552am__quote = @am__quote@ 553am__tar = @am__tar@ 554am__untar = @am__untar@ 555ax_pthread_config = @ax_pthread_config@ 556bindir = @bindir@ 557build = @build@ 558build_alias = @build_alias@ 559build_cpu = @build_cpu@ 560build_os = @build_os@ 561build_vendor = @build_vendor@ 562builddir = @builddir@ 563datadir = @datadir@ 564datarootdir = @datarootdir@ 565docdir = @docdir@ 566driverdir = @driverdir@ 567dvidir = @dvidir@ 568exec_prefix = @exec_prefix@ 569extdir = @extdir@ 570host = @host@ 571host_alias = @host_alias@ 572host_cpu = @host_cpu@ 573host_os = @host_os@ 574host_vendor = @host_vendor@ 575htmldir = @htmldir@ 576includedir = @includedir@ 577infodir = @infodir@ 578install_sh = @install_sh@ 579libdir = @libdir@ 580libexecdir = @libexecdir@ 581localedir = @localedir@ 582localstatedir = @localstatedir@ 583logdir = @logdir@ 584mandir = @mandir@ 585mkdir_p = @mkdir_p@ 586moduledir = @moduledir@ 587oldincludedir = @oldincludedir@ 588pdfdir = @pdfdir@ 589prefix = @prefix@ 590program_transform_name = @program_transform_name@ 591psdir = @psdir@ 592runstatedir = @runstatedir@ 593sbindir = @sbindir@ 594sdkdir = @sdkdir@ 595sharedstatedir = @sharedstatedir@ 596srcdir = @srcdir@ 597symbol_visibility = @symbol_visibility@ 598sysconfdir = @sysconfdir@ 599sysconfigdir = @sysconfigdir@ 600target_alias = @target_alias@ 601top_build_prefix = @top_build_prefix@ 602top_builddir = @top_builddir@ 603top_srcdir = @top_srcdir@ 604AUTOMAKE_OPTIONS = nostdinc 605 606# Required for automake < 1.14 607ACLOCAL_AMFLAGS = -I m4 608@COMPOSITE_TRUE@COMPOSITE_DIR = composite 609@GLX_TRUE@GLX_DIR = glx 610@DBE_TRUE@DBE_DIR = dbe 611@RECORD_TRUE@RECORD_DIR = record 612@DRI3_TRUE@DRI3_DIR = dri3 613@PRESENT_TRUE@PRESENT_DIR = present 614@PSEUDORAMIX_TRUE@PSEUDORAMIX_DIR = pseudoramiX 615@GLAMOR_TRUE@GLAMOR_DIR = glamor 616SUBDIRS = \ 617 doc \ 618 man \ 619 include \ 620 dix \ 621 fb \ 622 mi \ 623 Xext \ 624 miext \ 625 os \ 626 randr \ 627 render \ 628 Xi \ 629 xkb \ 630 $(PSEUDORAMIX_DIR) \ 631 $(DBE_DIR) \ 632 $(RECORD_DIR) \ 633 xfixes \ 634 damageext \ 635 $(COMPOSITE_DIR) \ 636 $(GLX_DIR) \ 637 $(PRESENT_DIR) \ 638 $(DRI3_DIR) \ 639 exa \ 640 $(GLAMOR_DIR) \ 641 config \ 642 hw \ 643 test 644 645@XORG_TRUE@aclocaldir = $(datadir)/aclocal 646@XORG_TRUE@aclocal_DATA = xorg-server.m4 647@XORG_TRUE@pkgconfigdir = $(libdir)/pkgconfig 648@XORG_TRUE@pkgconfig_DATA = xorg-server.pc 649EXTRA_DIST = xorg-server.pc.in xorg-server.m4 autogen.sh README.md \ 650 meson_options.txt include/xorg-config.h.meson.in \ 651 include/xwin-config.h.meson.in hw/xfree86/loader/symbol-test.c \ 652 hw/xfree86/common/xf86Build.sh composite/meson.build \ 653 config/meson.build damageext/meson.build dbe/meson.build \ 654 dix/meson.build dri3/meson.build exa/meson.build \ 655 fb/meson.build glamor/meson.build glx/meson.build \ 656 hw/dmx/config/meson.build hw/dmx/examples/meson.build \ 657 hw/dmx/glxProxy/meson.build hw/dmx/input/meson.build \ 658 hw/dmx/meson.build hw/kdrive/ephyr/meson.build \ 659 hw/kdrive/meson.build hw/kdrive/src/meson.build hw/meson.build \ 660 hw/vfb/meson.build hw/xfree86/common/meson.build \ 661 hw/xfree86/ddc/meson.build hw/xfree86/dixmods/meson.build \ 662 hw/xfree86/dri2/meson.build hw/xfree86/dri/meson.build \ 663 hw/xfree86/drivers/modesetting/meson.build \ 664 hw/xfree86/exa/meson.build hw/xfree86/fbdevhw/meson.build \ 665 hw/xfree86/glamor_egl/meson.build hw/xfree86/i2c/meson.build \ 666 hw/xfree86/int10/meson.build hw/xfree86/loader/meson.build \ 667 hw/xfree86/meson.build hw/xfree86/modes/meson.build \ 668 hw/xfree86/os-support/meson.build \ 669 hw/xfree86/parser/meson.build hw/xfree86/ramdac/meson.build \ 670 hw/xfree86/shadowfb/meson.build hw/xfree86/vbe/meson.build \ 671 hw/xfree86/vgahw/meson.build hw/xfree86/x86emu/meson.build \ 672 hw/xfree86/xkb/meson.build hw/xnest/meson.build \ 673 hw/xquartz/meson.build hw/xwayland/meson.build \ 674 hw/xwin/dri/meson.build hw/xwin/glx/meson.build \ 675 hw/xwin/meson.build hw/xwin/winclipboard/meson.build \ 676 include/meson.build meson.build miext/damage/meson.build \ 677 miext/shadow/meson.build miext/sync/meson.build mi/meson.build \ 678 os/meson.build present/meson.build pseudoramiX/meson.build \ 679 randr/meson.build record/meson.build render/meson.build \ 680 test/bigreq/meson.build test/bigreq/request-length.c \ 681 test/meson.build test/sync/meson.build test/sync/sync.c \ 682 Xext/meson.build xfixes/meson.build Xi/meson.build \ 683 xkb/meson.build 684DISTCHECK_CONFIGURE_FLAGS = \ 685 --with-xkb-path=$(XKB_BASE_DIRECTORY) \ 686 --with-xkb-bin-directory=$(XKB_BIN_DIRECTORY) \ 687 --with-xkb-output='$${datadir}/X11/xkb/compiled' 688 689DIST_SUBDIRS = \ 690 doc \ 691 man \ 692 include \ 693 dix \ 694 fb \ 695 mi \ 696 Xext \ 697 miext \ 698 os \ 699 pseudoramiX \ 700 randr \ 701 render \ 702 Xi \ 703 xkb \ 704 dbe \ 705 record \ 706 xfixes \ 707 damageext \ 708 composite \ 709 glx \ 710 exa \ 711 glamor \ 712 config \ 713 dri3 \ 714 present \ 715 hw \ 716 test 717 718all: all-recursive 719 720.SUFFIXES: 721am--refresh: Makefile 722 @: 723$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 724 @for dep in $?; do \ 725 case '$(am__configure_deps)' in \ 726 *$$dep*) \ 727 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 728 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 729 && exit 0; \ 730 exit 1;; \ 731 esac; \ 732 done; \ 733 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 734 $(am__cd) $(top_srcdir) && \ 735 $(AUTOMAKE) --foreign Makefile 736Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 737 @case '$?' in \ 738 *config.status*) \ 739 echo ' $(SHELL) ./config.status'; \ 740 $(SHELL) ./config.status;; \ 741 *) \ 742 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 743 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 744 esac; 745 746$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 747 $(SHELL) ./config.status --recheck 748 749$(top_srcdir)/configure: $(am__configure_deps) 750 $(am__cd) $(srcdir) && $(AUTOCONF) 751$(ACLOCAL_M4): $(am__aclocal_m4_deps) 752 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 753$(am__aclocal_m4_deps): 754xserver.ent: $(top_builddir)/config.status $(srcdir)/xserver.ent.in 755 cd $(top_builddir) && $(SHELL) ./config.status $@ 756xorg-server.pc: $(top_builddir)/config.status $(srcdir)/xorg-server.pc.in 757 cd $(top_builddir) && $(SHELL) ./config.status $@ 758 759mostlyclean-libtool: 760 -rm -f *.lo 761 762clean-libtool: 763 -rm -rf .libs _libs 764 765distclean-libtool: 766 -rm -f libtool config.lt 767install-aclocalDATA: $(aclocal_DATA) 768 @$(NORMAL_INSTALL) 769 @list='$(aclocal_DATA)'; test -n "$(aclocaldir)" || list=; \ 770 if test -n "$$list"; then \ 771 echo " $(MKDIR_P) '$(DESTDIR)$(aclocaldir)'"; \ 772 $(MKDIR_P) "$(DESTDIR)$(aclocaldir)" || exit 1; \ 773 fi; \ 774 for p in $$list; do \ 775 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 776 echo "$$d$$p"; \ 777 done | $(am__base_list) | \ 778 while read files; do \ 779 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(aclocaldir)'"; \ 780 $(INSTALL_DATA) $$files "$(DESTDIR)$(aclocaldir)" || exit $$?; \ 781 done 782 783uninstall-aclocalDATA: 784 @$(NORMAL_UNINSTALL) 785 @list='$(aclocal_DATA)'; test -n "$(aclocaldir)" || list=; \ 786 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 787 dir='$(DESTDIR)$(aclocaldir)'; $(am__uninstall_files_from_dir) 788install-pkgconfigDATA: $(pkgconfig_DATA) 789 @$(NORMAL_INSTALL) 790 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 791 if test -n "$$list"; then \ 792 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ 793 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ 794 fi; \ 795 for p in $$list; do \ 796 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 797 echo "$$d$$p"; \ 798 done | $(am__base_list) | \ 799 while read files; do \ 800 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 801 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 802 done 803 804uninstall-pkgconfigDATA: 805 @$(NORMAL_UNINSTALL) 806 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 807 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 808 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 809 810# This directory's subdirectories are mostly independent; you can cd 811# into them and run 'make' without going through this Makefile. 812# To change the values of 'make' variables: instead of editing Makefiles, 813# (1) if the variable is set in 'config.status', edit 'config.status' 814# (which will cause the Makefiles to be regenerated when you run 'make'); 815# (2) otherwise, pass the desired values on the 'make' command line. 816$(am__recursive_targets): 817 @fail=; \ 818 if $(am__make_keepgoing); then \ 819 failcom='fail=yes'; \ 820 else \ 821 failcom='exit 1'; \ 822 fi; \ 823 dot_seen=no; \ 824 target=`echo $@ | sed s/-recursive//`; \ 825 case "$@" in \ 826 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 827 *) list='$(SUBDIRS)' ;; \ 828 esac; \ 829 for subdir in $$list; do \ 830 echo "Making $$target in $$subdir"; \ 831 if test "$$subdir" = "."; then \ 832 dot_seen=yes; \ 833 local_target="$$target-am"; \ 834 else \ 835 local_target="$$target"; \ 836 fi; \ 837 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 838 || eval $$failcom; \ 839 done; \ 840 if test "$$dot_seen" = "no"; then \ 841 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 842 fi; test -z "$$fail" 843 844ID: $(am__tagged_files) 845 $(am__define_uniq_tagged_files); mkid -fID $$unique 846tags: tags-recursive 847TAGS: tags 848 849tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 850 set x; \ 851 here=`pwd`; \ 852 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 853 include_option=--etags-include; \ 854 empty_fix=.; \ 855 else \ 856 include_option=--include; \ 857 empty_fix=; \ 858 fi; \ 859 list='$(SUBDIRS)'; for subdir in $$list; do \ 860 if test "$$subdir" = .; then :; else \ 861 test ! -f $$subdir/TAGS || \ 862 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 863 fi; \ 864 done; \ 865 $(am__define_uniq_tagged_files); \ 866 shift; \ 867 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 868 test -n "$$unique" || unique=$$empty_fix; \ 869 if test $$# -gt 0; then \ 870 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 871 "$$@" $$unique; \ 872 else \ 873 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 874 $$unique; \ 875 fi; \ 876 fi 877ctags: ctags-recursive 878 879CTAGS: ctags 880ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 881 $(am__define_uniq_tagged_files); \ 882 test -z "$(CTAGS_ARGS)$$unique" \ 883 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 884 $$unique 885 886GTAGS: 887 here=`$(am__cd) $(top_builddir) && pwd` \ 888 && $(am__cd) $(top_srcdir) \ 889 && gtags -i $(GTAGS_ARGS) "$$here" 890cscope: cscope.files 891 test ! -s cscope.files \ 892 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 893clean-cscope: 894 -rm -f cscope.files 895cscope.files: clean-cscope cscopelist 896cscopelist: cscopelist-recursive 897 898cscopelist-am: $(am__tagged_files) 899 list='$(am__tagged_files)'; \ 900 case "$(srcdir)" in \ 901 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 902 *) sdir=$(subdir)/$(srcdir) ;; \ 903 esac; \ 904 for i in $$list; do \ 905 if test -f "$$i"; then \ 906 echo "$(subdir)/$$i"; \ 907 else \ 908 echo "$$sdir/$$i"; \ 909 fi; \ 910 done >> $(top_builddir)/cscope.files 911 912distclean-tags: 913 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 914 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 915 916distdir: $(BUILT_SOURCES) 917 $(MAKE) $(AM_MAKEFLAGS) distdir-am 918 919distdir-am: $(DISTFILES) 920 $(am__remove_distdir) 921 test -d "$(distdir)" || mkdir "$(distdir)" 922 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 923 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 924 list='$(DISTFILES)'; \ 925 dist_files=`for file in $$list; do echo $$file; done | \ 926 sed -e "s|^$$srcdirstrip/||;t" \ 927 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 928 case $$dist_files in \ 929 */*) $(MKDIR_P) `echo "$$dist_files" | \ 930 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 931 sort -u` ;; \ 932 esac; \ 933 for file in $$dist_files; do \ 934 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 935 if test -d $$d/$$file; then \ 936 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 937 if test -d "$(distdir)/$$file"; then \ 938 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 939 fi; \ 940 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 941 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 942 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 943 fi; \ 944 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 945 else \ 946 test -f "$(distdir)/$$file" \ 947 || cp -p $$d/$$file "$(distdir)/$$file" \ 948 || exit 1; \ 949 fi; \ 950 done 951 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 952 if test "$$subdir" = .; then :; else \ 953 $(am__make_dryrun) \ 954 || test -d "$(distdir)/$$subdir" \ 955 || $(MKDIR_P) "$(distdir)/$$subdir" \ 956 || exit 1; \ 957 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 958 $(am__relativize); \ 959 new_distdir=$$reldir; \ 960 dir1=$$subdir; dir2="$(top_distdir)"; \ 961 $(am__relativize); \ 962 new_top_distdir=$$reldir; \ 963 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 964 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 965 ($(am__cd) $$subdir && \ 966 $(MAKE) $(AM_MAKEFLAGS) \ 967 top_distdir="$$new_top_distdir" \ 968 distdir="$$new_distdir" \ 969 am__remove_distdir=: \ 970 am__skip_length_check=: \ 971 am__skip_mode_fix=: \ 972 distdir) \ 973 || exit 1; \ 974 fi; \ 975 done 976 $(MAKE) $(AM_MAKEFLAGS) \ 977 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 978 dist-hook 979 -test -n "$(am__skip_mode_fix)" \ 980 || find "$(distdir)" -type d ! -perm -755 \ 981 -exec chmod u+rwx,go+rx {} \; -o \ 982 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 983 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 984 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 985 || chmod -R a+r "$(distdir)" 986dist-gzip: distdir 987 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 988 $(am__post_remove_distdir) 989dist-bzip2: distdir 990 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 991 $(am__post_remove_distdir) 992 993dist-lzip: distdir 994 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 995 $(am__post_remove_distdir) 996 997dist-xz: distdir 998 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 999 $(am__post_remove_distdir) 1000 1001dist-zstd: distdir 1002 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 1003 $(am__post_remove_distdir) 1004 1005dist-tarZ: distdir 1006 @echo WARNING: "Support for distribution archives compressed with" \ 1007 "legacy program 'compress' is deprecated." >&2 1008 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 1009 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 1010 $(am__post_remove_distdir) 1011 1012dist-shar: distdir 1013 @echo WARNING: "Support for shar distribution archives is" \ 1014 "deprecated." >&2 1015 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 1016 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 1017 $(am__post_remove_distdir) 1018 1019dist-zip: distdir 1020 -rm -f $(distdir).zip 1021 zip -rq $(distdir).zip $(distdir) 1022 $(am__post_remove_distdir) 1023 1024dist dist-all: 1025 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 1026 $(am__post_remove_distdir) 1027 1028# This target untars the dist file and tries a VPATH configuration. Then 1029# it guarantees that the distribution is self-contained by making another 1030# tarfile. 1031distcheck: dist 1032 case '$(DIST_ARCHIVES)' in \ 1033 *.tar.gz*) \ 1034 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 1035 *.tar.bz2*) \ 1036 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 1037 *.tar.lz*) \ 1038 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 1039 *.tar.xz*) \ 1040 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 1041 *.tar.Z*) \ 1042 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 1043 *.shar.gz*) \ 1044 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 1045 *.zip*) \ 1046 unzip $(distdir).zip ;;\ 1047 *.tar.zst*) \ 1048 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 1049 esac 1050 chmod -R a-w $(distdir) 1051 chmod u+w $(distdir) 1052 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 1053 chmod a-w $(distdir) 1054 test -d $(distdir)/_build || exit 0; \ 1055 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 1056 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 1057 && $(MAKE) $(AM_MAKEFLAGS) distcheck-hook \ 1058 && am__cwd=`pwd` \ 1059 && $(am__cd) $(distdir)/_build/sub \ 1060 && ../../configure \ 1061 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 1062 $(DISTCHECK_CONFIGURE_FLAGS) \ 1063 --srcdir=../.. --prefix="$$dc_install_base" \ 1064 && $(MAKE) $(AM_MAKEFLAGS) \ 1065 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 1066 && $(MAKE) $(AM_MAKEFLAGS) check \ 1067 && $(MAKE) $(AM_MAKEFLAGS) install \ 1068 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 1069 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 1070 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 1071 distuninstallcheck \ 1072 && chmod -R a-w "$$dc_install_base" \ 1073 && ({ \ 1074 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 1075 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 1076 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 1077 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 1078 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 1079 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 1080 && rm -rf "$$dc_destdir" \ 1081 && $(MAKE) $(AM_MAKEFLAGS) dist \ 1082 && rm -rf $(DIST_ARCHIVES) \ 1083 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 1084 && cd "$$am__cwd" \ 1085 || exit 1 1086 $(am__post_remove_distdir) 1087 @(echo "$(distdir) archives ready for distribution: "; \ 1088 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 1089 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 1090distuninstallcheck: 1091 @test -n '$(distuninstallcheck_dir)' || { \ 1092 echo 'ERROR: trying to run $@ with an empty' \ 1093 '$$(distuninstallcheck_dir)' >&2; \ 1094 exit 1; \ 1095 }; \ 1096 $(am__cd) '$(distuninstallcheck_dir)' || { \ 1097 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 1098 exit 1; \ 1099 }; \ 1100 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 1101 || { echo "ERROR: files left after uninstall:" ; \ 1102 if test -n "$(DESTDIR)"; then \ 1103 echo " (check DESTDIR support)"; \ 1104 fi ; \ 1105 $(distuninstallcheck_listfiles) ; \ 1106 exit 1; } >&2 1107distcleancheck: distclean 1108 @if test '$(srcdir)' = . ; then \ 1109 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 1110 exit 1 ; \ 1111 fi 1112 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 1113 || { echo "ERROR: files left in build directory after distclean:" ; \ 1114 $(distcleancheck_listfiles) ; \ 1115 exit 1; } >&2 1116check-am: all-am 1117check: check-recursive 1118all-am: Makefile $(DATA) 1119installdirs: installdirs-recursive 1120installdirs-am: 1121 for dir in "$(DESTDIR)$(aclocaldir)" "$(DESTDIR)$(pkgconfigdir)"; do \ 1122 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 1123 done 1124install: install-recursive 1125install-exec: install-exec-recursive 1126install-data: install-data-recursive 1127uninstall: uninstall-recursive 1128 1129install-am: all-am 1130 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1131 1132installcheck: installcheck-recursive 1133install-strip: 1134 if test -z '$(STRIP)'; then \ 1135 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1136 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1137 install; \ 1138 else \ 1139 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1140 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1141 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1142 fi 1143mostlyclean-generic: 1144 1145clean-generic: 1146 1147distclean-generic: 1148 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1149 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1150 1151maintainer-clean-generic: 1152 @echo "This command is intended for maintainers to use" 1153 @echo "it deletes files that may require special tools to rebuild." 1154clean: clean-recursive 1155 1156clean-am: clean-generic clean-libtool mostlyclean-am 1157 1158distclean: distclean-recursive 1159 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1160 -rm -f Makefile 1161distclean-am: clean-am distclean-generic distclean-libtool \ 1162 distclean-tags 1163 1164dvi: dvi-recursive 1165 1166dvi-am: 1167 1168html: html-recursive 1169 1170html-am: 1171 1172info: info-recursive 1173 1174info-am: 1175 1176install-data-am: install-aclocalDATA install-pkgconfigDATA 1177 1178install-dvi: install-dvi-recursive 1179 1180install-dvi-am: 1181 1182install-exec-am: 1183 1184install-html: install-html-recursive 1185 1186install-html-am: 1187 1188install-info: install-info-recursive 1189 1190install-info-am: 1191 1192install-man: 1193 1194install-pdf: install-pdf-recursive 1195 1196install-pdf-am: 1197 1198install-ps: install-ps-recursive 1199 1200install-ps-am: 1201 1202installcheck-am: 1203 1204maintainer-clean: maintainer-clean-recursive 1205 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1206 -rm -rf $(top_srcdir)/autom4te.cache 1207 -rm -f Makefile 1208maintainer-clean-am: distclean-am maintainer-clean-generic 1209 1210mostlyclean: mostlyclean-recursive 1211 1212mostlyclean-am: mostlyclean-generic mostlyclean-libtool 1213 1214pdf: pdf-recursive 1215 1216pdf-am: 1217 1218ps: ps-recursive 1219 1220ps-am: 1221 1222uninstall-am: uninstall-aclocalDATA uninstall-pkgconfigDATA 1223 1224.MAKE: $(am__recursive_targets) install-am install-strip 1225 1226.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 1227 am--refresh check check-am clean clean-cscope clean-generic \ 1228 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 1229 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ 1230 dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \ 1231 distclean-generic distclean-libtool distclean-tags \ 1232 distcleancheck distdir distuninstallcheck dvi dvi-am html \ 1233 html-am info info-am install install-aclocalDATA install-am \ 1234 install-data install-data-am install-dvi install-dvi-am \ 1235 install-exec install-exec-am install-html install-html-am \ 1236 install-info install-info-am install-man install-pdf \ 1237 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ 1238 install-strip installcheck installcheck-am installdirs \ 1239 installdirs-am maintainer-clean maintainer-clean-generic \ 1240 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 1241 ps ps-am tags tags-am uninstall uninstall-aclocalDATA \ 1242 uninstall-am uninstall-pkgconfigDATA 1243 1244.PRECIOUS: Makefile 1245 1246 1247.PHONY: ChangeLog INSTALL 1248 1249INSTALL: 1250 $(INSTALL_CMD) 1251 1252ChangeLog: 1253 $(CHANGELOG_CMD) 1254 1255dist-hook: ChangeLog INSTALL 1256 1257# gross hack 1258relink: all 1259 $(AM_V_at)$(MAKE) -C hw relink 1260 1261install-headers: Makefile 1262 +find . -name Makefile | while read m; do \ 1263 if grep -q install-sdkHEADERS $$m; then \ 1264 (cd `dirname "$$m"` && make install-sdkHEADERS) \ 1265 fi \ 1266 done 1267 1268distcheck-hook: 1269 cd $(srcdir) && \ 1270 meson setup _distcheck_build && \ 1271 meson configure _distcheck_build && \ 1272 ninja -C _distcheck_build && \ 1273 rm -rf _distcheck_build && \ 1274 cd - 1275 1276# Tell versions [3.59,3.63) of GNU make to not export all variables. 1277# Otherwise a system limit (for SysV at least) may be exceeded. 1278.NOEXPORT: 1279