*** empty log message ***
[coreutils.git] / tests / ls-2 / Makefile.in
blobc91a46ff03478b5140050217dc2cd359f65bd453
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 AMDEP = @AMDEP@
63 AMTAR = @AMTAR@
64 AWK = @AWK@
65 CATALOGS = @CATALOGS@
66 CATOBJEXT = @CATOBJEXT@
67 CC = @CC@
68 CPP = @CPP@
69 CXX = @CXX@
70 CXXCPP = @CXXCPP@
71 DATADIRNAME = @DATADIRNAME@
72 DEPDIR = @DEPDIR@
73 DF_PROG = @DF_PROG@
74 GENCAT = @GENCAT@
75 GETCONF = @GETCONF@
76 GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
77 GMOFILES = @GMOFILES@
78 GMSGFMT = @GMSGFMT@
79 GNU_PACKAGE = @GNU_PACKAGE@
80 GT_NO = @GT_NO@
81 GT_YES = @GT_YES@
82 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
83 INSTOBJEXT = @INSTOBJEXT@
84 INTLDEPS = @INTLDEPS@
85 INTLLIBS = @INTLLIBS@
86 INTLOBJS = @INTLOBJS@
87 KMEM_GROUP = @KMEM_GROUP@
88 LIBOBJS = @LIBOBJS@
89 MAKEINFO = @MAKEINFO@
90 MAN = @MAN@
91 MKINSTALLDIRS = @MKINSTALLDIRS@
92 MSGFMT = @MSGFMT@
93 NEED_SETGID = @NEED_SETGID@
94 OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@
95 OPTIONAL_BIN_ZCRIPTS = @OPTIONAL_BIN_ZCRIPTS@
96 PACKAGE = @PACKAGE@
97 PERL = @PERL@
98 POFILES = @POFILES@
99 POSUB = @POSUB@
100 POW_LIBM = @POW_LIBM@
101 RANLIB = @RANLIB@
102 U = @U@
103 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
104 USE_NLS = @USE_NLS@
105 VERSION = @VERSION@
106 YACC = @YACC@
107 install_sh = @install_sh@
108 l = @l@
111 EXTRA_DIST = $(TESTS)
113 TESTS_ENVIRONMENT = \
114 top_srcdir=$(top_srcdir) \
115 srcdir=$(srcdir) \
116 PERL="@PERL@" \
117 PATH=`pwd`/../../src:$$PATH \
118 PROG=ls
121 TESTS = tests
122 subdir = tests/ls-2
123 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
124 CONFIG_HEADER = ../../config.h
125 CONFIG_CLEAN_FILES =
126 DIST_SOURCES =
127 DIST_COMMON = Makefile.am Makefile.in
130 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
132 GZIP_ENV = --best
133 all: all-redirect
134 .SUFFIXES:
135 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
136 cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/ls-2/Makefile
138 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
139 cd $(top_builddir) \
140 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
142 tags: TAGS
143 TAGS:
146 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
148 distdir: $(DISTFILES)
149 @for file in $(DISTFILES); do \
150 d=$(srcdir); \
151 if test -d $$d/$$file; then \
152 cp -pR $$d/$$file $(distdir); \
153 else \
154 test -f $(distdir)/$$file \
155 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
156 || cp -p $$d/$$file $(distdir)/$$file || :; \
157 fi; \
158 done
159 check-TESTS: $(TESTS)
160 @failed=0; all=0; xfail=0; xpass=0; \
161 srcdir=$(srcdir); export srcdir; \
162 for tst in $(TESTS); do \
163 if test -f ./$$tst; then dir=./; \
164 elif test -f $$tst; then dir=; \
165 else dir="$(srcdir)/"; fi; \
166 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
167 all=`expr $$all + 1`; \
168 case " $(XFAIL_TESTS) " in \
169 *" $$tst "*) \
170 xpass=`expr $$xpass + 1`; \
171 failed=`expr $$failed + 1`; \
172 echo "XPASS: $$tst"; \
173 ;; \
174 *) \
175 echo "PASS: $$tst"; \
176 ;; \
177 esac; \
178 elif test $$? -ne 77; then \
179 all=`expr $$all + 1`; \
180 case " $(XFAIL_TESTS) " in \
181 *" $$tst "*) \
182 xfail=`expr $$xfail + 1`; \
183 echo "XFAIL: $$tst"; \
184 ;; \
185 *) \
186 failed=`expr $$failed + 1`; \
187 echo "FAIL: $$tst"; \
188 ;; \
189 esac; \
190 fi; \
191 done; \
192 if test "$$failed" -eq 0; then \
193 if test "$$xfail" -eq 0; then \
194 banner="All $$all tests passed"; \
195 else \
196 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
197 fi; \
198 else \
199 if test "$$xpass" -eq 0; then \
200 banner="$$failed of $$all tests failed"; \
201 else \
202 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
203 fi; \
204 fi; \
205 dashes=`echo "$$banner" | sed s/./=/g`; \
206 echo "$$dashes"; \
207 echo "$$banner"; \
208 echo "$$dashes"; \
209 test "$$failed" -eq 0
210 info-am:
211 info: info-am
212 dvi-am:
213 dvi: dvi-am
214 check-am: all-am
215 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
216 check: check-am
217 installcheck-am:
218 installcheck: installcheck-am
219 install-exec-am:
220 install-exec: install-exec-am
222 install-data-am:
223 install-data: install-data-am
225 install-am: all-am
226 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
227 install: install-am
228 uninstall-am:
229 uninstall: uninstall-am
230 all-am: Makefile
231 all-redirect: all-am
232 install-strip:
233 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
234 installdirs:
237 mostlyclean-generic:
239 clean-generic:
241 distclean-generic:
242 -rm -f Makefile $(CONFIG_CLEAN_FILES)
243 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
245 maintainer-clean-generic:
246 -rm -f Makefile.in
247 mostlyclean-am: mostlyclean-generic
249 mostlyclean: mostlyclean-am
251 clean-am: clean-generic mostlyclean-am
253 clean: clean-am
255 distclean-am: distclean-generic clean-am
257 distclean: distclean-am
259 maintainer-clean-am: maintainer-clean-generic distclean-am
260 @echo "This command is intended for maintainers to use;"
261 @echo "it deletes files that may require special tools to rebuild."
263 maintainer-clean: maintainer-clean-am
265 .PHONY: tags distdir check-TESTS info-am info dvi-am dvi check check-am \
266 installcheck-am installcheck install-exec-am install-exec \
267 install-data-am install-data install-am install uninstall-am uninstall \
268 all-redirect all-am all install-strip installdirs mostlyclean-generic \
269 distclean-generic clean-generic maintainer-clean-generic clean \
270 mostlyclean distclean maintainer-clean
273 # Tell versions [3.59,3.63) of GNU make to not export all variables.
274 # Otherwise a system limit (for SysV at least) may be exceeded.
275 .NOEXPORT: