Merge branch 'parallel-tests-testname-vpath-fix' into maint
[platform/upstream/automake.git] / Makefile.in
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
19 # 2005, 2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
20
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 2, or (at your option)
24 # any later version.
25
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.
30
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/>.
33
34 VPATH = @srcdir@
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 build_triplet = @build@
52 subdir = .
53 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
54         $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
55         ChangeLog INSTALL NEWS THANKS TODO
56 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57 am__aclocal_m4_deps = $(top_srcdir)/m4/amversion.m4 \
58         $(top_srcdir)/m4/auxdir.m4 $(top_srcdir)/m4/init.m4 \
59         $(top_srcdir)/m4/install-sh.m4 $(top_srcdir)/m4/lead-dot.m4 \
60         $(top_srcdir)/m4/missing.m4 $(top_srcdir)/m4/mkdirp.m4 \
61         $(top_srcdir)/m4/options.m4 $(top_srcdir)/m4/runlog.m4 \
62         $(top_srcdir)/m4/sanity.m4 $(top_srcdir)/m4/strip.m4 \
63         $(top_srcdir)/m4/substnot.m4 $(top_srcdir)/m4/tar.m4 \
64         $(top_srcdir)/configure.ac
65 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66         $(ACLOCAL_M4)
67 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
68  configure.lineno config.status.lineno
69 mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs
70 CONFIG_CLEAN_FILES =
71 CONFIG_CLEAN_VPATH_FILES =
72 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
73 am__vpath_adj = case $$p in \
74     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
75     *) f=$$p;; \
76   esac;
77 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
78 am__install_max = 40
79 am__nobase_strip_setup = \
80   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
81 am__nobase_strip = \
82   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
83 am__nobase_list = $(am__nobase_strip_setup); \
84   for p in $$list; do echo "$$p $$p"; done | \
85   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
86   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
87     if (++n[$$2] == $(am__install_max)) \
88       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
89     END { for (dir in files) print dir, files[dir] }'
90 am__base_list = \
91   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
92   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
93 am__installdirs = "$(DESTDIR)$(bindir)"
94 SCRIPTS = $(bin_SCRIPTS)
95 SOURCES =
96 DIST_SOURCES =
97 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
98         html-recursive info-recursive install-data-recursive \
99         install-dvi-recursive install-exec-recursive \
100         install-html-recursive install-info-recursive \
101         install-pdf-recursive install-ps-recursive install-recursive \
102         installcheck-recursive installdirs-recursive pdf-recursive \
103         ps-recursive uninstall-recursive
104 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
105   distclean-recursive maintainer-clean-recursive
106 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
107         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
108         distdir dist dist-all distcheck
109 ETAGS = etags
110 CTAGS = ctags
111 DIST_SUBDIRS = $(SUBDIRS)
112 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
113 distdir = $(PACKAGE)-$(VERSION)
114 top_distdir = $(distdir)
115 am__remove_distdir = \
116   { test ! -d "$(distdir)" \
117     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
118          && rm -fr "$(distdir)"; }; }
119 am__relativize = \
120   dir0=`pwd`; \
121   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
122   sed_rest='s,^[^/]*/*,,'; \
123   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
124   sed_butlast='s,/*[^/]*$$,,'; \
125   while test -n "$$dir1"; do \
126     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
127     if test "$$first" != "."; then \
128       if test "$$first" = ".."; then \
129         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
130         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
131       else \
132         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
133         if test "$$first2" = "$$first"; then \
134           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
135         else \
136           dir2="../$$dir2"; \
137         fi; \
138         dir0="$$dir0"/"$$first"; \
139       fi; \
140     fi; \
141     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
142   done; \
143   reldir="$$dir2"
144 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
145 GZIP_ENV = --best
146 distuninstallcheck_listfiles = find . -type f -print
147 distcleancheck_listfiles = find . -type f -print
148 ACLOCAL = @ACLOCAL@
149 AMTAR = @AMTAR@
150 APIVERSION = @APIVERSION@
151 AUTOCONF = @AUTOCONF@
152 AUTOHEADER = @AUTOHEADER@
153 AUTOMAKE = @AUTOMAKE@
154 AWK = @AWK@
155 CYGPATH_W = @CYGPATH_W@
156 DEFS = @DEFS@
157 ECHO_C = @ECHO_C@
158 ECHO_N = @ECHO_N@
159 ECHO_T = @ECHO_T@
160 EGREP = @EGREP@
161 FGREP = @FGREP@
162 GREP = @GREP@
163 HELP2MAN = @HELP2MAN@
164 INSTALL = @INSTALL@
165 INSTALL_DATA = @INSTALL_DATA@
166 INSTALL_PROGRAM = @INSTALL_PROGRAM@
167 INSTALL_SCRIPT = @INSTALL_SCRIPT@
168 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
169 LIBOBJS = @LIBOBJS@
170 LIBS = @LIBS@
171 LN = @LN@
172 LTLIBOBJS = @LTLIBOBJS@
173 MAKEINFO = @MAKEINFO@
174 MKDIR_P = @MKDIR_P@
175 MODIFICATION_DELAY = @MODIFICATION_DELAY@
176 PACKAGE = @PACKAGE@
177 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
178 PACKAGE_NAME = @PACKAGE_NAME@
179 PACKAGE_STRING = @PACKAGE_STRING@
180 PACKAGE_TARNAME = @PACKAGE_TARNAME@
181 PACKAGE_URL = @PACKAGE_URL@
182 PACKAGE_VERSION = @PACKAGE_VERSION@
183 PATH_SEPARATOR = @PATH_SEPARATOR@
184 PERL = @PERL@
185 PERL_THREADS = @PERL_THREADS@
186 SET_MAKE = @SET_MAKE@
187 SHELL = @SHELL@
188 STRIP = @STRIP@
189 TEX = @TEX@
190 VERSION = @VERSION@
191 abs_builddir = @abs_builddir@
192 abs_srcdir = @abs_srcdir@
193 abs_top_builddir = @abs_top_builddir@
194 abs_top_srcdir = @abs_top_srcdir@
195 am_AUTOCONF = @am_AUTOCONF@
196 am_AUTOHEADER = @am_AUTOHEADER@
197 am__leading_dot = @am__leading_dot@
198 am__tar = @am__tar@
199 am__untar = @am__untar@
200 bindir = @bindir@
201 build = @build@
202 build_alias = @build_alias@
203 build_cpu = @build_cpu@
204 build_os = @build_os@
205 build_vendor = @build_vendor@
206 builddir = @builddir@
207 datadir = @datadir@
208 datarootdir = @datarootdir@
209 docdir = @docdir@
210 dvidir = @dvidir@
211 exec_prefix = @exec_prefix@
212 host_alias = @host_alias@
213 htmldir = @htmldir@
214 includedir = @includedir@
215 infodir = @infodir@
216 install_sh = @install_sh@
217 libdir = @libdir@
218 libexecdir = @libexecdir@
219 localedir = @localedir@
220 localstatedir = @localstatedir@
221 mandir = @mandir@
222 mkdir_p = @mkdir_p@
223 oldincludedir = @oldincludedir@
224 pdfdir = @pdfdir@
225 pkgvdatadir = @pkgvdatadir@
226 prefix = @prefix@
227 program_transform_name = @program_transform_name@
228 psdir = @psdir@
229 sbindir = @sbindir@
230 sh_errexit_works = @sh_errexit_works@
231 sharedstatedir = @sharedstatedir@
232 srcdir = @srcdir@
233 sysconfdir = @sysconfdir@
234 target_alias = @target_alias@
235 top_build_prefix = @top_build_prefix@
236 top_builddir = @top_builddir@
237 top_srcdir = @top_srcdir@
238 SUBDIRS = lib . doc m4 tests
239 bin_SCRIPTS = automake aclocal
240 CLEANFILES = $(bin_SCRIPTS)
241 AUTOMAKESOURCES = automake.in aclocal.in
242 TAGS_FILES = $(AUTOMAKESOURCES)
243 EXTRA_DIST = \
244   ChangeLog.96 \
245   ChangeLog.98 \
246   ChangeLog.00 \
247   ChangeLog.01 \
248   ChangeLog.02 \
249   ChangeLog.03 \
250   ChangeLog.04 \
251   ChangeLog.09 \
252   bootstrap \
253   $(AUTOMAKESOURCES)
254
255 do_subst = sed \
256   -e 's,[@]APIVERSION[@],$(APIVERSION),g' \
257   -e 's,[@]PACKAGE[@],$(PACKAGE),g' \
258   -e 's,[@]PACKAGE_BUGREPORT[@],$(PACKAGE_BUGREPORT),g' \
259   -e 's,[@]PACKAGE_URL[@],$(PACKAGE_URL),g' \
260   -e 's,[@]PATH_SEPARATOR[@],$(PATH_SEPARATOR),g' \
261   -e 's,[@]PERL[@],$(PERL),g' \
262   -e 's,[@]PERL_THREADS[@],$(PERL_THREADS),g' \
263   -e 's,[@]SHELL[@],$(SHELL),g' \
264   -e 's,[@]VERSION[@],$(VERSION),g' \
265   -e 's,[@]configure_input[@],Generated from $@.in; do not edit by hand.,g' \
266   -e 's,[@]datadir[@],$(datadir),g'
267
268
269 # Some simple checks, and then ordinary check.  These are only really
270 # guaranteed to work on my machine.
271 syntax_check_rules = \
272 sc_test_names \
273 sc_diff_automake_in_automake \
274 sc_perl_syntax \
275 sc_no_brace_variable_expansions \
276 sc_rm_minus_f \
277 sc_no_for_variable_in_macro \
278 sc_mkinstalldirs \
279 sc_pre_normal_post_install_uninstall \
280 sc_perl_no_undef \
281 sc_perl_no_split_regex_space \
282 sc_cd_in_backquotes \
283 sc_cd_relative_dir \
284 sc_perl_at_uscore_in_scalar_context \
285 sc_perl_local_no_parens \
286 sc_perl_local \
287 sc_AMDEP_TRUE_in_automake_in \
288 sc_tests_make_without_am_makeflags \
289 sc_tests_plain_make \
290 sc_tests_plain_autoconf \
291 sc_tests_plain_autoupdate \
292 sc_tests_plain_automake \
293 sc_tests_here_document_format \
294 sc_tests_Exit_not_exit \
295 sc_tests_automake_fails \
296 sc_tests_plain_aclocal \
297 sc_tests_plain_perl \
298 sc_tests_required_after_defs \
299 sc_tests_overriding_macros_on_cmdline \
300 sc_tests_plain_sleep \
301 sc_tests_plain_egrep_fgrep \
302 sc_tests_PATH_SEPARATOR \
303 sc_mkdir_p \
304 sc_perl_at_substs \
305 sc_unquoted_DESTDIR \
306 sc_tabs_in_texi \
307 sc_at_in_texi
308
309 m4_builtins = \
310   __gnu__ \
311   __unix__ \
312   bpatsubst \
313   bregexp \
314   builtin \
315   changecom \
316   changequote \
317   changeword \
318   debugfile \
319   debugmode \
320   decr \
321   define \
322   defn \
323   divert \
324   divnum \
325   dnl \
326   dumpdef \
327   errprint \
328   esyscmd \
329   eval \
330   format \
331   ifdef \
332   ifelse \
333   include \
334   incr \
335   index \
336   indir \
337   len \
338   m4exit \
339   m4wrap \
340   maketemp \
341   mkstemp \
342   patsubst \
343   popdef \
344   pushdef \
345   regexp \
346   shift \
347   sinclude \
348   substr \
349   symbols \
350   syscmd \
351   sysval \
352   traceoff \
353   traceon \
354   translit \
355   undefine \
356   undivert
357
358 WGET = wget
359 WGET_SV_CVS = $(WGET) http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/
360 WGET_SV_GIT_CF = $(WGET) 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;hb=HEAD;f='
361 WGET_SV_GIT_AC = $(WGET) 'http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=blob_plain;hb=HEAD;f='
362 WGET_SV_GIT_GL = $(WGET) 'http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;hb=HEAD;f='
363 WGET_GCC = $(WGET) 'http://gcc.gnu.org/viewcvs/*checkout*/trunk/'
364 FETCHFILES = \
365 INSTALL \
366 config-ml.in \
367 config.guess \
368 config.sub \
369 symlink-tree \
370 texinfo.tex
371
372 all: all-recursive
373
374 .SUFFIXES:
375 am--refresh:
376         @:
377 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
378         @for dep in $?; do \
379           case '$(am__configure_deps)' in \
380             *$$dep*) \
381               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
382               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
383                 && exit 0; \
384               exit 1;; \
385           esac; \
386         done; \
387         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
388         $(am__cd) $(top_srcdir) && \
389           $(AUTOMAKE) --gnu Makefile
390 .PRECIOUS: Makefile
391 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
392         @case '$?' in \
393           *config.status*) \
394             echo ' $(SHELL) ./config.status'; \
395             $(SHELL) ./config.status;; \
396           *) \
397             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
398             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
399         esac;
400
401 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
402         $(SHELL) ./config.status --recheck
403
404 $(top_srcdir)/configure:  $(am__configure_deps)
405         $(am__cd) $(srcdir) && $(AUTOCONF)
406 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
407         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
408 $(am__aclocal_m4_deps):
409 install-binSCRIPTS: $(bin_SCRIPTS)
410         @$(NORMAL_INSTALL)
411         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
412         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
413         for p in $$list; do \
414           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
415           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
416         done | \
417         sed -e 'p;s,.*/,,;n' \
418             -e 'h;s|.*|.|' \
419             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
420         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
421           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
422             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
423               if (++n[d] == $(am__install_max)) { \
424                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
425             else { print "f", d "/" $$4, $$1 } } \
426           END { for (d in files) print "f", d, files[d] }' | \
427         while read type dir files; do \
428              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
429              test -z "$$files" || { \
430                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
431                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
432              } \
433         ; done
434
435 uninstall-binSCRIPTS:
436         @$(NORMAL_UNINSTALL)
437         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
438         files=`for p in $$list; do echo "$$p"; done | \
439                sed -e 's,.*/,,;$(transform)'`; \
440         test -n "$$list" || exit 0; \
441         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
442         cd "$(DESTDIR)$(bindir)" && rm -f $$files
443
444 # This directory's subdirectories are mostly independent; you can cd
445 # into them and run `make' without going through this Makefile.
446 # To change the values of `make' variables: instead of editing Makefiles,
447 # (1) if the variable is set in `config.status', edit `config.status'
448 #     (which will cause the Makefiles to be regenerated when you run `make');
449 # (2) otherwise, pass the desired values on the `make' command line.
450 $(RECURSIVE_TARGETS):
451         @fail= failcom='exit 1'; \
452         for f in x $$MAKEFLAGS; do \
453           case $$f in \
454             *=* | --[!k]*);; \
455             *k*) failcom='fail=yes';; \
456           esac; \
457         done; \
458         dot_seen=no; \
459         target=`echo $@ | sed s/-recursive//`; \
460         list='$(SUBDIRS)'; for subdir in $$list; do \
461           echo "Making $$target in $$subdir"; \
462           if test "$$subdir" = "."; then \
463             dot_seen=yes; \
464             local_target="$$target-am"; \
465           else \
466             local_target="$$target"; \
467           fi; \
468           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
469           || eval $$failcom; \
470         done; \
471         if test "$$dot_seen" = "no"; then \
472           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
473         fi; test -z "$$fail"
474
475 $(RECURSIVE_CLEAN_TARGETS):
476         @fail= failcom='exit 1'; \
477         for f in x $$MAKEFLAGS; do \
478           case $$f in \
479             *=* | --[!k]*);; \
480             *k*) failcom='fail=yes';; \
481           esac; \
482         done; \
483         dot_seen=no; \
484         case "$@" in \
485           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
486           *) list='$(SUBDIRS)' ;; \
487         esac; \
488         rev=''; for subdir in $$list; do \
489           if test "$$subdir" = "."; then :; else \
490             rev="$$subdir $$rev"; \
491           fi; \
492         done; \
493         rev="$$rev ."; \
494         target=`echo $@ | sed s/-recursive//`; \
495         for subdir in $$rev; do \
496           echo "Making $$target in $$subdir"; \
497           if test "$$subdir" = "."; then \
498             local_target="$$target-am"; \
499           else \
500             local_target="$$target"; \
501           fi; \
502           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
503           || eval $$failcom; \
504         done && test -z "$$fail"
505 tags-recursive:
506         list='$(SUBDIRS)'; for subdir in $$list; do \
507           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
508         done
509 ctags-recursive:
510         list='$(SUBDIRS)'; for subdir in $$list; do \
511           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
512         done
513
514 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
515         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
516         unique=`for i in $$list; do \
517             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
518           done | \
519           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
520               END { if (nonempty) { for (i in files) print i; }; }'`; \
521         mkid -fID $$unique
522 tags: TAGS
523
524 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
525                 $(TAGS_FILES) $(LISP)
526         set x; \
527         here=`pwd`; \
528         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
529           include_option=--etags-include; \
530           empty_fix=.; \
531         else \
532           include_option=--include; \
533           empty_fix=; \
534         fi; \
535         list='$(SUBDIRS)'; for subdir in $$list; do \
536           if test "$$subdir" = .; then :; else \
537             test ! -f $$subdir/TAGS || \
538               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
539           fi; \
540         done; \
541         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
542         unique=`for i in $$list; do \
543             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
544           done | \
545           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
546               END { if (nonempty) { for (i in files) print i; }; }'`; \
547         shift; \
548         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
549           test -n "$$unique" || unique=$$empty_fix; \
550           if test $$# -gt 0; then \
551             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
552               "$$@" $$unique; \
553           else \
554             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
555               $$unique; \
556           fi; \
557         fi
558 ctags: CTAGS
559 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
560                 $(TAGS_FILES) $(LISP)
561         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
562         unique=`for i in $$list; do \
563             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
564           done | \
565           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
566               END { if (nonempty) { for (i in files) print i; }; }'`; \
567         test -z "$(CTAGS_ARGS)$$unique" \
568           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
569              $$unique
570
571 GTAGS:
572         here=`$(am__cd) $(top_builddir) && pwd` \
573           && $(am__cd) $(top_srcdir) \
574           && gtags -i $(GTAGS_ARGS) "$$here"
575
576 distclean-tags:
577         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
578
579 distdir: $(DISTFILES)
580         $(am__remove_distdir)
581         test -d "$(distdir)" || mkdir "$(distdir)"
582         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
583         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
584         list='$(DISTFILES)'; \
585           dist_files=`for file in $$list; do echo $$file; done | \
586           sed -e "s|^$$srcdirstrip/||;t" \
587               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
588         case $$dist_files in \
589           */*) $(MKDIR_P) `echo "$$dist_files" | \
590                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
591                            sort -u` ;; \
592         esac; \
593         for file in $$dist_files; do \
594           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
595           if test -d $$d/$$file; then \
596             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
597             if test -d "$(distdir)/$$file"; then \
598               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
599             fi; \
600             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
601               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
602               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
603             fi; \
604             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
605           else \
606             test -f "$(distdir)/$$file" \
607             || cp -p $$d/$$file "$(distdir)/$$file" \
608             || exit 1; \
609           fi; \
610         done
611         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
612           if test "$$subdir" = .; then :; else \
613             test -d "$(distdir)/$$subdir" \
614             || $(MKDIR_P) "$(distdir)/$$subdir" \
615             || exit 1; \
616           fi; \
617         done
618         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
619           if test "$$subdir" = .; then :; else \
620             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
621             $(am__relativize); \
622             new_distdir=$$reldir; \
623             dir1=$$subdir; dir2="$(top_distdir)"; \
624             $(am__relativize); \
625             new_top_distdir=$$reldir; \
626             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
627             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
628             ($(am__cd) $$subdir && \
629               $(MAKE) $(AM_MAKEFLAGS) \
630                 top_distdir="$$new_top_distdir" \
631                 distdir="$$new_distdir" \
632                 am__remove_distdir=: \
633                 am__skip_length_check=: \
634                 am__skip_mode_fix=: \
635                 distdir) \
636               || exit 1; \
637           fi; \
638         done
639         $(MAKE) $(AM_MAKEFLAGS) \
640           top_distdir="$(top_distdir)" distdir="$(distdir)" \
641           dist-hook
642         -test -n "$(am__skip_mode_fix)" \
643         || find "$(distdir)" -type d ! -perm -755 \
644                 -exec chmod u+rwx,go+rx {} \; -o \
645           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
646           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
647           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
648         || chmod -R a+r "$(distdir)"
649         @if test -z "$(am__skip_length_check)" && find "$(distdir)" -type f -print | \
650           grep '^...................................................................................................' 1>&2; then \
651           echo 'error: the above filenames are too long' 1>&2; \
652           exit 1; \
653         else :; fi
654 dist-gzip: distdir
655         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
656         $(am__remove_distdir)
657 dist-bzip2: distdir
658         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
659         $(am__remove_distdir)
660
661 dist-lzma: distdir
662         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
663         $(am__remove_distdir)
664
665 dist-xz: distdir
666         tardir=$(distdir) && $(am__tar) | xz -9 -c >$(distdir).tar.xz
667         $(am__remove_distdir)
668
669 dist-tarZ: distdir
670         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
671         $(am__remove_distdir)
672
673 dist-shar: distdir
674         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
675         $(am__remove_distdir)
676
677 dist-zip: distdir
678         -rm -f $(distdir).zip
679         zip -rq $(distdir).zip $(distdir)
680         $(am__remove_distdir)
681
682 dist dist-all: distdir
683         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
684         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
685         $(am__remove_distdir)
686
687 # This target untars the dist file and tries a VPATH configuration.  Then
688 # it guarantees that the distribution is self-contained by making another
689 # tarfile.
690 distcheck: dist
691         case '$(DIST_ARCHIVES)' in \
692         *.tar.gz*) \
693           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
694         *.tar.bz2*) \
695           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
696         *.tar.lzma*) \
697           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
698         *.tar.xz*) \
699           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
700         *.tar.Z*) \
701           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
702         *.shar.gz*) \
703           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
704         *.zip*) \
705           unzip $(distdir).zip ;;\
706         esac
707         chmod -R a-w $(distdir); chmod a+w $(distdir)
708         mkdir $(distdir)/_build
709         mkdir $(distdir)/_inst
710         chmod a-w $(distdir)
711         test -d $(distdir)/_build || exit 0; \
712         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
713           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
714           && am__cwd=`pwd` \
715           && $(am__cd) $(distdir)/_build \
716           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
717             $(DISTCHECK_CONFIGURE_FLAGS) \
718           && $(MAKE) $(AM_MAKEFLAGS) \
719           && $(MAKE) $(AM_MAKEFLAGS) dvi \
720           && $(MAKE) $(AM_MAKEFLAGS) check \
721           && $(MAKE) $(AM_MAKEFLAGS) install \
722           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
723           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
724           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
725                 distuninstallcheck \
726           && chmod -R a-w "$$dc_install_base" \
727           && ({ \
728                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
729                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
730                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
731                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
732                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
733               } || { rm -rf "$$dc_destdir"; exit 1; }) \
734           && rm -rf "$$dc_destdir" \
735           && $(MAKE) $(AM_MAKEFLAGS) dist \
736           && rm -rf $(DIST_ARCHIVES) \
737           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
738           && cd "$$am__cwd" \
739           || exit 1
740         $(am__remove_distdir)
741         @(echo "$(distdir) archives ready for distribution: "; \
742           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
743           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
744 distuninstallcheck:
745         @$(am__cd) '$(distuninstallcheck_dir)' \
746         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
747            || { echo "ERROR: files left after uninstall:" ; \
748                 if test -n "$(DESTDIR)"; then \
749                   echo "  (check DESTDIR support)"; \
750                 fi ; \
751                 $(distuninstallcheck_listfiles) ; \
752                 exit 1; } >&2
753 distcleancheck: distclean
754         @if test '$(srcdir)' = . ; then \
755           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
756           exit 1 ; \
757         fi
758         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
759           || { echo "ERROR: files left in build directory after distclean:" ; \
760                $(distcleancheck_listfiles) ; \
761                exit 1; } >&2
762 check-am: all-am
763 check: check-recursive
764 all-am: Makefile $(SCRIPTS)
765 installdirs: installdirs-recursive
766 installdirs-am:
767         for dir in "$(DESTDIR)$(bindir)"; do \
768           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
769         done
770 install: install-recursive
771 install-exec: install-exec-recursive
772 install-data: install-data-recursive
773 uninstall: uninstall-recursive
774
775 install-am: all-am
776         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
777
778 installcheck: installcheck-recursive
779 install-strip:
780         if test -z '$(STRIP)'; then \
781           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
782             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
783               install; \
784         else \
785           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
786             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
787             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
788         fi
789 mostlyclean-generic:
790
791 clean-generic:
792         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
793
794 distclean-generic:
795         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
796         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
797
798 maintainer-clean-generic:
799         @echo "This command is intended for maintainers to use"
800         @echo "it deletes files that may require special tools to rebuild."
801 clean: clean-recursive
802
803 clean-am: clean-generic mostlyclean-am
804
805 distclean: distclean-recursive
806         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
807         -rm -f Makefile
808 distclean-am: clean-am distclean-generic distclean-tags
809
810 dvi: dvi-recursive
811
812 dvi-am:
813
814 html: html-recursive
815
816 html-am:
817
818 info: info-recursive
819
820 info-am:
821
822 install-data-am:
823
824 install-dvi: install-dvi-recursive
825
826 install-dvi-am:
827
828 install-exec-am: install-binSCRIPTS
829         @$(NORMAL_INSTALL)
830         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
831 install-html: install-html-recursive
832
833 install-html-am:
834
835 install-info: install-info-recursive
836
837 install-info-am:
838
839 install-man:
840
841 install-pdf: install-pdf-recursive
842
843 install-pdf-am:
844
845 install-ps: install-ps-recursive
846
847 install-ps-am:
848
849 installcheck-am:
850
851 maintainer-clean: maintainer-clean-recursive
852         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
853         -rm -rf $(top_srcdir)/autom4te.cache
854         -rm -f Makefile
855 maintainer-clean-am: distclean-am maintainer-clean-generic
856
857 mostlyclean: mostlyclean-recursive
858
859 mostlyclean-am: mostlyclean-generic
860
861 pdf: pdf-recursive
862
863 pdf-am:
864
865 ps: ps-recursive
866
867 ps-am:
868
869 uninstall-am: uninstall-binSCRIPTS
870         @$(NORMAL_INSTALL)
871         $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
872 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
873         install-am install-exec-am install-strip tags-recursive \
874         uninstall-am
875
876 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
877         all all-am am--refresh check check-am clean clean-generic \
878         ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
879         dist-hook dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
880         distcheck distclean distclean-generic distclean-tags \
881         distcleancheck distdir distuninstallcheck dvi dvi-am html \
882         html-am info info-am install install-am install-binSCRIPTS \
883         install-data install-data-am install-dvi install-dvi-am \
884         install-exec install-exec-am install-exec-hook install-html \
885         install-html-am install-info install-info-am install-man \
886         install-pdf install-pdf-am install-ps install-ps-am \
887         install-strip installcheck installcheck-am installdirs \
888         installdirs-am maintainer-clean maintainer-clean-generic \
889         mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
890         tags-recursive uninstall uninstall-am uninstall-binSCRIPTS \
891         uninstall-hook
892
893
894 install-exec-hook:
895         @$(POST_INSTALL)
896         @for p in $(bin_SCRIPTS); do \
897           f="`echo $$p|sed '$(transform)'`"; \
898           fv="$$f-$(APIVERSION)"; \
899           rm -f $(DESTDIR)$(bindir)/$$fv; \
900           echo " $(LN) $(DESTDIR)$(bindir)/$$f $(DESTDIR)$(bindir)/$$fv"; \
901           $(LN) $(DESTDIR)$(bindir)/$$f $(DESTDIR)$(bindir)/$$fv; \
902         done
903
904 uninstall-hook:
905         @for p in $(bin_SCRIPTS); do \
906           f="`echo $$p|sed '$(transform)'`"; \
907           fv="$$f-$(APIVERSION)"; \
908           rm -f $(DESTDIR)$(bindir)/$$fv; \
909         done
910
911 automake: automake.in
912 aclocal: aclocal.in
913 automake aclocal: Makefile
914         rm -f $@ $@.tmp
915         $(do_subst) $(srcdir)/$@.in >$@.tmp
916         chmod +x $@.tmp
917         chmod a-w $@.tmp
918         mv -f $@.tmp $@
919
920 INSTALL: lib/INSTALL
921         cp $(srcdir)/lib/INSTALL $@
922
923 ################################################################
924
925 # Ensure tests are world-executable
926 dist-hook:
927         cd $(distdir)/tests && chmod a+rx *.test
928
929 .PHONY: $(syntax_check_rules)
930 $(syntax_check_rules): automake aclocal
931 maintainer-check: $(syntax_check_rules)
932 sc_test_names:
933         @m4_builtin_rx=`echo $(m4_builtins) | sed 's/ /|/g'`; \
934          m4_macro_rx="\\<($$m4_builtin_rx)\\>|\\<_?(A[CUMHS]|m4)_"; \
935          if ls tests/*.test | LC_ALL=C grep -E "$$m4_macro_rx"; then \
936            echo "the names of the tests above can be problematic" 1>&2; \
937            echo "Avoid test names that contain names of m4 macros" 1>&2; \
938            exit 1; \
939          fi
940
941 sc_diff_automake_in_automake:
942         @if test `diff $(srcdir)/automake.in automake | wc -l` -ne 28; then \
943           echo "found too many diffs between automake.in and automake" 1>&2; \
944           diff -c $(srcdir)/automake.in automake; \
945           exit 1; \
946         fi
947
948 sc_perl_syntax:
949         perllibdir="./lib$(PATH_SEPARATOR)$(srcdir)/lib" $(PERL) -c -w automake
950         perllibdir="./lib$(PATH_SEPARATOR)$(srcdir)/lib" $(PERL) -c -w aclocal
951
952 sc_no_brace_variable_expansions:
953         @if grep -F '$${' $(srcdir)/lib/am/[a-z]*.am | \
954                grep -F -v '$$$$'; then \
955           echo "Found too many uses of '\$${' in the lines above." 1>&2; \
956           exit 1;                               \
957         else :; fi
958
959 sc_rm_minus_f:
960         @if grep -v '^#' $(srcdir)/lib/am/[a-z]*.am $(srcdir)/tests/*.test | \
961             grep -E '\<rm ([^-]|\-[^f ]*\>)'; then \
962           echo "Suspicious 'rm' invocation." 1>&2; \
963           exit 1;                               \
964         else :; fi
965
966 sc_no_for_variable_in_macro:
967         @if grep 'for .* in \$$(' $(srcdir)/lib/am/[a-z]*.am; then \
968           echo 'Use "list=$$(mumble); for var in $$$$list".' 1>&2 ; \
969           exit 1; \
970         else :; fi
971
972 sc_mkinstalldirs:
973         @if grep -n 'mkinstalldirs' $(srcdir)/lib/am/[a-z]*.am | \
974               grep -F -v '$$(mkinstalldirs)'; then \
975           echo "Found incorrect use of mkinstalldirs in the lines above" 1>&2; \
976           exit 1; \
977         else :; fi
978
979 sc_pre_normal_post_install_uninstall:
980         @if grep -E -n '\((PRE|NORMAL|POST)_(|UN)INSTALL\)' \
981                  $(srcdir)/lib/am/[a-z]*.am | \
982               grep -v ':##' | grep -v ':        @\$$('; then \
983           echo "Found incorrect use of PRE/NORMAL/POST_INSTALL/UNINSTALL in the lines above" 1>&2; \
984           exit 1; \
985         else :; fi
986
987 sc_perl_no_undef:
988         @if grep -n -w 'undef ' $(srcdir)/automake.in | \
989               grep -F -v 'undef $$/'; then \
990           echo "Found undef in automake.in; use delete instead" 1>&2; \
991           exit 1; \
992         fi
993
994 sc_perl_no_split_regex_space:
995         @if grep -n 'split (/ /' $(srcdir)/automake.in; then \
996           echo "Found bad split in the lines above." 1>&2; \
997           exit 1; \
998         fi
999
1000 sc_cd_in_backquotes:
1001         @if grep -n '^[^#]*` *cd ' $(srcdir)/automake.in \
1002               $(srcdir)/lib/am/*.am; then \
1003           echo "Consider using \$$(am__cd) in the lines above." 1>&2; \
1004           exit 1; \
1005         fi
1006
1007 sc_cd_relative_dir:
1008         @if grep -n '^[^#]*cd ' $(srcdir)/automake.in \
1009               $(srcdir)/lib/am/*.am | \
1010               grep -v 'echo.*cd ' | \
1011               grep -v 'am__cd =' | \
1012               grep -v '^[^#]*cd [./]' | \
1013               grep -v '^[^#]*cd \$$(top_builddir)' | \
1014               grep -v '^[^#]*cd "\$$\$$am__cwd' | \
1015               grep -v '^[^#]*cd \$$(abs' | \
1016               grep -v '^[^#]*cd "\$$(DESTDIR)'; then \
1017           echo "Consider using \$$(am__cd) in the lines above." 1>&2; \
1018           exit 1; \
1019         fi
1020
1021 sc_perl_at_uscore_in_scalar_context:
1022         @if grep -Hn '[^@_A-Za-z0-9][_A-Za-z0-9]*[^) ] *= *@_' $(srcdir)/automake.in; then \
1023           echo "Using @_ in a scalar context in the lines above." 1>&2; \
1024           exit 1; \
1025         fi
1026
1027 sc_perl_local_no_parens:
1028         @if grep '^[ \t]*local *(' $(srcdir)/automake.in; then \
1029           echo "Don't use \`local' with parens: use several \`local' above." >&2; \
1030           exit 1; \
1031         fi
1032
1033 sc_perl_local:
1034         @if grep -v '^[ \t]*local \$$_;' $(srcdir)/automake.in | \
1035                 grep '^[ \t]*local [^*]'; then \
1036           echo "Please avoid \`local'." 1>&2; \
1037           exit 1; \
1038         fi
1039
1040 sc_AMDEP_TRUE_in_automake_in:
1041         @if grep '@AMDEP''_TRUE@' $(srcdir)/automake.in; then \
1042           echo "Don't put AMDEP_TRUE substitution in automake.in" 1>&2; \
1043           exit 1; \
1044         fi
1045
1046 sc_tests_make_without_am_makeflags:
1047         @if grep '^[^#].*(MAKE) ' $(srcdir)/lib/am/*.am $(srcdir)/automake.in |\
1048                 grep -v 'AM_MAKEFLAGS'; then \
1049           echo 'Use $$(MAKE) $$(AM_MAKEFLAGS).' 1>&2; \
1050           exit 1; \
1051         fi
1052
1053 sc_tests_plain_make:
1054         @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[      ]*make'; then \
1055           echo 'Do not run "make" in the above tests.  Use "$$MAKE" instead.' 1>&2; \
1056           exit 1; \
1057         fi
1058
1059 sc_tests_plain_autoconf:
1060         @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[      ]*autoconf'; then \
1061           echo 'Do not run "autoconf" in the above tests.  Use "$$AUTOCONF" instead.' 1>&2; \
1062           exit 1; \
1063         fi
1064
1065 sc_tests_plain_autoupdate:
1066         @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[      ]*autoupdate'; then \
1067           echo 'Do not run "autoupdate" in the above tests.  Use "$$AUTOUPDATE" instead.' 1>&2; \
1068           exit 1; \
1069         fi
1070
1071 sc_tests_plain_automake:
1072         @if grep -v '^#' $(srcdir)/tests/*.test | grep -E ':[   ]*automake([^:]|$$)'; then \
1073           echo 'Do not run "automake" in the above tests.  Use "$$AUTOMAKE" instead.' 1>&2;  \
1074           exit 1; \
1075         fi
1076
1077 sc_tests_here_document_format:
1078         @if grep '<<' $(srcdir)/tests/*.test | grep -v 'END' | grep -v 'EOF'; then \
1079           echo 'Use here documents with "END" and "EOF" only, for greppability.' 1>&2; \
1080           exit 1; \
1081         fi
1082
1083 sc_tests_Exit_not_exit:
1084         @found=false; for file in $(srcdir)/tests/*.test; do \
1085           res=`sed -n -e '/^#/d; /^\$$PERL/d' -e '/<<.*END/,/^END/b' \
1086                       -e '/<<.*EOF/,/^EOF/b' -e '/exit [$$0-9]/p' $$file`; \
1087           if test -n "$$res"; then \
1088             echo "$$file:$$res"; \
1089             found=true; \
1090           fi; \
1091         done; \
1092         if $$found; then \
1093           echo 'Do not call plain "exit", use "Exit" instead, in above tests.' 1>&2; \
1094           exit 1; \
1095         fi
1096
1097 sc_tests_automake_fails:
1098         @if grep -v '^#' $(srcdir)/tests/*.test | grep '\$$AUTOMAKE.*&&.*[eE]xit'; then \
1099           echo 'Use AUTOMAKE_fails + grep to catch automake failures in the above tests.' 1>&2;  \
1100           exit 1; \
1101         fi
1102
1103 sc_tests_plain_aclocal:
1104         @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[      ]*aclocal'; then \
1105           echo 'Do not run "aclocal" in the above tests.  Use "$$ACLOCAL" instead.' 1>&2;  \
1106           exit 1; \
1107         fi
1108
1109 sc_tests_plain_perl:
1110         @if grep -v '^#' $(srcdir)/tests/*.test | grep ':[      ]*perl'; then \
1111           echo 'Do not run "perl" in the above tests.  Use "$$PERL" instead.' 1>&2; \
1112           exit 1; \
1113         fi
1114
1115 sc_tests_required_after_defs:
1116         @for file in $(srcdir)/tests/*.test; do \
1117           if out=`sed -n '/defs/,$${/required=/p;}' $$file`; test -n "$$out"; then \
1118             echo 'Do not set "required" after sourcing "defs" in '"$$file: $$out" 1>&2; \
1119             exit 1; \
1120           fi; \
1121         done
1122
1123 sc_tests_overriding_macros_on_cmdline:
1124         @if grep -E '\$$MAKE .*(SHELL=.*=|=.*SHELL=)' $(srcdir)/tests/*.test; then \
1125           echo 'Rewrite "$$MAKE foo=bar SHELL=$$SHELL" as "foo=bar $$MAKE -e SHELL=$$SHELL"' 1>&2; \
1126           echo ' in the above lines, it is more portable.' 1>&2; \
1127           exit 1; \
1128         fi
1129         @if sed 's/DESTDIR=[^ ]*//; s/SHELL=[^ ]*//; s/V=[^ ]*//' $(srcdir)/tests/*.test | \
1130             grep '\$$MAKE .*=' ; then \
1131           echo 'Rewrite "$$MAKE foo=bar" as "foo=bar $$MAKE -e" in the above lines,' 1>&2; \
1132           echo 'it is more portable.' 1>&2; \
1133           exit 1; \
1134         fi
1135         @if grep 'SHELL=.*\$$MAKE' $(srcdir)/tests/*.test; then \
1136           echo '$$MAKE ignores the SHELL envvar, use "$$MAKE SHELL=$$SHELL" in' 1>&2; \
1137           echo 'the above lines.' 1>&2; \
1138           exit 1; \
1139         fi
1140
1141 sc_tests_plain_sleep:
1142         @if grep -E '\bsleep +[12345]\b' $(srcdir)/tests/*.test; then \
1143           echo 'Do not use "sleep x" in the above tests.  Use "$$sleep" instead.' 1>&2; \
1144           exit 1; \
1145         fi
1146
1147 sc_tests_plain_egrep_fgrep:
1148         @if grep -E '\b[ef]grep\b' $(srcdir)/tests/*.test ; then \
1149           echo 'Do not use egrep or fgrep in test cases.  Use $$FGREP or $$EGREP.' 1>&2; \
1150           exit 1; \
1151         fi
1152         @if grep -E '\b[ef]grep\b' $(srcdir)/lib/am/*.am $(srcdir)/m4/*.m4; then \
1153           echo 'Do not use egrep or fgrep in the above files, they are not portable.' 1>&2; \
1154           exit 1; \
1155         fi
1156
1157 sc_tests_PATH_SEPARATOR:
1158         @if grep -E '\bPATH=.*:.*' $(srcdir)/tests/*.test ; then \
1159           echo "Use \`\$$PATH_SEPARATOR', not \`:', in PATH definitions above." 1>&2; \
1160           exit 1; \
1161         fi
1162
1163 sc_mkdir_p:
1164         @if grep 'mkdir_p' $(srcdir)/automake.in \
1165               $(srcdir)/lib/am/*.am $(srcdir)/tests/*.test; then \
1166           echo 'Do not use mkdir_p in the above files, use MKDIR_P.' 1>&2; \
1167           exit 1; \
1168         fi
1169
1170 sc_perl_at_substs:
1171         @if test `grep -E '^[^#]*@[A-Za-z_0-9]+@' aclocal | wc -l` -ne 0; then \
1172           echo "Unresolved @...@ substitution in aclocal" 1>&2; \
1173           exit 1; \
1174         fi
1175         @if test `grep -E '^[^#]*@[A-Za-z_0-9]+@' automake | wc -l` -ne 0; then \
1176           echo "Unresolved @...@ substitution in automake" 1>&2; \
1177           exit 1; \
1178         fi
1179
1180 sc_unquoted_DESTDIR:
1181         @if grep -E "[^\'\"]\\\$$\(DESTDIR" $(srcdir)/lib/am/*.am; then \
1182           echo 'Suspicious unquoted DESTDIR uses.' 1>&2 ; \
1183           exit 1; \
1184         fi
1185
1186 sc_tabs_in_texi:
1187         @if grep '      ' $(srcdir)/doc/automake.texi; then \
1188           echo 'Do not use tabs in the manual.' 1>&2; \
1189           exit 1; \
1190         fi
1191
1192 sc_at_in_texi:
1193         @if grep -E '([^@]|^)@([         ][^@]|$$)' $(srcdir)/doc/automake.texi; \
1194         then \
1195           echo 'Unescaped @.' 1>&2; \
1196           exit 1; \
1197         fi
1198
1199 git-dist: maintainer-check
1200         @if sed 1q $(srcdir)/NEWS | grep -e "$(VERSION)" > /dev/null; then :; else \
1201           echo "NEWS not updated; not releasing" 1>&2; \
1202           exit 1;                               \
1203         fi
1204         $(MAKE) $(AM_MAKEFLAGS) distcheck
1205         cd $(srcdir) && git commit -a -s && \
1206            git tag -s "v$(VERSION)" -m "Release $(VERSION)"
1207
1208 git-release: git-dist
1209         case $(VERSION) in \
1210           *[a-z]) dest=alpha;; \
1211           *)      dest=ftp;; \
1212         esac; \
1213         $(srcdir)/lib/gnupload $(GNUPLOADFLAGS) \
1214           --to $$dest.gnu.org:automake $(DIST_ARCHIVES)
1215
1216 git-diff:
1217         thisver="v$(VERSION)"; \
1218         if test -z "$$OLDVERSION"; then \
1219           prevno=`echo "$(VERSION)" - 0.01 | bc | sed 's/^\./0./'`; \
1220         else prevno="$$OLDVERSION"; fi; \
1221         prevver=v$$prevno; \
1222         git diff $$prevver..$$thisver $(PACKAGE) \
1223             > $(PACKAGE)-$$prevno-$(VERSION).diff
1224
1225 path-check: distdir
1226         (cd $(distdir) && \
1227           find . -print | xargs pathchk -p); \
1228           estatus=$$?; \
1229           find $(distdir) -type d '!' -perm -200 -exec chmod u+w {} ';'; \
1230           rm -rf $(distdir); \
1231           exit $$estatus
1232
1233 fetch:
1234         rm -rf Fetchdir > /dev/null 2>&1
1235         mkdir Fetchdir
1236         (cd Fetchdir && \
1237         $(WGET_SV_GIT_CF)config.guess -O config.guess && \
1238         $(WGET_SV_GIT_CF)config.sub -O config.sub && \
1239         $(WGET_SV_CVS)texinfo/texinfo/doc/texinfo.tex -O texinfo.tex && \
1240         $(WGET_SV_GIT_GL)doc/INSTALL -O INSTALL && \
1241         $(WGET_GCC)config-ml.in -O config-ml.in && \
1242         $(WGET_GCC)symlink-tree -O symlink-tree)
1243         @stat=0; for file in $(FETCHFILES); do \
1244           if diff -u $(srcdir)/lib/$$file Fetchdir/$$file \
1245                   >>Fetchdir/update.patch 2>/dev/null; then :; \
1246           else \
1247             stat=1; \
1248             echo "Updating $(srcdir)/lib/$$file..."; \
1249             cp Fetchdir/$$file $(srcdir)/lib/$$file; \
1250           fi; \
1251         done; \
1252         test $$stat = 0 || \
1253           echo "See Fetchdir/update.patch for a log of the changes."; \
1254         exit $$stat
1255
1256 release-stats: ps
1257         @am=`wc -l < automake` && \
1258         acl=`wc -l < aclocal` && \
1259         pmfiles="lib/Automake/*.pm" && \
1260         if test . != '$(srcdir)'; then pmfiles="$$pmfiles $(srcdir)/lib/Automake/*.pm"; \
1261         else :; fi && \
1262         pm=`cat $$pmfiles | wc -l` && \
1263         dot_am_files=`ls -1 $(srcdir)/lib/am/*.am | grep -v Makefile.am` && \
1264         amf=`echo "$$dot_am_files" | wc -l` && \
1265         aml=`cat $$dot_am_files | wc -l` && \
1266         m4f=`ls -1 $(srcdir)/m4/*.m4 | wc -l` && \
1267         m4l=`cat $(srcdir)/m4/*.m4 | wc -l` && \
1268         doc_text=`cd doc && LC_ALL=C pstops 0 automake.ps unused.ps 2>&1` && \
1269         echo "$$doc_text" && \
1270         rm -f doc/unused.ps && \
1271         doc=`echo "$$doc_text" | sed -n 's/.*Wrote \([1-9][0-9]*\) pages.*/\1/p'` && \
1272         tests="tests/*.test"; \
1273         if test . != '$(srcdir)'; then tests="$$tests $(srcdir)/tests/*.test"; \
1274         else :; fi && \
1275         t=`ls -1 $$tests | wc -l` && \
1276         tgen=`ls -1 $$tests | grep '.-p\.test' | wc -l` && \
1277         today=`date +%Y-%m-%d` && \
1278         echo "add this to the table in doc/automake.texi after verification:" && \
1279         printf '@item %s @tab %-6s @tab %4d @tab %4d @tab %4d @tab %4d %-4s @tab %4d %-4s @tab %3d @tab %d %-4s\n' \
1280                       $$today $(VERSION) $$am    $$acl    $$pm   $$aml "($$amf)" $$m4l "($$m4f)" $$doc $$t "($$tgen)"
1281 .PHONY: release-stats
1282
1283 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1284 # Otherwise a system limit (for SysV at least) may be exceeded.
1285 .NOEXPORT: