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