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