~ubuntu-branches/ubuntu/maverick/hello/maverick

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2004-01-05 16:42:30 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040105164230-ze0yqbimyx4sx1gs
Tags: 2.1.1-4
Updated config.guess and config.sub for GNU/K*BSD.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.6.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
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
SHELL = @SHELL@
 
17
 
 
18
srcdir = @srcdir@
 
19
top_srcdir = @top_srcdir@
 
20
VPATH = @srcdir@
 
21
prefix = @prefix@
 
22
exec_prefix = @exec_prefix@
 
23
 
 
24
bindir = @bindir@
 
25
sbindir = @sbindir@
 
26
libexecdir = @libexecdir@
 
27
datadir = @datadir@
 
28
sysconfdir = @sysconfdir@
 
29
sharedstatedir = @sharedstatedir@
 
30
localstatedir = @localstatedir@
 
31
libdir = @libdir@
 
32
infodir = @infodir@
 
33
mandir = @mandir@
 
34
includedir = @includedir@
 
35
oldincludedir = /usr/include
 
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkglibdir = $(libdir)/@PACKAGE@
 
38
pkgincludedir = $(includedir)/@PACKAGE@
 
39
top_builddir = ..
 
40
 
 
41
ACLOCAL = @ACLOCAL@
 
42
AUTOCONF = @AUTOCONF@
 
43
AUTOMAKE = @AUTOMAKE@
 
44
AUTOHEADER = @AUTOHEADER@
 
45
 
 
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
47
INSTALL = @INSTALL@
 
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
49
INSTALL_DATA = @INSTALL_DATA@
 
50
install_sh_DATA = $(install_sh) -c -m 644
 
51
install_sh_PROGRAM = $(install_sh) -c
 
52
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
53
INSTALL_HEADER = $(INSTALL_DATA)
 
54
transform = @program_transform_name@
 
55
NORMAL_INSTALL = :
 
56
PRE_INSTALL = :
 
57
POST_INSTALL = :
 
58
NORMAL_UNINSTALL = :
 
59
PRE_UNINSTALL = :
 
60
POST_UNINSTALL = :
 
61
host_alias = @host_alias@
 
62
host_triplet = @host@
 
63
 
 
64
EXEEXT = @EXEEXT@
 
65
OBJEXT = @OBJEXT@
 
66
PATH_SEPARATOR = @PATH_SEPARATOR@
 
67
AMTAR = @AMTAR@
 
68
AWK = @AWK@
 
69
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
 
70
CATOBJEXT = @CATOBJEXT@
 
71
CC = @CC@
 
72
DATADIRNAME = @DATADIRNAME@
 
73
DEPDIR = @DEPDIR@
 
74
GENCAT = @GENCAT@
 
75
GLIBC21 = @GLIBC21@
 
76
GMSGFMT = @GMSGFMT@
 
77
HAVE_LIB = @HAVE_LIB@
 
78
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
79
INSTOBJEXT = @INSTOBJEXT@
 
80
INTLBISON = @INTLBISON@
 
81
INTLLIBS = @INTLLIBS@
 
82
INTLOBJS = @INTLOBJS@
 
83
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
 
84
LIB = @LIB@
 
85
LIBICONV = @LIBICONV@
 
86
LIBINTL = @LIBINTL@
 
87
LTLIB = @LTLIB@
 
88
LTLIBICONV = @LTLIBICONV@
 
89
LTLIBINTL = @LTLIBINTL@
 
90
MKINSTALLDIRS = @MKINSTALLDIRS@
 
91
PACKAGE = @PACKAGE@
 
92
PERL = @PERL@
 
93
POSUB = @POSUB@
 
94
RANLIB = @RANLIB@
 
95
STRIP = @STRIP@
 
96
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
 
97
USE_NLS = @USE_NLS@
 
98
VERSION = @VERSION@
 
99
am__include = @am__include@
 
100
am__quote = @am__quote@
 
101
install_sh = @install_sh@
 
102
ke_PRE = @ke_PRE@
 
103
 
 
104
AUTOMAKE_OPTIONS = 1.2 gnits
 
105
 
 
106
TESTS = hello-1 world-1 nothing-1
 
107
 
 
108
EXTRA_DIST = $(TESTS)
 
109
 
 
110
TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) PATH=.:../src:$$PATH \
 
111
                    HELLO=`echo hello|sed '$(transform)'` \
 
112
                    $(SHELL)
 
113
 
 
114
subdir = tests
 
115
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
116
CONFIG_HEADER = $(top_builddir)/config.h
 
117
CONFIG_CLEAN_FILES =
 
118
DIST_SOURCES =
 
119
DIST_COMMON = ChangeLog Makefile.am Makefile.in
 
120
all: all-am
 
121
 
 
122
.SUFFIXES:
 
123
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
124
        cd $(top_srcdir) && \
 
125
          $(AUTOMAKE) --gnits  tests/Makefile
 
126
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
127
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
128
uninstall-info-am:
 
129
tags: TAGS
 
130
TAGS:
 
131
 
 
132
 
 
133
check-TESTS: $(TESTS)
 
134
        @failed=0; all=0; xfail=0; xpass=0; \
 
135
        srcdir=$(srcdir); export srcdir; \
 
