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