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