Makefile.in revision 8697ee19
1# Makefile.in generated by automake 1.10.1 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  Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#  Copyright 2005 Adam Jackson.
18#
19#  Permission is hereby granted, free of charge, to any person obtaining a
20#  copy of this software and associated documentation files (the "Software"),
21#  to deal in the Software without restriction, including without limitation
22#  on the rights to use, copy, modify, merge, publish, distribute, sub
23#  license, and/or sell copies of the Software, and to permit persons to whom
24#  the Software is furnished to do so, subject to the following conditions:
25#
26#  The above copyright notice and this permission notice (including the next
27#  paragraph) shall be included in all copies or substantial portions of the
28#  Software.
29#
30#  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32#  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
33#  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
34#  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
35#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36VPATH = @srcdir@
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41install_sh_DATA = $(install_sh) -c -m 644
42install_sh_PROGRAM = $(install_sh) -c
43install_sh_SCRIPT = $(install_sh) -c
44INSTALL_HEADER = $(INSTALL_DATA)
45transform = $(program_transform_name)
46NORMAL_INSTALL = :
47PRE_INSTALL = :
48POST_INSTALL = :
49NORMAL_UNINSTALL = :
50PRE_UNINSTALL = :
51POST_UNINSTALL = :
52build_triplet = @build@
53host_triplet = @host@
54subdir = .
55DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
56	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
57	$(top_srcdir)/configure COPYING ChangeLog config.guess \
58	config.sub depcomp install-sh ltmain.sh missing
59ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60am__aclocal_m4_deps = $(top_srcdir)/configure.ac
61am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62	$(ACLOCAL_M4)
63am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
64 configure.lineno config.status.lineno
65mkinstalldirs = $(install_sh) -d
66CONFIG_HEADER = config.h
67CONFIG_CLEAN_FILES =
68SOURCES =
69DIST_SOURCES =
70RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
71	html-recursive info-recursive install-data-recursive \
72	install-dvi-recursive install-exec-recursive \
73	install-html-recursive install-info-recursive \
74	install-pdf-recursive install-ps-recursive install-recursive \
75	installcheck-recursive installdirs-recursive pdf-recursive \
76	ps-recursive uninstall-recursive
77RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
78  distclean-recursive maintainer-clean-recursive
79ETAGS = etags
80CTAGS = ctags
81DIST_SUBDIRS = $(SUBDIRS)
82DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
83distdir = $(PACKAGE)-$(VERSION)
84top_distdir = $(distdir)
85am__remove_distdir = \
86  { test ! -d $(distdir) \
87    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
88         && rm -fr $(distdir); }; }
89DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
90GZIP_ENV = --best
91distuninstallcheck_listfiles = find . -type f -print
92distcleancheck_listfiles = find . -type f -print
93ACLOCAL = @ACLOCAL@
94ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
95ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
96AMTAR = @AMTAR@
97APP_MAN_DIR = @APP_MAN_DIR@
98APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
99AR = @AR@
100AUTOCONF = @AUTOCONF@
101AUTOHEADER = @AUTOHEADER@
102AUTOMAKE = @AUTOMAKE@
103AWK = @AWK@
104CC = @CC@
105CCDEPMODE = @CCDEPMODE@
106CFLAGS = @CFLAGS@
107CPP = @CPP@
108CPPFLAGS = @CPPFLAGS@
109CXX = @CXX@
110CXXCPP = @CXXCPP@
111CXXDEPMODE = @CXXDEPMODE@
112CXXFLAGS = @CXXFLAGS@
113CYGPATH_W = @CYGPATH_W@
114DEFS = @DEFS@
115DEPDIR = @DEPDIR@
116DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
117DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
118DRIVER_NAME = @DRIVER_NAME@
119DRI_CFLAGS = @DRI_CFLAGS@
120DRI_LIBS = @DRI_LIBS@
121ECHO = @ECHO@
122ECHO_C = @ECHO_C@
123ECHO_N = @ECHO_N@
124ECHO_T = @ECHO_T@
125EGREP = @EGREP@
126EXEEXT = @EXEEXT@
127F77 = @F77@
128FFLAGS = @FFLAGS@
129FILE_MAN_DIR = @FILE_MAN_DIR@
130FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
131GREP = @GREP@
132INSTALL = @INSTALL@
133INSTALL_DATA = @INSTALL_DATA@
134INSTALL_PROGRAM = @INSTALL_PROGRAM@
135INSTALL_SCRIPT = @INSTALL_SCRIPT@
136INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
137LDFLAGS = @LDFLAGS@
138LIBOBJS = @LIBOBJS@
139LIBS = @LIBS@
140LIBTOOL = @LIBTOOL@
141LIB_MAN_DIR = @LIB_MAN_DIR@
142LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
143LN_S = @LN_S@
144LTLIBOBJS = @LTLIBOBJS@
145MAINT = @MAINT@
146MAKEINFO = @MAKEINFO@
147MISC_MAN_DIR = @MISC_MAN_DIR@
148MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
149MKDIR_P = @MKDIR_P@
150OBJEXT = @OBJEXT@
151PACKAGE = @PACKAGE@
152PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
153PACKAGE_NAME = @PACKAGE_NAME@
154PACKAGE_STRING = @PACKAGE_STRING@
155PACKAGE_TARNAME = @PACKAGE_TARNAME@
156PACKAGE_VERSION = @PACKAGE_VERSION@
157PATH_SEPARATOR = @PATH_SEPARATOR@
158PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
159PCIACCESS_LIBS = @PCIACCESS_LIBS@
160PKG_CONFIG = @PKG_CONFIG@
161RANLIB = @RANLIB@
162SED = @SED@
163SET_MAKE = @SET_MAKE@
164SHELL = @SHELL@
165STRIP = @STRIP@
166VERSION = @VERSION@
167XORG_CFLAGS = @XORG_CFLAGS@
168XORG_LIBS = @XORG_LIBS@
169abs_builddir = @abs_builddir@
170abs_srcdir = @abs_srcdir@
171abs_top_builddir = @abs_top_builddir@
172abs_top_srcdir = @abs_top_srcdir@
173ac_ct_CC = @ac_ct_CC@
174ac_ct_CXX = @ac_ct_CXX@
175ac_ct_F77 = @ac_ct_F77@
176am__include = @am__include@
177am__leading_dot = @am__leading_dot@
178am__quote = @am__quote@
179am__tar = @am__tar@
180am__untar = @am__untar@
181bindir = @bindir@
182build = @build@
183build_alias = @build_alias@
184build_cpu = @build_cpu@
185build_os = @build_os@
186build_vendor = @build_vendor@
187builddir = @builddir@
188datadir = @datadir@
189datarootdir = @datarootdir@
190docdir = @docdir@
191dvidir = @dvidir@
192exec_prefix = @exec_prefix@
193host = @host@
194host_alias = @host_alias@
195host_cpu = @host_cpu@
196host_os = @host_os@
197host_vendor = @host_vendor@
198htmldir = @htmldir@
199includedir = @includedir@
200infodir = @infodir@
201install_sh = @install_sh@
202libdir = @libdir@
203libexecdir = @libexecdir@
204localedir = @localedir@
205localstatedir = @localstatedir@
206mandir = @mandir@
207mkdir_p = @mkdir_p@
208moduledir = @moduledir@
209oldincludedir = @oldincludedir@
210pdfdir = @pdfdir@
211prefix = @prefix@
212program_transform_name = @program_transform_name@
213psdir = @psdir@
214sbindir = @sbindir@
215sharedstatedir = @sharedstatedir@
216srcdir = @srcdir@
217sysconfdir = @sysconfdir@
218target_alias = @target_alias@
219top_builddir = @top_builddir@
220top_srcdir = @top_srcdir@
221AUTOMAKE_OPTIONS = foreign
222SUBDIRS = src man
223all: config.h
224	$(MAKE) $(AM_MAKEFLAGS) all-recursive
225
226.SUFFIXES:
227am--refresh:
228	@:
229$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
230	@for dep in $?; do \
231	  case '$(am__configure_deps)' in \
232	    *$$dep*) \
233	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
234	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
235		&& exit 0; \
236	      exit 1;; \
237	  esac; \
238	done; \
239	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
240	cd $(top_srcdir) && \
241	  $(AUTOMAKE) --foreign  Makefile
242.PRECIOUS: Makefile
243Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
244	@case '$?' in \
245	  *config.status*) \
246	    echo ' $(SHELL) ./config.status'; \
247	    $(SHELL) ./config.status;; \
248	  *) \
249	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
250	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
251	esac;
252
253$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
254	$(SHELL) ./config.status --recheck
255
256$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
257	cd $(srcdir) && $(AUTOCONF)
258$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
259	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
260
261config.h: stamp-h1
262	@if test ! -f $@; then \
263	  rm -f stamp-h1; \
264	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
265	else :; fi
266
267stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
268	@rm -f stamp-h1
269	cd $(top_builddir) && $(SHELL) ./config.status config.h
270$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
271	cd $(top_srcdir) && $(AUTOHEADER)
272	rm -f stamp-h1
273	touch $@
274
275distclean-hdr:
276	-rm -f config.h stamp-h1
277
278mostlyclean-libtool:
279	-rm -f *.lo
280
281clean-libtool:
282	-rm -rf .libs _libs
283
284distclean-libtool:
285	-rm -f libtool
286
287# This directory's subdirectories are mostly independent; you can cd
288# into them and run `make' without going through this Makefile.
289# To change the values of `make' variables: instead of editing Makefiles,
290# (1) if the variable is set in `config.status', edit `config.status'
291#     (which will cause the Makefiles to be regenerated when you run `make');
292# (2) otherwise, pass the desired values on the `make' command line.
293$(RECURSIVE_TARGETS):
294	@failcom='exit 1'; \
295	for f in x $$MAKEFLAGS; do \
296	  case $$f in \
297	    *=* | --[!k]*);; \
298	    *k*) failcom='fail=yes';; \
299	  esac; \
300	done; \
301	dot_seen=no; \
302	target=`echo $@ | sed s/-recursive//`; \
303	list='$(SUBDIRS)'; for subdir in $$list; do \
304	  echo "Making $$target in $$subdir"; \
305	  if test "$$subdir" = "."; then \
306	    dot_seen=yes; \
307	    local_target="$$target-am"; \
308	  else \
309	    local_target="$$target"; \
310	  fi; \
311	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
312	  || eval $$failcom; \
313	done; \
314	if test "$$dot_seen" = "no"; then \
315	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
316	fi; test -z "$$fail"
317
318$(RECURSIVE_CLEAN_TARGETS):
319	@failcom='exit 1'; \
320	for f in x $$MAKEFLAGS; do \
321	  case $$f in \
322	    *=* | --[!k]*);; \
323	    *k*) failcom='fail=yes';; \
324	  esac; \
325	done; \
326	dot_seen=no; \
327	case "$@" in \
328	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
329	  *) list='$(SUBDIRS)' ;; \
330	esac; \
331	rev=''; for subdir in $$list; do \
332	  if test "$$subdir" = "."; then :; else \
333	    rev="$$subdir $$rev"; \
334	  fi; \
335	done; \
336	rev="$$rev ."; \
337	target=`echo $@ | sed s/-recursive//`; \
338	for subdir in $$rev; do \
339	  echo "Making $$target in $$subdir"; \
340	  if test "$$subdir" = "."; then \
341	    local_target="$$target-am"; \
342	  else \
343	    local_target="$$target"; \
344	  fi; \
345	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
346	  || eval $$failcom; \
347	done && test -z "$$fail"
348tags-recursive:
349	list='$(SUBDIRS)'; for subdir in $$list; do \
350	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
351	done
352ctags-recursive:
353	list='$(SUBDIRS)'; for subdir in $$list; do \
354	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
355	done
356
357ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
358	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
359	unique=`for i in $$list; do \
360	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
361	  done | \
362	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
363	      END { if (nonempty) { for (i in files) print i; }; }'`; \
364	mkid -fID $$unique
365tags: TAGS
366
367TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
368		$(TAGS_FILES) $(LISP)
369	tags=; \
370	here=`pwd`; \
371	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
372	  include_option=--etags-include; \
373	  empty_fix=.; \
374	else \
375	  include_option=--include; \
376	  empty_fix=; \
377	fi; \
378	list='$(SUBDIRS)'; for subdir in $$list; do \
379	  if test "$$subdir" = .; then :; else \
380	    test ! -f $$subdir/TAGS || \
381	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
382	  fi; \
383	done; \
384	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
385	unique=`for i in $$list; do \
386	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
387	  done | \
388	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
389	      END { if (nonempty) { for (i in files) print i; }; }'`; \
390	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
391	  test -n "$$unique" || unique=$$empty_fix; \
392	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
393	    $$tags $$unique; \
394	fi
395ctags: CTAGS
396CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
397		$(TAGS_FILES) $(LISP)
398	tags=; \
399	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
400	unique=`for i in $$list; do \
401	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
402	  done | \
403	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
404	      END { if (nonempty) { for (i in files) print i; }; }'`; \
405	test -z "$(CTAGS_ARGS)$$tags$$unique" \
406	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
407	     $$tags $$unique
408
409GTAGS:
410	here=`$(am__cd) $(top_builddir) && pwd` \
411	  && cd $(top_srcdir) \
412	  && gtags -i $(GTAGS_ARGS) $$here
413
414distclean-tags:
415	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
416
417distdir: $(DISTFILES)
418	$(am__remove_distdir)
419	test -d $(distdir) || mkdir $(distdir)
420	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
421	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
422	list='$(DISTFILES)'; \
423	  dist_files=`for file in $$list; do echo $$file; done | \
424	  sed -e "s|^$$srcdirstrip/||;t" \
425	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
426	case $$dist_files in \
427	  */*) $(MKDIR_P) `echo "$$dist_files" | \
428			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
429			   sort -u` ;; \
430	esac; \
431	for file in $$dist_files; do \
432	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
433	  if test -d $$d/$$file; then \
434	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
435	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
436	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
437	    fi; \
438	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
439	  else \
440	    test -f $(distdir)/$$file \
441	    || cp -p $$d/$$file $(distdir)/$$file \
442	    || exit 1; \
443	  fi; \
444	done
445	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
446	  if test "$$subdir" = .; then :; else \
447	    test -d "$(distdir)/$$subdir" \
448	    || $(MKDIR_P) "$(distdir)/$$subdir" \
449	    || exit 1; \
450	    distdir=`$(am__cd) $(distdir) && pwd`; \
451	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
452	    (cd $$subdir && \
453	      $(MAKE) $(AM_MAKEFLAGS) \
454	        top_distdir="$$top_distdir" \
455	        distdir="$$distdir/$$subdir" \
456		am__remove_distdir=: \
457		am__skip_length_check=: \
458	        distdir) \
459	      || exit 1; \
460	  fi; \
461	done
462	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
463	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
464	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
465	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
466	|| chmod -R a+r $(distdir)
467dist-gzip: distdir
468	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
469	$(am__remove_distdir)
470dist-bzip2: distdir
471	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
472	$(am__remove_distdir)
473
474dist-lzma: distdir
475	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
476	$(am__remove_distdir)
477
478dist-tarZ: distdir
479	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
480	$(am__remove_distdir)
481
482dist-shar: distdir
483	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
484	$(am__remove_distdir)
485
486dist-zip: distdir
487	-rm -f $(distdir).zip
488	zip -rq $(distdir).zip $(distdir)
489	$(am__remove_distdir)
490
491dist dist-all: distdir
492	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
493	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
494	$(am__remove_distdir)
495
496# This target untars the dist file and tries a VPATH configuration.  Then
497# it guarantees that the distribution is self-contained by making another
498# tarfile.
499distcheck: dist
500	case '$(DIST_ARCHIVES)' in \
501	*.tar.gz*) \
502	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
503	*.tar.bz2*) \
504	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
505	*.tar.lzma*) \
506	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
507	*.tar.Z*) \
508	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
509	*.shar.gz*) \
510	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
511	*.zip*) \
512	  unzip $(distdir).zip ;;\
513	esac
514	chmod -R a-w $(distdir); chmod a+w $(distdir)
515	mkdir $(distdir)/_build
516	mkdir $(distdir)/_inst
517	chmod a-w $(distdir)
518	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
519	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
520	  && cd $(distdir)/_build \
521	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
522	    $(DISTCHECK_CONFIGURE_FLAGS) \
523	  && $(MAKE) $(AM_MAKEFLAGS) \
524	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
525	  && $(MAKE) $(AM_MAKEFLAGS) check \
526	  && $(MAKE) $(AM_MAKEFLAGS) install \
527	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
528	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
529	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
530	        distuninstallcheck \
531	  && chmod -R a-w "$$dc_install_base" \
532	  && ({ \
533	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
534	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
535	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
536	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
537	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
538	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
539	  && rm -rf "$$dc_destdir" \
540	  && $(MAKE) $(AM_MAKEFLAGS) dist \
541	  && rm -rf $(DIST_ARCHIVES) \
542	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
543	$(am__remove_distdir)
544	@(echo "$(distdir) archives ready for distribution: "; \
545	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
546	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
547distuninstallcheck:
548	@cd $(distuninstallcheck_dir) \
549	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
550	   || { echo "ERROR: files left after uninstall:" ; \
551	        if test -n "$(DESTDIR)"; then \
552	          echo "  (check DESTDIR support)"; \
553	        fi ; \
554	        $(distuninstallcheck_listfiles) ; \
555	        exit 1; } >&2
556distcleancheck: distclean
557	@if test '$(srcdir)' = . ; then \
558	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
559	  exit 1 ; \
560	fi
561	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
562	  || { echo "ERROR: files left in build directory after distclean:" ; \
563	       $(distcleancheck_listfiles) ; \
564	       exit 1; } >&2
565check-am: all-am
566check: check-recursive
567all-am: Makefile config.h
568installdirs: installdirs-recursive
569installdirs-am:
570install: install-recursive
571install-exec: install-exec-recursive
572install-data: install-data-recursive
573uninstall: uninstall-recursive
574
575install-am: all-am
576	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
577
578installcheck: installcheck-recursive
579install-strip:
580	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
581	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
582	  `test -z '$(STRIP)' || \
583	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
584mostlyclean-generic:
585
586clean-generic:
587
588distclean-generic:
589	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
590
591maintainer-clean-generic:
592	@echo "This command is intended for maintainers to use"
593	@echo "it deletes files that may require special tools to rebuild."
594clean: clean-recursive
595
596clean-am: clean-generic clean-libtool mostlyclean-am
597
598distclean: distclean-recursive
599	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
600	-rm -f Makefile
601distclean-am: clean-am distclean-generic distclean-hdr \
602	distclean-libtool distclean-tags
603
604dvi: dvi-recursive
605
606dvi-am:
607
608html: html-recursive
609
610info: info-recursive
611
612info-am:
613
614install-data-am:
615
616install-dvi: install-dvi-recursive
617
618install-exec-am:
619
620install-html: install-html-recursive
621
622install-info: install-info-recursive
623
624install-man:
625
626install-pdf: install-pdf-recursive
627
628install-ps: install-ps-recursive
629
630installcheck-am:
631
632maintainer-clean: maintainer-clean-recursive
633	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
634	-rm -rf $(top_srcdir)/autom4te.cache
635	-rm -f Makefile
636maintainer-clean-am: distclean-am maintainer-clean-generic
637
638mostlyclean: mostlyclean-recursive
639
640mostlyclean-am: mostlyclean-generic mostlyclean-libtool
641
642pdf: pdf-recursive
643
644pdf-am:
645
646ps: ps-recursive
647
648ps-am:
649
650uninstall-am:
651
652.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
653	install-strip
654
655.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
656	all all-am am--refresh check check-am clean clean-generic \
657	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
658	dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
659	distclean distclean-generic distclean-hdr distclean-libtool \
660	distclean-tags distcleancheck distdir distuninstallcheck dvi \
661	dvi-am html html-am info info-am install install-am \
662	install-data install-data-am install-dvi install-dvi-am \
663	install-exec install-exec-am install-html install-html-am \
664	install-info install-info-am install-man install-pdf \
665	install-pdf-am install-ps install-ps-am install-strip \
666	installcheck installcheck-am installdirs installdirs-am \
667	maintainer-clean maintainer-clean-generic mostlyclean \
668	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
669	tags tags-recursive uninstall uninstall-am
670
671# Tell versions [3.59,3.63) of GNU make to not export all variables.
672# Otherwise a system limit (for SysV at least) may be exceeded.
673.NOEXPORT:
674