136
        list='$(TESTS)'; \
 
137
        if test -n "$$list"; then \
 
138
          for tst in $$list; do \
 
139
            if test -f ./$$tst; then dir=./; \
 
140
            elif test -f $$tst; then dir=; \
 
141
            else dir="$(srcdir)/"; fi; \
 
142
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
143
              all=`expr $$all + 1`; \
 
144
              case " $(XFAIL_TESTS) " in \
 
145
              *" $$tst "*) \
 
146
                xpass=`expr $$xpass + 1`; \
 
147
                failed=`expr $$failed + 1`; \
 
148
                echo "XPASS: $$tst"; \
 
149
              ;; \
 
150
              *) \
 
151
                echo "PASS: $$tst"; \
 
152
              ;; \
 
153
              esac; \
 
154
            elif test $$? -ne 77; then \
 
155
              all=`expr $$all + 1`; \
 
156
              case " $(XFAIL_TESTS) " in \
 
157
              *" $$tst "*) \
 
158
                xfail=`expr $$xfail + 1`; \
 
159
                echo "XFAIL: $$tst"; \
 
160
              ;; \
 
161
              *) \
 
162
                failed=`expr $$failed + 1`; \
 
163
                echo "FAIL: $$tst"; \
 
164
              ;; \
 
165
              esac; \
 
166
            fi; \
 
167
          done; \
 
168
          if test "$$failed" -eq 0; then \
 
169
            if test "$$xfail" -eq 0; then \
 
170
              banner="All $$all tests passed"; \
 
171
            else \
 
172
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
173
            fi; \
 
174
          else \
 
175
            if test "$$xpass" -eq 0; then \
 
176
              banner="$$failed of $$all tests failed"; \
 
177
            else \
 
178
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
179
            fi; \
 
180
          fi; \
 
181
          dashes=`echo "$$banner" | sed s/./=/g`; \
 
182
          echo "$$dashes"; \
 
183
          echo "$$banner"; \
 
184
          echo "$$dashes"; \
 
185
          test "$$failed" -eq 0; \
 
186
        else :; fi
 
187
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
188
 
 
189
top_distdir = ..
 
190
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
191
 
 
192
distdir: $(DISTFILES)
 
193
        @for file in $(DISTFILES); do \
 
194
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
195
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
196
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
197
            dir="/$$dir"; \
 
198
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
199
          else \
 
200
            dir=''; \
 
201
          fi; \
 
202
          if test -d $$d/$$file; then \
 
203
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
204
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
205
            fi; \
 
206
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
207
          else \
 
208
            test -f $(distdir)/$$file \
 
209
            || cp -p $$d/$$file $(distdir)/$$file \
 
210
            || exit 1; \
 
211
          fi; \
 
212
        done
 
213
check-am: all-am
 
214
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
215
check: check-am
 
216
all-am: Makefile
 
217
 
 
218
installdirs:
 
219
 
 
220
install: install-am
 
221
install-exec: install-exec-am
 
222
install-data: install-data-am
 
223
uninstall: uninstall-am
 
224
 
 
225
install-am: all-am
 
226
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
227
 
 
228
installcheck: installcheck-am
 
229
install-strip:
 
230
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
231
          INSTALL_STRIP_FLAG=-s \
 
232
          `test -z '$(STRIP)' || \
 
233
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
234
mostlyclean-generic:
 
235
 
 
236
clean-generic:
 
237
 
 
238
distclean-generic:
 
239
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
240
 
 
241
maintainer-clean-generic:
 
242
        @echo "This command is intended for maintainers to use"
 
243
        @echo "it deletes files that may require special tools to rebuild."
 
244
clean: clean-am
 
245
 
 
246
clean-am: clean-generic mostlyclean-am
 
247
 
 
248
distclean: distclean-am
 
249
 
 
250
distclean-am: clean-am distclean-generic
 
251
 
 
252
dvi: dvi-am
 
253
 
 
254
dvi-am:
 
255
 
 
256
info: info-am
 
257
 
 
258
info-am:
 
259
 
 
260
install-data-am:
 
261
 
 
262
install-exec-am:
 
263
 
 
264
install-info: install-info-am
 
265
 
 
266
install-man:
 
267
 
 
268
installcheck-am:
 
269
 
 
270
maintainer-clean: maintainer-clean-am
 
271
 
 
272
maintainer-clean-am: distclean-am maintainer-clean-generic
 
273
 
 
274
mostlyclean: mostlyclean-am
 
275
 
 
276
mostlyclean-am: mostlyclean-generic
 
277
 
 
278
uninstall-am: uninstall-info-am
 
279
 
 
280
.PHONY: all all-am check check-TESTS check-am clean clean-generic \
 
281
        distclean distclean-generic distdir dvi dvi-am info info-am \
 
282
        install install-am install-data install-data-am install-exec \
 
283
        install-exec-am install-info install-info-am install-man \
 
284
        install-strip installcheck installcheck-am installdirs \
 
285
        maintainer-clean maintainer-clean-generic mostlyclean \
 
286
        mostlyclean-generic uninstall uninstall-am uninstall-info-am
 
287
 
 
288
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
289
# Otherwise a system limit (for SysV at least) may be exceeded.
 
290
.NOEXPORT: