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