Makefile.in revision 9c019ec5
1# Makefile.in generated by automake 1.15.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2017 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 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@ 412runstatedir = @runstatedir@ 413sbindir = @sbindir@ 414sharedstatedir = @sharedstatedir@ 415srcdir = @srcdir@ 416sysconfdir = @sysconfdir@ 417target_alias = @target_alias@ 418top_build_prefix = @top_build_prefix@ 419top_builddir = @top_builddir@ 420top_srcdir = @top_srcdir@ 421@XLIB_LOADABLE_I18N_FALSE@ORDER = modules src 422@XLIB_LOADABLE_I18N_TRUE@ORDER = src modules 423# Order: nls before specs 424SUBDIRS = include $(ORDER) nls man specs 425ACLOCAL_AMFLAGS = -I m4 426pkgconfigdir = $(libdir)/pkgconfig 427pkgconfig_DATA = x11.pc x11-xcb.pc 428MAINTAINERCLEANFILES = ChangeLog INSTALL 429 430# Check source code with tools like lint & sparse 431@LINT_TRUE@LINT_SUBDIRS = src # modules 432EXTRA_DIST = README.md 433all: all-recursive 434 435.SUFFIXES: 436am--refresh: Makefile 437 @: 438$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 439 @for dep in $?; do \ 440 case '$(am__configure_deps)' in \ 441 *$$dep*) \ 442 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 443 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 444 && exit 0; \ 445 exit 1;; \ 446 esac; \ 447 done; \ 448 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 449 $(am__cd) $(top_srcdir) && \ 450 $(AUTOMAKE) --foreign Makefile 451Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 452 @case '$?' in \ 453 *config.status*) \ 454 echo ' $(SHELL) ./config.status'; \ 455 $(SHELL) ./config.status;; \ 456 *) \ 457 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 458 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 459 esac; 460 461$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 462 $(SHELL) ./config.status --recheck 463 464$(top_srcdir)/configure: $(am__configure_deps) 465 $(am__cd) $(srcdir) && $(AUTOCONF) 466$(ACLOCAL_M4): $(am__aclocal_m4_deps) 467 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 468$(am__aclocal_m4_deps): 469 470include/X11/XlibConf.h: include/X11/stamp-h2 471 @test -f $@ || rm -f include/X11/stamp-h2 472 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) include/X11/stamp-h2 473 474include/X11/stamp-h2: $(top_srcdir)/include/X11/XlibConf.h.in $(top_builddir)/config.status 475 @rm -f include/X11/stamp-h2 476 cd $(top_builddir) && $(SHELL) ./config.status include/X11/XlibConf.h 477 478distclean-hdr: 479 -rm -f include/X11/XlibConf.h include/X11/stamp-h2 480x11.pc: $(top_builddir)/config.status $(srcdir)/x11.pc.in 481 cd $(top_builddir) && $(SHELL) ./config.status $@ 482x11-xcb.pc: $(top_builddir)/config.status $(srcdir)/x11-xcb.pc.in 483 cd $(top_builddir) && $(SHELL) ./config.status $@ 484 485mostlyclean-libtool: 486 -rm -f *.lo 487 488clean-libtool: 489 -rm -rf .libs _libs 490 491distclean-libtool: 492 -rm -f libtool config.lt 493install-pkgconfigDATA: $(pkgconfig_DATA) 494 @$(NORMAL_INSTALL) 495 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 496 if test -n "$$list"; then \ 497 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ 498 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ 499 fi; \ 500 for p in $$list; do \ 501 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 502 echo "$$d$$p"; \ 503 done | $(am__base_list) | \ 504 while read files; do \ 505 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 506 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 507 done 508 509uninstall-pkgconfigDATA: 510 @$(NORMAL_UNINSTALL) 511 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 512 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 513 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 514 515# This directory's subdirectories are mostly independent; you can cd 516# into them and run 'make' without going through this Makefile. 517# To change the values of 'make' variables: instead of editing Makefiles, 518# (1) if the variable is set in 'config.status', edit 'config.status' 519# (which will cause the Makefiles to be regenerated when you run 'make'); 520# (2) otherwise, pass the desired values on the 'make' command line. 521$(am__recursive_targets): 522 @fail=; \ 523 if $(am__make_keepgoing); then \ 524 failcom='fail=yes'; \ 525 else \ 526 failcom='exit 1'; \ 527 fi; \ 528 dot_seen=no; \ 529 target=`echo $@ | sed s/-recursive//`; \ 530 case "$@" in \ 531 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 532 *) list='$(SUBDIRS)' ;; \ 533 esac; \ 534 for subdir in $$list; do \ 535 echo "Making $$target in $$subdir"; \ 536 if test "$$subdir" = "."; then \ 537 dot_seen=yes; \ 538 local_target="$$target-am"; \ 539 else \ 540 local_target="$$target"; \ 541 fi; \ 542 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 543 || eval $$failcom; \ 544 done; \ 545 if test "$$dot_seen" = "no"; then \ 546 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 547 fi; test -z "$$fail" 548 549ID: $(am__tagged_files) 550 $(am__define_uniq_tagged_files); mkid -fID $$unique 551tags: tags-recursive 552TAGS: tags 553 554tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 555 set x; \ 556 here=`pwd`; \ 557 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 558 include_option=--etags-include; \ 559 empty_fix=.; \ 560 else \ 561 include_option=--include; \ 562 empty_fix=; \ 563 fi; \ 564 list='$(SUBDIRS)'; for subdir in $$list; do \ 565 if test "$$subdir" = .; then :; else \ 566 test ! -f $$subdir/TAGS || \ 567 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 568 fi; \ 569 done; \ 570 $(am__define_uniq_tagged_files); \ 571 shift; \ 572 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 573 test -n "$$unique" || unique=$$empty_fix; \ 574 if test $$# -gt 0; then \ 575 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 576 "$$@" $$unique; \ 577 else \ 578 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 579 $$unique; \ 580 fi; \ 581 fi 582ctags: ctags-recursive 583 584CTAGS: ctags 585ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 586 $(am__define_uniq_tagged_files); \ 587 test -z "$(CTAGS_ARGS)$$unique" \ 588 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 589 $$unique 590 591GTAGS: 592 here=`$(am__cd) $(top_builddir) && pwd` \ 593 && $(am__cd) $(top_srcdir) \ 594 && gtags -i $(GTAGS_ARGS) "$$here" 595cscope: cscope.files 596 test ! -s cscope.files \ 597 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 598clean-cscope: 599 -rm -f cscope.files 600cscope.files: clean-cscope cscopelist 601cscopelist: cscopelist-recursive 602 603cscopelist-am: $(am__tagged_files) 604 list='$(am__tagged_files)'; \ 605 case "$(srcdir)" in \ 606 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 607 *) sdir=$(subdir)/$(srcdir) ;; \ 608 esac; \ 609 for i in $$list; do \ 610 if test -f "$$i"; then \ 611 echo "$(subdir)/$$i"; \ 612 else \ 613 echo "$$sdir/$$i"; \ 614 fi; \ 615 done >> $(top_builddir)/cscope.files 616 617distclean-tags: 618 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 619 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 620 621distdir: $(DISTFILES) 622 $(am__remove_distdir) 623 test -d "$(distdir)" || mkdir "$(distdir)" 624 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 625 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 626 list='$(DISTFILES)'; \ 627 dist_files=`for file in $$list; do echo $$file; done | \ 628 sed -e "s|^$$srcdirstrip/||;t" \ 629 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 630 case $$dist_files in \ 631 */*) $(MKDIR_P) `echo "$$dist_files" | \ 632 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 633 sort -u` ;; \ 634 esac; \ 635 for file in $$dist_files; do \ 636 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 637 if test -d $$d/$$file; then \ 638 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 639 if test -d "$(distdir)/$$file"; then \ 640 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 641 fi; \ 642 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 643 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 644 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 645 fi; \ 646 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 647 else \ 648 test -f "$(distdir)/$$file" \ 649 || cp -p $$d/$$file "$(distdir)/$$file" \ 650 || exit 1; \ 651 fi; \ 652 done 653 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 654 if test "$$subdir" = .; then :; else \ 655 $(am__make_dryrun) \ 656 || test -d "$(distdir)/$$subdir" \ 657 || $(MKDIR_P) "$(distdir)/$$subdir" \ 658 || exit 1; \ 659 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 660 $(am__relativize); \ 661 new_distdir=$$reldir; \ 662 dir1=$$subdir; dir2="$(top_distdir)"; \ 663 $(am__relativize); \ 664 new_top_distdir=$$reldir; \ 665 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 666 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 667 ($(am__cd) $$subdir && \ 668 $(MAKE) $(AM_MAKEFLAGS) \ 669 top_distdir="$$new_top_distdir" \ 670 distdir="$$new_distdir" \ 671 am__remove_distdir=: \ 672 am__skip_length_check=: \ 673 am__skip_mode_fix=: \ 674 distdir) \ 675 || exit 1; \ 676 fi; \ 677 done 678 $(MAKE) $(AM_MAKEFLAGS) \ 679 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 680 dist-hook 681 -test -n "$(am__skip_mode_fix)" \ 682 || find "$(distdir)" -type d ! -perm -755 \ 683 -exec chmod u+rwx,go+rx {} \; -o \ 684 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 685 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 686 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 687 || chmod -R a+r "$(distdir)" 688dist-gzip: distdir 689 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 690 $(am__post_remove_distdir) 691dist-bzip2: distdir 692 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 693 $(am__post_remove_distdir) 694 695dist-lzip: distdir 696 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 697 $(am__post_remove_distdir) 698 699dist-xz: distdir 700 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 701 $(am__post_remove_distdir) 702 703dist-tarZ: distdir 704 @echo WARNING: "Support for distribution archives compressed with" \ 705 "legacy program 'compress' is deprecated." >&2 706 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 707 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 708 $(am__post_remove_distdir) 709 710dist-shar: distdir 711 @echo WARNING: "Support for shar distribution archives is" \ 712 "deprecated." >&2 713 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 714 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 715 $(am__post_remove_distdir) 716 717dist-zip: distdir 718 -rm -f $(distdir).zip 719 zip -rq $(distdir).zip $(distdir) 720 $(am__post_remove_distdir) 721 722dist dist-all: 723 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 724 $(am__post_remove_distdir) 725 726# This target untars the dist file and tries a VPATH configuration. Then 727# it guarantees that the distribution is self-contained by making another 728# tarfile. 729distcheck: dist 730 case '$(DIST_ARCHIVES)' in \ 731 *.tar.gz*) \ 732 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 733 *.tar.bz2*) \ 734 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 735 *.tar.lz*) \ 736 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 737 *.tar.xz*) \ 738 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 739 *.tar.Z*) \ 740 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 741 *.shar.gz*) \ 742 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 743 *.zip*) \ 744 unzip $(distdir).zip ;;\ 745 esac 746 chmod -R a-w $(distdir) 747 chmod u+w $(distdir) 748 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 749 chmod a-w $(distdir) 750 test -d $(distdir)/_build || exit 0; \ 751 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 752 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 753 && am__cwd=`pwd` \ 754 && $(am__cd) $(distdir)/_build/sub \ 755 && ../../configure \ 756 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 757 $(DISTCHECK_CONFIGURE_FLAGS) \ 758 --srcdir=../.. --prefix="$$dc_install_base" \ 759 && $(MAKE) $(AM_MAKEFLAGS) \ 760 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 761 && $(MAKE) $(AM_MAKEFLAGS) check \ 762 && $(MAKE) $(AM_MAKEFLAGS) install \ 763 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 764 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 765 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 766 distuninstallcheck \ 767 && chmod -R a-w "$$dc_install_base" \ 768 && ({ \ 769 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 770 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 771 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 772 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 773 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 774 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 775 && rm -rf "$$dc_destdir" \ 776 && $(MAKE) $(AM_MAKEFLAGS) dist \ 777 && rm -rf $(DIST_ARCHIVES) \ 778 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 779 && cd "$$am__cwd" \ 780 || exit 1 781 $(am__post_remove_distdir) 782 @(echo "$(distdir) archives ready for distribution: "; \ 783 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 784 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 785distuninstallcheck: 786 @test -n '$(distuninstallcheck_dir)' || { \ 787 echo 'ERROR: trying to run $@ with an empty' \ 788 '$$(distuninstallcheck_dir)' >&2; \ 789 exit 1; \ 790 }; \ 791 $(am__cd) '$(distuninstallcheck_dir)' || { \ 792 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 793 exit 1; \ 794 }; \ 795 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 796 || { echo "ERROR: files left after uninstall:" ; \ 797 if test -n "$(DESTDIR)"; then \ 798 echo " (check DESTDIR support)"; \ 799 fi ; \ 800 $(distuninstallcheck_listfiles) ; \ 801 exit 1; } >&2 802distcleancheck: distclean 803 @if test '$(srcdir)' = . ; then \ 804 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 805 exit 1 ; \ 806 fi 807 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 808 || { echo "ERROR: files left in build directory after distclean:" ; \ 809 $(distcleancheck_listfiles) ; \ 810 exit 1; } >&2 811check-am: all-am 812check: check-recursive 813all-am: Makefile $(DATA) 814installdirs: installdirs-recursive 815installdirs-am: 816 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ 817 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 818 done 819install: install-recursive 820install-exec: install-exec-recursive 821install-data: install-data-recursive 822uninstall: uninstall-recursive 823 824install-am: all-am 825 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 826 827installcheck: installcheck-recursive 828install-strip: 829 if test -z '$(STRIP)'; then \ 830 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 831 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 832 install; \ 833 else \ 834 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 835 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 836 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 837 fi 838mostlyclean-generic: 839 840clean-generic: 841 842distclean-generic: 843 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 844 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 845 846maintainer-clean-generic: 847 @echo "This command is intended for maintainers to use" 848 @echo "it deletes files that may require special tools to rebuild." 849 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 850clean: clean-recursive 851 852clean-am: clean-generic clean-libtool mostlyclean-am 853 854distclean: distclean-recursive 855 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 856 -rm -f Makefile 857distclean-am: clean-am distclean-generic distclean-hdr \ 858 distclean-libtool distclean-tags 859 860dvi: dvi-recursive 861 862dvi-am: 863 864html: html-recursive 865 866html-am: 867 868info: info-recursive 869 870info-am: 871 872install-data-am: install-pkgconfigDATA 873 874install-dvi: install-dvi-recursive 875 876install-dvi-am: 877 878install-exec-am: 879 880install-html: install-html-recursive 881 882install-html-am: 883 884install-info: install-info-recursive 885 886install-info-am: 887 888install-man: 889 890install-pdf: install-pdf-recursive 891 892install-pdf-am: 893 894install-ps: install-ps-recursive 895 896install-ps-am: 897 898installcheck-am: 899 900maintainer-clean: maintainer-clean-recursive 901 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 902 -rm -rf $(top_srcdir)/autom4te.cache 903 -rm -f Makefile 904maintainer-clean-am: distclean-am maintainer-clean-generic 905 906mostlyclean: mostlyclean-recursive 907 908mostlyclean-am: mostlyclean-generic mostlyclean-libtool 909 910pdf: pdf-recursive 911 912pdf-am: 913 914ps: ps-recursive 915 916ps-am: 917 918uninstall-am: uninstall-pkgconfigDATA 919 920.MAKE: $(am__recursive_targets) install-am install-strip 921 922.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 923 am--refresh check check-am clean clean-cscope clean-generic \ 924 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 925 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ 926 dist-tarZ dist-xz dist-zip distcheck distclean \ 927 distclean-generic distclean-hdr distclean-libtool \ 928 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 929 dvi-am html html-am info info-am install install-am \ 930 install-data install-data-am install-dvi install-dvi-am \ 931 install-exec install-exec-am install-html install-html-am \ 932 install-info install-info-am install-man install-pdf \ 933 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ 934 install-strip installcheck installcheck-am installdirs \ 935 installdirs-am maintainer-clean maintainer-clean-generic \ 936 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 937 ps ps-am tags tags-am uninstall uninstall-am \ 938 uninstall-pkgconfigDATA 939 940.PRECIOUS: Makefile 941 942 943.PHONY: ChangeLog INSTALL 944 945INSTALL: 946 $(INSTALL_CMD) 947 948ChangeLog: 949 $(CHANGELOG_CMD) 950 951dist-hook: ChangeLog INSTALL 952 953@LINT_TRUE@lint: 954@LINT_TRUE@ @for subdir in $(LINT_SUBDIRS) ; do \ 955@LINT_TRUE@ echo "Making $@ in $$subdir"; \ 956@LINT_TRUE@ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) lint) ; \ 957@LINT_TRUE@ done 958 959# Tell versions [3.59,3.63) of GNU make to not export all variables. 960# Otherwise a system limit (for SysV at least) may be exceeded. 961.NOEXPORT: 962