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