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