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