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