Merge branch 'msvc'
[platform/upstream/automake.git] / lib / Automake / tests / Makefile.in
1 # Makefile.in generated by automake 1.11a 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  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) 2002, 2003, 2008, 2009  Free Software Foundation, Inc.
19
20 # This program is free software; you can redistribute it and/or modify
21 # it under the terms of the GNU General Public License as published by
22 # the Free Software Foundation; either version 2, or (at your option)
23 # any later version.
24
25 # This program is distributed in the hope that it will be useful,
26 # but WITHOUT ANY WARRANTY; without even the implied warranty of
27 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28 # GNU General Public License for more details.
29
30 # You should have received a copy of the GNU General Public License
31 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
32 VPATH = @srcdir@
33 pkgdatadir = $(datadir)/@PACKAGE@
34 pkgincludedir = $(includedir)/@PACKAGE@
35 pkglibdir = $(libdir)/@PACKAGE@
36 pkglibexecdir = $(libexecdir)/@PACKAGE@
37 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
38 install_sh_DATA = $(install_sh) -c -m 644
39 install_sh_PROGRAM = $(install_sh) -c
40 install_sh_SCRIPT = $(install_sh) -c
41 INSTALL_HEADER = $(INSTALL_DATA)
42 transform = $(program_transform_name)
43 NORMAL_INSTALL = :
44 PRE_INSTALL = :
45 POST_INSTALL = :
46 NORMAL_UNINSTALL = :
47 PRE_UNINSTALL = :
48 POST_UNINSTALL = :
49 build_triplet = @build@
50 subdir = lib/Automake/tests
51 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
52 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53 am__aclocal_m4_deps = $(top_srcdir)/m4/amversion.m4 \
54         $(top_srcdir)/m4/auxdir.m4 $(top_srcdir)/m4/init.m4 \
55         $(top_srcdir)/m4/install-sh.m4 $(top_srcdir)/m4/lead-dot.m4 \
56         $(top_srcdir)/m4/missing.m4 $(top_srcdir)/m4/mkdirp.m4 \
57         $(top_srcdir)/m4/options.m4 $(top_srcdir)/m4/runlog.m4 \
58         $(top_srcdir)/m4/sanity.m4 $(top_srcdir)/m4/silent.m4 \
59         $(top_srcdir)/m4/strip.m4 $(top_srcdir)/m4/substnot.m4 \
60         $(top_srcdir)/m4/tar.m4 $(top_srcdir)/configure.ac
61 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62         $(ACLOCAL_M4)
63 mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs
64 CONFIG_CLEAN_FILES =
65 CONFIG_CLEAN_VPATH_FILES =
66 AM_V_GEN = $(am__v_GEN_$(V))
67 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
68 am__v_GEN_0 = @echo "  GEN     " $@;
69 AM_V_at = $(am__v_at_$(V))
70 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
71 am__v_at_0 = @
72 SOURCES =
73 DIST_SOURCES =
74 # If stdout is a non-dumb tty, use colors.  If test -t is not supported,
75 # then this fails; a conservative approach.  Of course do not redirect
76 # stdout here, just stderr.
77 am__tty_colors = \
78 red=; grn=; lgn=; blu=; std=; \
79 test "X$(AM_COLOR_TESTS)" != Xno \
80 && test "X$$TERM" != Xdumb \
81 && { test "X$(AM_COLOR_TESTS)" = Xalways || test -t 1 2>/dev/null; } \
82 && { \
83   red='\e[0;31m'; \
84   grn='\e[0;32m'; \
85   lgn='\e[1;32m'; \
86   blu='\e[1;34m'; \
87   std='\e[m'; \
88 }
89 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
90 am__vpath_adj = case $$p in \
91     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
92     *) f=$$p;; \
93   esac;
94 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
95 am__install_max = 40
96 am__nobase_strip_setup = \
97   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
98 am__nobase_strip = \
99   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
100 am__nobase_list = $(am__nobase_strip_setup); \
101   for p in $$list; do echo "$$p $$p"; done | \
102   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
103   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
104     if (++n[$$2] == $(am__install_max)) \
105       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
106     END { for (dir in files) print dir, files[dir] }'
107 am__base_list = \
108   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
109   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
110 # Restructured Text title and section.
111 am__rst_title = sed 's/.*/   &   /;h;s/./=/g;p;x;p;g;p;s/.*//'
112 am__rst_section = sed 'p;s/./=/g;p;g'
113 # Put stdin (possibly several lines separated by ".  ") in a box.
114 am__text_box = $(AWK) '{                                \
115   n = split($$0, lines, "\\.  "); max = 0;              \
116   for (i = 1; i <= n; ++i)                              \
117     if (max < length(lines[i]))                         \
118       max = length(lines[i]);                           \
119   for (i = 0; i < max; ++i) line = line "=";            \
120   print line;                                           \
121   for (i = 1; i <= n; ++i) if (lines[i]) print lines[i];\
122   print line;                                           \
123 }'
124 # Solaris 10 'make', and several other traditional 'make' implementations,
125 # pass "-e" to $(SHELL).  This contradicts POSIX.  Work around the problem
126 # by disabling -e (using the XSI extension "set +e") if it's set.
127 am__sh_e_setup = case $$- in *e*) set +e;; esac
128 # To be inserted before the command running the test.  Creates the
129 # directory for the log if needed.  Stores in $dir the directory
130 # containing $f, in $tst the test, in $log the log, and passes
131 # TESTS_ENVIRONMENT.  Save and restore TERM around use of
132 # TESTS_ENVIRONMENT, in case that unsets it.
133 am__check_pre = \
134 $(am__sh_e_setup);                                      \
135 $(am__vpath_adj_setup) $(am__vpath_adj)                 \
136 srcdir=$(srcdir); export srcdir;                        \
137 rm -f $@-t;                                             \
138 am__trap='rm -f '\''$(abs_builddir)/$@-t'\''; (exit $$st); exit $$st'; \
139 trap "st=129; $$am__trap" 1; trap "st=130; $$am__trap" 2;       \
140 trap "st=141; $$am__trap" 13; trap "st=143; $$am__trap" 15; \
141 am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;            \
142 test "x$$am__odir" = x. || $(MKDIR_P) "$$am__odir" || exit $$?; \
143 if test -f "./$$f"; then dir=./;                        \
144 elif test -f "$$f"; then dir=;                          \
145 else dir="$(srcdir)/"; fi;                              \
146 tst=$$dir$$f; log='$@'; __SAVED_TERM=$$TERM;            \
147 $(TESTS_ENVIRONMENT)
148 RECHECK_LOGS = $(TEST_LOGS)
149 AM_RECURSIVE_TARGETS = check check-html recheck recheck-html
150 TEST_SUITE_LOG = test-suite.log
151 TEST_SUITE_HTML = $(TEST_SUITE_LOG:.log=.html)
152 am__test_logs1 = $(TESTS:=.log)
153 TEST_LOGS = $(am__test_logs1:.pl.log=.log)
154 PL_LOG_COMPILE = $(PL_LOG_COMPILER) $(AM_PL_LOG_FLAGS) $(PL_LOG_FLAGS)
155 TEST_LOGS_TMP = $(TEST_LOGS:.log=.log-t)
156 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
157 ACLOCAL = @ACLOCAL@
158 AMTAR = @AMTAR@
159 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
160 APIVERSION = @APIVERSION@
161 AUTOCONF = @AUTOCONF@
162 AUTOHEADER = @AUTOHEADER@
163 AUTOMAKE = @AUTOMAKE@
164 AWK = @AWK@
165 CYGPATH_W = @CYGPATH_W@
166 DEFS = @DEFS@
167 ECHO_C = @ECHO_C@
168 ECHO_N = @ECHO_N@
169 ECHO_T = @ECHO_T@
170 EGREP = @EGREP@
171 FGREP = @FGREP@
172 GREP = @GREP@
173 HELP2MAN = @HELP2MAN@
174 INSTALL = @INSTALL@
175 INSTALL_DATA = @INSTALL_DATA@
176 INSTALL_PROGRAM = @INSTALL_PROGRAM@
177 INSTALL_SCRIPT = @INSTALL_SCRIPT@
178 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
179 LIBOBJS = @LIBOBJS@
180 LIBS = @LIBS@
181 LN = @LN@
182 LTLIBOBJS = @LTLIBOBJS@
183 MAKEINFO = @MAKEINFO@
184 MKDIR_P = @MKDIR_P@
185 MODIFICATION_DELAY = @MODIFICATION_DELAY@
186 PACKAGE = @PACKAGE@
187 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
188 PACKAGE_NAME = @PACKAGE_NAME@
189 PACKAGE_STRING = @PACKAGE_STRING@
190 PACKAGE_TARNAME = @PACKAGE_TARNAME@
191 PACKAGE_URL = @PACKAGE_URL@
192 PACKAGE_VERSION = @PACKAGE_VERSION@
193 PATH_SEPARATOR = @PATH_SEPARATOR@
194 PERL = @PERL@
195 PERL_THREADS = @PERL_THREADS@
196 SET_MAKE = @SET_MAKE@
197 SHELL = @SHELL@
198 STRIP = @STRIP@
199 TEX = @TEX@
200 VERSION = @VERSION@
201 abs_builddir = @abs_builddir@
202 abs_srcdir = @abs_srcdir@
203 abs_top_builddir = @abs_top_builddir@
204 abs_top_srcdir = @abs_top_srcdir@
205 am_AUTOCONF = @am_AUTOCONF@
206 am_AUTOHEADER = @am_AUTOHEADER@
207 am__leading_dot = @am__leading_dot@
208 am__tar = @am__tar@
209 am__untar = @am__untar@
210 bindir = @bindir@
211 build = @build@
212 build_alias = @build_alias@
213 build_cpu = @build_cpu@
214 build_os = @build_os@
215 build_vendor = @build_vendor@
216 builddir = @builddir@
217 datadir = @datadir@
218 datarootdir = @datarootdir@
219 docdir = @docdir@
220 dvidir = @dvidir@
221 exec_prefix = @exec_prefix@
222 host_alias = @host_alias@
223 htmldir = @htmldir@
224 includedir = @includedir@
225 infodir = @infodir@
226 install_sh = @install_sh@
227 libdir = @libdir@
228 libexecdir = @libexecdir@
229 localedir = @localedir@
230 localstatedir = @localstatedir@
231 mandir = @mandir@
232 mkdir_p = @mkdir_p@
233 oldincludedir = @oldincludedir@
234 pdfdir = @pdfdir@
235 pkgvdatadir = @pkgvdatadir@
236 prefix = @prefix@
237 program_transform_name = @program_transform_name@
238 psdir = @psdir@
239 sbindir = @sbindir@
240 sh_errexit_works = @sh_errexit_works@
241 sharedstatedir = @sharedstatedir@
242 srcdir = @srcdir@
243 sysconfdir = @sysconfdir@
244 target_alias = @target_alias@
245 top_build_prefix = @top_build_prefix@
246 top_builddir = @top_builddir@
247 top_srcdir = @top_srcdir@
248 PL_LOG_COMPILER = $(PERL)
249 AM_PL_LOG_FLAGS = -Mstrict -I ../.. -I $(top_srcdir)/lib -w
250 TEST_EXTENSIONS = .pl
251 TESTS = \
252 Condition.pl \
253 Condition-t.pl \
254 Cond2.pl \
255 Cond3.pl \
256 DisjConditions.pl \
257 DisjConditions-t.pl \
258 DisjCon2.pl \
259 DisjCon3.pl \
260 Version.pl \
261 Version2.pl \
262 Version3.pl \
263 Wrap.pl
264
265 XFAIL_TESTS = \
266 Cond2.pl \
267 Cond3.pl \
268 DisjCon2.pl \
269 DisjCon3.pl \
270 Version2.pl \
271 Version3.pl
272
273 EXTRA_DIST = $(TESTS)
274 all: all-am
275
276 .SUFFIXES:
277 .SUFFIXES: .html .log .pl
278 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
279         @for dep in $?; do \
280           case '$(am__configure_deps)' in \
281             *$$dep*) \
282               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
283                 && { if test -f $@; then exit 0; else break; fi; }; \
284               exit 1;; \
285           esac; \
286         done; \
287         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Automake/tests/Makefile'; \
288         $(am__cd) $(top_srcdir) && \
289           $(AUTOMAKE) --gnu lib/Automake/tests/Makefile
290 .PRECIOUS: Makefile
291 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
292         @case '$?' in \
293           *config.status*) \
294             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
295           *) \
296             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
297             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
298         esac;
299
300 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
301         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
302
303 $(top_srcdir)/configure:  $(am__configure_deps)
304         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
306         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307 $(am__aclocal_m4_deps):
308 tags: TAGS
309 TAGS:
310
311 ctags: CTAGS
312 CTAGS:
313
314 cscope cscopelist:
315
316
317 # To be appended to the command running the test.  Handle the stdout
318 # and stderr redirection, and catch the exit status.
319 am__check_post =                                        \
320 >$@-t 2>&1;                                             \
321 estatus=$$?;                                            \
322 if test -n '$(DISABLE_HARD_ERRORS)'                     \
323    && test $$estatus -eq 99; then                       \
324   estatus=1;                                            \
325 fi;                                                     \
326 TERM=$$__SAVED_TERM; export TERM;                       \
327 $(am__tty_colors);                                      \
328 xfailed=PASS;                                           \
329 case " $(XFAIL_TESTS) " in                              \
330   *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
331     xfailed=XFAIL;;                                     \
332 esac;                                                   \
333 case $$estatus:$$xfailed in                             \
334     0:XFAIL) col=$$red; res=XPASS;;                     \
335     0:*)     col=$$grn; res=PASS ;;                     \
336     77:*)    col=$$blu; res=SKIP ;;                     \
337     99:*)    col=$$red; res=FAIL ;;                     \
338     *:XFAIL) col=$$lgn; res=XFAIL;;                     \
339     *:*)     col=$$red; res=FAIL ;;                     \
340 esac;                                                   \
341 echo "$${col}$$res$${std}: $$f";                        \
342 echo "$$res: $$f (exit: $$estatus)" |                   \
343   $(am__rst_section) >$@;                               \
344 cat $@-t >>$@;                                          \
345 rm -f $@-t
346
347 $(TEST_SUITE_LOG): $(TEST_LOGS)
348         @$(am__sh_e_setup);                                             \
349         list='$(TEST_LOGS)';                                            \
350         results=`for f in $$list; do                                    \
351                    read line < $$f && echo "$$line" || echo FAIL;       \
352                  done`;                                                 \
353         all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[      ]*//'`; \
354         fail=`echo "$$results" | grep -c '^FAIL'`;                      \
355         pass=`echo "$$results" | grep -c '^PASS'`;                      \
356         skip=`echo "$$results" | grep -c '^SKIP'`;                      \
357         xfail=`echo "$$results" | grep -c '^XFAIL'`;                    \
358         xpass=`echo "$$results" | grep -c '^XPASS'`;                    \
359         failures=`expr $$fail + $$xpass`;                               \
360         all=`expr $$all - $$skip`;                                      \
361         if test "$$all" -eq 1; then tests=test; All=;                   \
362         else tests=tests; All="All "; fi;                               \
363         case fail=$$fail:xpass=$$xpass:xfail=$$xfail in                 \
364           fail=0:xpass=0:xfail=0)                                       \
365             msg="$$All$$all $$tests passed.  ";                         \
366             exit=true;;                                                 \
367           fail=0:xpass=0:xfail=*)                                       \
368             msg="$$All$$all $$tests behaved as expected";               \
369             if test "$$xfail" -eq 1; then xfailures=failure;            \
370             else xfailures=failures; fi;                                \
371             msg="$$msg ($$xfail expected $$xfailures).  ";              \
372             exit=true;;                                                 \
373           fail=*:xpass=0:xfail=*)                                       \
374             msg="$$fail of $$all $$tests failed.  ";                    \
375             exit=false;;                                                \
376           fail=*:xpass=*:xfail=*)                                       \
377             msg="$$failures of $$all $$tests did not behave as expected"; \
378             if test "$$xpass" -eq 1; then xpasses=pass;                 \
379             else xpasses=passes; fi;                                    \
380             msg="$$msg ($$xpass unexpected $$xpasses).  ";              \
381             exit=false;;                                                \
382           *)                                                            \
383             echo >&2 "incorrect case"; exit 4;;                         \
384         esac;                                                           \
385         if test "$$skip" -ne 0; then                                    \
386           if test "$$skip" -eq 1; then                                  \
387             msg="$$msg($$skip test was not run).  ";                    \
388           else                                                          \
389             msg="$$msg($$skip tests were not run).  ";                  \
390           fi;                                                           \
391         fi;                                                             \
392         {                                                               \
393           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
394             $(am__rst_title);                                           \
395           echo "$$msg";                                                 \
396           echo;                                                         \
397           echo ".. contents:: :depth: 2";                               \
398           echo;                                                         \
399           for f in $$list; do                                           \
400             read line < $$f;                                            \
401             case $$line in                                              \
402               PASS:*|XFAIL:*);;                                         \
403               *) echo; cat $$f;;                                        \
404             esac;                                                       \
405           done;                                                         \
406         } >$(TEST_SUITE_LOG).tmp;                                       \
407         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
408         if test "$$failures" -ne 0; then                                \
409           msg="$${msg}See $(subdir)/$(TEST_SUITE_LOG).  ";              \
410           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
411             msg="$${msg}Please report to $(PACKAGE_BUGREPORT).  ";      \
412           fi;                                                           \
413         fi;                                                             \
414         test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG);       \
415         $(am__tty_colors);                                              \
416         if $$exit; then                                                 \
417           echo $(ECHO_N) "$$grn$(ECHO_C)";                              \
418          else                                                           \
419           echo $(ECHO_N) "$$red$(ECHO_C)";                              \
420         fi;                                                             \
421         echo "$$msg" | $(am__text_box);                                 \
422         echo $(ECHO_N) "$$std$(ECHO_C)";                                \
423         $$exit
424
425 # Run all the tests.
426 check-TESTS:
427         @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
428         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
429         @list='$(TEST_LOGS)';                                           \
430         list=`for f in $$list; do                                       \
431           test .log = $$f || echo $$f;                                  \
432         done | tr '\012\015' '  '`;                                     \
433         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$list"
434
435 .log.html:
436         @list='$(RST2HTML) $$RST2HTML rst2html rst2html.py';            \
437         for r2h in $$list; do                                           \
438           if ($$r2h --version) >/dev/null 2>&1; then                    \
439             R2H=$$r2h;                                                  \
440           fi;                                                           \
441         done;                                                           \
442         if test -z "$$R2H"; then                                        \
443           echo >&2 "cannot find rst2html, cannot create $@";            \
444           exit 2;                                                       \
445         fi;                                                             \
446         $$R2H $< >$@.tmp
447         @mv $@.tmp $@
448
449 # Be sure to run check first, and then to convert the result.
450 # Beware of concurrent executions.  Run "check" not "check-TESTS", as
451 # check-SCRIPTS and other dependencies are rebuilt by the former only.
452 # And expect check to fail.
453 check-html:
454         @if $(MAKE) $(AM_MAKEFLAGS) check; then                 \
455           rv=0; else rv=$$?;                                    \
456         fi;                                                     \
457         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_HTML) || exit 4;   \
458         exit $$rv
459 recheck recheck-html:
460         @target=`echo $@ | sed 's,^re,,'`;                              \
461         list='$(TEST_LOGS)';                                            \
462         list=`for f in $$list; do                                       \
463                 test -f $$f || continue;                                \
464                 if read line < $$f; then                                \
465                   case $$line in FAIL*|XPASS*) echo $$f;; esac;         \
466                 else echo $$f; fi;                                      \
467               done | tr '\012\015' '  '`;                               \
468         list=`echo "$$list" | sed 's/ *$$//'`;                          \
469         $(MAKE) $(AM_MAKEFLAGS) $$target AM_MAKEFLAGS='$(AM_MAKEFLAGS) TEST_LOGS="'"$$list"'"'
470 .pl.log:
471         @p='$<'; $(am__check_pre) $(PL_LOG_COMPILE) "$$tst" $(am__check_post)
472
473 distdir: $(DISTFILES)
474         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
475         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
476         list='$(DISTFILES)'; \
477           dist_files=`for file in $$list; do echo $$file; done | \
478           sed -e "s|^$$srcdirstrip/||;t" \
479               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
480         case $$dist_files in \
481           */*) $(MKDIR_P) `echo "$$dist_files" | \
482                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
483                            sort -u` ;; \
484         esac; \
485         for file in $$dist_files; do \
486           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
487           if test -d $$d/$$file; then \
488             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
489             if test -d "$(distdir)/$$file"; then \
490               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
491             fi; \
492             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
493               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
494               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
495             fi; \
496             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
497           else \
498             test -f "$(distdir)/$$file" \
499             || cp -p $$d/$$file "$(distdir)/$$file" \
500             || exit 1; \
501           fi; \
502         done
503 check-am: all-am
504         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
505 check: check-am
506 all-am: Makefile
507 installdirs:
508 install: install-am
509 install-exec: install-exec-am
510 install-data: install-data-am
511 uninstall: uninstall-am
512
513 install-am: all-am
514         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
515
516 installcheck: installcheck-am
517 install-strip:
518         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
519           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
520           `test -z '$(STRIP)' || \
521             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
522 mostlyclean-generic:
523         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
524         -test -z "$(TEST_LOGS_TMP)" || rm -f $(TEST_LOGS_TMP)
525         -test -z "$(TEST_SUITE_HTML)" || rm -f $(TEST_SUITE_HTML)
526         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
527
528 clean-generic:
529
530 distclean-generic:
531         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
532         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
533
534 maintainer-clean-generic:
535         @echo "This command is intended for maintainers to use"
536         @echo "it deletes files that may require special tools to rebuild."
537 clean: clean-am
538
539 clean-am: clean-generic mostlyclean-am
540
541 distclean: distclean-am
542         -rm -f Makefile
543 distclean-am: clean-am distclean-generic
544
545 dvi: dvi-am
546
547 dvi-am:
548
549 html: html-am
550
551 html-am:
552
553 info: info-am
554
555 info-am:
556
557 install-data-am:
558
559 install-dvi: install-dvi-am
560
561 install-dvi-am:
562
563 install-exec-am:
564
565 install-html: install-html-am
566
567 install-html-am:
568
569 install-info: install-info-am
570
571 install-info-am:
572
573 install-man:
574
575 install-pdf: install-pdf-am
576
577 install-pdf-am:
578
579 install-ps: install-ps-am
580
581 install-ps-am:
582
583 installcheck-am:
584
585 maintainer-clean: maintainer-clean-am
586         -rm -f Makefile
587 maintainer-clean-am: distclean-am maintainer-clean-generic
588
589 mostlyclean: mostlyclean-am
590
591 mostlyclean-am: mostlyclean-generic
592
593 pdf: pdf-am
594
595 pdf-am:
596
597 ps: ps-am
598
599 ps-am:
600
601 uninstall-am:
602
603 .MAKE: check-am check-html install-am install-strip recheck \
604         recheck-html
605
606 .PHONY: all all-am check check-TESTS check-am check-html clean \
607         clean-generic distclean distclean-generic distdir dvi dvi-am \
608         html html-am info info-am install install-am install-data \
609         install-data-am install-dvi install-dvi-am install-exec \
610         install-exec-am install-html install-html-am install-info \
611         install-info-am install-man install-pdf install-pdf-am \
612         install-ps install-ps-am install-strip installcheck \
613         installcheck-am installdirs maintainer-clean \
614         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
615         pdf-am ps ps-am recheck recheck-html uninstall uninstall-am
616
617
618 # Tell versions [3.59,3.63) of GNU make to not export all variables.
619 # Otherwise a system limit (for SysV at least) may be exceeded.
620 .NOEXPORT: