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# Make Autoconf.
19
20# Copyright (C) 1999-2004, 2006-2012 Free Software Foundation, Inc.
21
22# This program is free software: you can redistribute it and/or modify
23# it under the terms of the GNU General Public License as published by
24# the Free Software Foundation, either version 3 of the License, or
25# (at your option) any later version.
26
27# This program is distributed in the hope that it will be useful,
28# but WITHOUT ANY WARRANTY; without even the implied warranty of
29# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30# GNU General Public License for more details.
31
32# You should have received a copy of the GNU General Public License
33# along with this program.  If not, see <http://www.gnu.org/licenses/>.
34
35VPATH = @srcdir@
36pkgdatadir = $(datadir)/@PACKAGE@
37pkgincludedir = $(includedir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkglibexecdir = $(libexecdir)/@PACKAGE@
40am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41install_sh_DATA = $(install_sh) -c -m 644
42install_sh_PROGRAM = $(install_sh) -c
43install_sh_SCRIPT = $(install_sh) -c
44INSTALL_HEADER = $(INSTALL_DATA)
45transform = $(program_transform_name)
46NORMAL_INSTALL = :
47PRE_INSTALL = :
48POST_INSTALL = :
49NORMAL_UNINSTALL = :
50PRE_UNINSTALL = :
51POST_UNINSTALL = :
52build_triplet = @build@
53host_triplet = @host@
54subdir = .
55DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
56	$(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
57	ChangeLog INSTALL NEWS THANKS TODO build-aux/config.guess \
58	build-aux/config.sub build-aux/elisp-comp build-aux/install-sh \
59	build-aux/mdate-sh build-aux/missing build-aux/texinfo.tex
60ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \
62	$(top_srcdir)/m4/m4.m4 $(top_srcdir)/m4/make-case.m4 \
63	$(top_srcdir)/configure.ac
64am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65	$(ACLOCAL_M4)
66am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
67 configure.lineno config.status.lineno
68mkinstalldirs = $(install_sh) -d
69CONFIG_CLEAN_FILES =
70CONFIG_CLEAN_VPATH_FILES =
71SOURCES =
72DIST_SOURCES =
73RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
74	html-recursive info-recursive install-data-recursive \
75	install-dvi-recursive install-exec-recursive \
76	install-html-recursive install-info-recursive \
77	install-pdf-recursive install-ps-recursive install-recursive \
78	installcheck-recursive installdirs-recursive pdf-recursive \
79	ps-recursive uninstall-recursive
80am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
81am__vpath_adj = case $$p in \
82    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
83    *) f=$$p;; \
84  esac;
85am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
86am__install_max = 40
87am__nobase_strip_setup = \
88  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
89am__nobase_strip = \
90  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
91am__nobase_list = $(am__nobase_strip_setup); \
92  for p in $$list; do echo "$$p $$p"; done | \
93  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
94  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
95    if (++n[$$2] == $(am__install_max)) \
96      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
97    END { for (dir in files) print dir, files[dir] }'
98am__base_list = \
99  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
100  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
101am__installdirs = "$(DESTDIR)$(pkgdatadir)"
102DATA = $(pkgdata_DATA)
103RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
104  distclean-recursive maintainer-clean-recursive
105AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
106	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
107	distdir dist dist-all distcheck
108ETAGS = etags
109CTAGS = ctags
110DIST_SUBDIRS = $(SUBDIRS)
111DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
112distdir = $(PACKAGE)-$(VERSION)
113top_distdir = $(distdir)
114am__remove_distdir = \
115  { test ! -d "$(distdir)" \
116    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
117         && rm -fr "$(distdir)"; }; }
118am__relativize = \
119  dir0=`pwd`; \
120  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
121  sed_rest='s,^[^/]*/*,,'; \
122  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
123  sed_butlast='s,/*[^/]*$$,,'; \
124  while test -n "$$dir1"; do \
125    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
126    if test "$$first" != "."; then \
127      if test "$$first" = ".."; then \
128        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
129        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
130      else \
131        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
132        if test "$$first2" = "$$first"; then \
133          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
134        else \
135          dir2="../$$dir2"; \
136        fi; \
137        dir0="$$dir0"/"$$first"; \
138      fi; \
139    fi; \
140    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
141  done; \
142  reldir="$$dir2"
143DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
144GZIP_ENV = --best
145distuninstallcheck_listfiles = find . -type f -print
146distcleancheck_listfiles = find . -type f -print
147ACLOCAL = @ACLOCAL@
148AMTAR = @AMTAR@
149AUTOCONF = @AUTOCONF@
150AUTOHEADER = @AUTOHEADER@
151AUTOMAKE = @AUTOMAKE@
152AWK = @AWK@
153CYGPATH_W = @CYGPATH_W@
154DEFS = @DEFS@
155ECHO_C = @ECHO_C@
156ECHO_N = @ECHO_N@
157ECHO_T = @ECHO_T@
158EGREP = @EGREP@
159EMACS = @EMACS@
160EMACSLOADPATH = @EMACSLOADPATH@
161EXPR = @EXPR@
162GREP = @GREP@
163HELP2MAN = @HELP2MAN@
164INSTALL = @INSTALL@
165INSTALL_DATA = @INSTALL_DATA@
166INSTALL_PROGRAM = @INSTALL_PROGRAM@
167INSTALL_SCRIPT = @INSTALL_SCRIPT@
168INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
169LIBOBJS = @LIBOBJS@
170LIBS = @LIBS@
171LTLIBOBJS = @LTLIBOBJS@
172M4 = @M4@
173M4_DEBUGFILE = @M4_DEBUGFILE@
174M4_GNU = @M4_GNU@
175MAKEINFO = @MAKEINFO@
176MKDIR_P = @MKDIR_P@
177PACKAGE = @PACKAGE@
178PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
179PACKAGE_NAME = @PACKAGE_NAME@
180PACKAGE_STRING = @PACKAGE_STRING@
181PACKAGE_TARNAME = @PACKAGE_TARNAME@
182PACKAGE_URL = @PACKAGE_URL@
183PACKAGE_VERSION = @PACKAGE_VERSION@
184PATH_SEPARATOR = @PATH_SEPARATOR@
185PERL = @PERL@
186PERL_FLOCK = @PERL_FLOCK@
187SED = @SED@
188SET_MAKE = @SET_MAKE@
189SHELL = @SHELL@
190STRIP = @STRIP@
191TEST_EMACS = @TEST_EMACS@
192VERSION = @VERSION@
193abs_builddir = @abs_builddir@
194abs_srcdir = @abs_srcdir@
195abs_top_builddir = @abs_top_builddir@
196abs_top_srcdir = @abs_top_srcdir@
197ac_cv_dir_trailing_space = @ac_cv_dir_trailing_space@
198ac_cv_sh_n_works = @ac_cv_sh_n_works@
199ac_cv_unsupported_fs_chars = @ac_cv_unsupported_fs_chars@
200am__leading_dot = @am__leading_dot@
201am__tar = @am__tar@
202am__untar = @am__untar@
203bindir = @bindir@
204build = @build@
205build_alias = @build_alias@
206build_cpu = @build_cpu@
207build_os = @build_os@
208build_vendor = @build_vendor@
209builddir = @builddir@
210datadir = @datadir@
211datarootdir = @datarootdir@
212docdir = @docdir@
213dvidir = @dvidir@
214exec_prefix = @exec_prefix@
215host = @host@
216host_alias = @host_alias@
217host_cpu = @host_cpu@
218host_os = @host_os@
219host_vendor = @host_vendor@
220htmldir = @htmldir@
221includedir = @includedir@
222infodir = @infodir@
223install_sh = @install_sh@
224libdir = @libdir@
225libexecdir = @libexecdir@
226lispdir = @lispdir@
227localedir = @localedir@
228localstatedir = @localstatedir@
229mandir = @mandir@
230mkdir_p = @mkdir_p@
231oldincludedir = @oldincludedir@
232pdfdir = @pdfdir@
233prefix = @prefix@
234program_transform_name = @program_transform_name@
235psdir = @psdir@
236sbindir = @sbindir@
237sharedstatedir = @sharedstatedir@
238srcdir = @srcdir@
239sysconfdir = @sysconfdir@
240target_alias = @target_alias@
241top_build_prefix = @top_build_prefix@
242top_builddir = @top_builddir@
243top_srcdir = @top_srcdir@
244
245# bin/ must be run first, as it builds executables needed for tests.
246# autom4te uses autotest.m4f to generate `testsuite', so build tests last.
247# Rules in man/ use scripts from both bin/ and tests/, so *it* goes last.
248SUBDIRS = bin . lib doc tests man
249ACLOCAL_AMFLAGS = -I m4
250EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 ChangeLog.3 \
251	     BUGS COPYINGv3 COPYING.EXCEPTION \
252	     GNUmakefile maint.mk cfg.mk \
253	     build-aux/gendocs.sh \
254	     build-aux/git-version-gen \
255	     build-aux/announce-gen build-aux/gnupload \
256	     build-aux/gitlog-to-changelog \
257	     .prev-version .version
258
259AM_MAKEINFOFLAGS = --no-headers --no-validate --no-split
260@MAKE_CASE_SENSITIVE_TRUE@pkgdata_DATA = $(srcdir)/INSTALL
261@MAKE_CASE_SENSITIVE_TRUE@MAINTAINERCLEANFILES = $(srcdir)/INSTALL
262
263# Don't leave blank line at end of file.
264@MAKE_CASE_SENSITIVE_TRUE@OMIT_TRAILING_EMPTY_LINES = '/^$$/H; /^$$/d; x; s/\n//p; s/\n*//; x'
265# Prefer 'plain quotes' over `makeinfo quotes'.
266@MAKE_CASE_SENSITIVE_TRUE@CONVERT_QUOTES = "s/\`\([^']*\)'/'\1'/g"
267
268# Generate the ChangeLog from git history.
269gen_start_date = 2012-01-15 18:00:00 UTC
270
271# Version string management.  There are two files to be aware of:
272# .tarball-version - present only in a distribution tarball, and not in
273#   a checked-out repository.  Created with contents that were learned at
274#   the last time autoconf was run, and used by git-version-gen.  Must not
275#   be present in either $(srcdir) or $(builddir) for git-version-gen to
276#   give accurate answers during normal development with a checked out tree,
277#   but must be present in a tarball when there is no version control system.
278#   Therefore, it cannot be used in any dependencies.  GNUmakefile has
279#   hooks to force a reconfigure at distribution time to get the value
280#   correct, without penalizing normal development with extra reconfigures.
281# .version - present in a checked-out repository and in a distribution
282#   tarball.  At least as current as the most recent .tarball-version
283#   creation.  Usable in dependencies, particularly for files that don't
284#   want to depend on config.h but do want to track version changes.
285BUILT_SOURCES = $(top_srcdir)/.version
286
287# Perl coverage statistics.
288PERL_COVERAGE_DB = `pwd`/cover_db
289PERL_COVERAGE_FLAGS = -MDevel::Cover=-db,$(PERL_COVERAGE_DB),-silent,on,-summary,off
290PERL_COVER = cover
291all: $(BUILT_SOURCES)
292	$(MAKE) $(AM_MAKEFLAGS) all-recursive
293
294.SUFFIXES:
295am--refresh:
296	@:
297$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
298	@for dep in $?; do \
299	  case '$(am__configure_deps)' in \
300	    *$$dep*) \
301	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
302	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
303		&& exit 0; \
304	      exit 1;; \
305	  esac; \
306	done; \
307	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
308	$(am__cd) $(top_srcdir) && \
309	  $(AUTOMAKE) --gnu Makefile
310.PRECIOUS: Makefile
311Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
312	@case '$?' in \
313	  *config.status*) \
314	    echo ' $(SHELL) ./config.status'; \
315	    $(SHELL) ./config.status;; \
316	  *) \
317	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
318	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
319	esac;
320
321$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
322	$(SHELL) ./config.status --recheck
323
324$(top_srcdir)/configure:  $(am__configure_deps)
325	$(am__cd) $(srcdir) && $(AUTOCONF)
326$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
327	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
328$(am__aclocal_m4_deps):
329install-pkgdataDATA: $(pkgdata_DATA)
330	@$(NORMAL_INSTALL)
331	test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
332	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
333	for p in $$list; do \
334	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
335	  echo "$$d$$p"; \
336	done | $(am__base_list) | \
337	while read files; do \
338	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
339	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
340	done
341
342uninstall-pkgdataDATA:
343	@$(NORMAL_UNINSTALL)
344	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
345	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
346	test -n "$$files" || exit 0; \
347	echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \
348	cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files
349
350# This directory's subdirectories are mostly independent; you can cd
351# into them and run `make' without going through this Makefile.
352# To change the values of `make' variables: instead of editing Makefiles,
353# (1) if the variable is set in `config.status', edit `config.status'
354#     (which will cause the Makefiles to be regenerated when you run `make');
355# (2) otherwise, pass the desired values on the `make' command line.
356$(RECURSIVE_TARGETS):
357	@fail= failcom='exit 1'; \
358	for f in x $$MAKEFLAGS; do \
359	  case $$f in \
360	    *=* | --[!k]*);; \
361	    *k*) failcom='fail=yes';; \
362	  esac; \
363	done; \
364	dot_seen=no; \
365	target=`echo $@ | sed s/-recursive//`; \
366	list='$(SUBDIRS)'; for subdir in $$list; do \
367	  echo "Making $$target in $$subdir"; \
368	  if test "$$subdir" = "."; then \
369	    dot_seen=yes; \
370	    local_target="$$target-am"; \
371	  else \
372	    local_target="$$target"; \
373	  fi; \
374	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
375	  || eval $$failcom; \
376	done; \
377	if test "$$dot_seen" = "no"; then \
378	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
379	fi; test -z "$$fail"
380
381$(RECURSIVE_CLEAN_TARGETS):
382	@fail= failcom='exit 1'; \
383	for f in x $$MAKEFLAGS; do \
384	  case $$f in \
385	    *=* | --[!k]*);; \
386	    *k*) failcom='fail=yes';; \
387	  esac; \
388	done; \
389	dot_seen=no; \
390	case "$@" in \
391	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
392	  *) list='$(SUBDIRS)' ;; \
393	esac; \
394	rev=''; for subdir in $$list; do \
395	  if test "$$subdir" = "."; then :; else \
396	    rev="$$subdir $$rev"; \
397	  fi; \
398	done; \
399	rev="$$rev ."; \
400	target=`echo $@ | sed s/-recursive//`; \
401	for subdir in $$rev; do \
402	  echo "Making $$target in $$subdir"; \
403	  if test "$$subdir" = "."; then \
404	    local_target="$$target-am"; \
405	  else \
406	    local_target="$$target"; \
407	  fi; \
408	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
409	  || eval $$failcom; \
410	done && test -z "$$fail"
411tags-recursive:
412	list='$(SUBDIRS)'; for subdir in $$list; do \
413	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
414	done
415ctags-recursive:
416	list='$(SUBDIRS)'; for subdir in $$list; do \
417	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
418	done
419
420ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
421	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
422	unique=`for i in $$list; do \
423	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
424	  done | \
425	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426	      END { if (nonempty) { for (i in files) print i; }; }'`; \
427	mkid -fID $$unique
428tags: TAGS
429
430TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
431		$(TAGS_FILES) $(LISP)
432	set x; \
433	here=`pwd`; \
434	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
435	  include_option=--etags-include; \
436	  empty_fix=.; \
437	else \
438	  include_option=--include; \
439	  empty_fix=; \
440	fi; \
441	list='$(SUBDIRS)'; for subdir in $$list; do \
442	  if test "$$subdir" = .; then :; else \
443	    test ! -f $$subdir/TAGS || \
444	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
445	  fi; \
446	done; \
447	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
448	unique=`for i in $$list; do \
449	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
450	  done | \
451	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
452	      END { if (nonempty) { for (i in files) print i; }; }'`; \
453	shift; \
454	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
455	  test -n "$$unique" || unique=$$empty_fix; \
456	  if test $$# -gt 0; then \
457	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
458	      "$$@" $$unique; \
459	  else \
460	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
461	      $$unique; \
462	  fi; \
463	fi
464ctags: CTAGS
465CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
466		$(TAGS_FILES) $(LISP)
467	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
468	unique=`for i in $$list; do \
469	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
470	  done | \
471	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
472	      END { if (nonempty) { for (i in files) print i; }; }'`; \
473	test -z "$(CTAGS_ARGS)$$unique" \
474	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
475	     $$unique
476
477GTAGS:
478	here=`$(am__cd) $(top_builddir) && pwd` \
479	  && $(am__cd) $(top_srcdir) \
480	  && gtags -i $(GTAGS_ARGS) "$$here"
481
482distclean-tags:
483	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
484
485distdir: $(DISTFILES)
486	$(am__remove_distdir)
487	test -d "$(distdir)" || mkdir "$(distdir)"
488	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
489	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
490	list='$(DISTFILES)'; \
491	  dist_files=`for file in $$list; do echo $$file; done | \
492	  sed -e "s|^$$srcdirstrip/||;t" \
493	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
494	case $$dist_files in \
495	  */*) $(MKDIR_P) `echo "$$dist_files" | \
496			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
497			   sort -u` ;; \
498	esac; \
499	for file in $$dist_files; do \
500	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
501	  if test -d $$d/$$file; then \
502	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
503	    if test -d "$(distdir)/$$file"; then \
504	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
505	    fi; \
506	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
507	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
508	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
509	    fi; \
510	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
511	  else \
512	    test -f "$(distdir)/$$file" \
513	    || cp -p $$d/$$file "$(distdir)/$$file" \
514	    || exit 1; \
515	  fi; \
516	done
517	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
518	  if test "$$subdir" = .; then :; else \
519	    test -d "$(distdir)/$$subdir" \
520	    || $(MKDIR_P) "$(distdir)/$$subdir" \
521	    || exit 1; \
522	  fi; \
523	done
524	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
525	  if test "$$subdir" = .; then :; else \
526	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
527	    $(am__relativize); \
528	    new_distdir=$$reldir; \
529	    dir1=$$subdir; dir2="$(top_distdir)"; \
530	    $(am__relativize); \
531	    new_top_distdir=$$reldir; \
532	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
533	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
534	    ($(am__cd) $$subdir && \
535	      $(MAKE) $(AM_MAKEFLAGS) \
536	        top_distdir="$$new_top_distdir" \
537	        distdir="$$new_distdir" \
538		am__remove_distdir=: \
539		am__skip_length_check=: \
540		am__skip_mode_fix=: \
541	        distdir) \
542	      || exit 1; \
543	  fi; \
544	done
545	$(MAKE) $(AM_MAKEFLAGS) \
546	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
547	  dist-hook
548	-test -n "$(am__skip_mode_fix)" \
549	|| find "$(distdir)" -type d ! -perm -755 \
550		-exec chmod u+rwx,go+rx {} \; -o \
551	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
552	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
553	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
554	|| chmod -R a+r "$(distdir)"
555dist-gzip: distdir
556	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
557	$(am__remove_distdir)
558
559dist-bzip2: distdir
560	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
561	$(am__remove_distdir)
562
563dist-lzma: distdir
564	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
565	$(am__remove_distdir)
566dist-xz: distdir
567	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
568	$(am__remove_distdir)
569
570dist-tarZ: distdir
571	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
572	$(am__remove_distdir)
573
574dist-shar: distdir
575	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
576	$(am__remove_distdir)
577
578dist-zip: distdir
579	-rm -f $(distdir).zip
580	zip -rq $(distdir).zip $(distdir)
581	$(am__remove_distdir)
582
583dist dist-all: distdir
584	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
585	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
586	$(am__remove_distdir)
587
588# This target untars the dist file and tries a VPATH configuration.  Then
589# it guarantees that the distribution is self-contained by making another
590# tarfile.
591distcheck: dist
592	case '$(DIST_ARCHIVES)' in \
593	*.tar.gz*) \
594	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
595	*.tar.bz2*) \
596	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
597	*.tar.lzma*) \
598	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
599	*.tar.xz*) \
600	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
601	*.tar.Z*) \
602	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
603	*.shar.gz*) \
604	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
605	*.zip*) \
606	  unzip $(distdir).zip ;;\
607	esac
608	chmod -R a-w $(distdir); chmod a+w $(distdir)
609	mkdir $(distdir)/_build
610	mkdir $(distdir)/_inst
611	chmod a-w $(distdir)
612	test -d $(distdir)/_build || exit 0; \
613	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
614	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
615	  && am__cwd=`pwd` \
616	  && $(am__cd) $(distdir)/_build \
617	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
618	    $(DISTCHECK_CONFIGURE_FLAGS) \
619	  && $(MAKE) $(AM_MAKEFLAGS) \
620	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
621	  && $(MAKE) $(AM_MAKEFLAGS) check \
622	  && $(MAKE) $(AM_MAKEFLAGS) install \
623	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
624	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
625	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
626	        distuninstallcheck \
627	  && chmod -R a-w "$$dc_install_base" \
628	  && ({ \
629	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
630	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
631	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
632	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
633	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
634	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
635	  && rm -rf "$$dc_destdir" \
636	  && $(MAKE) $(AM_MAKEFLAGS) dist \
637	  && rm -rf $(DIST_ARCHIVES) \
638	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
639	  && cd "$$am__cwd" \
640	  || exit 1
641	$(am__remove_distdir)
642	@(echo "$(distdir) archives ready for distribution: "; \
643	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
644	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
645distuninstallcheck:
646	@$(am__cd) '$(distuninstallcheck_dir)' \
647	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
648	   || { echo "ERROR: files left after uninstall:" ; \
649	        if test -n "$(DESTDIR)"; then \
650	          echo "  (check DESTDIR support)"; \
651	        fi ; \
652	        $(distuninstallcheck_listfiles) ; \
653	        exit 1; } >&2
654distcleancheck: distclean
655	@if test '$(srcdir)' = . ; then \
656	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
657	  exit 1 ; \
658	fi
659	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
660	  || { echo "ERROR: files left in build directory after distclean:" ; \
661	       $(distcleancheck_listfiles) ; \
662	       exit 1; } >&2
663check-am: all-am
664check: $(BUILT_SOURCES)
665	$(MAKE) $(AM_MAKEFLAGS) check-recursive
666all-am: Makefile $(DATA)
667installdirs: installdirs-recursive
668installdirs-am:
669	for dir in "$(DESTDIR)$(pkgdatadir)"; do \
670	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
671	done
672install: $(BUILT_SOURCES)
673	$(MAKE) $(AM_MAKEFLAGS) install-recursive
674install-exec: install-exec-recursive
675install-data: install-data-recursive
676uninstall: uninstall-recursive
677
678install-am: all-am
679	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
680
681installcheck: installcheck-recursive
682install-strip:
683	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
684	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
685	  `test -z '$(STRIP)' || \
686	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
687mostlyclean-generic:
688
689clean-generic:
690
691distclean-generic:
692	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
693	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
694
695maintainer-clean-generic:
696	@echo "This command is intended for maintainers to use"
697	@echo "it deletes files that may require special tools to rebuild."
698	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
699	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
700clean: clean-recursive
701
702clean-am: clean-generic clean-local mostlyclean-am
703
704distclean: distclean-recursive
705	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
706	-rm -f Makefile
707distclean-am: clean-am distclean-generic distclean-local \
708	distclean-tags
709
710dvi: dvi-recursive
711
712dvi-am:
713
714html: html-recursive
715
716html-am:
717
718info: info-recursive
719
720info-am:
721
722install-data-am: install-pkgdataDATA
723
724install-dvi: install-dvi-recursive
725
726install-dvi-am:
727
728install-exec-am:
729
730install-html: install-html-recursive
731
732install-html-am:
733
734install-info: install-info-recursive
735
736install-info-am:
737
738install-man:
739
740install-pdf: install-pdf-recursive
741
742install-pdf-am:
743
744install-ps: install-ps-recursive
745
746install-ps-am:
747
748installcheck-am:
749
750maintainer-clean: maintainer-clean-recursive
751	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
752	-rm -rf $(top_srcdir)/autom4te.cache
753	-rm -f Makefile
754maintainer-clean-am: distclean-am maintainer-clean-generic
755
756mostlyclean: mostlyclean-recursive
757
758mostlyclean-am: mostlyclean-generic
759
760pdf: pdf-recursive
761
762pdf-am:
763
764ps: ps-recursive
765
766ps-am:
767
768uninstall-am: uninstall-pkgdataDATA
769
770.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
771	ctags-recursive install install-am install-strip \
772	tags-recursive
773
774.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
775	all all-am am--refresh check check-am clean clean-generic \
776	clean-local ctags ctags-recursive dist dist-all dist-bzip2 \
777	dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
778	dist-zip distcheck distclean distclean-generic distclean-local \
779	distclean-tags distcleancheck distdir distuninstallcheck dvi \
780	dvi-am html html-am info info-am install install-am \
781	install-data install-data-am install-dvi install-dvi-am \
782	install-exec install-exec-am install-html install-html-am \
783	install-info install-info-am install-man install-pdf \
784	install-pdf-am install-pkgdataDATA install-ps install-ps-am \
785	install-strip installcheck installcheck-am installdirs \
786	installdirs-am maintainer-clean maintainer-clean-generic \
787	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
788	tags-recursive uninstall uninstall-am uninstall-pkgdataDATA
789
790
791@MAKE_CASE_SENSITIVE_TRUE@$(srcdir)/INSTALL: $(top_srcdir)/doc/install.texi
792@MAKE_CASE_SENSITIVE_TRUE@	@echo "NOT REBUILDING $@"
793@MAKE_CASE_SENSITIVE_TRUE@NetBSD_DISABLED_INSTALL:
794@MAKE_CASE_SENSITIVE_TRUE@	echo @firstparagraphindent insert				\
795@MAKE_CASE_SENSITIVE_TRUE@	  | cat - $(top_srcdir)/doc/install.texi > tmp.texi
796@MAKE_CASE_SENSITIVE_TRUE@	$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS)		\
797@MAKE_CASE_SENSITIVE_TRUE@	     --plaintext tmp.texi					\
798@MAKE_CASE_SENSITIVE_TRUE@	  | sed -e $(CONVERT_QUOTES) -e $(OMIT_TRAILING_EMPTY_LINES)	\
799@MAKE_CASE_SENSITIVE_TRUE@	     > $@-t && mv $@-t $@
800@MAKE_CASE_SENSITIVE_TRUE@	rm -f tmp.texi
801.PHONY: gen-ChangeLog
802gen-ChangeLog:
803	if test -d $(top_srcdir)/.git; then \
804	  $(top_srcdir)/build-aux/gitlog-to-changelog \
805	    --since='$(gen_start_date)' > $(distdir)/cl-t \
806	    && rm -f $(distdir)/ChangeLog \
807	    && mv $(distdir)/cl-t $(distdir)/ChangeLog; \
808	fi
809
810# Dummy rule, to pacify automake "gnu" strictness and allow a clean
811# bootstrap.  Creates a dummy ChangeLog (unless one is already present,
812# as might be the case for users of vc-dwim) that will be overridden
813# with a proper one at distribution time.
814ChangeLog:
815	@echo dummy > $@
816$(top_srcdir)/.version:
817	echo $(VERSION) > $@-t && mv $@-t $@
818
819# Arrange so that .tarball-version appears only in distribution tarballs,
820# never in a checked-out repository.
821dist-hook: gen-ChangeLog
822	echo $(VERSION) > $(distdir)/.tarball-version
823
824# Arrange to remove the symlink to GNUmakefile in VPATH builds.
825# TODO remove this once automake vs. AC_CONFIG_LINKS issue is fixed.
826distclean-local:
827	if test x"$(VPATH)" != x ; then rm -f GNUmakefile ; fi
828
829check-coverage-run: all
830	$(mkinstalldirs) $(PERL_COVERAGE_DB)
831	PERL5OPT="$(PERL_COVERAGE_FLAGS)"; export PERL5OPT; \
832	$(MAKE) $(AM_MAKEFLAGS) check
833
834check-coverage-report:
835	@if test ! -d $(PERL_COVERAGE_DB); then \
836	  echo "No coverage database found in \`$(PERL_COVERAGE_DB)'." >&2; \
837	  echo "Please run \`make check-coverage' first" >&2; \
838	  exit 1; \
839	fi
840	$(PERL_COVER) $(PERL_COVERAGE_DB) $(PERL_COVER_FLAGS)
841
842# We don't use direct dependencies here because we'd like to be able
843# to invoke the report even after interrupted check-coverage.
844check-coverage: check-coverage-run
845	$(MAKE) $(AM_MAKEFLAGS) check-coverage-report
846
847clean-local: clean-coverage
848clean-coverage:
849	rm -rf $(PERL_COVERAGE_DB)
850
851.PHONY: check-coverage check-coverage-run check-coverage-report clean-coverage
852
853# Tell versions [3.59,3.63) of GNU make to not export all variables.
854# Otherwise a system limit (for SysV at least) may be exceeded.
855.NOEXPORT:
856