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
16 top_srcdir
= @top_srcdir@
19 exec_prefix = @
exec_prefix@
23 libexecdir
= @libexecdir@
25 sysconfdir
= @sysconfdir@
26 sharedstatedir
= @sharedstatedir@
27 localstatedir
= @localstatedir@
31 includedir = @
includedir@
32 oldincludedir = /usr
/include
36 pkgdatadir
= $(datadir)/@PACKAGE@
37 pkglibdir
= $(libdir)/@PACKAGE@
38 pkgincludedir
= $(includedir)/@PACKAGE@
45 AUTOHEADER
= @AUTOHEADER@
48 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
49 INSTALL_DATA
= @INSTALL_DATA@
50 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
52 transform
= @program_transform_name@
60 host_alias
= @host_alias@
66 CATOBJEXT
= @CATOBJEXT@
71 DATADIRNAME
= @DATADIRNAME@
78 GNU_PACKAGE
= @GNU_PACKAGE@
81 INCLUDE_LOCALE_H
= @INCLUDE_LOCALE_H@
82 INSTOBJEXT
= @INSTOBJEXT@
88 MKINSTALLDIRS
= @MKINSTALLDIRS@
96 USE_INCLUDED_LIBINTL
= @USE_INCLUDED_LIBINTL@
100 install_sh
= @install_sh@
104 AUTOMAKE_OPTIONS
= 1.2 gnits
106 TESTS
= sf-1 misc backup-1
107 EXTRA_DIST
= $(TESTS
)
108 TESTS_ENVIRONMENT
= \
109 PATH
=`pwd`/..
/..
/src
:$$PATH
112 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
113 CONFIG_HEADER
= ..
/..
/config.h
116 DIST_COMMON
= Makefile.am Makefile.in
119 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
124 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
125 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnits tests
/ln
/Makefile
127 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
$(BUILT_SOURCES
)
129 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
135 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
137 distdir
: $(DISTFILES
)
138 @for file in
$(DISTFILES
); do \
140 if
test -d
$$d/$$file; then \
141 cp
-pR
$$d/$$file $(distdir
); \
143 test -f
$(distdir
)/$$file \
144 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
145 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
148 check-TESTS
: $(TESTS
)
149 @failed
=0; all=0; xfail
=0; xpass
=0; \
150 srcdir=$(srcdir); export srcdir; \
151 for tst in
$(TESTS
); do \
152 if
test -f .
/$$tst; then
dir=.
/; \
153 elif
test -f
$$tst; then
dir=; \
154 else dir="$(srcdir)/"; fi
; \
155 if
$(TESTS_ENVIRONMENT
) $${dir}$$tst; then \
156 all=`expr $$all + 1`; \
157 case
" $(XFAIL_TESTS) " in \
159 xpass
=`expr $$xpass + 1`; \
160 failed
=`expr $$failed + 1`; \
161 echo
"XPASS: $$tst"; \
164 echo
"PASS: $$tst"; \
167 elif
test $$?
-ne
77; then \
168 all=`expr $$all + 1`; \
169 case
" $(XFAIL_TESTS) " in \
171 xfail
=`expr $$xfail + 1`; \
172 echo
"XFAIL: $$tst"; \
175 failed
=`expr $$failed + 1`; \
176 echo
"FAIL: $$tst"; \
181 if
test "$$failed" -eq
0; then \
182 if
test "$$xfail" -eq
0; then \
183 banner
="All $$all tests passed"; \
185 banner
="All $$all tests behaved as expected ($$xfail expected failures)"; \
188 if
test "$$xpass" -eq
0; then \
189 banner
="$$failed of $$all tests failed"; \
191 banner
="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
194 dashes
=`echo "$$banner" | sed s/./=/g`; \
198 test "$$failed" -eq
0
204 $(MAKE
) $(AM_MAKEFLAGS
) check-TESTS
207 installcheck: installcheck-am
209 install-exec
: install-exec-am
212 install-data
: install-data-am
215 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
218 uninstall: uninstall-am
222 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_STRIP_FLAG
=-s
install
231 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
232 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
234 maintainer-clean-generic
:
236 mostlyclean-am
: mostlyclean-generic
238 mostlyclean: mostlyclean-am
240 clean-am
: clean-generic mostlyclean-am
244 distclean-am
: distclean-generic clean-am
246 distclean: distclean-am
248 maintainer-clean-am
: maintainer-clean-generic distclean-am
249 @echo
"This command is intended for maintainers to use;"
250 @echo
"it deletes files that may require special tools to rebuild."
252 maintainer-clean
: maintainer-clean-am
254 .PHONY
: tags distdir check-TESTS info-am
info dvi-am
dvi check check-am \
255 installcheck-am
installcheck install-exec-am install-exec \
256 install-data-am install-data install-am
install uninstall-am
uninstall \
257 all-redirect all-am
all install-strip
installdirs mostlyclean-generic \
258 distclean-generic clean-generic maintainer-clean-generic
clean \
259 mostlyclean distclean maintainer-clean
262 # Tell versions [3.59,3.63) of GNU make to not export all variables.
263 # Otherwise a system limit (for SysV at least) may be exceeded.