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