.
[coreutils.git] / tests / cp / Makefile.in
blob536f90afe8c232a033f5e6791e26bf44dc97e6a1
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.1 gnits
121 TESTS = \
122 backup-1 no-deref-link1 no-deref-link2 no-deref-link3 backup-is-src \
123 same-file cp-mv-backup symlink-slash slink-2-slink fail-perm dir-slash \
124 perm cp-HL special-bits link dir-rm-dest cp-parents deref-slink \
125 dir-vs-file into-self
127 EXTRA_DIST = $(TESTS)
128 TESTS_ENVIRONMENT = \
129 MAKE=$(MAKE) \
130 PATH=`pwd`/../../src:$$PATH
132 subdir = tests/cp
133 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
134 CONFIG_HEADER = ../../config.h
135 CONFIG_CLEAN_FILES =
136 DIST_SOURCES =
137 DIST_COMMON = Makefile.am Makefile.in
140 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
142 GZIP_ENV = --best
143 all: all-redirect
144 .SUFFIXES:
145 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
146 cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/cp/Makefile
148 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
149 cd $(top_builddir) \
150 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
152 tags: TAGS
153 TAGS:
155 check-TESTS: $(TESTS)
156 @failed=0; all=0; xfail=0; xpass=0; \
157 srcdir=$(srcdir); export srcdir; \
158 list='$(TESTS)'; \
159 if test -n "$$list"; then \
160 for tst in $$list; do \
161 if test -f ./$$tst; then dir=./; \
162 elif test -f $$tst; then dir=; \
163 else dir="$(srcdir)/"; fi; \
164 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
165 all=`expr $$all + 1`; \
166 case " $(XFAIL_TESTS) " in \
167 *" $$tst "*) \
168 xpass=`expr $$xpass + 1`; \
169 failed=`expr $$failed + 1`; \
170 echo "XPASS: $$tst"; \
171 ;; \
172 *) \
173 echo "PASS: $$tst"; \
174 ;; \
175 esac; \
176 elif test $$? -ne 77; then \
177 all=`expr $$all + 1`; \
178 case " $(XFAIL_TESTS) " in \
179 *" $$tst "*) \
180 xfail=`expr $$xfail + 1`; \
181 echo "XFAIL: $$tst"; \
182 ;; \
183 *) \
184 failed=`expr $$failed + 1`; \
185 echo "FAIL: $$tst"; \
186 ;; \
187 esac; \
188 fi; \
189 done; \
190 if test "$$failed" -eq 0; then \
191 if test "$$xfail" -eq 0; then \
192 banner="All $$all tests passed"; \
193 else \
194 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
195 fi; \
196 else \
197 if test "$$xpass" -eq 0; then \
198 banner="$$failed of $$all tests failed"; \
199 else \
200 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
201 fi; \
202 fi; \
203 dashes=`echo "$$banner" | sed s/./=/g`; \
204 echo "$$dashes"; \
205 echo "$$banner"; \
206 echo "$$dashes"; \
207 test "$$failed" -eq 0; \
210 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
212 distdir: $(DISTFILES)
213 @for file in $(DISTFILES); do \
214 d=$(srcdir); \
215 if test -d $$d/$$file; then \
216 cp -pR $$d/$$file $(distdir) \
217 || exit 1; \
218 else \
219 test -f $(distdir)/$$file \
220 || cp -p $$d/$$file $(distdir)/$$file \
221 || exit 1; \
222 fi; \
223 done
224 info-am:
225 info: info-am
226 dvi-am:
227 dvi: dvi-am
228 check-am: all-am
229 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
230 check: check-am
231 installcheck-am:
232 installcheck: installcheck-am
233 install-exec-am:
234 install-exec: install-exec-am
236 install-data-am:
237 install-data: install-data-am
239 install-am: all-am
240 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
241 install: install-am
242 uninstall-am:
243 uninstall: uninstall-am
244 all-am: Makefile
245 all-redirect: all-am
246 install-strip:
247 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
248 installdirs:
251 mostlyclean-generic:
253 clean-generic:
255 distclean-generic:
256 -rm -f Makefile $(CONFIG_CLEAN_FILES)
257 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
259 maintainer-clean-generic:
260 -rm -f Makefile.in
261 mostlyclean-am: mostlyclean-generic
263 mostlyclean: mostlyclean-am
265 clean-am: clean-generic mostlyclean-am
267 clean: clean-am
269 distclean-am: distclean-generic clean-am
271 distclean: distclean-am
273 maintainer-clean-am: maintainer-clean-generic distclean-am
274 @echo "This command is intended for maintainers to use;"
275 @echo "it deletes files that may require special tools to rebuild."
277 maintainer-clean: maintainer-clean-am
279 .PHONY: tags check-TESTS distdir info-am info dvi-am dvi check check-am \
280 installcheck-am installcheck install-exec-am install-exec \
281 install-data-am install-data install-am install uninstall-am uninstall \
282 all-redirect all-am all install-strip installdirs mostlyclean-generic \
283 distclean-generic clean-generic maintainer-clean-generic clean \
284 mostlyclean distclean maintainer-clean
287 # Tell versions [3.59,3.63) of GNU make to not export all variables.
288 # Otherwise a system limit (for SysV at least) may be exceeded.
289 .NOEXPORT: