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