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-related libraries.
19
20# Copyright (C) 2001-2005, 2009-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 = lib
55DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
56ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \
58	$(top_srcdir)/m4/m4.m4 $(top_srcdir)/m4/make-case.m4 \
59	$(top_srcdir)/configure.ac
60am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61	$(ACLOCAL_M4)
62mkinstalldirs = $(install_sh) -d
63CONFIG_CLEAN_FILES =
64CONFIG_CLEAN_VPATH_FILES =
65SOURCES =
66DIST_SOURCES =
67RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
68	html-recursive info-recursive install-data-recursive \
69	install-dvi-recursive install-exec-recursive \
70	install-html-recursive install-info-recursive \
71	install-pdf-recursive install-ps-recursive install-recursive \
72	installcheck-recursive installdirs-recursive pdf-recursive \
73	ps-recursive uninstall-recursive
74am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
75am__vpath_adj = case $$p in \
76    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
77    *) f=$$p;; \
78  esac;
79am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
80am__install_max = 40
81am__nobase_strip_setup = \
82  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
83am__nobase_strip = \
84  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
85am__nobase_list = $(am__nobase_strip_setup); \
86  for p in $$list; do echo "$$p $$p"; done | \
87  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
88  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
89    if (++n[$$2] == $(am__install_max)) \
90      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
91    END { for (dir in files) print dir, files[dir] }'
92am__base_list = \
93  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
94  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
95am__installdirs = "$(DESTDIR)$(pkgdatadir)"
96DATA = $(nodist_pkgdata_DATA)
97RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
98  distclean-recursive maintainer-clean-recursive
99AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
100	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
101	distdir
102ETAGS = etags
103CTAGS = ctags
104DIST_SUBDIRS = $(SUBDIRS)
105DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
106am__relativize = \
107  dir0=`pwd`; \
108  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
109  sed_rest='s,^[^/]*/*,,'; \
110  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
111  sed_butlast='s,/*[^/]*$$,,'; \
112  while test -n "$$dir1"; do \
113    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
114    if test "$$first" != "."; then \
115      if test "$$first" = ".."; then \
116        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
117        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
118      else \
119        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
120        if test "$$first2" = "$$first"; then \
121          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
122        else \
123          dir2="../$$dir2"; \
124        fi; \
125        dir0="$$dir0"/"$$first"; \
126      fi; \
127    fi; \
128    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
129  done; \
130  reldir="$$dir2"
131ACLOCAL = @ACLOCAL@
132AMTAR = @AMTAR@
133AUTOCONF = @AUTOCONF@
134AUTOHEADER = @AUTOHEADER@
135AUTOMAKE = @AUTOMAKE@
136AWK = @AWK@
137CYGPATH_W = @CYGPATH_W@
138DEFS = @DEFS@
139ECHO_C = @ECHO_C@
140ECHO_N = @ECHO_N@
141ECHO_T = @ECHO_T@
142EGREP = @EGREP@
143EMACS = @EMACS@
144EMACSLOADPATH = @EMACSLOADPATH@
145EXPR = @EXPR@
146GREP = @GREP@
147HELP2MAN = @HELP2MAN@
148INSTALL = @INSTALL@
149INSTALL_DATA = @INSTALL_DATA@
150INSTALL_PROGRAM = @INSTALL_PROGRAM@
151INSTALL_SCRIPT = @INSTALL_SCRIPT@
152INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
153LIBOBJS = @LIBOBJS@
154LIBS = @LIBS@
155LTLIBOBJS = @LTLIBOBJS@
156M4 = @M4@
157M4_DEBUGFILE = @M4_DEBUGFILE@
158M4_GNU = @M4_GNU@
159MAKEINFO = @MAKEINFO@
160MKDIR_P = @MKDIR_P@
161PACKAGE = @PACKAGE@
162PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
163PACKAGE_NAME = @PACKAGE_NAME@
164PACKAGE_STRING = @PACKAGE_STRING@
165PACKAGE_TARNAME = @PACKAGE_TARNAME@
166PACKAGE_URL = @PACKAGE_URL@
167PACKAGE_VERSION = @PACKAGE_VERSION@
168PATH_SEPARATOR = @PATH_SEPARATOR@
169PERL = @PERL@
170PERL_FLOCK = @PERL_FLOCK@
171SED = @SED@
172SET_MAKE = @SET_MAKE@
173SHELL = @SHELL@
174STRIP = @STRIP@
175TEST_EMACS = @TEST_EMACS@
176VERSION = @VERSION@
177abs_builddir = @abs_builddir@
178abs_srcdir = @abs_srcdir@
179abs_top_builddir = @abs_top_builddir@
180abs_top_srcdir = @abs_top_srcdir@
181ac_cv_dir_trailing_space = @ac_cv_dir_trailing_space@
182ac_cv_sh_n_works = @ac_cv_sh_n_works@
183ac_cv_unsupported_fs_chars = @ac_cv_unsupported_fs_chars@
184am__leading_dot = @am__leading_dot@
185am__tar = @am__tar@
186am__untar = @am__untar@
187bindir = @bindir@
188build = @build@
189build_alias = @build_alias@
190build_cpu = @build_cpu@
191build_os = @build_os@
192build_vendor = @build_vendor@
193builddir = @builddir@
194datadir = @datadir@
195datarootdir = @datarootdir@
196docdir = @docdir@
197dvidir = @dvidir@
198exec_prefix = @exec_prefix@
199host = @host@
200host_alias = @host_alias@
201host_cpu = @host_cpu@
202host_os = @host_os@
203host_vendor = @host_vendor@
204htmldir = @htmldir@
205includedir = @includedir@
206infodir = @infodir@
207install_sh = @install_sh@
208libdir = @libdir@
209libexecdir = @libexecdir@
210lispdir = @lispdir@
211localedir = @localedir@
212localstatedir = @localstatedir@
213mandir = @mandir@
214mkdir_p = @mkdir_p@
215oldincludedir = @oldincludedir@
216pdfdir = @pdfdir@
217prefix = @prefix@
218program_transform_name = @program_transform_name@
219psdir = @psdir@
220sbindir = @sbindir@
221sharedstatedir = @sharedstatedir@
222srcdir = @srcdir@
223sysconfdir = @sysconfdir@
224target_alias = @target_alias@
225top_build_prefix = @top_build_prefix@
226top_builddir = @top_builddir@
227top_srcdir = @top_srcdir@
228SUBDIRS = Autom4te m4sugar autoconf autotest autoscan emacs
229nodist_pkgdata_DATA = autom4te.cfg
230EXTRA_DIST = autom4te.in freeze.mk
231edit = sed \
232	-e 's|@SHELL[@]|$(SHELL)|g' \
233	-e 's|@PERL[@]|$(PERL)|g' \
234	-e 's|@bindir[@]|$(bindir)|g' \
235	-e 's|@pkgdatadir[@]|$(pkgdatadir)|g' \
236	-e 's|@prefix[@]|$(prefix)|g' \
237	-e 's|@autoconf-name[@]|'`echo autoconf | sed '$(transform)'`'|g' \
238	-e 's|@autoheader-name[@]|'`echo autoheader | sed '$(transform)'`'|g' \
239	-e 's|@autom4te-name[@]|'`echo autom4te | sed '$(transform)'`'|g' \
240	-e 's|@M4[@]|$(M4)|g' \
241	-e 's|@AWK[@]|$(AWK)|g' \
242	-e 's|@VERSION[@]|$(VERSION)|g' \
243	-e 's|@PACKAGE_NAME[@]|$(PACKAGE_NAME)|g'
244
245
246# All the files below depend on Makefile so that they are rebuilt
247# when the prefix, etc. changes. Unfortunately, suffix rules
248# cannot have additional dependencies, so we have to use explicit rules.
249CLEANFILES = autom4te.cfg
250all: all-recursive
251
252.SUFFIXES:
253$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
254	@for dep in $?; do \
255	  case '$(am__configure_deps)' in \
256	    *$$dep*) \
257	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
258	        && { if test -f $@; then exit 0; else break; fi; }; \
259	      exit 1;; \
260	  esac; \
261	done; \
262	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
263	$(am__cd) $(top_srcdir) && \
264	  $(AUTOMAKE) --gnu lib/Makefile
265.PRECIOUS: Makefile
266Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
267	@case '$?' in \
268	  *config.status*) \
269	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
270	  *) \
271	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
272	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
273	esac;
274
275$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
276	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
277
278$(top_srcdir)/configure:  $(am__configure_deps)
279	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
280$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
281	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282$(am__aclocal_m4_deps):
283install-nodist_pkgdataDATA: $(nodist_pkgdata_DATA)
284	@$(NORMAL_INSTALL)
285	test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
286	@list='$(nodist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
287	for p in $$list; do \
288	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
289	  echo "$$d$$p"; \
290	done | $(am__base_list) | \
291	while read files; do \
292	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
293	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
294	done
295
296uninstall-nodist_pkgdataDATA:
297	@$(NORMAL_UNINSTALL)
298	@list='$(nodist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
299	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
300	test -n "$$files" || exit 0; \
301	echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \
302	cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files
303
304# This directory's subdirectories are mostly independent; you can cd
305# into them and run `make' without going through this Makefile.
306# To change the values of `make' variables: instead of editing Makefiles,
307# (1) if the variable is set in `config.status', edit `config.status'
308#     (which will cause the Makefiles to be regenerated when you run `make');
309# (2) otherwise, pass the desired values on the `make' command line.
310$(RECURSIVE_TARGETS):
311	@fail= failcom='exit 1'; \
312	for f in x $$MAKEFLAGS; do \
313	  case $$f in \
314	    *=* | --[!k]*);; \
315	    *k*) failcom='fail=yes';; \
316	  esac; \
317	done; \
318	dot_seen=no; \
319	target=`echo $@ | sed s/-recursive//`; \
320	list='$(SUBDIRS)'; for subdir in $$list; do \
321	  echo "Making $$target in $$subdir"; \
322	  if test "$$subdir" = "."; then \
323	    dot_seen=yes; \
324	    local_target="$$target-am"; \
325	  else \
326	    local_target="$$target"; \
327	  fi; \
328	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
329	  || eval $$failcom; \
330	done; \
331	if test "$$dot_seen" = "no"; then \
332	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
333	fi; test -z "$$fail"
334
335$(RECURSIVE_CLEAN_TARGETS):
336	@fail= failcom='exit 1'; \
337	for f in x $$MAKEFLAGS; do \
338	  case $$f in \
339	    *=* | --[!k]*);; \
340	    *k*) failcom='fail=yes';; \
341	  esac; \
342	done; \
343	dot_seen=no; \
344	case "$@" in \
345	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
346	  *) list='$(SUBDIRS)' ;; \
347	esac; \
348	rev=''; for subdir in $$list; do \
349	  if test "$$subdir" = "."; then :; else \
350	    rev="$$subdir $$rev"; \
351	  fi; \
352	done; \
353	rev="$$rev ."; \
354	target=`echo $@ | sed s/-recursive//`; \
355	for subdir in $$rev; do \
356	  echo "Making $$target in $$subdir"; \
357	  if test "$$subdir" = "."; then \
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 && test -z "$$fail"
365tags-recursive:
366	list='$(SUBDIRS)'; for subdir in $$list; do \
367	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
368	done
369ctags-recursive:
370	list='$(SUBDIRS)'; for subdir in $$list; do \
371	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
372	done
373
374ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
375	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
376	unique=`for i in $$list; do \
377	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378	  done | \
379	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
380	      END { if (nonempty) { for (i in files) print i; }; }'`; \
381	mkid -fID $$unique
382tags: TAGS
383
384TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
385		$(TAGS_FILES) $(LISP)
386	set x; \
387	here=`pwd`; \
388	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
389	  include_option=--etags-include; \
390	  empty_fix=.; \
391	else \
392	  include_option=--include; \
393	  empty_fix=; \
394	fi; \
395	list='$(SUBDIRS)'; for subdir in $$list; do \
396	  if test "$$subdir" = .; then :; else \
397	    test ! -f $$subdir/TAGS || \
398	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
399	  fi; \
400	done; \
401	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
402	unique=`for i in $$list; do \
403	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
404	  done | \
405	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
406	      END { if (nonempty) { for (i in files) print i; }; }'`; \
407	shift; \
408	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
409	  test -n "$$unique" || unique=$$empty_fix; \
410	  if test $$# -gt 0; then \
411	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
412	      "$$@" $$unique; \
413	  else \
414	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
415	      $$unique; \
416	  fi; \
417	fi
418ctags: CTAGS
419CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
420		$(TAGS_FILES) $(LISP)
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	test -z "$(CTAGS_ARGS)$$unique" \
428	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
429	     $$unique
430
431GTAGS:
432	here=`$(am__cd) $(top_builddir) && pwd` \
433	  && $(am__cd) $(top_srcdir) \
434	  && gtags -i $(GTAGS_ARGS) "$$here"
435
436distclean-tags:
437	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
438
439distdir: $(DISTFILES)
440	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
441	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
442	list='$(DISTFILES)'; \
443	  dist_files=`for file in $$list; do echo $$file; done | \
444	  sed -e "s|^$$srcdirstrip/||;t" \
445	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
446	case $$dist_files in \
447	  */*) $(MKDIR_P) `echo "$$dist_files" | \
448			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
449			   sort -u` ;; \
450	esac; \
451	for file in $$dist_files; do \
452	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
453	  if test -d $$d/$$file; then \
454	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
455	    if test -d "$(distdir)/$$file"; then \
456	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
457	    fi; \
458	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
459	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
460	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
461	    fi; \
462	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
463	  else \
464	    test -f "$(distdir)/$$file" \
465	    || cp -p $$d/$$file "$(distdir)/$$file" \
466	    || exit 1; \
467	  fi; \
468	done
469	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
470	  if test "$$subdir" = .; then :; else \
471	    test -d "$(distdir)/$$subdir" \
472	    || $(MKDIR_P) "$(distdir)/$$subdir" \
473	    || exit 1; \
474	  fi; \
475	done
476	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
477	  if test "$$subdir" = .; then :; else \
478	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
479	    $(am__relativize); \
480	    new_distdir=$$reldir; \
481	    dir1=$$subdir; dir2="$(top_distdir)"; \
482	    $(am__relativize); \
483	    new_top_distdir=$$reldir; \
484	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
485	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
486	    ($(am__cd) $$subdir && \
487	      $(MAKE) $(AM_MAKEFLAGS) \
488	        top_distdir="$$new_top_distdir" \
489	        distdir="$$new_distdir" \
490		am__remove_distdir=: \
491		am__skip_length_check=: \
492		am__skip_mode_fix=: \
493	        distdir) \
494	      || exit 1; \
495	  fi; \
496	done
497check-am: all-am
498check: check-recursive
499all-am: Makefile $(DATA)
500installdirs: installdirs-recursive
501installdirs-am:
502	for dir in "$(DESTDIR)$(pkgdatadir)"; do \
503	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
504	done
505install: install-recursive
506install-exec: install-exec-recursive
507install-data: install-data-recursive
508uninstall: uninstall-recursive
509
510install-am: all-am
511	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
512
513installcheck: installcheck-recursive
514install-strip:
515	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
516	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
517	  `test -z '$(STRIP)' || \
518	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
519mostlyclean-generic:
520
521clean-generic:
522	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
523
524distclean-generic:
525	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
526	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
527
528maintainer-clean-generic:
529	@echo "This command is intended for maintainers to use"
530	@echo "it deletes files that may require special tools to rebuild."
531clean: clean-recursive
532
533clean-am: clean-generic mostlyclean-am
534
535distclean: distclean-recursive
536	-rm -f Makefile
537distclean-am: clean-am distclean-generic distclean-tags
538
539dvi: dvi-recursive
540
541dvi-am:
542
543html: html-recursive
544
545html-am:
546
547info: info-recursive
548
549info-am:
550
551install-data-am: install-nodist_pkgdataDATA
552
553install-dvi: install-dvi-recursive
554
555install-dvi-am:
556
557install-exec-am:
558
559install-html: install-html-recursive
560
561install-html-am:
562
563install-info: install-info-recursive
564
565install-info-am:
566
567install-man:
568
569install-pdf: install-pdf-recursive
570
571install-pdf-am:
572
573install-ps: install-ps-recursive
574
575install-ps-am:
576
577installcheck-am:
578
579maintainer-clean: maintainer-clean-recursive
580	-rm -f Makefile
581maintainer-clean-am: distclean-am maintainer-clean-generic
582
583mostlyclean: mostlyclean-recursive
584
585mostlyclean-am: mostlyclean-generic
586
587pdf: pdf-recursive
588
589pdf-am:
590
591ps: ps-recursive
592
593ps-am:
594
595uninstall-am: uninstall-nodist_pkgdataDATA
596
597.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
598	install-am install-strip tags-recursive
599
600.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
601	all all-am check check-am clean clean-generic ctags \
602	ctags-recursive distclean distclean-generic distclean-tags \
603	distdir dvi dvi-am html html-am info info-am install \
604	install-am install-data install-data-am install-dvi \
605	install-dvi-am install-exec install-exec-am install-html \
606	install-html-am install-info install-info-am install-man \
607	install-nodist_pkgdataDATA install-pdf install-pdf-am \
608	install-ps install-ps-am install-strip installcheck \
609	installcheck-am installdirs installdirs-am maintainer-clean \
610	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
611	pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
612	uninstall-nodist_pkgdataDATA
613
614autom4te.cfg: $(srcdir)/autom4te.in Makefile
615	rm -f autom4te.cfg autom4te.tmp
616	$(edit) $(srcdir)/autom4te.in >autom4te.tmp
617	chmod a-w autom4te.tmp
618	mv autom4te.tmp autom4te.cfg
619
620# Tell versions [3.59,3.63) of GNU make to not export all variables.
621# Otherwise a system limit (for SysV at least) may be exceeded.
622.NOEXPORT:
623