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