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