1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17 18 19VPATH = @srcdir@ 20am__is_gnu_make = { \ 21 if test -z '$(MAKELEVEL)'; then \ 22 false; \ 23 elif test -n '$(MAKE_HOST)'; then \ 24 true; \ 25 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 26 true; \ 27 else \ 28 false; \ 29 fi; \ 30} 31am__make_running_with_option = \ 32 case $${target_option-} in \ 33 ?) ;; \ 34 *) echo "am__make_running_with_option: internal error: invalid" \ 35 "target option '$${target_option-}' specified" >&2; \ 36 exit 1;; \ 37 esac; \ 38 has_opt=no; \ 39 sane_makeflags=$$MAKEFLAGS; \ 40 if $(am__is_gnu_make); then \ 41 sane_makeflags=$$MFLAGS; \ 42 else \ 43 case $$MAKEFLAGS in \ 44 *\\[\ \ ]*) \ 45 bs=\\; \ 46 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 47 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 48 esac; \ 49 fi; \ 50 skip_next=no; \ 51 strip_trailopt () \ 52 { \ 53 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 54 }; \ 55 for flg in $$sane_makeflags; do \ 56 test $$skip_next = yes && { skip_next=no; continue; }; \ 57 case $$flg in \ 58 *=*|--*) continue;; \ 59 -*I) strip_trailopt 'I'; skip_next=yes;; \ 60 -*I?*) strip_trailopt 'I';; \ 61 -*O) strip_trailopt 'O'; skip_next=yes;; \ 62 -*O?*) strip_trailopt 'O';; \ 63 -*l) strip_trailopt 'l'; skip_next=yes;; \ 64 -*l?*) strip_trailopt 'l';; \ 65 -[dEDm]) skip_next=yes;; \ 66 -[JT]) skip_next=yes;; \ 67 esac; \ 68 case $$flg in \ 69 *$$target_option*) has_opt=yes; break;; \ 70 esac; \ 71 done; \ 72 test $$has_opt = yes 73am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 74am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 75pkgdatadir = $(datadir)/@PACKAGE@ 76pkgincludedir = $(includedir)/@PACKAGE@ 77pkglibdir = $(libdir)/@PACKAGE@ 78pkglibexecdir = $(libexecdir)/@PACKAGE@ 79am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 80install_sh_DATA = $(install_sh) -c -m 644 81install_sh_PROGRAM = $(install_sh) -c 82install_sh_SCRIPT = $(install_sh) -c 83INSTALL_HEADER = $(INSTALL_DATA) 84transform = $(program_transform_name) 85NORMAL_INSTALL = : 86PRE_INSTALL = : 87POST_INSTALL = : 88NORMAL_UNINSTALL = : 89PRE_UNINSTALL = : 90POST_UNINSTALL = : 91build_triplet = @build@ 92host_triplet = @host@ 93subdir = . 94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 95am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 96 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 97 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 98 $(top_srcdir)/configure.ac 99am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 100 $(ACLOCAL_M4) 101DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 102 $(am__configure_deps) $(xdmcpinclude_HEADERS) \ 103 $(am__DIST_COMMON) 104am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 105 configure.lineno config.status.lineno 106mkinstalldirs = $(install_sh) -d 107CONFIG_HEADER = config.h 108CONFIG_CLEAN_FILES = xdmcp.pc 109CONFIG_CLEAN_VPATH_FILES = 110am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 111am__vpath_adj = case $$p in \ 112 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 113 *) f=$$p;; \ 114 esac; 115am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 116am__install_max = 40 117am__nobase_strip_setup = \ 118 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 119am__nobase_strip = \ 120 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 121am__nobase_list = $(am__nobase_strip_setup); \ 122 for p in $$list; do echo "$$p $$p"; done | \ 123 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 124 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 125 if (++n[$$2] == $(am__install_max)) \ 126 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 127 END { for (dir in files) print dir, files[dir] }' 128am__base_list = \ 129 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 130 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 131am__uninstall_files_from_dir = { \ 132 test -z "$$files" \ 133 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 134 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 135 $(am__cd) "$$dir" && rm -f $$files; }; \ 136 } 137am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(lintlibdir)" \ 138 "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xdmcpincludedir)" 139LTLIBRARIES = $(lib_LTLIBRARIES) 140am__DEPENDENCIES_1 = 141libXdmcp_la_DEPENDENCIES = $(am__DEPENDENCIES_1) 142am_libXdmcp_la_OBJECTS = Array.lo Fill.lo Flush.lo Key.lo Read.lo \ 143 Unwrap.lo Wrap.lo Write.lo 144@HASXDMAUTH_TRUE@nodist_libXdmcp_la_OBJECTS = Wraphelp.lo 145libXdmcp_la_OBJECTS = $(am_libXdmcp_la_OBJECTS) \ 146 $(nodist_libXdmcp_la_OBJECTS) 147AM_V_lt = $(am__v_lt_@AM_V@) 148am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 149am__v_lt_0 = --silent 150am__v_lt_1 = 151libXdmcp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 152 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 153 $(libXdmcp_la_LDFLAGS) $(LDFLAGS) -o $@ 154AM_V_P = $(am__v_P_@AM_V@) 155am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 156am__v_P_0 = false 157am__v_P_1 = : 158AM_V_GEN = $(am__v_GEN_@AM_V@) 159am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 160am__v_GEN_0 = @echo " GEN " $@; 161am__v_GEN_1 = 162AM_V_at = $(am__v_at_@AM_V@) 163am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 164am__v_at_0 = @ 165am__v_at_1 = 166DEFAULT_INCLUDES = -I.@am__isrc@ 167depcomp = $(SHELL) $(top_srcdir)/depcomp 168am__maybe_remake_depfiles = depfiles 169am__depfiles_remade = ./$(DEPDIR)/Array.Plo ./$(DEPDIR)/Fill.Plo \ 170 ./$(DEPDIR)/Flush.Plo ./$(DEPDIR)/Key.Plo ./$(DEPDIR)/Read.Plo \ 171 ./$(DEPDIR)/Unwrap.Plo ./$(DEPDIR)/Wrap.Plo \ 172 ./$(DEPDIR)/Wraphelp.Plo ./$(DEPDIR)/Write.Plo 173am__mv = mv -f 174COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 175 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 176LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 177 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 178 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 179 $(AM_CFLAGS) $(CFLAGS) 180AM_V_CC = $(am__v_CC_@AM_V@) 181am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 182am__v_CC_0 = @echo " CC " $@; 183am__v_CC_1 = 184CCLD = $(CC) 185LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 186 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 187 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 188AM_V_CCLD = $(am__v_CCLD_@AM_V@) 189am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 190am__v_CCLD_0 = @echo " CCLD " $@; 191am__v_CCLD_1 = 192SOURCES = $(libXdmcp_la_SOURCES) $(nodist_libXdmcp_la_SOURCES) 193DIST_SOURCES = $(libXdmcp_la_SOURCES) 194RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 195 ctags-recursive dvi-recursive html-recursive info-recursive \ 196 install-data-recursive install-dvi-recursive \ 197 install-exec-recursive install-html-recursive \ 198 install-info-recursive install-pdf-recursive \ 199 install-ps-recursive install-recursive installcheck-recursive \ 200 installdirs-recursive pdf-recursive ps-recursive \ 201 tags-recursive uninstall-recursive 202am__can_run_installinfo = \ 203 case $$AM_UPDATE_INFO_DIR in \ 204 n|no|NO) false;; \ 205 *) (install-info --version) >/dev/null 2>&1;; \ 206 esac 207DATA = $(lintlib_DATA) $(pkgconfig_DATA) 208HEADERS = $(xdmcpinclude_HEADERS) 209RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 210 distclean-recursive maintainer-clean-recursive 211am__recursive_targets = \ 212 $(RECURSIVE_TARGETS) \ 213 $(RECURSIVE_CLEAN_TARGETS) \ 214 $(am__extra_recursive_targets) 215AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 216 cscope distdir distdir-am dist dist-all distcheck 217am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ 218 config.h.in 219# Read a list of newline-separated strings from the standard input, 220# and print each of them once, without duplicates. Input order is 221# *not* preserved. 222am__uniquify_input = $(AWK) '\ 223 BEGIN { nonempty = 0; } \ 224 { items[$$0] = 1; nonempty = 1; } \ 225 END { if (nonempty) { for (i in items) print i; }; } \ 226' 227# Make sure the list of sources is unique. This is necessary because, 228# e.g., the same source file might be shared among _SOURCES variables 229# for different programs/libraries. 230am__define_uniq_tagged_files = \ 231 list='$(am__tagged_files)'; \ 232 unique=`for i in $$list; do \ 233 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 234 done | $(am__uniquify_input)` 235DIST_SUBDIRS = $(SUBDIRS) 236am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 237 $(srcdir)/xdmcp.pc.in AUTHORS COPYING ChangeLog INSTALL \ 238 README.md compile config.guess config.sub depcomp install-sh \ 239 ltmain.sh missing 240DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 241distdir = $(PACKAGE)-$(VERSION) 242top_distdir = $(distdir) 243am__remove_distdir = \ 244 if test -d "$(distdir)"; then \ 245 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 246 && rm -rf "$(distdir)" \ 247 || { sleep 5 && rm -rf "$(distdir)"; }; \ 248 else :; fi 249am__post_remove_distdir = $(am__remove_distdir) 250am__relativize = \ 251 dir0=`pwd`; \ 252 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 253 sed_rest='s,^[^/]*/*,,'; \ 254 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 255 sed_butlast='s,/*[^/]*$$,,'; \ 256 while test -n "$$dir1"; do \ 257 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 258 if test "$$first" != "."; then \ 259 if test "$$first" = ".."; then \ 260 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 261 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 262 else \ 263 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 264 if test "$$first2" = "$$first"; then \ 265 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 266 else \ 267 dir2="../$$dir2"; \ 268 fi; \ 269 dir0="$$dir0"/"$$first"; \ 270 fi; \ 271 fi; \ 272 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 273 done; \ 274 reldir="$$dir2" 275DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz 276GZIP_ENV = --best 277DIST_TARGETS = dist-xz dist-gzip 278# Exists only to be overridden by the user if desired. 279AM_DISTCHECK_DVI_TARGET = dvi 280distuninstallcheck_listfiles = find . -type f -print 281am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 282 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 283distcleancheck_listfiles = find . -type f -print 284ACLOCAL = @ACLOCAL@ 285ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 286ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 287AMTAR = @AMTAR@ 288AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 289APP_MAN_DIR = @APP_MAN_DIR@ 290APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 291AR = @AR@ 292AS = @AS@ 293AUTOCONF = @AUTOCONF@ 294AUTOHEADER = @AUTOHEADER@ 295AUTOMAKE = @AUTOMAKE@ 296AWK = @AWK@ 297BASE_CFLAGS = @BASE_CFLAGS@ 298CC = @CC@ 299CCDEPMODE = @CCDEPMODE@ 300CFLAGS = @CFLAGS@ 301CHANGELOG_CMD = @CHANGELOG_CMD@ 302CPPFLAGS = @CPPFLAGS@ 303CSCOPE = @CSCOPE@ 304CTAGS = @CTAGS@ 305CWARNFLAGS = @CWARNFLAGS@ 306CYGPATH_W = @CYGPATH_W@ 307DEFS = @DEFS@ 308DEPDIR = @DEPDIR@ 309DLLTOOL = @DLLTOOL@ 310DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 311DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 312DSYMUTIL = @DSYMUTIL@ 313DUMPBIN = @DUMPBIN@ 314ECHO_C = @ECHO_C@ 315ECHO_N = @ECHO_N@ 316ECHO_T = @ECHO_T@ 317EGREP = @EGREP@ 318ETAGS = @ETAGS@ 319EXEEXT = @EXEEXT@ 320FGREP = @FGREP@ 321FILECMD = @FILECMD@ 322FILE_MAN_DIR = @FILE_MAN_DIR@ 323FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 324FOP = @FOP@ 325GREP = @GREP@ 326INSTALL = @INSTALL@ 327INSTALL_CMD = @INSTALL_CMD@ 328INSTALL_DATA = @INSTALL_DATA@ 329INSTALL_PROGRAM = @INSTALL_PROGRAM@ 330INSTALL_SCRIPT = @INSTALL_SCRIPT@ 331INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 332LD = @LD@ 333LDFLAGS = @LDFLAGS@ 334LIBBSD_CFLAGS = @LIBBSD_CFLAGS@ 335LIBBSD_LIBS = @LIBBSD_LIBS@ 336LIBOBJS = @LIBOBJS@ 337LIBS = @LIBS@ 338LIBTOOL = @LIBTOOL@ 339LIB_MAN_DIR = @LIB_MAN_DIR@ 340LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 341LINT = @LINT@ 342LINTLIB = @LINTLIB@ 343LINT_FLAGS = @LINT_FLAGS@ 344LIPO = @LIPO@ 345LN_S = @LN_S@ 346LTLIBOBJS = @LTLIBOBJS@ 347LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 348MAKEINFO = @MAKEINFO@ 349MANIFEST_TOOL = @MANIFEST_TOOL@ 350MAN_SUBSTS = @MAN_SUBSTS@ 351MISC_MAN_DIR = @MISC_MAN_DIR@ 352MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 353MKDIR_P = @MKDIR_P@ 354NM = @NM@ 355NMEDIT = @NMEDIT@ 356OBJDUMP = @OBJDUMP@ 357OBJEXT = @OBJEXT@ 358OTOOL = @OTOOL@ 359OTOOL64 = @OTOOL64@ 360PACKAGE = @PACKAGE@ 361PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 362PACKAGE_NAME = @PACKAGE_NAME@ 363PACKAGE_STRING = @PACKAGE_STRING@ 364PACKAGE_TARNAME = @PACKAGE_TARNAME@ 365PACKAGE_URL = @PACKAGE_URL@ 366PACKAGE_VERSION = @PACKAGE_VERSION@ 367PATH_SEPARATOR = @PATH_SEPARATOR@ 368PKG_CONFIG = @PKG_CONFIG@ 369PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 370PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 371RANLIB = @RANLIB@ 372SED = @SED@ 373SET_MAKE = @SET_MAKE@ 374SHELL = @SHELL@ 375STRICT_CFLAGS = @STRICT_CFLAGS@ 376STRIP = @STRIP@ 377STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@ 378VERSION = @VERSION@ 379XDMCP_CFLAGS = @XDMCP_CFLAGS@ 380XDMCP_LIBS = @XDMCP_LIBS@ 381XMLTO = @XMLTO@ 382XORG_MALLOC_DEBUG_ENV = @XORG_MALLOC_DEBUG_ENV@ 383XORG_MAN_PAGE = @XORG_MAN_PAGE@ 384XORG_SGML_PATH = @XORG_SGML_PATH@ 385XSLTPROC = @XSLTPROC@ 386XSL_STYLESHEET = @XSL_STYLESHEET@ 387abs_builddir = @abs_builddir@ 388abs_srcdir = @abs_srcdir@ 389abs_top_builddir = @abs_top_builddir@ 390abs_top_srcdir = @abs_top_srcdir@ 391ac_ct_AR = @ac_ct_AR@ 392ac_ct_CC = @ac_ct_CC@ 393ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 394am__include = @am__include@ 395am__leading_dot = @am__leading_dot@ 396am__quote = @am__quote@ 397am__tar = @am__tar@ 398am__untar = @am__untar@ 399bindir = @bindir@ 400build = @build@ 401build_alias = @build_alias@ 402build_cpu = @build_cpu@ 403build_os = @build_os@ 404build_vendor = @build_vendor@ 405builddir = @builddir@ 406datadir = @datadir@ 407datarootdir = @datarootdir@ 408docdir = @docdir@ 409dvidir = @dvidir@ 410exec_prefix = @exec_prefix@ 411host = @host@ 412host_alias = @host_alias@ 413host_cpu = @host_cpu@ 414host_os = @host_os@ 415host_vendor = @host_vendor@ 416htmldir = @htmldir@ 417includedir = @includedir@ 418infodir = @infodir@ 419install_sh = @install_sh@ 420libdir = @libdir@ 421libexecdir = @libexecdir@ 422localedir = @localedir@ 423localstatedir = @localstatedir@ 424mandir = @mandir@ 425mkdir_p = @mkdir_p@ 426oldincludedir = @oldincludedir@ 427pdfdir = @pdfdir@ 428prefix = @prefix@ 429program_transform_name = @program_transform_name@ 430psdir = @psdir@ 431runstatedir = @runstatedir@ 432sbindir = @sbindir@ 433sharedstatedir = @sharedstatedir@ 434srcdir = @srcdir@ 435sysconfdir = @sysconfdir@ 436target_alias = @target_alias@ 437top_build_prefix = @top_build_prefix@ 438top_builddir = @top_builddir@ 439top_srcdir = @top_srcdir@ 440SUBDIRS = doc . test 441lib_LTLIBRARIES = libXdmcp.la 442AM_CPPFLAGS = -I${top_srcdir}/include 443AM_CFLAGS = \ 444 $(XDMCP_CFLAGS) \ 445 $(CWARNFLAGS) 446 447libXdmcp_la_LDFLAGS = -version-number 6:0:0 -no-undefined 448libXdmcp_la_LIBADD = $(XDMCP_LIBS) 449libXdmcp_la_SOURCES = \ 450 Array.c \ 451 Fill.c \ 452 Flush.c \ 453 Key.c \ 454 Read.c \ 455 Unwrap.c \ 456 Wrap.c \ 457 Wrap.h \ 458 Write.c 459 460@HASXDMAUTH_TRUE@nodist_libXdmcp_la_SOURCES = Wraphelp.c 461xdmcpincludedir = $(includedir)/X11 462xdmcpinclude_HEADERS = \ 463 include/X11/Xdmcp.h 464 465pkgconfigdir = $(libdir)/pkgconfig 466pkgconfig_DATA = xdmcp.pc 467MAINTAINERCLEANFILES = ChangeLog INSTALL 468EXTRA_DIST = autogen.sh Wraphelp.c Wraphelp.README.crypto README.md 469@LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 470@LINT_TRUE@ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) 471 472@MAKE_LINT_LIB_TRUE@lintlibdir = $(libdir) 473@MAKE_LINT_LIB_TRUE@lintlib_DATA = $(LINTLIB) 474CLEANFILES = $(lintlib_DATA) 475all: config.h 476 $(MAKE) $(AM_MAKEFLAGS) all-recursive 477 478.SUFFIXES: 479.SUFFIXES: .c .lo .o .obj 480am--refresh: Makefile 481 @: 482$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 483 @for dep in $?; do \ 484 case '$(am__configure_deps)' in \ 485 *$$dep*) \ 486 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 487 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 488 && exit 0; \ 489 exit 1;; \ 490 esac; \ 491 done; \ 492 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 493 $(am__cd) $(top_srcdir) && \ 494 $(AUTOMAKE) --foreign Makefile 495Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 496 @case '$?' in \ 497 *config.status*) \ 498 echo ' $(SHELL) ./config.status'; \ 499 $(SHELL) ./config.status;; \ 500 *) \ 501 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 502 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 503 esac; 504 505$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 506 $(SHELL) ./config.status --recheck 507 508$(top_srcdir)/configure: $(am__configure_deps) 509 $(am__cd) $(srcdir) && $(AUTOCONF) 510$(ACLOCAL_M4): $(am__aclocal_m4_deps) 511 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 512$(am__aclocal_m4_deps): 513 514config.h: stamp-h1 515 @test -f $@ || rm -f stamp-h1 516 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 517 518stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 519 @rm -f stamp-h1 520 cd $(top_builddir) && $(SHELL) ./config.status config.h 521$(srcdir)/config.h.in: $(am__configure_deps) 522 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 523 rm -f stamp-h1 524 touch $@ 525 526distclean-hdr: 527 -rm -f config.h stamp-h1 528xdmcp.pc: $(top_builddir)/config.status $(srcdir)/xdmcp.pc.in 529 cd $(top_builddir) && $(SHELL) ./config.status $@ 530 531install-libLTLIBRARIES: $(lib_LTLIBRARIES) 532 @$(NORMAL_INSTALL) 533 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 534 list2=; for p in $$list; do \ 535 if test -f $$p; then \ 536 list2="$$list2 $$p"; \ 537 else :; fi; \ 538 done; \ 539 test -z "$$list2" || { \ 540 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 541 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 542 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 543 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 544 } 545 546uninstall-libLTLIBRARIES: 547 @$(NORMAL_UNINSTALL) 548 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 549 for p in $$list; do \ 550 $(am__strip_dir) \ 551 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 552 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 553 done 554 555clean-libLTLIBRARIES: 556 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 557 @list='$(lib_LTLIBRARIES)'; \ 558 locs=`for p in $$list; do echo $$p; done | \ 559 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 560 sort -u`; \ 561 test -z "$$locs" || { \ 562 echo rm -f $${locs}; \ 563 rm -f $${locs}; \ 564 } 565 566libXdmcp.la: $(libXdmcp_la_OBJECTS) $(libXdmcp_la_DEPENDENCIES) $(EXTRA_libXdmcp_la_DEPENDENCIES) 567 $(AM_V_CCLD)$(libXdmcp_la_LINK) -rpath $(libdir) $(libXdmcp_la_OBJECTS) $(libXdmcp_la_LIBADD) $(LIBS) 568 569mostlyclean-compile: 570 -rm -f *.$(OBJEXT) 571 572distclean-compile: 573 -rm -f *.tab.c 574 575@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Array.Plo@am__quote@ # am--include-marker 576@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Fill.Plo@am__quote@ # am--include-marker 577@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Flush.Plo@am__quote@ # am--include-marker 578@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Key.Plo@am__quote@ # am--include-marker 579@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Read.Plo@am__quote@ # am--include-marker 580@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Unwrap.Plo@am__quote@ # am--include-marker 581@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Wrap.Plo@am__quote@ # am--include-marker 582@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Wraphelp.Plo@am__quote@ # am--include-marker 583@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Write.Plo@am__quote@ # am--include-marker 584 585$(am__depfiles_remade): 586 @$(MKDIR_P) $(@D) 587 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 588 589am--depfiles: $(am__depfiles_remade) 590 591.c.o: 592@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 593@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 594@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 595@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 596@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 597 598.c.obj: 599@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 600@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 601@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 602@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 603@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 604 605.c.lo: 606@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 607@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 608@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 609@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 610@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 611 612mostlyclean-libtool: 613 -rm -f *.lo 614 615clean-libtool: 616 -rm -rf .libs _libs 617 618distclean-libtool: 619 -rm -f libtool config.lt 620install-lintlibDATA: $(lintlib_DATA) 621 @$(NORMAL_INSTALL) 622 @list='$(lintlib_DATA)'; test -n "$(lintlibdir)" || list=; \ 623 if test -n "$$list"; then \ 624 echo " $(MKDIR_P) '$(DESTDIR)$(lintlibdir)'"; \ 625 $(MKDIR_P) "$(DESTDIR)$(lintlibdir)" || exit 1; \ 626 fi; \ 627 for p in $$list; do \ 628 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 629 echo "$$d$$p"; \ 630 done | $(am__base_list) | \ 631 while read files; do \ 632 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(lintlibdir)'"; \ 633 $(INSTALL_DATA) $$files "$(DESTDIR)$(lintlibdir)" || exit $$?; \ 634 done 635 636uninstall-lintlibDATA: 637 @$(NORMAL_UNINSTALL) 638 @list='$(lintlib_DATA)'; test -n "$(lintlibdir)" || list=; \ 639 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 640 dir='$(DESTDIR)$(lintlibdir)'; $(am__uninstall_files_from_dir) 641install-pkgconfigDATA: $(pkgconfig_DATA) 642 @$(NORMAL_INSTALL) 643 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 644 if test -n "$$list"; then \ 645 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ 646 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ 647 fi; \ 648 for p in $$list; do \ 649 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 650 echo "$$d$$p"; \ 651 done | $(am__base_list) | \ 652 while read files; do \ 653 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 654 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 655 done 656 657uninstall-pkgconfigDATA: 658 @$(NORMAL_UNINSTALL) 659 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 660 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 661 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 662install-xdmcpincludeHEADERS: $(xdmcpinclude_HEADERS) 663 @$(NORMAL_INSTALL) 664 @list='$(xdmcpinclude_HEADERS)'; test -n "$(xdmcpincludedir)" || list=; \ 665 if test -n "$$list"; then \ 666 echo " $(MKDIR_P) '$(DESTDIR)$(xdmcpincludedir)'"; \ 667 $(MKDIR_P) "$(DESTDIR)$(xdmcpincludedir)" || exit 1; \ 668 fi; \ 669 for p in $$list; do \ 670 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 671 echo "$$d$$p"; \ 672 done | $(am__base_list) | \ 673 while read files; do \ 674 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(xdmcpincludedir)'"; \ 675 $(INSTALL_HEADER) $$files "$(DESTDIR)$(xdmcpincludedir)" || exit $$?; \ 676 done 677 678uninstall-xdmcpincludeHEADERS: 679 @$(NORMAL_UNINSTALL) 680 @list='$(xdmcpinclude_HEADERS)'; test -n "$(xdmcpincludedir)" || list=; \ 681 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 682 dir='$(DESTDIR)$(xdmcpincludedir)'; $(am__uninstall_files_from_dir) 683 684# This directory's subdirectories are mostly independent; you can cd 685# into them and run 'make' without going through this Makefile. 686# To change the values of 'make' variables: instead of editing Makefiles, 687# (1) if the variable is set in 'config.status', edit 'config.status' 688# (which will cause the Makefiles to be regenerated when you run 'make'); 689# (2) otherwise, pass the desired values on the 'make' command line. 690$(am__recursive_targets): 691 @fail=; \ 692 if $(am__make_keepgoing); then \ 693 failcom='fail=yes'; \ 694 else \ 695 failcom='exit 1'; \ 696 fi; \ 697 dot_seen=no; \ 698 target=`echo $@ | sed s/-recursive//`; \ 699 case "$@" in \ 700 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 701 *) list='$(SUBDIRS)' ;; \ 702 esac; \ 703 for subdir in $$list; do \ 704 echo "Making $$target in $$subdir"; \ 705 if test "$$subdir" = "."; then \ 706 dot_seen=yes; \ 707 local_target="$$target-am"; \ 708 else \ 709 local_target="$$target"; \ 710 fi; \ 711 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 712 || eval $$failcom; \ 713 done; \ 714 if test "$$dot_seen" = "no"; then \ 715 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 716 fi; test -z "$$fail" 717 718ID: $(am__tagged_files) 719 $(am__define_uniq_tagged_files); mkid -fID $$unique 720tags: tags-recursive 721TAGS: tags 722 723tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 724 set x; \ 725 here=`pwd`; \ 726 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 727 include_option=--etags-include; \ 728 empty_fix=.; \ 729 else \ 730 include_option=--include; \ 731 empty_fix=; \ 732 fi; \ 733 list='$(SUBDIRS)'; for subdir in $$list; do \ 734 if test "$$subdir" = .; then :; else \ 735 test ! -f $$subdir/TAGS || \ 736 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 737 fi; \ 738 done; \ 739 $(am__define_uniq_tagged_files); \ 740 shift; \ 741 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 742 test -n "$$unique" || unique=$$empty_fix; \ 743 if test $$# -gt 0; then \ 744 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 745 "$$@" $$unique; \ 746 else \ 747 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 748 $$unique; \ 749 fi; \ 750 fi 751ctags: ctags-recursive 752 753CTAGS: ctags 754ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 755 $(am__define_uniq_tagged_files); \ 756 test -z "$(CTAGS_ARGS)$$unique" \ 757 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 758 $$unique 759 760GTAGS: 761 here=`$(am__cd) $(top_builddir) && pwd` \ 762 && $(am__cd) $(top_srcdir) \ 763 && gtags -i $(GTAGS_ARGS) "$$here" 764cscope: cscope.files 765 test ! -s cscope.files \ 766 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 767clean-cscope: 768 -rm -f cscope.files 769cscope.files: clean-cscope cscopelist 770cscopelist: cscopelist-recursive 771 772cscopelist-am: $(am__tagged_files) 773 list='$(am__tagged_files)'; \ 774 case "$(srcdir)" in \ 775 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 776 *) sdir=$(subdir)/$(srcdir) ;; \ 777 esac; \ 778 for i in $$list; do \ 779 if test -f "$$i"; then \ 780 echo "$(subdir)/$$i"; \ 781 else \ 782 echo "$$sdir/$$i"; \ 783 fi; \ 784 done >> $(top_builddir)/cscope.files 785 786distclean-tags: 787 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 788 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 789distdir: $(BUILT_SOURCES) 790 $(MAKE) $(AM_MAKEFLAGS) distdir-am 791 792distdir-am: $(DISTFILES) 793 $(am__remove_distdir) 794 test -d "$(distdir)" || mkdir "$(distdir)" 795 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 796 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 797 list='$(DISTFILES)'; \ 798 dist_files=`for file in $$list; do echo $$file; done | \ 799 sed -e "s|^$$srcdirstrip/||;t" \ 800 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 801 case $$dist_files in \ 802 */*) $(MKDIR_P) `echo "$$dist_files" | \ 803 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 804 sort -u` ;; \ 805 esac; \ 806 for file in $$dist_files; do \ 807 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 808 if test -d $$d/$$file; then \ 809 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 810 if test -d "$(distdir)/$$file"; then \ 811 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 812 fi; \ 813 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 814 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 815 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 816 fi; \ 817 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 818 else \ 819 test -f "$(distdir)/$$file" \ 820 || cp -p $$d/$$file "$(distdir)/$$file" \ 821 || exit 1; \ 822 fi; \ 823 done 824 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 825 if test "$$subdir" = .; then :; else \ 826 $(am__make_dryrun) \ 827 || test -d "$(distdir)/$$subdir" \ 828 || $(MKDIR_P) "$(distdir)/$$subdir" \ 829 || exit 1; \ 830 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 831 $(am__relativize); \ 832 new_distdir=$$reldir; \ 833 dir1=$$subdir; dir2="$(top_distdir)"; \ 834 $(am__relativize); \ 835 new_top_distdir=$$reldir; \ 836 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 837 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 838 ($(am__cd) $$subdir && \ 839 $(MAKE) $(AM_MAKEFLAGS) \ 840 top_distdir="$$new_top_distdir" \ 841 distdir="$$new_distdir" \ 842 am__remove_distdir=: \ 843 am__skip_length_check=: \ 844 am__skip_mode_fix=: \ 845 distdir) \ 846 || exit 1; \ 847 fi; \ 848 done 849 $(MAKE) $(AM_MAKEFLAGS) \ 850 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 851 dist-hook 852 -test -n "$(am__skip_mode_fix)" \ 853 || find "$(distdir)" -type d ! -perm -755 \ 854 -exec chmod u+rwx,go+rx {} \; -o \ 855 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 856 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 857 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 858 || chmod -R a+r "$(distdir)" 859dist-gzip: distdir 860 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 861 $(am__post_remove_distdir) 862 863dist-bzip2: distdir 864 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 865 $(am__post_remove_distdir) 866 867dist-lzip: distdir 868 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 869 $(am__post_remove_distdir) 870dist-xz: distdir 871 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 872 $(am__post_remove_distdir) 873 874dist-zstd: distdir 875 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 876 $(am__post_remove_distdir) 877 878dist-tarZ: distdir 879 @echo WARNING: "Support for distribution archives compressed with" \ 880 "legacy program 'compress' is deprecated." >&2 881 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 882 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 883 $(am__post_remove_distdir) 884 885dist-shar: distdir 886 @echo WARNING: "Support for shar distribution archives is" \ 887 "deprecated." >&2 888 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 889 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 890 $(am__post_remove_distdir) 891 892dist-zip: distdir 893 -rm -f $(distdir).zip 894 zip -rq $(distdir).zip $(distdir) 895 $(am__post_remove_distdir) 896 897dist dist-all: 898 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 899 $(am__post_remove_distdir) 900 901# This target untars the dist file and tries a VPATH configuration. Then 902# it guarantees that the distribution is self-contained by making another 903# tarfile. 904distcheck: dist 905 case '$(DIST_ARCHIVES)' in \ 906 *.tar.gz*) \ 907 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 908 *.tar.bz2*) \ 909 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 910 *.tar.lz*) \ 911 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 912 *.tar.xz*) \ 913 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 914 *.tar.Z*) \ 915 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 916 *.shar.gz*) \ 917 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 918 *.zip*) \ 919 unzip $(distdir).zip ;;\ 920 *.tar.zst*) \ 921 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 922 esac 923 chmod -R a-w $(distdir) 924 chmod u+w $(distdir) 925 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 926 chmod a-w $(distdir) 927 test -d $(distdir)/_build || exit 0; \ 928 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 929 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 930 && am__cwd=`pwd` \ 931 && $(am__cd) $(distdir)/_build/sub \ 932 && ../../configure \ 933 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 934 $(DISTCHECK_CONFIGURE_FLAGS) \ 935 --srcdir=../.. --prefix="$$dc_install_base" \ 936 && $(MAKE) $(AM_MAKEFLAGS) \ 937 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 938 && $(MAKE) $(AM_MAKEFLAGS) check \ 939 && $(MAKE) $(AM_MAKEFLAGS) install \ 940 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 941 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 942 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 943 distuninstallcheck \ 944 && chmod -R a-w "$$dc_install_base" \ 945 && ({ \ 946 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 947 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 948 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 949 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 950 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 951 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 952 && rm -rf "$$dc_destdir" \ 953 && $(MAKE) $(AM_MAKEFLAGS) dist \ 954 && rm -rf $(DIST_ARCHIVES) \ 955 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 956 && cd "$$am__cwd" \ 957 || exit 1 958 $(am__post_remove_distdir) 959 @(echo "$(distdir) archives ready for distribution: "; \ 960 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 961 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 962distuninstallcheck: 963 @test -n '$(distuninstallcheck_dir)' || { \ 964 echo 'ERROR: trying to run $@ with an empty' \ 965 '$$(distuninstallcheck_dir)' >&2; \ 966 exit 1; \ 967 }; \ 968 $(am__cd) '$(distuninstallcheck_dir)' || { \ 969 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 970 exit 1; \ 971 }; \ 972 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 973 || { echo "ERROR: files left after uninstall:" ; \ 974 if test -n "$(DESTDIR)"; then \ 975 echo " (check DESTDIR support)"; \ 976 fi ; \ 977 $(distuninstallcheck_listfiles) ; \ 978 exit 1; } >&2 979distcleancheck: distclean 980 @if test '$(srcdir)' = . ; then \ 981 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 982 exit 1 ; \ 983 fi 984 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 985 || { echo "ERROR: files left in build directory after distclean:" ; \ 986 $(distcleancheck_listfiles) ; \ 987 exit 1; } >&2 988check-am: all-am 989check: check-recursive 990all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) config.h 991installdirs: installdirs-recursive 992installdirs-am: 993 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(lintlibdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xdmcpincludedir)"; do \ 994 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 995 done 996install: install-recursive 997install-exec: install-exec-recursive 998install-data: install-data-recursive 999uninstall: uninstall-recursive 1000 1001install-am: all-am 1002 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1003 1004installcheck: installcheck-recursive 1005install-strip: 1006 if test -z '$(STRIP)'; then \ 1007 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1008 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1009 install; \ 1010 else \ 1011 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1012 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1013 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1014 fi 1015mostlyclean-generic: 1016 1017clean-generic: 1018 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 1019 1020distclean-generic: 1021 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1022 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1023 1024maintainer-clean-generic: 1025 @echo "This command is intended for maintainers to use" 1026 @echo "it deletes files that may require special tools to rebuild." 1027 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 1028clean: clean-recursive 1029 1030clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 1031 mostlyclean-am 1032 1033distclean: distclean-recursive 1034 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1035 -rm -f ./$(DEPDIR)/Array.Plo 1036 -rm -f ./$(DEPDIR)/Fill.Plo 1037 -rm -f ./$(DEPDIR)/Flush.Plo 1038 -rm -f ./$(DEPDIR)/Key.Plo 1039 -rm -f ./$(DEPDIR)/Read.Plo 1040 -rm -f ./$(DEPDIR)/Unwrap.Plo 1041 -rm -f ./$(DEPDIR)/Wrap.Plo 1042 -rm -f ./$(DEPDIR)/Wraphelp.Plo 1043 -rm -f ./$(DEPDIR)/Write.Plo 1044 -rm -f Makefile 1045distclean-am: clean-am distclean-compile distclean-generic \ 1046 distclean-hdr distclean-libtool distclean-tags 1047 1048dvi: dvi-recursive 1049 1050dvi-am: 1051 1052html: html-recursive 1053 1054html-am: 1055 1056info: info-recursive 1057 1058info-am: 1059 1060install-data-am: install-lintlibDATA install-pkgconfigDATA \ 1061 install-xdmcpincludeHEADERS 1062 1063install-dvi: install-dvi-recursive 1064 1065install-dvi-am: 1066 1067install-exec-am: install-libLTLIBRARIES 1068 1069install-html: install-html-recursive 1070 1071install-html-am: 1072 1073install-info: install-info-recursive 1074 1075install-info-am: 1076 1077install-man: 1078 1079install-pdf: install-pdf-recursive 1080 1081install-pdf-am: 1082 1083install-ps: install-ps-recursive 1084 1085install-ps-am: 1086 1087installcheck-am: 1088 1089maintainer-clean: maintainer-clean-recursive 1090 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1091 -rm -rf $(top_srcdir)/autom4te.cache 1092 -rm -f ./$(DEPDIR)/Array.Plo 1093 -rm -f ./$(DEPDIR)/Fill.Plo 1094 -rm -f ./$(DEPDIR)/Flush.Plo 1095 -rm -f ./$(DEPDIR)/Key.Plo 1096 -rm -f ./$(DEPDIR)/Read.Plo 1097 -rm -f ./$(DEPDIR)/Unwrap.Plo 1098 -rm -f ./$(DEPDIR)/Wrap.Plo 1099 -rm -f ./$(DEPDIR)/Wraphelp.Plo 1100 -rm -f ./$(DEPDIR)/Write.Plo 1101 -rm -f Makefile 1102maintainer-clean-am: distclean-am maintainer-clean-generic 1103 1104mostlyclean: mostlyclean-recursive 1105 1106mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1107 mostlyclean-libtool 1108 1109pdf: pdf-recursive 1110 1111pdf-am: 1112 1113ps: ps-recursive 1114 1115ps-am: 1116 1117uninstall-am: uninstall-libLTLIBRARIES uninstall-lintlibDATA \ 1118 uninstall-pkgconfigDATA uninstall-xdmcpincludeHEADERS 1119 1120.MAKE: $(am__recursive_targets) all install-am install-strip 1121 1122.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 1123 am--depfiles am--refresh check check-am clean clean-cscope \ 1124 clean-generic clean-libLTLIBRARIES clean-libtool cscope \ 1125 cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 1126 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ 1127 dist-zip dist-zstd distcheck distclean distclean-compile \ 1128 distclean-generic distclean-hdr distclean-libtool \ 1129 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 1130 dvi-am html html-am info info-am install install-am \ 1131 install-data install-data-am install-dvi install-dvi-am \ 1132 install-exec install-exec-am install-html install-html-am \ 1133 install-info install-info-am install-libLTLIBRARIES \ 1134 install-lintlibDATA install-man install-pdf install-pdf-am \ 1135 install-pkgconfigDATA install-ps install-ps-am install-strip \ 1136 install-xdmcpincludeHEADERS installcheck installcheck-am \ 1137 installdirs installdirs-am maintainer-clean \ 1138 maintainer-clean-generic mostlyclean mostlyclean-compile \ 1139 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 1140 tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \ 1141 uninstall-lintlibDATA uninstall-pkgconfigDATA \ 1142 uninstall-xdmcpincludeHEADERS 1143 1144.PRECIOUS: Makefile 1145 1146 1147@LINT_TRUE@lint: 1148@LINT_TRUE@ $(LINT) $(ALL_LINT_FLAGS) $(libXdmcp_la_SOURCES) $(nodist_libXdmcp_la_SOURCES) $(LIBS) $(XDMCP_LIBS) 1149 1150@MAKE_LINT_LIB_TRUE@$(LINTLIB): $(libXdmcp_la_SOURCES) $(nodist_libXdmcp_la_SOURCES) 1151@MAKE_LINT_LIB_TRUE@ $(LINT) -y -oXdmcp -x $(ALL_LINT_FLAGS) $(libXdmcp_la_SOURCES) $(nodist_libXdmcp_la_SOURCES) 1152 1153.PHONY: ChangeLog INSTALL 1154 1155INSTALL: 1156 $(INSTALL_CMD) 1157 1158ChangeLog: 1159 $(CHANGELOG_CMD) 1160 1161dist-hook: ChangeLog INSTALL 1162 1163# Tell versions [3.59,3.63) of GNU make to not export all variables. 1164# Otherwise a system limit (for SysV at least) may be exceeded. 1165.NOEXPORT: 1166