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