.
[coreutils.git] / tests / stty / Makefile.in
blob40a6fd024e1b4a647a90318f43dd97015f00f5f4
1 # Makefile.in generated automatically by automake 1.4a from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
13 SHELL = @SHELL@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
17 VPATH = @srcdir@
18 prefix = @prefix@
19 exec_prefix = @exec_prefix@
21 bindir = @bindir@
22 sbindir = @sbindir@
23 libexecdir = @libexecdir@
24 datadir = @datadir@
25 sysconfdir = @sysconfdir@
26 sharedstatedir = @sharedstatedir@
27 localstatedir = @localstatedir@
28 libdir = @libdir@
29 infodir = @infodir@
30 mandir = @mandir@
31 includedir = @includedir@
32 oldincludedir = /usr/include
34 DESTDIR =
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
40 top_builddir = ../..
42 ACLOCAL = @ACLOCAL@
43 AUTOCONF = @AUTOCONF@
44 AUTOMAKE = @AUTOMAKE@
45 AUTOHEADER = @AUTOHEADER@
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 INSTALL_SCRIPT = @INSTALL_SCRIPT@
51 INSTALL_STRIP_FLAG =
52 transform = @program_transform_name@
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AMTAR = @AMTAR@
63 AMTARFLAGS = @AMTARFLAGS@
64 CATALOGS = @CATALOGS@
65 CATOBJEXT = @CATOBJEXT@
66 CC = @CC@
67 CPP = @CPP@
68 DATADIRNAME = @DATADIRNAME@
69 GENCAT = @GENCAT@
70 GETCONF = @GETCONF@
71 GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
72 GMOFILES = @GMOFILES@
73 GMSGFMT = @GMSGFMT@
74 GNU_PACKAGE = @GNU_PACKAGE@
75 GT_NO = @GT_NO@
76 GT_YES = @GT_YES@
77 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
78 INSTOBJEXT = @INSTOBJEXT@
79 INTLDEPS = @INTLDEPS@
80 INTLLIBS = @INTLLIBS@
81 INTLOBJS = @INTLOBJS@
82 KMEM_GROUP = @KMEM_GROUP@
83 LIBOBJS = @LIBOBJS@
84 LIB_CRYPT = @LIB_CRYPT@
85 MAKEINFO = @MAKEINFO@
86 MAN = @MAN@
87 MKINSTALLDIRS = @MKINSTALLDIRS@
88 MSGFMT = @MSGFMT@
89 NEED_SETGID = @NEED_SETGID@
90 OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@
91 OPTIONAL_BIN_ZCRIPTS = @OPTIONAL_BIN_ZCRIPTS@
92 PACKAGE = @PACKAGE@
93 PERL = @PERL@
94 POFILES = @POFILES@
95 POSUB = @POSUB@
96 POW_LIBM = @POW_LIBM@
97 RANLIB = @RANLIB@
98 SEQ_LIBM = @SEQ_LIBM@
99 SQRT_LIBM = @SQRT_LIBM@
100 U = @U@
101 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
102 USE_NLS = @USE_NLS@
103 VERSION = @VERSION@
104 YACC = @YACC@
105 l = @l@
108 AUTOMAKE_OPTIONS = 1.2f gnits
110 TESTS = row-col-1 basic-1
111 EXTRA_DIST = $(TESTS)
112 TESTS_ENVIRONMENT = PATH=../../src:$$PATH
113 subdir = tests/stty
114 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
115 CONFIG_HEADER = ../../config.h
116 CONFIG_CLEAN_FILES =
117 DIST_SOURCES =
118 DIST_COMMON = Makefile.am Makefile.in
121 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
123 GZIP_ENV = --best
124 all: all-redirect
125 .SUFFIXES:
126 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
127 cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/stty/Makefile
129 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
130 cd $(top_builddir) \
131 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
133 tags: TAGS
134 TAGS:
137 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
139 distdir: $(DISTFILES)
140 here=`cd $(top_builddir) && pwd`; \
141 top_distdir=`cd $(top_distdir) && pwd`; \
142 distdir=`cd $(distdir) && pwd`; \
143 cd $(top_srcdir) \
144 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits tests/stty/Makefile
145 @for file in $(DISTFILES); do \
146 d=$(srcdir); \
147 if test -d $$d/$$file; then \
148 cp -pr $$d/$$file $(distdir)/$$file; \
149 else \
150 test -f $(distdir)/$$file \
151 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
152 || cp -p $$d/$$file $(distdir)/$$file || :; \
153 fi; \
154 done
156 check-TESTS: $(TESTS)
157 @failed=0; all=0; xfail=0; xpass=0; \
158 srcdir=$(srcdir); export srcdir; \
159 for tst in $(TESTS); do \
160 if test -f ./$$tst; then dir=./; \
161 elif test -f $$tst; then dir=; \
162 else dir="$(srcdir)/"; fi; \
163 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
164 all=`expr $$all + 1`; \
165 case " $(XFAIL_TESTS) " in \
166 *" $$tst "*) \
167 xpass=`expr $$xpass + 1`; \
168 failed=`expr $$failed + 1`; \
169 echo "XPASS: $$tst"; \
170 ;; \
171 *) \
172 echo "PASS: $$tst"; \
173 ;; \
174 esac; \
175 elif test $$? -ne 77; then \
176 all=`expr $$all + 1`; \
177 case " $(XFAIL_TESTS) " in \
178 *" $$tst "*) \
179 xfail=`expr $$xfail + 1`; \
180 echo "XFAIL: $$tst"; \
181 ;; \
182 *) \
183 failed=`expr $$failed + 1`; \
184 echo "FAIL: $$tst"; \
185 ;; \
186 esac; \
187 fi; \
188 done; \
189 if test "$$failed" -eq 0; then \
190 if test "$$xfail" -eq 0; then \
191 banner="All $$all tests passed"; \
192 else \
193 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
194 fi; \
195 else \
196 if test "$$xpass" -eq 0; then \
197 banner="$$failed of $$all tests failed"; \
198 else \
199 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
200 fi; \
201 fi; \
202 dashes=`echo "$$banner" | sed s/./=/g`; \
203 echo "$$dashes"; \
204 echo "$$banner"; \
205 echo "$$dashes"; \
206 test "$$failed" -eq 0
207 info-am:
208 info: info-am
209 dvi-am:
210 dvi: dvi-am
211 check-am: all-am
212 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
213 check: check-am
214 installcheck-am:
215 installcheck: installcheck-am
216 install-exec-am:
217 install-exec: install-exec-am
219 install-data-am:
220 install-data: install-data-am
222 install-am: all-am
223 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
224 install: install-am
225 uninstall-am:
226 uninstall: uninstall-am
227 all-am: Makefile
228 all-redirect: all-am
229 install-strip:
230 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
231 installdirs:
234 mostlyclean-generic:
236 clean-generic:
238 distclean-generic:
239 -rm -f Makefile $(CONFIG_CLEAN_FILES)
240 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
242 maintainer-clean-generic:
243 mostlyclean-am: mostlyclean-generic
245 mostlyclean: mostlyclean-am
247 clean-am: clean-generic mostlyclean-am
249 clean: clean-am
251 distclean-am: distclean-generic clean-am
253 distclean: distclean-am
255 maintainer-clean-am: maintainer-clean-generic distclean-am
256 @echo "This command is intended for maintainers to use;"
257 @echo "it deletes files that may require special tools to rebuild."
259 maintainer-clean: maintainer-clean-am
261 .PHONY: tags distdir check-TESTS info-am info dvi-am dvi check check-am \
262 installcheck-am installcheck install-exec-am install-exec \
263 install-data-am install-data install-am install uninstall-am uninstall \
264 all-redirect all-am all install-strip installdirs mostlyclean-generic \
265 distclean-generic clean-generic maintainer-clean-generic clean \
266 mostlyclean distclean maintainer-clean
269 # Tell versions [3.59,3.63) of GNU make to not export all variables.
270 # Otherwise a system limit (for SysV at least) may be exceeded.
271 .NOEXPORT: