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