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