Makefile.in revision 7a0395d0
1# Makefile.in generated by automake 1.10.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 Free Software Foundation, Inc. 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 38 39VPATH = @srcdir@ 40pkgdatadir = $(datadir)/@PACKAGE@ 41pkglibdir = $(libdir)/@PACKAGE@ 42pkgincludedir = $(includedir)/@PACKAGE@ 43am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 44install_sh_DATA = $(install_sh) -c -m 644 45install_sh_PROGRAM = $(install_sh) -c 46install_sh_SCRIPT = $(install_sh) -c 47INSTALL_HEADER = $(INSTALL_DATA) 48transform = $(program_transform_name) 49NORMAL_INSTALL = : 50PRE_INSTALL = : 51POST_INSTALL = : 52NORMAL_UNINSTALL = : 53PRE_UNINSTALL = : 54POST_UNINSTALL = : 55build_triplet = @build@ 56host_triplet = @host@ 57bin_PROGRAMS = xauth$(EXEEXT) 58subdir = . 59DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 60 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 61 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ 62 config.guess config.sub depcomp install-sh missing 63ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 64am__aclocal_m4_deps = $(top_srcdir)/configure.ac 65am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 66 $(ACLOCAL_M4) 67am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 68 configure.lineno config.status.lineno 69mkinstalldirs = $(install_sh) -d 70CONFIG_HEADER = config.h 71CONFIG_CLEAN_FILES = 72am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)" 73binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 74PROGRAMS = $(bin_PROGRAMS) 75am_xauth_OBJECTS = xauth-gethost.$(OBJEXT) xauth-parsedpy.$(OBJEXT) \ 76 xauth-process.$(OBJEXT) xauth-xauth.$(OBJEXT) 77xauth_OBJECTS = $(am_xauth_OBJECTS) 78am__DEPENDENCIES_1 = 79xauth_DEPENDENCIES = $(am__DEPENDENCIES_1) 80xauth_LINK = $(CCLD) $(xauth_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 81 $(LDFLAGS) -o $@ 82DEFAULT_INCLUDES = -I.@am__isrc@ 83depcomp = $(SHELL) $(top_srcdir)/depcomp 84am__depfiles_maybe = depfiles 85COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 86 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 87CCLD = $(CC) 88LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 89SOURCES = $(xauth_SOURCES) 90DIST_SOURCES = $(xauth_SOURCES) 91am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 92am__vpath_adj = case $$p in \ 93 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 94 *) f=$$p;; \ 95 esac; 96am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 97appmanDATA_INSTALL = $(INSTALL_DATA) 98DATA = $(appman_DATA) 99ETAGS = etags 100CTAGS = ctags 101DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 102distdir = $(PACKAGE)-$(VERSION) 103top_distdir = $(distdir) 104am__remove_distdir = \ 105 { test ! -d $(distdir) \ 106 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 107 && rm -fr $(distdir); }; } 108DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 109GZIP_ENV = --best 110distuninstallcheck_listfiles = find . -type f -print 111distcleancheck_listfiles = find . -type f -print 112ACLOCAL = @ACLOCAL@ 113ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 114ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 115AMTAR = @AMTAR@ 116APP_MAN_DIR = @APP_MAN_DIR@ 117APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 118AUTOCONF = @AUTOCONF@ 119AUTOHEADER = @AUTOHEADER@ 120AUTOMAKE = @AUTOMAKE@ 121AWK = @AWK@ 122CC = @CC@ 123CCDEPMODE = @CCDEPMODE@ 124CFLAGS = @CFLAGS@ 125CPP = @CPP@ 126CPPFLAGS = @CPPFLAGS@ 127CYGPATH_W = @CYGPATH_W@ 128DEFS = @DEFS@ 129DEPDIR = @DEPDIR@ 130DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 131DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 132ECHO_C = @ECHO_C@ 133ECHO_N = @ECHO_N@ 134ECHO_T = @ECHO_T@ 135EGREP = @EGREP@ 136EXEEXT = @EXEEXT@ 137FILE_MAN_DIR = @FILE_MAN_DIR@ 138FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 139GREP = @GREP@ 140INSTALL = @INSTALL@ 141INSTALL_DATA = @INSTALL_DATA@ 142INSTALL_PROGRAM = @INSTALL_PROGRAM@ 143INSTALL_SCRIPT = @INSTALL_SCRIPT@ 144INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 145LDFLAGS = @LDFLAGS@ 146LIBOBJS = @LIBOBJS@ 147LIBS = @LIBS@ 148LIB_MAN_DIR = @LIB_MAN_DIR@ 149LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 150LINT = @LINT@ 151LINT_FLAGS = @LINT_FLAGS@ 152LTLIBOBJS = @LTLIBOBJS@ 153MAINT = @MAINT@ 154MAKEINFO = @MAKEINFO@ 155MISC_MAN_DIR = @MISC_MAN_DIR@ 156MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 157MKDIR_P = @MKDIR_P@ 158OBJEXT = @OBJEXT@ 159PACKAGE = @PACKAGE@ 160PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 161PACKAGE_NAME = @PACKAGE_NAME@ 162PACKAGE_STRING = @PACKAGE_STRING@ 163PACKAGE_TARNAME = @PACKAGE_TARNAME@ 164PACKAGE_VERSION = @PACKAGE_VERSION@ 165PATH_SEPARATOR = @PATH_SEPARATOR@ 166PKG_CONFIG = @PKG_CONFIG@ 167SET_MAKE = @SET_MAKE@ 168SHELL = @SHELL@ 169STRIP = @STRIP@ 170VERSION = @VERSION@ 171XAUTH_CFLAGS = @XAUTH_CFLAGS@ 172XAUTH_LIBS = @XAUTH_LIBS@ 173abs_builddir = @abs_builddir@ 174abs_srcdir = @abs_srcdir@ 175abs_top_builddir = @abs_top_builddir@ 176abs_top_srcdir = @abs_top_srcdir@ 177ac_ct_CC = @ac_ct_CC@ 178am__include = @am__include@ 179am__leading_dot = @am__leading_dot@ 180am__quote = @am__quote@ 181am__tar = @am__tar@ 182am__untar = @am__untar@ 183bindir = @bindir@ 184build = @build@ 185build_alias = @build_alias@ 186build_cpu = @build_cpu@ 187build_os = @build_os@ 188build_vendor = @build_vendor@ 189builddir = @builddir@ 190datadir = @datadir@ 191datarootdir = @datarootdir@ 192docdir = @docdir@ 193dvidir = @dvidir@ 194exec_prefix = @exec_prefix@ 195host = @host@ 196host_alias = @host_alias@ 197host_cpu = @host_cpu@ 198host_os = @host_os@ 199host_vendor = @host_vendor@ 200htmldir = @htmldir@ 201includedir = @includedir@ 202infodir = @infodir@ 203install_sh = @install_sh@ 204libdir = @libdir@ 205libexecdir = @libexecdir@ 206localedir = @localedir@ 207localstatedir = @localstatedir@ 208mandir = @mandir@ 209mkdir_p = @mkdir_p@ 210oldincludedir = @oldincludedir@ 211pdfdir = @pdfdir@ 212prefix = @prefix@ 213program_transform_name = @program_transform_name@ 214psdir = @psdir@ 215sbindir = @sbindir@ 216sharedstatedir = @sharedstatedir@ 217srcdir = @srcdir@ 218sysconfdir = @sysconfdir@ 219target_alias = @target_alias@ 220top_builddir = @top_builddir@ 221top_srcdir = @top_srcdir@ 222xauth_CFLAGS = $(XAUTH_CFLAGS) 223xauth_LDADD = $(XAUTH_LIBS) 224xauth_SOURCES = \ 225 gethost.c \ 226 parsedpy.c \ 227 process.c \ 228 xauth.c \ 229 xauth.h 230 231appman_PRE = \ 232 xauth.man 233 234appmandir = $(APP_MAN_DIR) 235appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) 236EXTRA_DIST = $(appman_PRE) ChangeLog 237CLEANFILES = $(appman_DATA) 238@LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 239@LINT_TRUE@ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(xauth_CFLAGS) 240 241SED = sed 242 243# Strings to replace in man pages 244XORGRELSTRING = @PACKAGE_STRING@ 245XORGMANNAME = X Version 11 246MAN_SUBSTS = \ 247 -e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \ 248 -e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \ 249 -e 's|__xservername__|Xorg|g' \ 250 -e 's|__xconfigfile__|xorg.conf|g' \ 251 -e 's|__projectroot__|$(prefix)|g' \ 252 -e 's|__apploaddir__|$(appdefaultdir)|' \ 253 -e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \ 254 -e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \ 255 -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \ 256 -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \ 257 -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g' 258 259SUFFIXES = .$(APP_MAN_SUFFIX) .man 260MAINTAINERCLEANFILES = ChangeLog 261all: config.h 262 $(MAKE) $(AM_MAKEFLAGS) all-am 263 264.SUFFIXES: 265.SUFFIXES: .$(APP_MAN_SUFFIX) .man .c .o .obj 266am--refresh: 267 @: 268$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 269 @for dep in $?; do \ 270 case '$(am__configure_deps)' in \ 271 *$$dep*) \ 272 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ 273 cd $(srcdir) && $(AUTOMAKE) --gnu \ 274 && exit 0; \ 275 exit 1;; \ 276 esac; \ 277 done; \ 278 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 279 cd $(top_srcdir) && \ 280 $(AUTOMAKE) --gnu Makefile 281.PRECIOUS: Makefile 282Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 283 @case '$?' in \ 284 *config.status*) \ 285 echo ' $(SHELL) ./config.status'; \ 286 $(SHELL) ./config.status;; \ 287 *) \ 288 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 289 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 290 esac; 291 292$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 293 $(SHELL) ./config.status --recheck 294 295$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 296 cd $(srcdir) && $(AUTOCONF) 297$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 298 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 299 300config.h: stamp-h1 301 @if test ! -f $@; then \ 302 rm -f stamp-h1; \ 303 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 304 else :; fi 305 306stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 307 @rm -f stamp-h1 308 cd $(top_builddir) && $(SHELL) ./config.status config.h 309$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 310 cd $(top_srcdir) && $(AUTOHEADER) 311 rm -f stamp-h1 312 touch $@ 313 314distclean-hdr: 315 -rm -f config.h stamp-h1 316install-binPROGRAMS: $(bin_PROGRAMS) 317 @$(NORMAL_INSTALL) 318 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 319 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 320 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 321 if test -f $$p \ 322 ; then \ 323 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 324 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ 325 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ 326 else :; fi; \ 327 done 328 329uninstall-binPROGRAMS: 330 @$(NORMAL_UNINSTALL) 331 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 332 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 333 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ 334 rm -f "$(DESTDIR)$(bindir)/$$f"; \ 335 done 336 337clean-binPROGRAMS: 338 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 339xauth$(EXEEXT): $(xauth_OBJECTS) $(xauth_DEPENDENCIES) 340 @rm -f xauth$(EXEEXT) 341 $(xauth_LINK) $(xauth_OBJECTS) $(xauth_LDADD) $(LIBS) 342 343mostlyclean-compile: 344 -rm -f *.$(OBJEXT) 345 346distclean-compile: 347 -rm -f *.tab.c 348 349@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xauth-gethost.Po@am__quote@ 350@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xauth-parsedpy.Po@am__quote@ 351@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xauth-process.Po@am__quote@ 352@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xauth-xauth.Po@am__quote@ 353 354.c.o: 355@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 356@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 357@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 358@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 359@am__fastdepCC_FALSE@ $(COMPILE) -c $< 360 361.c.obj: 362@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 363@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 364@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 365@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 366@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 367 368xauth-gethost.o: gethost.c 369@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xauth_CFLAGS) $(CFLAGS) -MT xauth-gethost.o -MD -MP -MF $(DEPDIR)/xauth-gethost.Tpo -c -o xauth-gethost.o `test -f 'gethost.c' || echo '$(srcdir)/'`gethost.c 370@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xauth-gethost.Tpo $(DEPDIR)/xauth-gethost.Po 371@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gethost.c' object='xauth-gethost.o' libtool=no @AMDEPBACKSLASH@ 372@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 373@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xauth_CFLAGS) $(CFLAGS) -c -o xauth-gethost.o `test -f 'gethost.c' || echo '$(srcdir)/'`gethost.c 374 375xauth-gethost.obj: gethost.c 376@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xauth_CFLAGS) $(CFLAGS) -MT xauth-gethost.obj -MD -MP -MF $(DEPDIR)/xauth-gethost.Tpo -c -o xauth-gethost.obj `if test -f 'gethost.c'; then $(CYGPATH_W) 'gethost.c'; else $(CYGPATH_W) '$(srcdir)/gethost.c'; fi` 377@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xauth-gethost.Tpo $(DEPDIR)/xauth-gethost.Po 378@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gethost.c' object='xauth-gethost.obj' libtool=no @AMDEPBACKSLASH@ 379@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 380@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xauth_CFLAGS) $(CFLAGS) -c -o xauth-gethost.obj `if test -f 'gethost.c'; then $(CYGPATH_W) 'gethost.c'; else $(CYGPATH_W) '$(srcdir)/gethost.c'; fi` 381 382xauth-parsedpy.o: parsedpy.c 383@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xauth_CFLAGS) $(CFLAGS) -MT xauth-parsedpy.o -MD -MP -MF $(DEPDIR)/xauth-parsedpy.Tpo -c -o xauth-parsedpy.o `test -f 'parsedpy.c' || echo '$(srcdir)/'`parsedpy.c 384@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xauth-parsedpy.Tpo $(DEPDIR)/xauth-parsedpy.Po 385@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='parsedpy.c' object='xauth-parsedpy.o' libtool=no @AMDEPBACKSLASH@ 386@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 387@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xauth_CFLAGS) $(CFLAGS) -c -o xauth-parsedpy.o `test -f 'parsedpy.c' || echo '$(srcdir)/'`parsedpy.c 388 389xauth-parsedpy.obj: parsedpy.c 390@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xauth_CFLAGS) $(CFLAGS) -MT xauth-parsedpy.obj -MD -MP -MF $(DEPDIR)/xauth-parsedpy.Tpo -c -o xauth-parsedpy.obj `if test -f 'parsedpy.c'; then $(CYGPATH_W) 'parsedpy.c'; else $(CYGPATH_W) '$(srcdir)/parsedpy.c'; fi` 391@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xauth-parsedpy.Tpo $(DEPDIR)/xauth-parsedpy.Po 392@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='parsedpy.c' object='xauth-parsedpy.obj' libtool=no @AMDEPBACKSLASH@ 393@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 394@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xauth_CFLAGS) $(CFLAGS) -c -o xauth-parsedpy.obj `if test -f 'parsedpy.c'; then $(CYGPATH_W) 'parsedpy.c'; else $(CYGPATH_W) '$(srcdir)/parsedpy.c'; fi` 395 396xauth-process.o: process.c 397@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xauth_CFLAGS) $(CFLAGS) -MT xauth-process.o -MD -MP -MF $(DEPDIR)/xauth-process.Tpo -c -o xauth-process.o `test -f 'process.c' || echo '$(srcdir)/'`process.c 398@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xauth-process.Tpo $(DEPDIR)/xauth-process.Po 399@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='process.c' object='xauth-process.o' libtool=no @AMDEPBACKSLASH@ 400@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 401@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xauth_CFLAGS) $(CFLAGS) -c -o xauth-process.o `test -f 'process.c' || echo '$(srcdir)/'`process.c 402 403xauth-process.obj: process.c 404@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xauth_CFLAGS) $(CFLAGS) -MT xauth-process.obj -MD -MP -MF $(DEPDIR)/xauth-process.Tpo -c -o xauth-process.obj `if test -f 'process.c'; then $(CYGPATH_W) 'process.c'; else $(CYGPATH_W) '$(srcdir)/process.c'; fi` 405@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xauth-process.Tpo $(DEPDIR)/xauth-process.Po 406@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='process.c' object='xauth-process.obj' libtool=no @AMDEPBACKSLASH@ 407@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 408@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xauth_CFLAGS) $(CFLAGS) -c -o xauth-process.obj `if test -f 'process.c'; then $(CYGPATH_W) 'process.c'; else $(CYGPATH_W) '$(srcdir)/process.c'; fi` 409 410xauth-xauth.o: xauth.c 411@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xauth_CFLAGS) $(CFLAGS) -MT xauth-xauth.o -MD -MP -MF $(DEPDIR)/xauth-xauth.Tpo -c -o xauth-xauth.o `test -f 'xauth.c' || echo '$(srcdir)/'`xauth.c 412@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xauth-xauth.Tpo $(DEPDIR)/xauth-xauth.Po 413@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='xauth.c' object='xauth-xauth.o' libtool=no @AMDEPBACKSLASH@ 414@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 415@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xauth_CFLAGS) $(CFLAGS) -c -o xauth-xauth.o `test -f 'xauth.c' || echo '$(srcdir)/'`xauth.c 416 417xauth-xauth.obj: xauth.c 418@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xauth_CFLAGS) $(CFLAGS) -MT xauth-xauth.obj -MD -MP -MF $(DEPDIR)/xauth-xauth.Tpo -c -o xauth-xauth.obj `if test -f 'xauth.c'; then $(CYGPATH_W) 'xauth.c'; else $(CYGPATH_W) '$(srcdir)/xauth.c'; fi` 419@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/xauth-xauth.Tpo $(DEPDIR)/xauth-xauth.Po 420@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='xauth.c' object='xauth-xauth.obj' libtool=no @AMDEPBACKSLASH@ 421@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 422@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xauth_CFLAGS) $(CFLAGS) -c -o xauth-xauth.obj `if test -f 'xauth.c'; then $(CYGPATH_W) 'xauth.c'; else $(CYGPATH_W) '$(srcdir)/xauth.c'; fi` 423install-appmanDATA: $(appman_DATA) 424 @$(NORMAL_INSTALL) 425 test -z "$(appmandir)" || $(MKDIR_P) "$(DESTDIR)$(appmandir)" 426 @list='$(appman_DATA)'; for p in $$list; do \ 427 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 428 f=$(am__strip_dir) \ 429 echo " $(appmanDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(appmandir)/$$f'"; \ 430 $(appmanDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(appmandir)/$$f"; \ 431 done 432 433uninstall-appmanDATA: 434 @$(NORMAL_UNINSTALL) 435 @list='$(appman_DATA)'; for p in $$list; do \ 436 f=$(am__strip_dir) \ 437 echo " rm -f '$(DESTDIR)$(appmandir)/$$f'"; \ 438 rm -f "$(DESTDIR)$(appmandir)/$$f"; \ 439 done 440 441ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 442 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 443 unique=`for i in $$list; do \ 444 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 445 done | \ 446 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 447 END { if (nonempty) { for (i in files) print i; }; }'`; \ 448 mkid -fID $$unique 449tags: TAGS 450 451TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 452 $(TAGS_FILES) $(LISP) 453 tags=; \ 454 here=`pwd`; \ 455 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 456 unique=`for i in $$list; do \ 457 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 458 done | \ 459 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 460 END { if (nonempty) { for (i in files) print i; }; }'`; \ 461 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 462 test -n "$$unique" || unique=$$empty_fix; \ 463 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 464 $$tags $$unique; \ 465 fi 466ctags: CTAGS 467CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 468 $(TAGS_FILES) $(LISP) 469 tags=; \ 470 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 471 unique=`for i in $$list; do \ 472 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 473 done | \ 474 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 475 END { if (nonempty) { for (i in files) print i; }; }'`; \ 476 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 477 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 478 $$tags $$unique 479 480GTAGS: 481 here=`$(am__cd) $(top_builddir) && pwd` \ 482 && cd $(top_srcdir) \ 483 && gtags -i $(GTAGS_ARGS) $$here 484 485distclean-tags: 486 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 487 488distdir: $(DISTFILES) 489 $(am__remove_distdir) 490 test -d $(distdir) || mkdir $(distdir) 491 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 492 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 493 list='$(DISTFILES)'; \ 494 dist_files=`for file in $$list; do echo $$file; done | \ 495 sed -e "s|^$$srcdirstrip/||;t" \ 496 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 497 case $$dist_files in \ 498 */*) $(MKDIR_P) `echo "$$dist_files" | \ 499 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 500 sort -u` ;; \ 501 esac; \ 502 for file in $$dist_files; do \ 503 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 504 if test -d $$d/$$file; then \ 505 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 506 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 507 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 508 fi; \ 509 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 510 else \ 511 test -f $(distdir)/$$file \ 512 || cp -p $$d/$$file $(distdir)/$$file \ 513 || exit 1; \ 514 fi; \ 515 done 516 $(MAKE) $(AM_MAKEFLAGS) \ 517 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 518 dist-hook 519 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 520 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 521 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 522 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 523 || chmod -R a+r $(distdir) 524dist-gzip: distdir 525 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 526 $(am__remove_distdir) 527dist-bzip2: distdir 528 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 529 $(am__remove_distdir) 530 531dist-lzma: distdir 532 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 533 $(am__remove_distdir) 534 535dist-tarZ: distdir 536 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 537 $(am__remove_distdir) 538 539dist-shar: distdir 540 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 541 $(am__remove_distdir) 542 543dist-zip: distdir 544 -rm -f $(distdir).zip 545 zip -rq $(distdir).zip $(distdir) 546 $(am__remove_distdir) 547 548dist dist-all: distdir 549 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 550 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 551 $(am__remove_distdir) 552 553# This target untars the dist file and tries a VPATH configuration. Then 554# it guarantees that the distribution is self-contained by making another 555# tarfile. 556distcheck: dist 557 case '$(DIST_ARCHIVES)' in \ 558 *.tar.gz*) \ 559 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 560 *.tar.bz2*) \ 561 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 562 *.tar.lzma*) \ 563 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ 564 *.tar.Z*) \ 565 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 566 *.shar.gz*) \ 567 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 568 *.zip*) \ 569 unzip $(distdir).zip ;;\ 570 esac 571 chmod -R a-w $(distdir); chmod a+w $(distdir) 572 mkdir $(distdir)/_build 573 mkdir $(distdir)/_inst 574 chmod a-w $(distdir) 575 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 576 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 577 && cd $(distdir)/_build \ 578 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 579 $(DISTCHECK_CONFIGURE_FLAGS) \ 580 && $(MAKE) $(AM_MAKEFLAGS) \ 581 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 582 && $(MAKE) $(AM_MAKEFLAGS) check \ 583 && $(MAKE) $(AM_MAKEFLAGS) install \ 584 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 585 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 586 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 587 distuninstallcheck \ 588 && chmod -R a-w "$$dc_install_base" \ 589 && ({ \ 590 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 591 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 592 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 593 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 594 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 595 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 596 && rm -rf "$$dc_destdir" \ 597 && $(MAKE) $(AM_MAKEFLAGS) dist \ 598 && rm -rf $(DIST_ARCHIVES) \ 599 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 600 $(am__remove_distdir) 601 @(echo "$(distdir) archives ready for distribution: "; \ 602 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 603 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 604distuninstallcheck: 605 @cd $(distuninstallcheck_dir) \ 606 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 607 || { echo "ERROR: files left after uninstall:" ; \ 608 if test -n "$(DESTDIR)"; then \ 609 echo " (check DESTDIR support)"; \ 610 fi ; \ 611 $(distuninstallcheck_listfiles) ; \ 612 exit 1; } >&2 613distcleancheck: distclean 614 @if test '$(srcdir)' = . ; then \ 615 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 616 exit 1 ; \ 617 fi 618 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 619 || { echo "ERROR: files left in build directory after distclean:" ; \ 620 $(distcleancheck_listfiles) ; \ 621 exit 1; } >&2 622check-am: all-am 623check: check-am 624all-am: Makefile $(PROGRAMS) $(DATA) config.h 625installdirs: 626 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"; do \ 627 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 628 done 629install: install-am 630install-exec: install-exec-am 631install-data: install-data-am 632uninstall: uninstall-am 633 634install-am: all-am 635 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 636 637installcheck: installcheck-am 638install-strip: 639 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 640 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 641 `test -z '$(STRIP)' || \ 642 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 643mostlyclean-generic: 644 645clean-generic: 646 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 647 648distclean-generic: 649 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 650 651maintainer-clean-generic: 652 @echo "This command is intended for maintainers to use" 653 @echo "it deletes files that may require special tools to rebuild." 654 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 655clean: clean-am 656 657clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 658 659distclean: distclean-am 660 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 661 -rm -rf ./$(DEPDIR) 662 -rm -f Makefile 663distclean-am: clean-am distclean-compile distclean-generic \ 664 distclean-hdr distclean-tags 665 666dvi: dvi-am 667 668dvi-am: 669 670html: html-am 671 672info: info-am 673 674info-am: 675 676install-data-am: install-appmanDATA 677 678install-dvi: install-dvi-am 679 680install-exec-am: install-binPROGRAMS 681 682install-html: install-html-am 683 684install-info: install-info-am 685 686install-man: 687 688install-pdf: install-pdf-am 689 690install-ps: install-ps-am 691 692installcheck-am: 693 694maintainer-clean: maintainer-clean-am 695 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 696 -rm -rf $(top_srcdir)/autom4te.cache 697 -rm -rf ./$(DEPDIR) 698 -rm -f Makefile 699maintainer-clean-am: distclean-am maintainer-clean-generic 700 701mostlyclean: mostlyclean-am 702 703mostlyclean-am: mostlyclean-compile mostlyclean-generic 704 705pdf: pdf-am 706 707pdf-am: 708 709ps: ps-am 710 711ps-am: 712 713uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS 714 715.MAKE: install-am install-strip 716 717.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ 718 clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \ 719 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip \ 720 distcheck distclean distclean-compile distclean-generic \ 721 distclean-hdr distclean-tags distcleancheck distdir \ 722 distuninstallcheck dvi dvi-am html html-am info info-am \ 723 install install-am install-appmanDATA install-binPROGRAMS \ 724 install-data install-data-am install-dvi install-dvi-am \ 725 install-exec install-exec-am install-html install-html-am \ 726 install-info install-info-am install-man install-pdf \ 727 install-pdf-am install-ps install-ps-am install-strip \ 728 installcheck installcheck-am installdirs maintainer-clean \ 729 maintainer-clean-generic mostlyclean mostlyclean-compile \ 730 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ 731 uninstall-am uninstall-appmanDATA uninstall-binPROGRAMS 732 733 734@LINT_TRUE@lint: 735@LINT_TRUE@ $(LINT) $(ALL_LINT_FLAGS) $(xauth_SOURCES) $(xauth_LDADD) 736 737.man.$(APP_MAN_SUFFIX): 738 sed $(MAN_SUBSTS) < $< > $@ 739 740.PHONY: ChangeLog 741 742ChangeLog: 743 (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) 744 745dist-hook: ChangeLog 746# Tell versions [3.59,3.63) of GNU make to not export all variables. 747# Otherwise a system limit (for SysV at least) may be exceeded. 748.NOEXPORT: 749