~ubuntu-branches/ubuntu/precise/automake1.11/precise-proposed

« back to all changes in this revision

Viewing changes to lib/Automake/tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-08-12 02:36:44 UTC
  • Revision ID: james.westby@ubuntu.com-20090812023644-f40we9eqbmx1dpbj
Tags: upstream-1.11
ImportĀ upstreamĀ versionĀ 1.11

Show diffs side-by-side

added added

removed removed

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