* lib/Automake/tests/Condition.pl (test_reduce_and)
[platform/upstream/automake.git] / lib / Automake / tests / Makefile.in
1 # Makefile.in generated by automake 1.7a from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5 # Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = ../../..
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 DIST_COMMON = Makefile.in Makefile.am
37 subdir = lib/Automake/tests
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs
40 CONFIG_CLEAN_FILES =
41 SOURCES =
42 DIST_SOURCES =
43 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
44 ACLOCAL = @ACLOCAL@
45 AMTAR = @AMTAR@
46 APIVERSION = @APIVERSION@
47 AUTOCONF = @AUTOCONF@
48 AUTOHEADER = @AUTOHEADER@
49 AUTOMAKE = @AUTOMAKE@
50 AWK = @AWK@
51 CYGPATH_W = @CYGPATH_W@
52 DEFS = @DEFS@
53 ECHO_C = @ECHO_C@
54 ECHO_N = @ECHO_N@
55 ECHO_T = @ECHO_T@
56 EGREP = @EGREP@
57 FGREP = @FGREP@
58 INSTALL_DATA = @INSTALL_DATA@
59 INSTALL_PROGRAM = @INSTALL_PROGRAM@
60 INSTALL_SCRIPT = @INSTALL_SCRIPT@
61 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
62 LIBOBJS = @LIBOBJS@
63 LIBS = @LIBS@
64 LN = @LN@
65 LTLIBOBJS = @LTLIBOBJS@
66 MAKEINFO = @MAKEINFO@
67 MODIFICATION_DELAY = @MODIFICATION_DELAY@
68 PACKAGE = @PACKAGE@
69 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
70 PACKAGE_NAME = @PACKAGE_NAME@
71 PACKAGE_STRING = @PACKAGE_STRING@
72 PACKAGE_TARNAME = @PACKAGE_TARNAME@
73 PACKAGE_VERSION = @PACKAGE_VERSION@
74 PATH_SEPARATOR = @PATH_SEPARATOR@
75 PERL = @PERL@
76 SET_MAKE = @SET_MAKE@
77 SHELL = @SHELL@
78 STRIP = @STRIP@
79 TEX = @TEX@
80 VERSION = @VERSION@
81 ac_ct_STRIP = @ac_ct_STRIP@
82 am__leading_dot = @am__leading_dot@
83 bindir = @bindir@
84 build = @build@
85 build_alias = @build_alias@
86 build_cpu = @build_cpu@
87 build_os = @build_os@
88 build_vendor = @build_vendor@
89 datadir = @datadir@
90 exec_prefix = @exec_prefix@
91 host_alias = @host_alias@
92 includedir = @includedir@
93 infodir = @infodir@
94 install_sh = @install_sh@
95 libdir = @libdir@
96 libexecdir = @libexecdir@
97 localstatedir = @localstatedir@
98 mandir = @mandir@
99 oldincludedir = @oldincludedir@
100 pkgvdatadir = @pkgvdatadir@
101 prefix = @prefix@
102 program_transform_name = @program_transform_name@
103 sbindir = @sbindir@
104 sharedstatedir = @sharedstatedir@
105 sysconfdir = @sysconfdir@
106 target_alias = @target_alias@
107 TESTS_ENVIRONMENT = $(PERL) -Mstrict -I $(top_srcdir)/lib -w
108 TESTS = \
109 Condition.pl \
110 DisjConditions.pl
111
112 EXTRA_DIST = $(TESTS)
113 all: all-am
114
115 .SUFFIXES:
116 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
117         cd $(top_srcdir) && \
118           $(AUTOMAKE) --gnu  lib/Automake/tests/Makefile
119 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
120         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
121 uninstall-info-am:
122 tags: TAGS
123 TAGS:
124
125 ctags: CTAGS
126 CTAGS:
127
128
129 check-TESTS: $(TESTS)
130         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
131         srcdir=$(srcdir); export srcdir; \
132         list='$(TESTS)'; \
133         if test -n "$$list"; then \
134           for tst in $$list; do \
135             if test -f ./$$tst; then dir=./; \
136             elif test -f $$tst; then dir=; \
137             else dir="$(srcdir)/"; fi; \
138             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
139               all=`expr $$all + 1`; \
140               case " $(XFAIL_TESTS) " in \
141               *" $$tst "*) \
142                 xpass=`expr $$xpass + 1`; \
143                 failed=`expr $$failed + 1`; \
144                 echo "XPASS: $$tst"; \
145               ;; \
146               *) \
147                 echo "PASS: $$tst"; \
148               ;; \
149               esac; \
150             elif test $$? -ne 77; then \
151               all=`expr $$all + 1`; \
152               case " $(XFAIL_TESTS) " in \
153               *" $$tst "*) \
154                 xfail=`expr $$xfail + 1`; \
155                 echo "XFAIL: $$tst"; \
156               ;; \
157               *) \
158                 failed=`expr $$failed + 1`; \
159                 echo "FAIL: $$tst"; \
160               ;; \
161               esac; \
162             else \
163               skip=`expr $$skip + 1`; \
164               echo "SKIP: $$tst"; \
165             fi; \
166           done; \
167           if test "$$failed" -eq 0; then \
168             if test "$$xfail" -eq 0; then \
169               banner="All $$all tests passed"; \
170             else \
171               banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
172             fi; \
173           else \
174             if test "$$xpass" -eq 0; then \
175               banner="$$failed of $$all tests failed"; \
176             else \
177               banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
178             fi; \
179           fi; \
180           dashes="$$banner"; \
181           skipped=""; \
182           if test "$$skip" -ne 0; then \
183             skipped="($$skip tests were not run)"; \
184             test `echo "$$skipped" | wc -c` -gt `echo "$$banner" | wc -c` && \
185               dashes="$$skipped"; \
186           fi; \
187           report=""; \
188           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
189             report="Please report to $(PACKAGE_BUGREPORT)"; \
190             test `echo "$$report" | wc -c` -gt `echo "$$banner" | wc -c` && \
191               dashes="$$report"; \
192           fi; \
193           dashes=`echo "$$dashes" | sed s/./=/g`; \
194           echo "$$dashes"; \
195           echo "$$banner"; \
196           test -n "$$skipped" && echo "$$skipped"; \
197           test -n "$$report" && echo "$$report"; \
198           echo "$$dashes"; \
199           test "$$failed" -eq 0; \
200         else :; fi
201 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
202
203 distdir: $(DISTFILES)
204         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
205         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
206         list='$(DISTFILES)'; for file in $$list; do \
207           case $$file in \
208             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
209             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
210           esac; \
211           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
212           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
213           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
214             dir="/$$dir"; \
215             $(mkinstalldirs) "$(distdir)$$dir"; \
216           else \
217             dir=''; \
218           fi; \
219           if test -d $$d/$$file; then \
220             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
221               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
222             fi; \
223             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
224           else \
225             test -f $(distdir)/$$file \
226             || cp -p $$d/$$file $(distdir)/$$file \
227             || exit 1; \
228           fi; \
229         done
230 check-am: all-am
231         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
232 check: check-am
233 all-am: Makefile
234
235 installdirs:
236
237 install: install-am
238 install-exec: install-exec-am
239 install-data: install-data-am
240 uninstall: uninstall-am
241
242 install-am: all-am
243         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
244
245 installcheck: installcheck-am
246 install-strip:
247         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
248           INSTALL_STRIP_FLAG=-s \
249           `test -z '$(STRIP)' || \
250             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
251 mostlyclean-generic:
252
253 clean-generic:
254
255 distclean-generic:
256         -rm -f Makefile $(CONFIG_CLEAN_FILES)
257
258 maintainer-clean-generic:
259         @echo "This command is intended for maintainers to use"
260         @echo "it deletes files that may require special tools to rebuild."
261 clean: clean-am
262
263 clean-am: clean-generic mostlyclean-am
264
265 distclean: distclean-am
266
267 distclean-am: clean-am distclean-generic
268
269 dvi: dvi-am
270
271 dvi-am:
272
273 info: info-am
274
275 info-am:
276
277 install-data-am:
278
279 install-exec-am:
280
281 install-info: install-info-am
282
283 install-man:
284
285 installcheck-am:
286
287 maintainer-clean: maintainer-clean-am
288
289 maintainer-clean-am: distclean-am maintainer-clean-generic
290
291 mostlyclean: mostlyclean-am
292
293 mostlyclean-am: mostlyclean-generic
294
295 pdf: pdf-am
296
297 pdf-am:
298
299 ps: ps-am
300
301 ps-am:
302
303 uninstall-am: uninstall-info-am
304
305 .PHONY: all all-am check check-TESTS check-am clean clean-generic \
306         distclean distclean-generic distdir dvi dvi-am info info-am \
307         install install-am install-data install-data-am install-exec \
308         install-exec-am install-info install-info-am install-man \
309         install-strip installcheck installcheck-am installdirs \
310         maintainer-clean maintainer-clean-generic mostlyclean \
311         mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
312         uninstall-info-am
313
314 # Tell versions [3.59,3.63) of GNU make to not export all variables.
315 # Otherwise a system limit (for SysV at least) may be exceeded.
316 .NOEXPORT: