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