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