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