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