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