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