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