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 library.
19
20# Copyright (C) 2001-2002, 2006, 2009-2012 Free Software Foundation,
21# Inc.
22
23# This program is free software: you can redistribute it and/or modify
24# it under the terms of the GNU General Public License as published by
25# the Free Software Foundation, either version 3 of the License, or
26# (at your option) any later version.
27
28# This program is distributed in the hope that it will be useful,
29# but WITHOUT ANY WARRANTY; without even the implied warranty of
30# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
31# GNU General Public License for more details.
32
33# You should have received a copy of the GNU General Public License
34# along with this program.  If not, see <http://www.gnu.org/licenses/>.
35
36# Freeze M4 files.
37
38# Copyright (C) 2002, 2004, 2006-2012 Free Software Foundation, Inc.
39
40# This program is free software: you can redistribute it and/or modify
41# it under the terms of the GNU General Public License as published by
42# the Free Software Foundation, either version 3 of the License, or
43# (at your option) any later version.
44
45# This program is distributed in the hope that it will be useful,
46# but WITHOUT ANY WARRANTY; without even the implied warranty of
47# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
48# GNU General Public License for more details.
49
50# You should have received a copy of the GNU General Public License
51# along with this program.  If not, see <http://www.gnu.org/licenses/>.
52
53VPATH = @srcdir@
54pkgdatadir = $(datadir)/@PACKAGE@
55pkgincludedir = $(includedir)/@PACKAGE@
56pkglibdir = $(libdir)/@PACKAGE@
57pkglibexecdir = $(libexecdir)/@PACKAGE@
58am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
59install_sh_DATA = $(install_sh) -c -m 644
60install_sh_PROGRAM = $(install_sh) -c
61install_sh_SCRIPT = $(install_sh) -c
62INSTALL_HEADER = $(INSTALL_DATA)
63transform = $(program_transform_name)
64NORMAL_INSTALL = :
65PRE_INSTALL = :
66POST_INSTALL = :
67NORMAL_UNINSTALL = :
68PRE_UNINSTALL = :
69POST_UNINSTALL = :
70build_triplet = @build@
71host_triplet = @host@
72DIST_COMMON = $(dist_autoconflib_DATA) $(srcdir)/../freeze.mk \
73	$(srcdir)/Makefile.am $(srcdir)/Makefile.in
74subdir = lib/autoconf
75ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
76am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \
77	$(top_srcdir)/m4/m4.m4 $(top_srcdir)/m4/make-case.m4 \
78	$(top_srcdir)/configure.ac
79am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80	$(ACLOCAL_M4)
81mkinstalldirs = $(install_sh) -d
82CONFIG_CLEAN_FILES =
83CONFIG_CLEAN_VPATH_FILES =
84SOURCES =
85DIST_SOURCES =
86am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
87am__vpath_adj = case $$p in \
88    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
89    *) f=$$p;; \
90  esac;
91am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
92am__install_max = 40
93am__nobase_strip_setup = \
94  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
95am__nobase_strip = \
96  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
97am__nobase_list = $(am__nobase_strip_setup); \
98  for p in $$list; do echo "$$p $$p"; done | \
99  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
100  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
101    if (++n[$$2] == $(am__install_max)) \
102      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
103    END { for (dir in files) print dir, files[dir] }'
104am__base_list = \
105  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
106  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
107am__installdirs = "$(DESTDIR)$(autoconflibdir)" \
108	"$(DESTDIR)$(autoconflibdir)"
109DATA = $(dist_autoconflib_DATA) $(nodist_autoconflib_DATA)
110ETAGS = etags
111CTAGS = ctags
112DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
113ACLOCAL = @ACLOCAL@
114AMTAR = @AMTAR@
115AUTOCONF = @AUTOCONF@
116AUTOHEADER = @AUTOHEADER@
117AUTOMAKE = @AUTOMAKE@
118AWK = @AWK@
119CYGPATH_W = @CYGPATH_W@
120DEFS = @DEFS@
121ECHO_C = @ECHO_C@
122ECHO_N = @ECHO_N@
123ECHO_T = @ECHO_T@
124EGREP = @EGREP@
125EMACS = @EMACS@
126EMACSLOADPATH = @EMACSLOADPATH@
127EXPR = @EXPR@
128GREP = @GREP@
129HELP2MAN = @HELP2MAN@
130INSTALL = @INSTALL@
131INSTALL_DATA = @INSTALL_DATA@
132INSTALL_PROGRAM = @INSTALL_PROGRAM@
133INSTALL_SCRIPT = @INSTALL_SCRIPT@
134INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
135LIBOBJS = @LIBOBJS@
136LIBS = @LIBS@
137LTLIBOBJS = @LTLIBOBJS@
138M4 = @M4@
139M4_DEBUGFILE = @M4_DEBUGFILE@
140M4_GNU = @M4_GNU@
141MAKEINFO = @MAKEINFO@
142MKDIR_P = @MKDIR_P@
143PACKAGE = @PACKAGE@
144PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
145PACKAGE_NAME = @PACKAGE_NAME@
146PACKAGE_STRING = @PACKAGE_STRING@
147PACKAGE_TARNAME = @PACKAGE_TARNAME@
148PACKAGE_URL = @PACKAGE_URL@
149PACKAGE_VERSION = @PACKAGE_VERSION@
150PATH_SEPARATOR = @PATH_SEPARATOR@
151PERL = @PERL@
152PERL_FLOCK = @PERL_FLOCK@
153SED = @SED@
154SET_MAKE = @SET_MAKE@
155SHELL = @SHELL@
156STRIP = @STRIP@
157TEST_EMACS = @TEST_EMACS@
158VERSION = @VERSION@
159abs_builddir = @abs_builddir@
160abs_srcdir = @abs_srcdir@
161abs_top_builddir = @abs_top_builddir@
162abs_top_srcdir = @abs_top_srcdir@
163ac_cv_dir_trailing_space = @ac_cv_dir_trailing_space@
164ac_cv_sh_n_works = @ac_cv_sh_n_works@
165ac_cv_unsupported_fs_chars = @ac_cv_unsupported_fs_chars@
166am__leading_dot = @am__leading_dot@
167am__tar = @am__tar@
168am__untar = @am__untar@
169bindir = @bindir@
170build = @build@
171build_alias = @build_alias@
172build_cpu = @build_cpu@
173build_os = @build_os@
174build_vendor = @build_vendor@
175builddir = @builddir@
176datadir = @datadir@
177datarootdir = @datarootdir@
178docdir = @docdir@
179dvidir = @dvidir@
180exec_prefix = @exec_prefix@
181host = @host@
182host_alias = @host_alias@
183host_cpu = @host_cpu@
184host_os = @host_os@
185host_vendor = @host_vendor@
186htmldir = @htmldir@
187includedir = @includedir@
188infodir = @infodir@
189install_sh = @install_sh@
190libdir = @libdir@
191libexecdir = @libexecdir@
192lispdir = @lispdir@
193localedir = @localedir@
194localstatedir = @localstatedir@
195mandir = @mandir@
196mkdir_p = @mkdir_p@
197oldincludedir = @oldincludedir@
198pdfdir = @pdfdir@
199prefix = @prefix@
200program_transform_name = @program_transform_name@
201psdir = @psdir@
202sbindir = @sbindir@
203sharedstatedir = @sharedstatedir@
204srcdir = @srcdir@
205sysconfdir = @sysconfdir@
206target_alias = @target_alias@
207top_build_prefix = @top_build_prefix@
208top_builddir = @top_builddir@
209top_srcdir = @top_srcdir@
210autoconflibdir = $(pkgdatadir)/autoconf
211dist_autoconflib_DATA = \
212	autoconf.m4 \
213	general.m4 status.m4 oldnames.m4 specific.m4 \
214	autoheader.m4 autoupdate.m4 autotest.m4 autoscan.m4 \
215	lang.m4 c.m4 erlang.m4 fortran.m4 \
216	functions.m4 go.m4 headers.m4 types.m4 libs.m4 programs.m4
217
218nodist_autoconflib_DATA = autoconf.m4f
219CLEANFILES = $(nodist_autoconflib_DATA)
220TAGS_FILES = $(dist_autoconflib_DATA)
221ETAGS_ARGS = $(ETAGS_FOR_AUTOCONF)
222forbidden_patterns = -e '^_*EOF' -e ' cmp '
223forbidden_patterns_files = $(dist_autoconflib_DATA)
224SUFFIXES = .m4 .m4f
225AUTOM4TE_CFG = $(top_builddir)/lib/autom4te.cfg
226
227# Do not use AUTOM4TE here, since maint.mk (my-distcheck)
228# checks if we are independent of Autoconf by defining AUTOM4TE (and
229# others) to `false'.  Autoconf provides autom4te, so that doesn't
230# apply to us.
231MY_AUTOM4TE = \
232	autom4te_perllibdir='$(top_srcdir)'/lib					\
233	AUTOM4TE_CFG='$(AUTOM4TE_CFG)'         $(top_builddir)/bin/autom4te	\
234		-B '$(top_builddir)'/lib -B '$(top_srcdir)'/lib        # keep ` '
235
236
237# Factor the dependencies between all the frozen files.
238# Some day we should explain to Automake how to use autom4te to compute
239# the dependencies...
240src_libdir = $(top_srcdir)/lib
241build_libdir = $(top_builddir)/lib
242m4f_dependencies = $(top_builddir)/bin/autom4te $(AUTOM4TE_CFG)
243m4sugar_m4f_dependencies = \
244	$(m4f_dependencies)			\
245	$(src_libdir)/m4sugar/m4sugar.m4	\
246	$(build_libdir)/m4sugar/version.m4
247
248m4sh_m4f_dependencies = \
249	$(m4sugar_m4f_dependencies)		\
250	$(src_libdir)/m4sugar/m4sh.m4
251
252autotest_m4f_dependencies = \
253	$(m4sh_m4f_dependencies)		\
254	$(src_libdir)/autotest/autotest.m4	\
255	$(src_libdir)/autotest/general.m4	\
256	$(src_libdir)/autotest/specific.m4
257
258autoconf_m4f_dependencies = \
259	$(m4sh_m4f_dependencies)		\
260	$(src_libdir)/autoconf/autoscan.m4	\
261	$(src_libdir)/autoconf/general.m4	\
262	$(src_libdir)/autoconf/autoheader.m4	\
263	$(src_libdir)/autoconf/autoupdate.m4	\
264	$(src_libdir)/autoconf/autotest.m4	\
265	$(src_libdir)/autoconf/status.m4	\
266	$(src_libdir)/autoconf/oldnames.m4	\
267	$(src_libdir)/autoconf/specific.m4	\
268	$(src_libdir)/autoconf/lang.m4		\
269	$(src_libdir)/autoconf/c.m4		\
270	$(src_libdir)/autoconf/fortran.m4	\
271	$(src_libdir)/autoconf/erlang.m4	\
272	$(src_libdir)/autoconf/go.m4		\
273	$(src_libdir)/autoconf/functions.m4	\
274	$(src_libdir)/autoconf/headers.m4	\
275	$(src_libdir)/autoconf/types.m4		\
276	$(src_libdir)/autoconf/libs.m4		\
277	$(src_libdir)/autoconf/programs.m4	\
278	$(src_libdir)/autoconf/autoconf.m4
279
280ETAGS_FOR_M4 = \
281  --lang=none \
282  --regex='/\(m4_define\|define\)(\[\([^]]*\)\]/\2/'
283
284ETAGS_FOR_M4SUGAR = \
285  $(ETAGS_FOR_M4) \
286  --regex='/m4_defun(\[\([^]]*\)\]/\1/'
287
288ETAGS_FOR_AUTOCONF = \
289  $(ETAGS_FOR_M4SUGAR) \
290  --regex='/\(A[CU]_DEFUN\|AU_ALIAS\)(\[\([^]]*\)\]/\2/' \
291  --regex='/AN_\(FUNCTION\|HEADER\|IDENTIFIER\|LIBRARY\|MAKEVAR\|PROGRAM\)(\[\([^]]*\)\]/\2/'
292
293all: all-am
294
295.SUFFIXES:
296.SUFFIXES: .m4 .m4f
297$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../freeze.mk $(am__configure_deps)
298	@for dep in $?; do \
299	  case '$(am__configure_deps)' in \
300	    *$$dep*) \
301	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
302	        && { if test -f $@; then exit 0; else break; fi; }; \
303	      exit 1;; \
304	  esac; \
305	done; \
306	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/autoconf/Makefile'; \
307	$(am__cd) $(top_srcdir) && \
308	  $(AUTOMAKE) --gnu lib/autoconf/Makefile
309.PRECIOUS: Makefile
310Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
311	@case '$?' in \
312	  *config.status*) \
313	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
314	  *) \
315	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
316	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
317	esac;
318
319$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
320	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
321
322$(top_srcdir)/configure:  $(am__configure_deps)
323	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
325	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326$(am__aclocal_m4_deps):
327install-dist_autoconflibDATA: $(dist_autoconflib_DATA)
328	@$(NORMAL_INSTALL)
329	test -z "$(autoconflibdir)" || $(MKDIR_P) "$(DESTDIR)$(autoconflibdir)"
330	@list='$(dist_autoconflib_DATA)'; test -n "$(autoconflibdir)" || list=; \
331	for p in $$list; do \
332	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
333	  echo "$$d$$p"; \
334	done | $(am__base_list) | \
335	while read files; do \
336	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(autoconflibdir)'"; \
337	  $(INSTALL_DATA) $$files "$(DESTDIR)$(autoconflibdir)" || exit $$?; \
338	done
339
340uninstall-dist_autoconflibDATA:
341	@$(NORMAL_UNINSTALL)
342	@list='$(dist_autoconflib_DATA)'; test -n "$(autoconflibdir)" || list=; \
343	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
344	test -n "$$files" || exit 0; \
345	echo " ( cd '$(DESTDIR)$(autoconflibdir)' && rm -f" $$files ")"; \
346	cd "$(DESTDIR)$(autoconflibdir)" && rm -f $$files
347install-nodist_autoconflibDATA: $(nodist_autoconflib_DATA)
348	@$(NORMAL_INSTALL)
349	test -z "$(autoconflibdir)" || $(MKDIR_P) "$(DESTDIR)$(autoconflibdir)"
350	@list='$(nodist_autoconflib_DATA)'; test -n "$(autoconflibdir)" || list=; \
351	for p in $$list; do \
352	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
353	  echo "$$d$$p"; \
354	done | $(am__base_list) | \
355	while read files; do \
356	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(autoconflibdir)'"; \
357	  $(INSTALL_DATA) $$files "$(DESTDIR)$(autoconflibdir)" || exit $$?; \
358	done
359
360uninstall-nodist_autoconflibDATA:
361	@$(NORMAL_UNINSTALL)
362	@list='$(nodist_autoconflib_DATA)'; test -n "$(autoconflibdir)" || list=; \
363	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
364	test -n "$$files" || exit 0; \
365	echo " ( cd '$(DESTDIR)$(autoconflibdir)' && rm -f" $$files ")"; \
366	cd "$(DESTDIR)$(autoconflibdir)" && rm -f $$files
367
368ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
369	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
370	unique=`for i in $$list; do \
371	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372	  done | \
373	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
374	      END { if (nonempty) { for (i in files) print i; }; }'`; \
375	mkid -fID $$unique
376tags: TAGS
377
378TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
379		$(TAGS_FILES) $(LISP)
380	set x; \
381	here=`pwd`; \
382	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
383	unique=`for i in $$list; do \
384	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
385	  done | \
386	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
387	      END { if (nonempty) { for (i in files) print i; }; }'`; \
388	shift; \
389	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
390	  test -n "$$unique" || unique=$$empty_fix; \
391	  if test $$# -gt 0; then \
392	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
393	      "$$@" $$unique; \
394	  else \
395	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
396	      $$unique; \
397	  fi; \
398	fi
399ctags: CTAGS
400CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
401		$(TAGS_FILES) $(LISP)
402	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
403	unique=`for i in $$list; do \
404	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
405	  done | \
406	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
407	      END { if (nonempty) { for (i in files) print i; }; }'`; \
408	test -z "$(CTAGS_ARGS)$$unique" \
409	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
410	     $$unique
411
412GTAGS:
413	here=`$(am__cd) $(top_builddir) && pwd` \
414	  && $(am__cd) $(top_srcdir) \
415	  && gtags -i $(GTAGS_ARGS) "$$here"
416
417distclean-tags:
418	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
419
420distdir: $(DISTFILES)
421	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
422	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
423	list='$(DISTFILES)'; \
424	  dist_files=`for file in $$list; do echo $$file; done | \
425	  sed -e "s|^$$srcdirstrip/||;t" \
426	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
427	case $$dist_files in \
428	  */*) $(MKDIR_P) `echo "$$dist_files" | \
429			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
430			   sort -u` ;; \
431	esac; \
432	for file in $$dist_files; do \
433	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
434	  if test -d $$d/$$file; then \
435	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
436	    if test -d "$(distdir)/$$file"; then \
437	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
438	    fi; \
439	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
440	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
441	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
442	    fi; \
443	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
444	  else \
445	    test -f "$(distdir)/$$file" \
446	    || cp -p $$d/$$file "$(distdir)/$$file" \
447	    || exit 1; \
448	  fi; \
449	done
450check-am: all-am
451	$(MAKE) $(AM_MAKEFLAGS) check-local
452check: check-am
453all-am: Makefile $(DATA)
454installdirs:
455	for dir in "$(DESTDIR)$(autoconflibdir)" "$(DESTDIR)$(autoconflibdir)"; do \
456	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
457	done
458install: install-am
459install-exec: install-exec-am
460install-data: install-data-am
461uninstall: uninstall-am
462
463install-am: all-am
464	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
465
466installcheck: installcheck-am
467install-strip:
468	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
469	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
470	  `test -z '$(STRIP)' || \
471	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
472mostlyclean-generic:
473
474clean-generic:
475	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
476
477distclean-generic:
478	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
479	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
480
481maintainer-clean-generic:
482	@echo "This command is intended for maintainers to use"
483	@echo "it deletes files that may require special tools to rebuild."
484clean: clean-am
485
486clean-am: clean-generic mostlyclean-am
487
488distclean: distclean-am
489	-rm -f Makefile
490distclean-am: clean-am distclean-generic distclean-tags
491
492dvi: dvi-am
493
494dvi-am:
495
496html: html-am
497
498html-am:
499
500info: info-am
501
502info-am:
503
504install-data-am: install-dist_autoconflibDATA \
505	install-nodist_autoconflibDATA
506
507install-dvi: install-dvi-am
508
509install-dvi-am:
510
511install-exec-am:
512
513install-html: install-html-am
514
515install-html-am:
516
517install-info: install-info-am
518
519install-info-am:
520
521install-man:
522
523install-pdf: install-pdf-am
524
525install-pdf-am:
526
527install-ps: install-ps-am
528
529install-ps-am:
530
531installcheck-am:
532
533maintainer-clean: maintainer-clean-am
534	-rm -f Makefile
535maintainer-clean-am: distclean-am maintainer-clean-generic
536
537mostlyclean: mostlyclean-am
538
539mostlyclean-am: mostlyclean-generic
540
541pdf: pdf-am
542
543pdf-am:
544
545ps: ps-am
546
547ps-am:
548
549uninstall-am: uninstall-dist_autoconflibDATA \
550	uninstall-nodist_autoconflibDATA
551
552.MAKE: check-am install-am install-strip
553
554.PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
555	clean-generic ctags distclean distclean-generic distclean-tags \
556	distdir dvi dvi-am html html-am info info-am install \
557	install-am install-data install-data-am \
558	install-dist_autoconflibDATA install-dvi install-dvi-am \
559	install-exec install-exec-am install-html install-html-am \
560	install-info install-info-am install-man \
561	install-nodist_autoconflibDATA install-pdf install-pdf-am \
562	install-ps install-ps-am install-strip installcheck \
563	installcheck-am installdirs maintainer-clean \
564	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
565	pdf-am ps ps-am tags uninstall uninstall-am \
566	uninstall-dist_autoconflibDATA \
567	uninstall-nodist_autoconflibDATA
568
569
570check-local: check-forbidden-patterns
571
572autoconf.m4f: $(autoconf_m4f_dependencies)
573$(AUTOM4TE_CFG): $(top_srcdir)/lib/autom4te.in
574	cd $(top_builddir)/lib && $(MAKE) $(AM_MAKEFLAGS) autom4te.cfg
575
576# When processing the file with diversion disabled, there must be no
577# output but comments and empty lines.
578# If freezing produces output, something went wrong: a bad `divert',
579# or an improper paren etc.
580# It may happen that the output does not end with an end of line, hence
581# force an end of line when reporting errors.
582.m4.m4f:
583	$(MY_AUTOM4TE)				\
584		--language=$*			\
585		--freeze			\
586		--output=$@
587
588# For parallel builds.
589$(build_libdir)/m4sugar/version.m4:
590	cd $(build_libdir)/m4sugar && $(MAKE) $(AM_MAKEFLAGS) version.m4
591
592check-forbidden-patterns:
593	@if (cd $(srcdir) && \
594	    $(GREP) $(forbidden_patterns) $(forbidden_patterns_files)) \
595	    >forbidden.log; then \
596	  echo "ERROR: forbidden patterns were found:" >&2; \
597	  sed "s|^|$*.m4: |" <forbidden.log >&2; \
598	  echo >&2; \
599	  exit 1; \
600	else \
601	  rm -f forbidden.log; \
602	fi
603
604# Tell versions [3.59,3.63) of GNU make to not export all variables.
605# Otherwise a system limit (for SysV at least) may be exceeded.
606.NOEXPORT:
607