Makefile.in revision 71ba42d0
1# Makefile.in generated by automake 1.11 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18#  Copyright 2005 Adam Jackson.
19#
20#  Permission is hereby granted, free of charge, to any person obtaining a
21#  copy of this software and associated documentation files (the "Software"),
22#  to deal in the Software without restriction, including without limitation
23#  on the rights to use, copy, modify, merge, publish, distribute, sub
24#  license, and/or sell copies of the Software, and to permit persons to whom
25#  the Software is furnished to do so, subject to the following conditions:
26#
27#  The above copyright notice and this permission notice (including the next
28#  paragraph) shall be included in all copies or substantial portions of the
29#  Software.
30#
31#  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33#  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
34#  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
35#  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
36#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
37VPATH = @srcdir@
38pkgdatadir = $(datadir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkglibexecdir = $(libexecdir)/@PACKAGE@
42am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
43install_sh_DATA = $(install_sh) -c -m 644
44install_sh_PROGRAM = $(install_sh) -c
45install_sh_SCRIPT = $(install_sh) -c
46INSTALL_HEADER = $(INSTALL_DATA)
47transform = $(program_transform_name)
48NORMAL_INSTALL = :
49PRE_INSTALL = :
50POST_INSTALL = :
51NORMAL_UNINSTALL = :
52PRE_UNINSTALL = :
53POST_UNINSTALL = :
54build_triplet = @build@
55host_triplet = @host@
56subdir = .
57DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
58	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
59	$(top_srcdir)/configure COPYING ChangeLog 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@
184MISC_MAN_DIR = @MISC_MAN_DIR@
185MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
186MKDIR_P = @MKDIR_P@
187NM = @NM@
188NMEDIT = @NMEDIT@
189OBJDUMP = @OBJDUMP@
190OBJEXT = @OBJEXT@
191OTOOL = @OTOOL@
192OTOOL64 = @OTOOL64@
193PACKAGE = @PACKAGE@
194PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
195PACKAGE_NAME = @PACKAGE_NAME@
196PACKAGE_STRING = @PACKAGE_STRING@
197PACKAGE_TARNAME = @PACKAGE_TARNAME@
198PACKAGE_URL = @PACKAGE_URL@
199PACKAGE_VERSION = @PACKAGE_VERSION@
200PATH_SEPARATOR = @PATH_SEPARATOR@
201PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
202PCIACCESS_LIBS = @PCIACCESS_LIBS@
203PKG_CONFIG = @PKG_CONFIG@
204RANLIB = @RANLIB@
205SED = @SED@
206SET_MAKE = @SET_MAKE@
207SHELL = @SHELL@
208STRIP = @STRIP@
209VERSION = @VERSION@
210XEXT_CFLAGS = @XEXT_CFLAGS@
211XEXT_LIBS = @XEXT_LIBS@
212XMODES_CFLAGS = @XMODES_CFLAGS@
213XORG_CFLAGS = @XORG_CFLAGS@
214XORG_LIBS = @XORG_LIBS@
215abs_builddir = @abs_builddir@
216abs_srcdir = @abs_srcdir@
217abs_top_builddir = @abs_top_builddir@
218abs_top_srcdir = @abs_top_srcdir@
219ac_ct_CC = @ac_ct_CC@
220ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
221am__include = @am__include@
222am__leading_dot = @am__leading_dot@
223am__quote = @am__quote@
224am__tar = @am__tar@
225am__untar = @am__untar@
226bindir = @bindir@
227build = @build@
228build_alias = @build_alias@
229build_cpu = @build_cpu@
230build_os = @build_os@
231build_vendor = @build_vendor@
232builddir = @builddir@
233datadir = @datadir@
234datarootdir = @datarootdir@
235docdir = @docdir@
236dvidir = @dvidir@
237exec_prefix = @exec_prefix@
238host = @host@
239host_alias = @host_alias@
240host_cpu = @host_cpu@
241host_os = @host_os@
242host_vendor = @host_vendor@
243htmldir = @htmldir@
244includedir = @includedir@
245infodir = @infodir@
246install_sh = @install_sh@
247libdir = @libdir@
248libexecdir = @libexecdir@
249localedir = @localedir@
250localstatedir = @localstatedir@
251lt_ECHO = @lt_ECHO@
252mandir = @mandir@
253mkdir_p = @mkdir_p@
254modes_dir = @modes_dir@
255moduledir = @moduledir@
256oldincludedir = @oldincludedir@
257parser_dir = @parser_dir@
258pdfdir = @pdfdir@
259prefix = @prefix@
260program_transform_name = @program_transform_name@
261psdir = @psdir@
262sbindir = @sbindir@
263sharedstatedir = @sharedstatedir@
264srcdir = @srcdir@
265sysconfdir = @sysconfdir@
266target_alias = @target_alias@
267top_build_prefix = @top_build_prefix@
268top_builddir = @top_builddir@
269top_srcdir = @top_srcdir@
270SUBDIRS = src man compat
271MAINTAINERCLEANFILES = ChangeLog INSTALL
272EXTRA_DIST = README.G80
273all: config.h
274	$(MAKE) $(AM_MAKEFLAGS) all-recursive
275
276.SUFFIXES:
277am--refresh:
278	@:
279$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
280	@for dep in $?; do \
281	  case '$(am__configure_deps)' in \
282	    *$$dep*) \
283	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
284	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
285		&& exit 0; \
286	      exit 1;; \
287	  esac; \
288	done; \
289	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
290	$(am__cd) $(top_srcdir) && \
291	  $(AUTOMAKE) --foreign Makefile
292.PRECIOUS: Makefile
293Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
294	@case '$?' in \
295	  *config.status*) \
296	    echo ' $(SHELL) ./config.status'; \
297	    $(SHELL) ./config.status;; \
298	  *) \
299	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
300	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
301	esac;
302
303$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
304	$(SHELL) ./config.status --recheck
305
306$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
307	$(am__cd) $(srcdir) && $(AUTOCONF)
308$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
309	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
310$(am__aclocal_m4_deps):
311
312config.h: stamp-h1
313	@if test ! -f $@; then \
314	  rm -f stamp-h1; \
315	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
316	else :; fi
317
318stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
319	@rm -f stamp-h1
320	cd $(top_builddir) && $(SHELL) ./config.status config.h
321$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
322	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
323	rm -f stamp-h1
324	touch $@
325
326distclean-hdr:
327	-rm -f config.h stamp-h1
328
329mostlyclean-libtool:
330	-rm -f *.lo
331
332clean-libtool:
333	-rm -rf .libs _libs
334
335distclean-libtool:
336	-rm -f libtool config.lt
337
338# This directory's subdirectories are mostly independent; you can cd
339# into them and run `make' without going through this Makefile.
340# To change the values of `make' variables: instead of editing Makefiles,
341# (1) if the variable is set in `config.status', edit `config.status'
342#     (which will cause the Makefiles to be regenerated when you run `make');
343# (2) otherwise, pass the desired values on the `make' command line.
344$(RECURSIVE_TARGETS):
345	@failcom='exit 1'; \
346	for f in x $$MAKEFLAGS; do \
347	  case $$f in \
348	    *=* | --[!k]*);; \
349	    *k*) failcom='fail=yes';; \
350	  esac; \
351	done; \
352	dot_seen=no; \
353	target=`echo $@ | sed s/-recursive//`; \
354	list='$(SUBDIRS)'; for subdir in $$list; do \
355	  echo "Making $$target in $$subdir"; \
356	  if test "$$subdir" = "."; then \
357	    dot_seen=yes; \
358	    local_target="$$target-am"; \
359	  else \
360	    local_target="$$target"; \
361	  fi; \
362	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
363	  || eval $$failcom; \
364	done; \
365	if test "$$dot_seen" = "no"; then \
366	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
367	fi; test -z "$$fail"
368
369$(RECURSIVE_CLEAN_TARGETS):
370	@failcom='exit 1'; \
371	for f in x $$MAKEFLAGS; do \
372	  case $$f in \
373	    *=* | --[!k]*);; \
374	    *k*) failcom='fail=yes';; \
375	  esac; \
376	done; \
377	dot_seen=no; \
378	case "$@" in \
379	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
380	  *) list='$(SUBDIRS)' ;; \
381	esac; \
382	rev=''; for subdir in $$list; do \
383	  if test "$$subdir" = "."; then :; else \
384	    rev="$$subdir $$rev"; \
385	  fi; \
386	done; \
387	rev="$$rev ."; \
388	target=`echo $@ | sed s/-recursive//`; \
389	for subdir in $$rev; do \
390	  echo "Making $$target in $$subdir"; \
391	  if test "$$subdir" = "."; then \
392	    local_target="$$target-am"; \
393	  else \
394	    local_target="$$target"; \
395	  fi; \
396	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
397	  || eval $$failcom; \
398	done && test -z "$$fail"
399tags-recursive:
400	list='$(SUBDIRS)'; for subdir in $$list; do \
401	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
402	done
403ctags-recursive:
404	list='$(SUBDIRS)'; for subdir in $$list; do \
405	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
406	done
407
408ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
409	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
410	unique=`for i in $$list; do \
411	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
412	  done | \
413	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
414	      END { if (nonempty) { for (i in files) print i; }; }'`; \
415	mkid -fID $$unique
416tags: TAGS
417
418TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
419		$(TAGS_FILES) $(LISP)
420	set x; \
421	here=`pwd`; \
422	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
423	  include_option=--etags-include; \
424	  empty_fix=.; \
425	else \
426	  include_option=--include; \
427	  empty_fix=; \
428	fi; \
429	list='$(SUBDIRS)'; for subdir in $$list; do \
430	  if test "$$subdir" = .; then :; else \
431	    test ! -f $$subdir/TAGS || \
432	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
433	  fi; \
434	done; \
435	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
436	unique=`for i in $$list; do \
437	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
438	  done | \
439	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
440	      END { if (nonempty) { for (i in files) print i; }; }'`; \
441	shift; \
442	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
443	  test -n "$$unique" || unique=$$empty_fix; \
444	  if test $$# -gt 0; then \
445	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
446	      "$$@" $$unique; \
447	  else \
448	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
449	      $$unique; \
450	  fi; \
451	fi
452ctags: CTAGS
453CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
454		$(TAGS_FILES) $(LISP)
455	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
456	unique=`for i in $$list; do \
457	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
458	  done | \
459	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
460	      END { if (nonempty) { for (i in files) print i; }; }'`; \
461	test -z "$(CTAGS_ARGS)$$unique" \
462	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
463	     $$unique
464
465GTAGS:
466	here=`$(am__cd) $(top_builddir) && pwd` \
467	  && $(am__cd) $(top_srcdir) \
468	  && gtags -i $(GTAGS_ARGS) "$$here"
469
470distclean-tags:
471	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
472
473distdir: $(DISTFILES)
474	$(am__remove_distdir)
475	test -d "$(distdir)" || mkdir "$(distdir)"
476	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
477	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
478	list='$(DISTFILES)'; \
479	  dist_files=`for file in $$list; do echo $$file; done | \
480	  sed -e "s|^$$srcdirstrip/||;t" \
481	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
482	case $$dist_files in \
483	  */*) $(MKDIR_P) `echo "$$dist_files" | \
484			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
485			   sort -u` ;; \
486	esac; \
487	for file in $$dist_files; do \
488	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
489	  if test -d $$d/$$file; then \
490	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
491	    if test -d "$(distdir)/$$file"; then \
492	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
493	    fi; \
494	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
495	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
496	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
497	    fi; \
498	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
499	  else \
500	    test -f "$(distdir)/$$file" \
501	    || cp -p $$d/$$file "$(distdir)/$$file" \
502	    || exit 1; \
503	  fi; \
504	done
505	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
506	  if test "$$subdir" = .; then :; else \
507	    test -d "$(distdir)/$$subdir" \
508	    || $(MKDIR_P) "$(distdir)/$$subdir" \
509	    || exit 1; \
510	  fi; \
511	done
512	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
513	  if test "$$subdir" = .; then :; else \
514	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
515	    $(am__relativize); \
516	    new_distdir=$$reldir; \
517	    dir1=$$subdir; dir2="$(top_distdir)"; \
518	    $(am__relativize); \
519	    new_top_distdir=$$reldir; \
520	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
521	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
522	    ($(am__cd) $$subdir && \
523	      $(MAKE) $(AM_MAKEFLAGS) \
524	        top_distdir="$$new_top_distdir" \
525	        distdir="$$new_distdir" \
526		am__remove_distdir=: \
527		am__skip_length_check=: \
528		am__skip_mode_fix=: \
529	        distdir) \
530	      || exit 1; \
531	  fi; \
532	done
533	$(MAKE) $(AM_MAKEFLAGS) \
534	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
535	  dist-hook
536	-test -n "$(am__skip_mode_fix)" \
537	|| find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
538	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
539	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
540	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
541	|| chmod -R a+r "$(distdir)"
542dist-gzip: distdir
543	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
544	$(am__remove_distdir)
545dist-bzip2: distdir
546	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
547	$(am__remove_distdir)
548
549dist-lzma: distdir
550	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
551	$(am__remove_distdir)
552
553dist-xz: distdir
554	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
555	$(am__remove_distdir)
556
557dist-tarZ: distdir
558	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
559	$(am__remove_distdir)
560
561dist-shar: distdir
562	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
563	$(am__remove_distdir)
564
565dist-zip: distdir
566	-rm -f $(distdir).zip
567	zip -rq $(distdir).zip $(distdir)
568	$(am__remove_distdir)
569
570dist dist-all: distdir
571	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
572	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
573	$(am__remove_distdir)
574
575# This target untars the dist file and tries a VPATH configuration.  Then
576# it guarantees that the distribution is self-contained by making another
577# tarfile.
578distcheck: dist
579	case '$(DIST_ARCHIVES)' in \
580	*.tar.gz*) \
581	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
582	*.tar.bz2*) \
583	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
584	*.tar.lzma*) \
585	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
586	*.tar.xz*) \
587	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
588	*.tar.Z*) \
589	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
590	*.shar.gz*) \
591	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
592	*.zip*) \
593	  unzip $(distdir).zip ;;\
594	esac
595	chmod -R a-w $(distdir); chmod a+w $(distdir)
596	mkdir $(distdir)/_build
597	mkdir $(distdir)/_inst
598	chmod a-w $(distdir)
599	test -d $(distdir)/_build || exit 0; \
600	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
601	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
602	  && am__cwd=`pwd` \
603	  && $(am__cd) $(distdir)/_build \
604	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
605	    $(DISTCHECK_CONFIGURE_FLAGS) \
606	  && $(MAKE) $(AM_MAKEFLAGS) \
607	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
608	  && $(MAKE) $(AM_MAKEFLAGS) check \
609	  && $(MAKE) $(AM_MAKEFLAGS) install \
610	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
611	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
612	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
613	        distuninstallcheck \
614	  && chmod -R a-w "$$dc_install_base" \
615	  && ({ \
616	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
617	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
618	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
619	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
620	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
621	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
622	  && rm -rf "$$dc_destdir" \
623	  && $(MAKE) $(AM_MAKEFLAGS) dist \
624	  && rm -rf $(DIST_ARCHIVES) \
625	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
626	  && cd "$$am__cwd" \
627	  || exit 1
628	$(am__remove_distdir)
629	@(echo "$(distdir) archives ready for distribution: "; \
630	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
631	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
632distuninstallcheck:
633	@$(am__cd) '$(distuninstallcheck_dir)' \
634	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
635	   || { echo "ERROR: files left after uninstall:" ; \
636	        if test -n "$(DESTDIR)"; then \
637	          echo "  (check DESTDIR support)"; \
638	        fi ; \
639	        $(distuninstallcheck_listfiles) ; \
640	        exit 1; } >&2
641distcleancheck: distclean
642	@if test '$(srcdir)' = . ; then \
643	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
644	  exit 1 ; \
645	fi
646	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
647	  || { echo "ERROR: files left in build directory after distclean:" ; \
648	       $(distcleancheck_listfiles) ; \
649	       exit 1; } >&2
650check-am: all-am
651check: check-recursive
652all-am: Makefile config.h
653installdirs: installdirs-recursive
654installdirs-am:
655install: install-recursive
656install-exec: install-exec-recursive
657install-data: install-data-recursive
658uninstall: uninstall-recursive
659
660install-am: all-am
661	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
662
663installcheck: installcheck-recursive
664install-strip:
665	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
666	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
667	  `test -z '$(STRIP)' || \
668	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
669mostlyclean-generic:
670
671clean-generic:
672
673distclean-generic:
674	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
675	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
676
677maintainer-clean-generic:
678	@echo "This command is intended for maintainers to use"
679	@echo "it deletes files that may require special tools to rebuild."
680	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
681clean: clean-recursive
682
683clean-am: clean-generic clean-libtool mostlyclean-am
684
685distclean: distclean-recursive
686	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
687	-rm -f Makefile
688distclean-am: clean-am distclean-generic distclean-hdr \
689	distclean-libtool distclean-tags
690
691dvi: dvi-recursive
692
693dvi-am:
694
695html: html-recursive
696
697html-am:
698
699info: info-recursive
700
701info-am:
702
703install-data-am:
704
705install-dvi: install-dvi-recursive
706
707install-dvi-am:
708
709install-exec-am:
710
711install-html: install-html-recursive
712
713install-html-am:
714
715install-info: install-info-recursive
716
717install-info-am:
718
719install-man:
720
721install-pdf: install-pdf-recursive
722
723install-pdf-am:
724
725install-ps: install-ps-recursive
726
727install-ps-am:
728
729installcheck-am:
730
731maintainer-clean: maintainer-clean-recursive
732	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
733	-rm -rf $(top_srcdir)/autom4te.cache
734	-rm -f Makefile
735maintainer-clean-am: distclean-am maintainer-clean-generic
736
737mostlyclean: mostlyclean-recursive
738
739mostlyclean-am: mostlyclean-generic mostlyclean-libtool
740
741pdf: pdf-recursive
742
743pdf-am:
744
745ps: ps-recursive
746
747ps-am:
748
749uninstall-am:
750
751.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
752	ctags-recursive install-am install-strip tags-recursive
753
754.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
755	all all-am am--refresh check check-am clean clean-generic \
756	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
757	dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
758	dist-zip distcheck distclean distclean-generic distclean-hdr \
759	distclean-libtool distclean-tags distcleancheck distdir \
760	distuninstallcheck dvi dvi-am html html-am info info-am \
761	install install-am install-data install-data-am install-dvi \
762	install-dvi-am install-exec install-exec-am install-html \
763	install-html-am install-info install-info-am install-man \
764	install-pdf install-pdf-am install-ps install-ps-am \
765	install-strip installcheck installcheck-am installdirs \
766	installdirs-am maintainer-clean maintainer-clean-generic \
767	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
768	ps ps-am tags tags-recursive uninstall uninstall-am
769
770
771.PHONY: ChangeLog INSTALL
772
773INSTALL:
774	$(INSTALL_CMD)
775
776ChangeLog:
777	$(CHANGELOG_CMD)
778
779dist-hook: ChangeLog INSTALL
780
781# Tell versions [3.59,3.63) of GNU make to not export all variables.
782# Otherwise a system limit (for SysV at least) may be exceeded.
783.NOEXPORT:
784