Makefile.in revision 85ee4c00
1# Makefile.in generated by automake 1.10.2 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 = README $(am__configure_deps) $(srcdir)/Makefile.am \
56	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
57	$(top_srcdir)/configure COPYING ChangeLog TODO 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@
109CYGPATH_W = @CYGPATH_W@
110DEFS = @DEFS@
111DEPDIR = @DEPDIR@
112DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
113DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
114DRIVER_NAME = @DRIVER_NAME@
115DSYMUTIL = @DSYMUTIL@
116DUMPBIN = @DUMPBIN@
117ECHO_C = @ECHO_C@
118ECHO_N = @ECHO_N@
119ECHO_T = @ECHO_T@
120EGREP = @EGREP@
121EXEEXT = @EXEEXT@
122FGREP = @FGREP@
123FILE_MAN_DIR = @FILE_MAN_DIR@
124FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
125GREP = @GREP@
126INSTALL = @INSTALL@
127INSTALL_DATA = @INSTALL_DATA@
128INSTALL_PROGRAM = @INSTALL_PROGRAM@
129INSTALL_SCRIPT = @INSTALL_SCRIPT@
130INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
131LD = @LD@
132LDFLAGS = @LDFLAGS@
133LIBOBJS = @LIBOBJS@
134LIBS = @LIBS@
135LIBTOOL = @LIBTOOL@
136LIB_MAN_DIR = @LIB_MAN_DIR@
137LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
138LIPO = @LIPO@
139LN_S = @LN_S@
140LTLIBOBJS = @LTLIBOBJS@
141MAINT = @MAINT@
142MAKEINFO = @MAKEINFO@
143MISC_MAN_DIR = @MISC_MAN_DIR@
144MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
145MKDIR_P = @MKDIR_P@
146NM = @NM@
147NMEDIT = @NMEDIT@
148OBJDUMP = @OBJDUMP@
149OBJEXT = @OBJEXT@
150OTOOL = @OTOOL@
151OTOOL64 = @OTOOL64@
152PACKAGE = @PACKAGE@
153PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
154PACKAGE_NAME = @PACKAGE_NAME@
155PACKAGE_STRING = @PACKAGE_STRING@
156PACKAGE_TARNAME = @PACKAGE_TARNAME@
157PACKAGE_VERSION = @PACKAGE_VERSION@
158PATH_SEPARATOR = @PATH_SEPARATOR@
159PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
160PCIACCESS_LIBS = @PCIACCESS_LIBS@
161PKG_CONFIG = @PKG_CONFIG@
162RANLIB = @RANLIB@
163SED = @SED@
164SET_MAKE = @SET_MAKE@
165SHELL = @SHELL@
166STRIP = @STRIP@
167VERSION = @VERSION@
168XORG_CFLAGS = @XORG_CFLAGS@
169XORG_LIBS = @XORG_LIBS@
170abs_builddir = @abs_builddir@
171abs_srcdir = @abs_srcdir@
172abs_top_builddir = @abs_top_builddir@
173abs_top_srcdir = @abs_top_srcdir@
174ac_ct_CC = @ac_ct_CC@
175ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
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@
206lt_ECHO = @lt_ECHO@
207mandir = @mandir@
208mkdir_p = @mkdir_p@
209moduledir = @moduledir@
210oldincludedir = @oldincludedir@
211pdfdir = @pdfdir@
212prefix = @prefix@
213program_transform_name = @program_transform_name@
214psdir = @psdir@
215sbindir = @sbindir@
216sharedstatedir = @sharedstatedir@
217srcdir = @srcdir@
218sysconfdir = @sysconfdir@
219target_alias = @target_alias@
220top_build_prefix = @top_build_prefix@
221top_builddir = @top_builddir@
222top_srcdir = @top_srcdir@
223AUTOMAKE_OPTIONS = foreign
224SUBDIRS = src man
225EXTRA_DIST = NM-reg.txt TODO
226all: config.h
227	$(MAKE) $(AM_MAKEFLAGS) all-recursive
228
229.SUFFIXES:
230am--refresh:
231	@:
232$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
233	@for dep in $?; do \
234	  case '$(am__configure_deps)' in \
235	    *$$dep*) \
236	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
237	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
238		&& exit 0; \
239	      exit 1;; \
240	  esac; \
241	done; \
242	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
243	cd $(top_srcdir) && \
244	  $(AUTOMAKE) --foreign  Makefile
245.PRECIOUS: Makefile
246Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
247	@case '$?' in \
248	  *config.status*) \
249	    echo ' $(SHELL) ./config.status'; \
250	    $(SHELL) ./config.status;; \
251	  *) \
252	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
253	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
254	esac;
255
256$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
257	$(SHELL) ./config.status --recheck
258
259$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
260	cd $(srcdir) && $(AUTOCONF)
261$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
262	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
263
264config.h: stamp-h1
265	@if test ! -f $@; then \
266	  rm -f stamp-h1; \
267	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
268	else :; fi
269
270stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
271	@rm -f stamp-h1
272	cd $(top_builddir) && $(SHELL) ./config.status config.h
273$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
274	cd $(top_srcdir) && $(AUTOHEADER)
275	rm -f stamp-h1
276	touch $@
277
278distclean-hdr:
279	-rm -f config.h stamp-h1
280
281mostlyclean-libtool:
282	-rm -f *.lo
283
284clean-libtool:
285	-rm -rf .libs _libs
286
287distclean-libtool:
288	-rm -f libtool config.lt
289
290# This directory's subdirectories are mostly independent; you can cd
291# into them and run `make' without going through this Makefile.
292# To change the values of `make' variables: instead of editing Makefiles,
293# (1) if the variable is set in `config.status', edit `config.status'
294#     (which will cause the Makefiles to be regenerated when you run `make');
295# (2) otherwise, pass the desired values on the `make' command line.
296$(RECURSIVE_TARGETS):
297	@failcom='exit 1'; \
298	for f in x $$MAKEFLAGS; do \
299	  case $$f in \
300	    *=* | --[!k]*);; \
301	    *k*) failcom='fail=yes';; \
302	  esac; \
303	done; \
304	dot_seen=no; \
305	target=`echo $@ | sed s/-recursive//`; \
306	list='$(SUBDIRS)'; for subdir in $$list; do \
307	  echo "Making $$target in $$subdir"; \
308	  if test "$$subdir" = "."; then \
309	    dot_seen=yes; \
310	    local_target="$$target-am"; \
311	  else \
312	    local_target="$$target"; \
313	  fi; \
314	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
315	  || eval $$failcom; \
316	done; \
317	if test "$$dot_seen" = "no"; then \
318	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
319	fi; test -z "$$fail"
320
321$(RECURSIVE_CLEAN_TARGETS):
322	@failcom='exit 1'; \
323	for f in x $$MAKEFLAGS; do \
324	  case $$f in \
325	    *=* | --[!k]*);; \
326	    *k*) failcom='fail=yes';; \
327	  esac; \
328	done; \
329	dot_seen=no; \
330	case "$@" in \
331	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
332	  *) list='$(SUBDIRS)' ;; \
333	esac; \
334	rev=''; for subdir in $$list; do \
335	  if test "$$subdir" = "."; then :; else \
336	    rev="$$subdir $$rev"; \
337	  fi; \
338	done; \
339	rev="$$rev ."; \
340	target=`echo $@ | sed s/-recursive//`; \
341	for subdir in $$rev; do \
342	  echo "Making $$target in $$subdir"; \
343	  if test "$$subdir" = "."; then \
344	    local_target="$$target-am"; \
345	  else \
346	    local_target="$$target"; \
347	  fi; \
348	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
349	  || eval $$failcom; \
350	done && test -z "$$fail"
351tags-recursive:
352	list='$(SUBDIRS)'; for subdir in $$list; do \
353	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
354	done
355ctags-recursive:
356	list='$(SUBDIRS)'; for subdir in $$list; do \
357	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
358	done
359
360ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
361	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
362	unique=`for i in $$list; do \
363	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364	  done | \
365	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
366	      END { if (nonempty) { for (i in files) print i; }; }'`; \
367	mkid -fID $$unique
368tags: TAGS
369
370TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
371		$(TAGS_FILES) $(LISP)
372	tags=; \
373	here=`pwd`; \
374	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
375	  include_option=--etags-include; \
376	  empty_fix=.; \
377	else \
378	  include_option=--include; \
379	  empty_fix=; \
380	fi; \
381	list='$(SUBDIRS)'; for subdir in $$list; do \
382	  if test "$$subdir" = .; then :; else \
383	    test ! -f $$subdir/TAGS || \
384	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
385	  fi; \
386	done; \
387	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
388	unique=`for i in $$list; do \
389	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390	  done | \
391	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
392	      END { if (nonempty) { for (i in files) print i; }; }'`; \
393	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
394	  test -n "$$unique" || unique=$$empty_fix; \
395	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
396	    $$tags $$unique; \
397	fi
398ctags: CTAGS
399CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
400		$(TAGS_FILES) $(LISP)
401	tags=; \
402	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
403	unique=`for i in $$list; do \
404	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
405	  done | \
406	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
407	      END { if (nonempty) { for (i in files) print i; }; }'`; \
408	test -z "$(CTAGS_ARGS)$$tags$$unique" \
409	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
410	     $$tags $$unique
411
412GTAGS:
413	here=`$(am__cd) $(top_builddir) && pwd` \
414	  && cd $(top_srcdir) \
415	  && gtags -i $(GTAGS_ARGS) $$here
416
417distclean-tags:
418	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
419
420distdir: $(DISTFILES)
421	$(am__remove_distdir)
422	test -d $(distdir) || mkdir $(distdir)
423	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
424	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
425	list='$(DISTFILES)'; \
426	  dist_files=`for file in $$list; do echo $$file; done | \
427	  sed -e "s|^$$srcdirstrip/||;t" \
428	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
429	case $$dist_files in \
430	  */*) $(MKDIR_P) `echo "$$dist_files" | \
431			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
432			   sort -u` ;; \
433	esac; \
434	for file in $$dist_files; do \
435	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
436	  if test -d $$d/$$file; then \
437	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
438	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
439	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
440	    fi; \
441	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
442	  else \
443	    test -f $(distdir)/$$file \
444	    || cp -p $$d/$$file $(distdir)/$$file \
445	    || exit 1; \
446	  fi; \
447	done
448	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
449	  if test "$$subdir" = .; then :; else \
450	    test -d "$(distdir)/$$subdir" \
451	    || $(MKDIR_P) "$(distdir)/$$subdir" \
452	    || exit 1; \
453	    distdir=`$(am__cd) $(distdir) && pwd`; \
454	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
455	    (cd $$subdir && \
456	      $(MAKE) $(AM_MAKEFLAGS) \
457	        top_distdir="$$top_distdir" \
458	        distdir="$$distdir/$$subdir" \
459		am__remove_distdir=: \
460		am__skip_length_check=: \
461	        distdir) \
462	      || exit 1; \
463	  fi; \
464	done
465	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
466	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
467	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
468	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
469	|| chmod -R a+r $(distdir)
470dist-gzip: distdir
471	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
472	$(am__remove_distdir)
473dist-bzip2: distdir
474	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
475	$(am__remove_distdir)
476
477dist-lzma: distdir
478	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
479	$(am__remove_distdir)
480
481dist-tarZ: distdir
482	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
483	$(am__remove_distdir)
484
485dist-shar: distdir
486	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
487	$(am__remove_distdir)
488
489dist-zip: distdir
490	-rm -f $(distdir).zip
491	zip -rq $(distdir).zip $(distdir)
492	$(am__remove_distdir)
493
494dist dist-all: distdir
495	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
496	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
497	$(am__remove_distdir)
498
499# This target untars the dist file and tries a VPATH configuration.  Then
500# it guarantees that the distribution is self-contained by making another
501# tarfile.
502distcheck: dist
503	case '$(DIST_ARCHIVES)' in \
504	*.tar.gz*) \
505	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
506	*.tar.bz2*) \
507	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
508	*.tar.lzma*) \
509	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
510	*.tar.Z*) \
511	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
512	*.shar.gz*) \
513	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
514	*.zip*) \
515	  unzip $(distdir).zip ;;\
516	esac
517	chmod -R a-w $(distdir); chmod a+w $(distdir)
518	mkdir $(distdir)/_build
519	mkdir $(distdir)/_inst
520	chmod a-w $(distdir)
521	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
522	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
523	  && cd $(distdir)/_build \
524	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
525	    $(DISTCHECK_CONFIGURE_FLAGS) \
526	  && $(MAKE) $(AM_MAKEFLAGS) \
527	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
528	  && $(MAKE) $(AM_MAKEFLAGS) check \
529	  && $(MAKE) $(AM_MAKEFLAGS) install \
530	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
531	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
532	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
533	        distuninstallcheck \
534	  && chmod -R a-w "$$dc_install_base" \
535	  && ({ \
536	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
537	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
538	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
539	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
540	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
541	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
542	  && rm -rf "$$dc_destdir" \
543	  && $(MAKE) $(AM_MAKEFLAGS) dist \
544	  && rm -rf $(DIST_ARCHIVES) \
545	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
546	$(am__remove_distdir)
547	@(echo "$(distdir) archives ready for distribution: "; \
548	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
549	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
550distuninstallcheck:
551	@cd $(distuninstallcheck_dir) \
552	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
553	   || { echo "ERROR: files left after uninstall:" ; \
554	        if test -n "$(DESTDIR)"; then \
555	          echo "  (check DESTDIR support)"; \
556	        fi ; \
557	        $(distuninstallcheck_listfiles) ; \
558	        exit 1; } >&2
559distcleancheck: distclean
560	@if test '$(srcdir)' = . ; then \
561	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
562	  exit 1 ; \
563	fi
564	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
565	  || { echo "ERROR: files left in build directory after distclean:" ; \
566	       $(distcleancheck_listfiles) ; \
567	       exit 1; } >&2
568check-am: all-am
569check: check-recursive
570all-am: Makefile config.h
571installdirs: installdirs-recursive
572installdirs-am:
573install: install-recursive
574install-exec: install-exec-recursive
575install-data: install-data-recursive
576uninstall: uninstall-recursive
577
578install-am: all-am
579	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
580
581installcheck: installcheck-recursive
582install-strip:
583	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
584	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
585	  `test -z '$(STRIP)' || \
586	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
587mostlyclean-generic:
588
589clean-generic:
590
591distclean-generic:
592	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
593
594maintainer-clean-generic:
595	@echo "This command is intended for maintainers to use"
596	@echo "it deletes files that may require special tools to rebuild."
597clean: clean-recursive
598
599clean-am: clean-generic clean-libtool mostlyclean-am
600
601distclean: distclean-recursive
602	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
603	-rm -f Makefile
604distclean-am: clean-am distclean-generic distclean-hdr \
605	distclean-libtool distclean-tags
606
607dvi: dvi-recursive
608
609dvi-am:
610
611html: html-recursive
612
613info: info-recursive
614
615info-am:
616
617install-data-am:
618
619install-dvi: install-dvi-recursive
620
621install-exec-am:
622
623install-html: install-html-recursive
624
625install-info: install-info-recursive
626
627install-man:
628
629install-pdf: install-pdf-recursive
630
631install-ps: install-ps-recursive
632
633installcheck-am:
634
635maintainer-clean: maintainer-clean-recursive
636	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
637	-rm -rf $(top_srcdir)/autom4te.cache
638	-rm -f Makefile
639maintainer-clean-am: distclean-am maintainer-clean-generic
640
641mostlyclean: mostlyclean-recursive
642
643mostlyclean-am: mostlyclean-generic mostlyclean-libtool
644
645pdf: pdf-recursive
646
647pdf-am:
648
649ps: ps-recursive
650
651ps-am:
652
653uninstall-am:
654
655.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
656	install-strip
657
658.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
659	all all-am am--refresh check check-am clean clean-generic \
660	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
661	dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
662	distclean distclean-generic distclean-hdr distclean-libtool \
663	distclean-tags distcleancheck distdir distuninstallcheck dvi \
664	dvi-am html html-am info info-am install install-am \
665	install-data install-data-am install-dvi install-dvi-am \
666	install-exec install-exec-am install-html install-html-am \
667	install-info install-info-am install-man install-pdf \
668	install-pdf-am install-ps install-ps-am install-strip \
669	installcheck installcheck-am installdirs installdirs-am \
670	maintainer-clean maintainer-clean-generic mostlyclean \
671	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
672	tags tags-recursive uninstall uninstall-am
673
674# Tell versions [3.59,3.63) of GNU make to not export all variables.
675# Otherwise a system limit (for SysV at least) may be exceeded.
676.NOEXPORT:
677