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