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