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