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