spec cleanup
[platform/upstream/xauth.git] / Makefile.in
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
39 VPATH = @srcdir@
40 pkgdatadir = $(datadir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
42 pkglibdir = $(libdir)/@PACKAGE@
43 pkglibexecdir = $(libexecdir)/@PACKAGE@
44 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
45 install_sh_DATA = $(install_sh) -c -m 644
46 install_sh_PROGRAM = $(install_sh) -c
47 install_sh_SCRIPT = $(install_sh) -c
48 INSTALL_HEADER = $(INSTALL_DATA)
49 transform = $(program_transform_name)
50 NORMAL_INSTALL = :
51 PRE_INSTALL = :
52 POST_INSTALL = :
53 NORMAL_UNINSTALL = :
54 PRE_UNINSTALL = :
55 POST_UNINSTALL = :
56 build_triplet = @build@
57 host_triplet = @host@
58 bin_PROGRAMS = xauth$(EXEEXT)
59 subdir = .
60 DIST_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
64 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
65 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
66 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67         $(ACLOCAL_M4)
68 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
69  configure.lineno config.status.lineno
70 mkinstalldirs = $(install_sh) -d
71 CONFIG_HEADER = config.h
72 CONFIG_CLEAN_FILES =
73 CONFIG_CLEAN_VPATH_FILES =
74 am__installdirs = "$(DESTDIR)$(bindir)"
75 PROGRAMS = $(bin_PROGRAMS)
76 am_xauth_OBJECTS = gethost.$(OBJEXT) parsedpy.$(OBJEXT) \
77         process.$(OBJEXT) xauth.$(OBJEXT)
78 xauth_OBJECTS = $(am_xauth_OBJECTS)
79 am__DEPENDENCIES_1 =
80 xauth_DEPENDENCIES = $(am__DEPENDENCIES_1)
81 DEFAULT_INCLUDES = -I.@am__isrc@
82 depcomp = $(SHELL) $(top_srcdir)/depcomp
83 am__depfiles_maybe = depfiles
84 am__mv = mv -f
85 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87 AM_V_CC = $(am__v_CC_$(V))
88 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
89 am__v_CC_0 = @echo "  CC    " $@;
90 AM_V_at = $(am__v_at_$(V))
91 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
92 am__v_at_0 = @
93 CCLD = $(CC)
94 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
95 AM_V_CCLD = $(am__v_CCLD_$(V))
96 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
97 am__v_CCLD_0 = @echo "  CCLD  " $@;
98 AM_V_GEN = $(am__v_GEN_$(V))
99 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
100 am__v_GEN_0 = @echo "  GEN   " $@;
101 SOURCES = $(xauth_SOURCES)
102 DIST_SOURCES = $(xauth_SOURCES)
103 RECURSIVE_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
110 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
111   distclean-recursive maintainer-clean-recursive
112 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
113         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
114         distdir dist dist-all distcheck
115 ETAGS = etags
116 CTAGS = ctags
117 DIST_SUBDIRS = $(SUBDIRS)
118 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
119 distdir = $(PACKAGE)-$(VERSION)
120 top_distdir = $(distdir)
121 am__remove_distdir = \
122   { test ! -d "$(distdir)" \
123     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
124          && rm -fr "$(distdir)"; }; }
125 am__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"
150 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
151 GZIP_ENV = --best
152 distuninstallcheck_listfiles = find . -type f -print
153 distcleancheck_listfiles = find . -type f -print
154 ACLOCAL = @ACLOCAL@
155 ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
156 ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
157 AMTAR = @AMTAR@
158 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
159 APP_MAN_DIR = @APP_MAN_DIR@
160 APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
161 AUTOCONF = @AUTOCONF@
162 AUTOHEADER = @AUTOHEADER@
163 AUTOMAKE = @AUTOMAKE@
164 AWK = @AWK@
165 BASE_CFLAGS = @BASE_CFLAGS@
166 CC = @CC@
167 CCDEPMODE = @CCDEPMODE@
168 CFLAGS = @CFLAGS@
169 CHANGELOG_CMD = @CHANGELOG_CMD@
170 CPP = @CPP@
171 CPPFLAGS = @CPPFLAGS@
172 CWARNFLAGS = @CWARNFLAGS@
173 CYGPATH_W = @CYGPATH_W@
174 DEFS = @DEFS@
175 DEPDIR = @DEPDIR@
176 DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
177 DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
178 ECHO_C = @ECHO_C@
179 ECHO_N = @ECHO_N@
180 ECHO_T = @ECHO_T@
181 EGREP = @EGREP@
182 EXEEXT = @EXEEXT@
183 FILE_MAN_DIR = @FILE_MAN_DIR@
184 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
185 GREP = @GREP@
186 INSTALL = @INSTALL@
187 INSTALL_CMD = @INSTALL_CMD@
188 INSTALL_DATA = @INSTALL_DATA@
189 INSTALL_PROGRAM = @INSTALL_PROGRAM@
190 INSTALL_SCRIPT = @INSTALL_SCRIPT@
191 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
192 LDFLAGS = @LDFLAGS@
193 LIBOBJS = @LIBOBJS@
194 LIBS = @LIBS@
195 LIB_MAN_DIR = @LIB_MAN_DIR@
196 LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
197 LINT = @LINT@
198 LINT_FLAGS = @LINT_FLAGS@
199 LTLIBOBJS = @LTLIBOBJS@
200 MAINT = @MAINT@
201 MAKEINFO = @MAKEINFO@
202 MAN_SUBSTS = @MAN_SUBSTS@
203 MISC_MAN_DIR = @MISC_MAN_DIR@
204 MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
205 MKDIR_P = @MKDIR_P@
206 OBJEXT = @OBJEXT@
207 PACKAGE = @PACKAGE@
208 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
209 PACKAGE_NAME = @PACKAGE_NAME@
210 PACKAGE_STRING = @PACKAGE_STRING@
211 PACKAGE_TARNAME = @PACKAGE_TARNAME@
212 PACKAGE_URL = @PACKAGE_URL@
213 PACKAGE_VERSION = @PACKAGE_VERSION@
214 PATH_SEPARATOR = @PATH_SEPARATOR@
215 PKG_CONFIG = @PKG_CONFIG@
216 SED = @SED@
217 SET_MAKE = @SET_MAKE@
218 SHELL = @SHELL@
219 STRICT_CFLAGS = @STRICT_CFLAGS@
220 STRIP = @STRIP@
221 VERSION = @VERSION@
222 XAUTH_CFLAGS = @XAUTH_CFLAGS@
223 XAUTH_LIBS = @XAUTH_LIBS@
224 XORG_MAN_PAGE = @XORG_MAN_PAGE@
225 abs_builddir = @abs_builddir@
226 abs_srcdir = @abs_srcdir@
227 abs_top_builddir = @abs_top_builddir@
228 abs_top_srcdir = @abs_top_srcdir@
229 ac_ct_CC = @ac_ct_CC@
230 am__include = @am__include@
231 am__leading_dot = @am__leading_dot@
232 am__quote = @am__quote@
233 am__tar = @am__tar@
234 am__untar = @am__untar@
235 bindir = @bindir@
236 build = @build@
237 build_alias = @build_alias@
238 build_cpu = @build_cpu@
239 build_os = @build_os@
240 build_vendor = @build_vendor@
241 builddir = @builddir@
242 datadir = @datadir@
243 datarootdir = @datarootdir@
244 docdir = @docdir@
245 dvidir = @dvidir@
246 exec_prefix = @exec_prefix@
247 host = @host@
248 host_alias = @host_alias@
249 host_cpu = @host_cpu@
250 host_os = @host_os@
251 host_vendor = @host_vendor@
252 htmldir = @htmldir@
253 includedir = @includedir@
254 infodir = @infodir@
255 install_sh = @install_sh@
256 libdir = @libdir@
257 libexecdir = @libexecdir@
258 localedir = @localedir@
259 localstatedir = @localstatedir@
260 mandir = @mandir@
261 mkdir_p = @mkdir_p@
262 oldincludedir = @oldincludedir@
263 pdfdir = @pdfdir@
264 prefix = @prefix@
265 program_transform_name = @program_transform_name@
266 psdir = @psdir@
267 sbindir = @sbindir@
268 sharedstatedir = @sharedstatedir@
269 srcdir = @srcdir@
270 sysconfdir = @sysconfdir@
271 target_alias = @target_alias@
272 top_build_prefix = @top_build_prefix@
273 top_builddir = @top_builddir@
274 top_srcdir = @top_srcdir@
275 SUBDIRS = man
276 AM_CFLAGS = $(CWARNFLAGS) $(XAUTH_CFLAGS)
277 xauth_LDADD = $(XAUTH_LIBS)
278 xauth_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
288 MAINTAINERCLEANFILES = ChangeLog INSTALL
289 all: config.h
290         $(MAKE) $(AM_MAKEFLAGS) all-recursive
291
292 .SUFFIXES:
293 .SUFFIXES: .c .o .obj
294 am--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
310 Makefile: $(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
329 config.h: stamp-h1
330         @if test ! -f $@; then \
331           rm -f stamp-h1; \
332           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
333         else :; fi
334
335 stamp-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
343 distclean-hdr:
344         -rm -f config.h stamp-h1
345 install-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
370 uninstall-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
380 clean-binPROGRAMS:
381         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
382 xauth$(EXEEXT): $(xauth_OBJECTS) $(xauth_DEPENDENCIES) 
383         @rm -f xauth$(EXEEXT)
384         $(AM_V_CCLD)$(LINK) $(xauth_OBJECTS) $(xauth_LDADD) $(LIBS)
385
386 mostlyclean-compile:
387         -rm -f *.$(OBJEXT)
388
389 distclean-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"
474 tags-recursive:
475         list='$(SUBDIRS)'; for subdir in $$list; do \
476           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
477         done
478 ctags-recursive:
479         list='$(SUBDIRS)'; for subdir in $$list; do \
480           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
481         done
482
483 ID: $(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
491 tags: TAGS
492
493 TAGS: 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
527 ctags: CTAGS
528 CTAGS: 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
540 GTAGS:
541         here=`$(am__cd) $(top_builddir) && pwd` \
542           && $(am__cd) $(top_srcdir) \
543           && gtags -i $(GTAGS_ARGS) "$$here"
544
545 distclean-tags:
546         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
547
548 distdir: $(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)"
618 dist-gzip: distdir
619         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
620         $(am__remove_distdir)
621 dist-bzip2: distdir
622         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
623         $(am__remove_distdir)
624
625 dist-lzma: distdir
626         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
627         $(am__remove_distdir)
628
629 dist-xz: distdir
630         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
631         $(am__remove_distdir)
632
633 dist-tarZ: distdir
634         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
635         $(am__remove_distdir)
636
637 dist-shar: distdir
638         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
639         $(am__remove_distdir)
640
641 dist-zip: distdir
642         -rm -f $(distdir).zip
643         zip -rq $(distdir).zip $(distdir)
644         $(am__remove_distdir)
645
646 dist 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.
654 distcheck: 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'
708 distuninstallcheck:
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
717 distcleancheck: 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
726 check-am: all-am
727 check: check-recursive
728 all-am: Makefile $(PROGRAMS) config.h
729 installdirs: installdirs-recursive
730 installdirs-am:
731         for dir in "$(DESTDIR)$(bindir)"; do \
732           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
733         done
734 install: install-recursive
735 install-exec: install-exec-recursive
736 install-data: install-data-recursive
737 uninstall: uninstall-recursive
738
739 install-am: all-am
740         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
741
742 installcheck: installcheck-recursive
743 install-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
748 mostlyclean-generic:
749
750 clean-generic:
751
752 distclean-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
756 maintainer-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)
760 clean: clean-recursive
761
762 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
763
764 distclean: distclean-recursive
765         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
766         -rm -rf ./$(DEPDIR)
767         -rm -f Makefile
768 distclean-am: clean-am distclean-compile distclean-generic \
769         distclean-hdr distclean-tags
770
771 dvi: dvi-recursive
772
773 dvi-am:
774
775 html: html-recursive
776
777 html-am:
778
779 info: info-recursive
780
781 info-am:
782
783 install-data-am:
784
785 install-dvi: install-dvi-recursive
786
787 install-dvi-am:
788
789 install-exec-am: install-binPROGRAMS
790
791 install-html: install-html-recursive
792
793 install-html-am:
794
795 install-info: install-info-recursive
796
797 install-info-am:
798
799 install-man:
800
801 install-pdf: install-pdf-recursive
802
803 install-pdf-am:
804
805 install-ps: install-ps-recursive
806
807 install-ps-am:
808
809 installcheck-am:
810
811 maintainer-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
816 maintainer-clean-am: distclean-am maintainer-clean-generic
817
818 mostlyclean: mostlyclean-recursive
819
820 mostlyclean-am: mostlyclean-compile mostlyclean-generic
821
822 pdf: pdf-recursive
823
824 pdf-am:
825
826 ps: ps-recursive
827
828 ps-am:
829
830 uninstall-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
858 INSTALL:
859         $(INSTALL_CMD)
860
861 ChangeLog:
862         $(CHANGELOG_CMD)
863
864 dist-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: