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