Makefile.in revision 7d2c738b
1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 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/ax_define_dir.m4 \ 94 $(top_srcdir)/m4/ax_gcc_builtin.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)/src/config.h \ 106 $(top_builddir)/include/X11/XlibConf.h 107CONFIG_CLEAN_FILES = x11.pc x11-xcb.pc 108CONFIG_CLEAN_VPATH_FILES = 109AM_V_P = $(am__v_P_@AM_V@) 110am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 111am__v_P_0 = false 112am__v_P_1 = : 113AM_V_GEN = $(am__v_GEN_@AM_V@) 114am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 115am__v_GEN_0 = @echo " GEN " $@; 116am__v_GEN_1 = 117AM_V_at = $(am__v_at_@AM_V@) 118am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 119am__v_at_0 = @ 120am__v_at_1 = 121SOURCES = 122DIST_SOURCES = 123RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 124 ctags-recursive dvi-recursive html-recursive info-recursive \ 125 install-data-recursive install-dvi-recursive \ 126 install-exec-recursive install-html-recursive \ 127 install-info-recursive install-pdf-recursive \ 128 install-ps-recursive install-recursive installcheck-recursive \ 129 installdirs-recursive pdf-recursive ps-recursive \ 130 tags-recursive uninstall-recursive 131am__can_run_installinfo = \ 132 case $$AM_UPDATE_INFO_DIR in \ 133 n|no|NO) false;; \ 134 *) (install-info --version) >/dev/null 2>&1;; \ 135 esac 136am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 137am__vpath_adj = case $$p in \ 138 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 139 *) f=$$p;; \ 140 esac; 141am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 142am__install_max = 40 143am__nobase_strip_setup = \ 144 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 145am__nobase_strip = \ 146 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 147am__nobase_list = $(am__nobase_strip_setup); \ 148 for p in $$list; do echo "$$p $$p"; done | \ 149 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 150 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 151 if (++n[$$2] == $(am__install_max)) \ 152 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 153 END { for (dir in files) print dir, files[dir] }' 154am__base_list = \ 155 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 156 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 157am__uninstall_files_from_dir = { \ 158 test -z "$$files" \ 159 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 160 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 161 $(am__cd) "$$dir" && rm -f $$files; }; \ 162 } 163am__installdirs = "$(DESTDIR)$(pkgconfigdir)" 164DATA = $(pkgconfig_DATA) 165RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 166 distclean-recursive maintainer-clean-recursive 167am__recursive_targets = \ 168 $(RECURSIVE_TARGETS) \ 169 $(RECURSIVE_CLEAN_TARGETS) \ 170 $(am__extra_recursive_targets) 171AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 172 cscope distdir distdir-am dist dist-all distcheck 173am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 174# Read a list of newline-separated strings from the standard input, 175# and print each of them once, without duplicates. Input order is 176# *not* preserved. 177am__uniquify_input = $(AWK) '\ 178 BEGIN { nonempty = 0; } \ 179 { items[$$0] = 1; nonempty = 1; } \ 180 END { if (nonempty) { for (i in items) print i; }; } \ 181' 182# Make sure the list of sources is unique. This is necessary because, 183# e.g., the same source file might be shared among _SOURCES variables 184# for different programs/libraries. 185am__define_uniq_tagged_files = \ 186 list='$(am__tagged_files)'; \ 187 unique=`for i in $$list; do \ 188 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 189 done | $(am__uniquify_input)` 190DIST_SUBDIRS = include modules src nls man specs 191am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/x11-xcb.pc.in \ 192 $(srcdir)/x11.pc.in $(top_srcdir)/include/X11/XlibConf.h.in \ 193 AUTHORS COPYING ChangeLog INSTALL README.md compile \ 194 config.guess config.sub install-sh ltmain.sh missing 195DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 196distdir = $(PACKAGE)-$(VERSION) 197top_distdir = $(distdir) 198am__remove_distdir = \ 199 if test -d "$(distdir)"; then \ 200 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 201 && rm -rf "$(distdir)" \ 202 || { sleep 5 && rm -rf "$(distdir)"; }; \ 203 else :; fi 204am__post_remove_distdir = $(am__remove_distdir) 205am__relativize = \ 206 dir0=`pwd`; \ 207 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 208 sed_rest='s,^[^/]*/*,,'; \ 209 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 210 sed_butlast='s,/*[^/]*$$,,'; \ 211 while test -n "$$dir1"; do \ 212 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 213 if test "$$first" != "."; then \ 214 if test "$$first" = ".."; then \ 215 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 216 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 217 else \ 218 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 219 if test "$$first2" = "$$first"; then \ 220 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 221 else \ 222 dir2="../$$dir2"; \ 223 fi; \ 224 dir0="$$dir0"/"$$first"; \ 225 fi; \ 226 fi; \ 227 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 228 done; \ 229 reldir="$$dir2" 230DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz 231GZIP_ENV = --best 232DIST_TARGETS = dist-xz dist-gzip 233# Exists only to be overridden by the user if desired. 234AM_DISTCHECK_DVI_TARGET = dvi 235distuninstallcheck_listfiles = find . -type f -print 236am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 237 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 238distcleancheck_listfiles = find . -type f -print 239ACLOCAL = @ACLOCAL@ 240ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 241ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 242AMTAR = @AMTAR@ 243AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 244APP_MAN_DIR = @APP_MAN_DIR@ 245APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 246AR = @AR@ 247AUTOCONF = @AUTOCONF@ 248AUTOHEADER = @AUTOHEADER@ 249AUTOMAKE = @AUTOMAKE@ 250AWK = @AWK@ 251BASE_CFLAGS = @BASE_CFLAGS@ 252BIGFONT_CFLAGS = @BIGFONT_CFLAGS@ 253BIGFONT_LIBS = @BIGFONT_LIBS@ 254CC = @CC@ 255CCDEPMODE = @CCDEPMODE@ 256CC_FOR_BUILD = @CC_FOR_BUILD@ 257CFLAGS = @CFLAGS@ 258CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ 259CHANGELOG_CMD = @CHANGELOG_CMD@ 260CPP = @CPP@ 261CPPFLAGS = @CPPFLAGS@ 262CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ 263CSCOPE = @CSCOPE@ 264CTAGS = @CTAGS@ 265CWARNFLAGS = @CWARNFLAGS@ 266CYGPATH_W = @CYGPATH_W@ 267DEFS = @DEFS@ 268DEPDIR = @DEPDIR@ 269DLLTOOL = @DLLTOOL@ 270DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 271DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 272DSYMUTIL = @DSYMUTIL@ 273DUMPBIN = @DUMPBIN@ 274ECHO_C = @ECHO_C@ 275ECHO_N = @ECHO_N@ 276ECHO_T = @ECHO_T@ 277EGREP = @EGREP@ 278ETAGS = @ETAGS@ 279EXEEXT = @EXEEXT@ 280EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ 281FGREP = @FGREP@ 282FILECMD = @FILECMD@ 283FILE_MAN_DIR = @FILE_MAN_DIR@ 284FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 285FOP = @FOP@ 286GREP = @GREP@ 287I18N_MODULE_LIBS = @I18N_MODULE_LIBS@ 288INSTALL = @INSTALL@ 289INSTALL_CMD = @INSTALL_CMD@ 290INSTALL_DATA = @INSTALL_DATA@ 291INSTALL_PROGRAM = @INSTALL_PROGRAM@ 292INSTALL_SCRIPT = @INSTALL_SCRIPT@ 293INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 294KEYSYMDEFS = @KEYSYMDEFS@ 295LAUNCHD = @LAUNCHD@ 296LD = @LD@ 297LDFLAGS = @LDFLAGS@ 298LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ 299LIBOBJS = @LIBOBJS@ 300LIBS = @LIBS@ 301LIBTOOL = @LIBTOOL@ 302LIB_MAN_DIR = @LIB_MAN_DIR@ 303LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 304LINT = @LINT@ 305LINTLIB = @LINTLIB@ 306LINT_FLAGS = @LINT_FLAGS@ 307LIPO = @LIPO@ 308LN_S = @LN_S@ 309LTLIBOBJS = @LTLIBOBJS@ 310LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 311MAKEINFO = @MAKEINFO@ 312MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 313MANIFEST_TOOL = @MANIFEST_TOOL@ 314MAN_SUBSTS = @MAN_SUBSTS@ 315MISC_MAN_DIR = @MISC_MAN_DIR@ 316MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 317MKDIR_P = @MKDIR_P@ 318NM = @NM@ 319NMEDIT = @NMEDIT@ 320OBJDUMP = @OBJDUMP@ 321OBJEXT = @OBJEXT@ 322OTOOL = @OTOOL@ 323OTOOL64 = @OTOOL64@ 324PACKAGE = @PACKAGE@ 325PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 326PACKAGE_NAME = @PACKAGE_NAME@ 327PACKAGE_STRING = @PACKAGE_STRING@ 328PACKAGE_TARNAME = @PACKAGE_TARNAME@ 329PACKAGE_URL = @PACKAGE_URL@ 330PACKAGE_VERSION = @PACKAGE_VERSION@ 331PATH_SEPARATOR = @PATH_SEPARATOR@ 332PERL = @PERL@ 333PKG_CONFIG = @PKG_CONFIG@ 334PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 335PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 336RANLIB = @RANLIB@ 337RAWCPP = @RAWCPP@ 338RAWCPPFLAGS = @RAWCPPFLAGS@ 339SED = @SED@ 340SET_MAKE = @SET_MAKE@ 341SHELL = @SHELL@ 342STRICT_CFLAGS = @STRICT_CFLAGS@ 343STRIP = @STRIP@ 344STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 345TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@ 346USE_THREAD_LIBS = @USE_THREAD_LIBS@ 347VERSION = @VERSION@ 348WCHAR32 = @WCHAR32@ 349X11_CFLAGS = @X11_CFLAGS@ 350X11_DATADIR = @X11_DATADIR@ 351X11_EXTRA_DEPS = @X11_EXTRA_DEPS@ 352X11_LIBDIR = @X11_LIBDIR@ 353X11_LIBS = @X11_LIBS@ 354X11_LOCALEDATADIR = @X11_LOCALEDATADIR@ 355X11_LOCALEDIR = @X11_LOCALEDIR@ 356X11_LOCALELIBDIR = @X11_LOCALELIBDIR@ 357XERRORDB = @XERRORDB@ 358XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@ 359XKEYSYMDB = @XKEYSYMDB@ 360XLOCALEDATADIR = @XLOCALEDATADIR@ 361XLOCALEDIR = @XLOCALEDIR@ 362XLOCALELIBDIR = @XLOCALELIBDIR@ 363XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 364XMLTO = @XMLTO@ 365XORG_MAN_PAGE = @XORG_MAN_PAGE@ 366XORG_SGML_PATH = @XORG_SGML_PATH@ 367XSLTPROC = @XSLTPROC@ 368XSL_STYLESHEET = @XSL_STYLESHEET@ 369XTHREADLIB = @XTHREADLIB@ 370XTHREAD_CFLAGS = @XTHREAD_CFLAGS@ 371XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 372abs_builddir = @abs_builddir@ 373abs_srcdir = @abs_srcdir@ 374abs_top_builddir = @abs_top_builddir@ 375abs_top_srcdir = @abs_top_srcdir@ 376ac_ct_AR = @ac_ct_AR@ 377ac_ct_CC = @ac_ct_CC@ 378ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 379am__include = @am__include@ 380am__leading_dot = @am__leading_dot@ 381am__quote = @am__quote@ 382am__tar = @am__tar@ 383am__untar = @am__untar@ 384bindir = @bindir@ 385build = @build@ 386build_alias = @build_alias@ 387build_cpu = @build_cpu@ 388build_os = @build_os@ 389build_vendor = @build_vendor@ 390builddir = @builddir@ 391datadir = @datadir@ 392datarootdir = @datarootdir@ 393docdir = @docdir@ 394dvidir = @dvidir@ 395exec_prefix = @exec_prefix@ 396host = @host@ 397host_alias = @host_alias@ 398host_cpu = @host_cpu@ 399host_os = @host_os@ 400host_vendor = @host_vendor@ 401htmldir = @htmldir@ 402includedir = @includedir@ 403infodir = @infodir@ 404install_sh = @install_sh@ 405libdir = @libdir@ 406libexecdir = @libexecdir@ 407localedir = @localedir@ 408locales = @locales@ 409localstatedir = @localstatedir@ 410mandir = @mandir@ 411mkdir_p = @mkdir_p@ 412oldincludedir = @oldincludedir@ 413pdfdir = @pdfdir@ 414prefix = @prefix@ 415program_transform_name = @program_transform_name@ 416psdir = @psdir@ 417runstatedir = @runstatedir@ 418sbindir = @sbindir@ 419sharedstatedir = @sharedstatedir@ 420srcdir = @srcdir@ 421sysconfdir = @sysconfdir@ 422target_alias = @target_alias@ 423top_build_prefix = @top_build_prefix@ 424top_builddir = @top_builddir@ 425top_srcdir = @top_srcdir@ 426@XLIB_LOADABLE_I18N_FALSE@ORDER = modules src 427@XLIB_LOADABLE_I18N_TRUE@ORDER = src modules 428# Order: nls before specs 429SUBDIRS = include $(ORDER) nls man specs 430ACLOCAL_AMFLAGS = -I m4 431pkgconfigdir = $(libdir)/pkgconfig 432pkgconfig_DATA = x11.pc x11-xcb.pc 433MAINTAINERCLEANFILES = ChangeLog INSTALL 434 435# Check source code with tools like lint & sparse 436@LINT_TRUE@LINT_SUBDIRS = src # modules 437EXTRA_DIST = README.md 438all: all-recursive 439 440.SUFFIXES: 441am--refresh: Makefile 442 @: 443$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 444 @for dep in $?; do \ 445 case '$(am__configure_deps)' in \ 446 *$$dep*) \ 447 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 448 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 449 && exit 0; \ 450 exit 1;; \ 451 esac; \ 452 done; \ 453 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 454 $(am__cd) $(top_srcdir) && \ 455 $(AUTOMAKE) --foreign Makefile 456Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 457 @case '$?' in \ 458 *config.status*) \ 459 echo ' $(SHELL) ./config.status'; \ 460 $(SHELL) ./config.status;; \ 461 *) \ 462 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 463 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 464 esac; 465 466$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 467 $(SHELL) ./config.status --recheck 468 469$(top_srcdir)/configure: $(am__configure_deps) 470 $(am__cd) $(srcdir) && $(AUTOCONF) 471$(ACLOCAL_M4): $(am__aclocal_m4_deps) 472 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 473$(am__aclocal_m4_deps): 474 475include/X11/XlibConf.h: include/X11/stamp-h2 476 @test -f $@ || rm -f include/X11/stamp-h2 477 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) include/X11/stamp-h2 478 479include/X11/stamp-h2: $(top_srcdir)/include/X11/XlibConf.h.in $(top_builddir)/config.status 480 @rm -f include/X11/stamp-h2 481 cd $(top_builddir) && $(SHELL) ./config.status include/X11/XlibConf.h 482 483distclean-hdr: 484 -rm -f include/X11/XlibConf.h include/X11/stamp-h2 485x11.pc: $(top_builddir)/config.status $(srcdir)/x11.pc.in 486 cd $(top_builddir) && $(SHELL) ./config.status $@ 487x11-xcb.pc: $(top_builddir)/config.status $(srcdir)/x11-xcb.pc.in 488 cd $(top_builddir) && $(SHELL) ./config.status $@ 489 490mostlyclean-libtool: 491 -rm -f *.lo 492 493clean-libtool: 494 -rm -rf .libs _libs 495 496distclean-libtool: 497 -rm -f libtool config.lt 498install-pkgconfigDATA: $(pkgconfig_DATA) 499 @$(NORMAL_INSTALL) 500 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 501 if test -n "$$list"; then \ 502 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ 503 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ 504 fi; \ 505 for p in $$list; do \ 506 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 507 echo "$$d$$p"; \ 508 done | $(am__base_list) | \ 509 while read files; do \ 510 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 511 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 512 done 513 514uninstall-pkgconfigDATA: 515 @$(NORMAL_UNINSTALL) 516 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 517 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 518 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 519 520# This directory's subdirectories are mostly independent; you can cd 521# into them and run 'make' without going through this Makefile. 522# To change the values of 'make' variables: instead of editing Makefiles, 523# (1) if the variable is set in 'config.status', edit 'config.status' 524# (which will cause the Makefiles to be regenerated when you run 'make'); 525# (2) otherwise, pass the desired values on the 'make' command line. 526$(am__recursive_targets): 527 @fail=; \ 528 if $(am__make_keepgoing); then \ 529 failcom='fail=yes'; \ 530 else \ 531 failcom='exit 1'; \ 532 fi; \ 533 dot_seen=no; \ 534 target=`echo $@ | sed s/-recursive//`; \ 535 case "$@" in \ 536 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 537 *) list='$(SUBDIRS)' ;; \ 538 esac; \ 539 for subdir in $$list; do \ 540 echo "Making $$target in $$subdir"; \ 541 if test "$$subdir" = "."; then \ 542 dot_seen=yes; \ 543 local_target="$$target-am"; \ 544 else \ 545 local_target="$$target"; \ 546 fi; \ 547 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 548 || eval $$failcom; \ 549 done; \ 550 if test "$$dot_seen" = "no"; then \ 551 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 552 fi; test -z "$$fail" 553 554ID: $(am__tagged_files) 555 $(am__define_uniq_tagged_files); mkid -fID $$unique 556tags: tags-recursive 557TAGS: tags 558 559tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 560 set x; \ 561 here=`pwd`; \ 562 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 563 include_option=--etags-include; \ 564 empty_fix=.; \ 565 else \ 566 include_option=--include; \ 567 empty_fix=; \ 568 fi; \ 569 list='$(SUBDIRS)'; for subdir in $$list; do \ 570 if test "$$subdir" = .; then :; else \ 571 test ! -f $$subdir/TAGS || \ 572 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 573 fi; \ 574 done; \ 575 $(am__define_uniq_tagged_files); \ 576 shift; \ 577 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 578 test -n "$$unique" || unique=$$empty_fix; \ 579 if test $$# -gt 0; then \ 580 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 581 "$$@" $$unique; \ 582 else \ 583 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 584 $$unique; \ 585 fi; \ 586 fi 587ctags: ctags-recursive 588 589CTAGS: ctags 590ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 591 $(am__define_uniq_tagged_files); \ 592 test -z "$(CTAGS_ARGS)$$unique" \ 593 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 594 $$unique 595 596GTAGS: 597 here=`$(am__cd) $(top_builddir) && pwd` \ 598 && $(am__cd) $(top_srcdir) \ 599 && gtags -i $(GTAGS_ARGS) "$$here" 600cscope: cscope.files 601 test ! -s cscope.files \ 602 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 603clean-cscope: 604 -rm -f cscope.files 605cscope.files: clean-cscope cscopelist 606cscopelist: cscopelist-recursive 607 608cscopelist-am: $(am__tagged_files) 609 list='$(am__tagged_files)'; \ 610 case "$(srcdir)" in \ 611 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 612 *) sdir=$(subdir)/$(srcdir) ;; \ 613 esac; \ 614 for i in $$list; do \ 615 if test -f "$$i"; then \ 616 echo "$(subdir)/$$i"; \ 617 else \ 618 echo "$$sdir/$$i"; \ 619 fi; \ 620 done >> $(top_builddir)/cscope.files 621 622distclean-tags: 623 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 624 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 625distdir: $(BUILT_SOURCES) 626 $(MAKE) $(AM_MAKEFLAGS) distdir-am 627 628distdir-am: $(DISTFILES) 629 $(am__remove_distdir) 630 test -d "$(distdir)" || mkdir "$(distdir)" 631 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 632 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 633 list='$(DISTFILES)'; \ 634 dist_files=`for file in $$list; do echo $$file; done | \ 635 sed -e "s|^$$srcdirstrip/||;t" \ 636 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 637 case $$dist_files in \ 638 */*) $(MKDIR_P) `echo "$$dist_files" | \ 639 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 640 sort -u` ;; \ 641 esac; \ 642 for file in $$dist_files; do \ 643 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 644 if test -d $$d/$$file; then \ 645 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 646 if test -d "$(distdir)/$$file"; then \ 647 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 648 fi; \ 649 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 650 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 651 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 652 fi; \ 653 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 654 else \ 655 test -f "$(distdir)/$$file" \ 656 || cp -p $$d/$$file "$(distdir)/$$file" \ 657 || exit 1; \ 658 fi; \ 659 done 660 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 661 if test "$$subdir" = .; then :; else \ 662 $(am__make_dryrun) \ 663 || test -d "$(distdir)/$$subdir" \ 664 || $(MKDIR_P) "$(distdir)/$$subdir" \ 665 || exit 1; \ 666 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 667 $(am__relativize); \ 668 new_distdir=$$reldir; \ 669 dir1=$$subdir; dir2="$(top_distdir)"; \ 670 $(am__relativize); \ 671 new_top_distdir=$$reldir; \ 672 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 673 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 674 ($(am__cd) $$subdir && \ 675 $(MAKE) $(AM_MAKEFLAGS) \ 676 top_distdir="$$new_top_distdir" \ 677 distdir="$$new_distdir" \ 678 am__remove_distdir=: \ 679 am__skip_length_check=: \ 680 am__skip_mode_fix=: \ 681 distdir) \ 682 || exit 1; \ 683 fi; \ 684 done 685 $(MAKE) $(AM_MAKEFLAGS) \ 686 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 687 dist-hook 688 -test -n "$(am__skip_mode_fix)" \ 689 || find "$(distdir)" -type d ! -perm -755 \ 690 -exec chmod u+rwx,go+rx {} \; -o \ 691 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 692 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 693 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 694 || chmod -R a+r "$(distdir)" 695dist-gzip: distdir 696 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 697 $(am__post_remove_distdir) 698 699dist-bzip2: distdir 700 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 701 $(am__post_remove_distdir) 702 703dist-lzip: distdir 704 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 705 $(am__post_remove_distdir) 706dist-xz: distdir 707 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 708 $(am__post_remove_distdir) 709 710dist-zstd: distdir 711 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 712 $(am__post_remove_distdir) 713 714dist-tarZ: distdir 715 @echo WARNING: "Support for distribution archives compressed with" \ 716 "legacy program 'compress' is deprecated." >&2 717 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 718 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 719 $(am__post_remove_distdir) 720 721dist-shar: distdir 722 @echo WARNING: "Support for shar distribution archives is" \ 723 "deprecated." >&2 724 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 725 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 726 $(am__post_remove_distdir) 727 728dist-zip: distdir 729 -rm -f $(distdir).zip 730 zip -rq $(distdir).zip $(distdir) 731 $(am__post_remove_distdir) 732 733dist dist-all: 734 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 735 $(am__post_remove_distdir) 736 737# This target untars the dist file and tries a VPATH configuration. Then 738# it guarantees that the distribution is self-contained by making another 739# tarfile. 740distcheck: dist 741 case '$(DIST_ARCHIVES)' in \ 742 *.tar.gz*) \ 743 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 744 *.tar.bz2*) \ 745 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 746 *.tar.lz*) \ 747 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 748 *.tar.xz*) \ 749 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 750 *.tar.Z*) \ 751 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 752 *.shar.gz*) \ 753 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 754 *.zip*) \ 755 unzip $(distdir).zip ;;\ 756 *.tar.zst*) \ 757 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 758 esac 759 chmod -R a-w $(distdir) 760 chmod u+w $(distdir) 761 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 762 chmod a-w $(distdir) 763 test -d $(distdir)/_build || exit 0; \ 764 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 765 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 766 && am__cwd=`pwd` \ 767 && $(am__cd) $(distdir)/_build/sub \ 768 && ../../configure \ 769 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 770 $(DISTCHECK_CONFIGURE_FLAGS) \ 771 --srcdir=../.. --prefix="$$dc_install_base" \ 772 && $(MAKE) $(AM_MAKEFLAGS) \ 773 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 774 && $(MAKE) $(AM_MAKEFLAGS) check \ 775 && $(MAKE) $(AM_MAKEFLAGS) install \ 776 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 777 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 778 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 779 distuninstallcheck \ 780 && chmod -R a-w "$$dc_install_base" \ 781 && ({ \ 782 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 783 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 784 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 785 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 786 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 787 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 788 && rm -rf "$$dc_destdir" \ 789 && $(MAKE) $(AM_MAKEFLAGS) dist \ 790 && rm -rf $(DIST_ARCHIVES) \ 791 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 792 && cd "$$am__cwd" \ 793 || exit 1 794 $(am__post_remove_distdir) 795 @(echo "$(distdir) archives ready for distribution: "; \ 796 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 797 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 798distuninstallcheck: 799 @test -n '$(distuninstallcheck_dir)' || { \ 800 echo 'ERROR: trying to run $@ with an empty' \ 801 '$$(distuninstallcheck_dir)' >&2; \ 802 exit 1; \ 803 }; \ 804 $(am__cd) '$(distuninstallcheck_dir)' || { \ 805 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 806 exit 1; \ 807 }; \ 808 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 809 || { echo "ERROR: files left after uninstall:" ; \ 810 if test -n "$(DESTDIR)"; then \ 811 echo " (check DESTDIR support)"; \ 812 fi ; \ 813 $(distuninstallcheck_listfiles) ; \ 814 exit 1; } >&2 815distcleancheck: distclean 816 @if test '$(srcdir)' = . ; then \ 817 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 818 exit 1 ; \ 819 fi 820 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 821 || { echo "ERROR: files left in build directory after distclean:" ; \ 822 $(distcleancheck_listfiles) ; \ 823 exit 1; } >&2 824check-am: all-am 825check: check-recursive 826all-am: Makefile $(DATA) 827installdirs: installdirs-recursive 828installdirs-am: 829 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ 830 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 831 done 832install: install-recursive 833install-exec: install-exec-recursive 834install-data: install-data-recursive 835uninstall: uninstall-recursive 836 837install-am: all-am 838 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 839 840installcheck: installcheck-recursive 841install-strip: 842 if test -z '$(STRIP)'; then \ 843 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 844 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 845 install; \ 846 else \ 847 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 848 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 849 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 850 fi 851mostlyclean-generic: 852 853clean-generic: 854 855distclean-generic: 856 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 857 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 858 859maintainer-clean-generic: 860 @echo "This command is intended for maintainers to use" 861 @echo "it deletes files that may require special tools to rebuild." 862 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 863clean: clean-recursive 864 865clean-am: clean-generic clean-libtool mostlyclean-am 866 867distclean: distclean-recursive 868 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 869 -rm -f Makefile 870distclean-am: clean-am distclean-generic distclean-hdr \ 871 distclean-libtool distclean-tags 872 873dvi: dvi-recursive 874 875dvi-am: 876 877html: html-recursive 878 879html-am: 880 881info: info-recursive 882 883info-am: 884 885install-data-am: install-pkgconfigDATA 886 887install-dvi: install-dvi-recursive 888 889install-dvi-am: 890 891install-exec-am: 892 893install-html: install-html-recursive 894 895install-html-am: 896 897install-info: install-info-recursive 898 899install-info-am: 900 901install-man: 902 903install-pdf: install-pdf-recursive 904 905install-pdf-am: 906 907install-ps: install-ps-recursive 908 909install-ps-am: 910 911installcheck-am: 912 913maintainer-clean: maintainer-clean-recursive 914 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 915 -rm -rf $(top_srcdir)/autom4te.cache 916 -rm -f Makefile 917maintainer-clean-am: distclean-am maintainer-clean-generic 918 919mostlyclean: mostlyclean-recursive 920 921mostlyclean-am: mostlyclean-generic mostlyclean-libtool 922 923pdf: pdf-recursive 924 925pdf-am: 926 927ps: ps-recursive 928 929ps-am: 930 931uninstall-am: uninstall-pkgconfigDATA 932 933.MAKE: $(am__recursive_targets) install-am install-strip 934 935.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 936 am--refresh check check-am clean clean-cscope clean-generic \ 937 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 938 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ 939 dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \ 940 distclean-generic distclean-hdr distclean-libtool \ 941 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 942 dvi-am html html-am info info-am install install-am \ 943 install-data install-data-am install-dvi install-dvi-am \ 944 install-exec install-exec-am install-html install-html-am \ 945 install-info install-info-am install-man install-pdf \ 946 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ 947 install-strip installcheck installcheck-am installdirs \ 948 installdirs-am maintainer-clean maintainer-clean-generic \ 949 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 950 ps ps-am tags tags-am uninstall uninstall-am \ 951 uninstall-pkgconfigDATA 952 953.PRECIOUS: Makefile 954 955 956.PHONY: ChangeLog INSTALL 957 958INSTALL: 959 $(INSTALL_CMD) 960 961ChangeLog: 962 $(CHANGELOG_CMD) 963 964dist-hook: ChangeLog INSTALL 965 966@LINT_TRUE@lint: 967@LINT_TRUE@ @for subdir in $(LINT_SUBDIRS) ; do \ 968@LINT_TRUE@ echo "Making $@ in $$subdir"; \ 969@LINT_TRUE@ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) lint) ; \ 970@LINT_TRUE@ done 971 972# Tell versions [3.59,3.63) of GNU make to not export all variables. 973# Otherwise a system limit (for SysV at least) may be exceeded. 974.NOEXPORT: 975