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