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