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