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@
76 GETLOADAVG_LIBS
= @GETLOADAVG_LIBS@
79 GNU_PACKAGE
= @GNU_PACKAGE@
82 INCLUDE_LOCALE_H
= @INCLUDE_LOCALE_H@
83 INSTOBJEXT
= @INSTOBJEXT@
87 KMEM_GROUP
= @KMEM_GROUP@
91 MKINSTALLDIRS
= @MKINSTALLDIRS@
93 NEED_SETGID
= @NEED_SETGID@
94 OPTIONAL_BIN_PROGS
= @OPTIONAL_BIN_PROGS@
95 OPTIONAL_BIN_ZCRIPTS
= @OPTIONAL_BIN_ZCRIPTS@
100 POW_LIBM
= @POW_LIBM@
103 USE_INCLUDED_LIBINTL
= @USE_INCLUDED_LIBINTL@
107 install_sh
= @install_sh@
113 maint_gen
= basic-0.I basic-0.X basic-a.I basic-a.X basic-b.I basic-b.X \
114 basic-c.I basic-c.X basic-d.I basic-d.X basic-e.I basic-e.X basic-f.I \
115 basic-f.X basic-g.I basic-g.X basic-h.I basic-h.X basic-i.I basic-i.X \
116 basic-j.I basic-j.X basic-k.I basic-k.X b2-e.I b2-e.X b2-f.I b2-f.X b2-g.I \
117 b2-g.X b2-h.I b2-h.X b2-i.I b2-i.X b2-j.I b2-j.X b2-k.I b2-k.X opt-b.I \
118 opt-b.X opt-s.I opt-s.X opt-sb.I opt-sb.X opt-r.I opt-r.X opt-r2.I opt-r2.X \
119 opt-br.I opt-br.X opt-br2.I opt-br2.X
121 run_gen
= basic-0.O basic-0.E basic-a.O basic-a.E basic-b.O basic-b.E \
122 basic-c.O basic-c.E basic-d.O basic-d.E basic-e.O basic-e.E basic-f.O \
123 basic-f.E basic-g.O basic-g.E basic-h.O basic-h.E basic-i.O basic-i.E \
124 basic-j.O basic-j.E basic-k.O basic-k.E b2-e.O b2-e.E b2-f.O b2-f.E b2-g.O \
125 b2-g.E b2-h.O b2-h.E b2-i.O b2-i.E b2-j.O b2-j.E b2-k.O b2-k.E opt-b.O \
126 opt-b.E opt-s.O opt-s.E opt-sb.O opt-sb.E opt-r.O opt-r.E opt-r2.O opt-r2.E \
127 opt-br.O opt-br.E opt-br2.O opt-br2.E
130 EXTRA_DIST
= Test.pm
$x-tests
$(explicit
) $(maint_gen
)
131 noinst_SCRIPTS
= $x-tests
134 editpl
= sed
-e
's,@''PERL''@,$(PERL),g' -e
's,@''srcdir''@,@srcdir@,g'
138 mk_script
= $(srcdir)/..
/mk-script
140 MAINTAINERCLEANFILES
= $x-tests
$(maint_gen
)
141 CLEANFILES
= $(run_gen
)
143 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
144 CONFIG_HEADER
= ..
/..
/config.h
146 SCRIPTS
= $(noinst_SCRIPTS
)
149 DIST_COMMON
= Makefile.am Makefile.in
152 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
157 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
158 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnits tests
/tac
/Makefile
160 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
$(BUILT_SOURCES
)
162 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
168 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
170 distdir
: $(DISTFILES
)
171 @for file in
$(DISTFILES
); do \
173 if
test -d
$$d/$$file; then \
174 cp
-pR
$$d/$$file $(distdir
); \
176 test -f
$(distdir
)/$$file \
177 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
178 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
181 check-TESTS
: $(TESTS
)
182 @failed
=0; all=0; xfail
=0; xpass
=0; \
183 srcdir=$(srcdir); export srcdir; \
184 for tst in
$(TESTS
); do \
185 if
test -f .
/$$tst; then
dir=.
/; \
186 elif
test -f
$$tst; then
dir=; \
187 else dir="$(srcdir)/"; fi
; \
188 if
$(TESTS_ENVIRONMENT
) $${dir}$$tst; then \
189 all=`expr $$all + 1`; \
190 case
" $(XFAIL_TESTS) " in \
192 xpass
=`expr $$xpass + 1`; \
193 failed
=`expr $$failed + 1`; \
194 echo
"XPASS: $$tst"; \
197 echo
"PASS: $$tst"; \
200 elif
test $$?
-ne
77; then \
201 all=`expr $$all + 1`; \
202 case
" $(XFAIL_TESTS) " in \
204 xfail
=`expr $$xfail + 1`; \
205 echo
"XFAIL: $$tst"; \
208 failed
=`expr $$failed + 1`; \
209 echo
"FAIL: $$tst"; \
214 if
test "$$failed" -eq
0; then \
215 if
test "$$xfail" -eq
0; then \
216 banner
="All $$all tests passed"; \
218 banner
="All $$all tests behaved as expected ($$xfail expected failures)"; \
221 if
test "$$xpass" -eq
0; then \
222 banner
="$$failed of $$all tests failed"; \
224 banner
="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
227 dashes
=`echo "$$banner" | sed s/./=/g`; \
231 test "$$failed" -eq
0
237 $(MAKE
) $(AM_MAKEFLAGS
) check-TESTS
240 installcheck: installcheck-am
242 install-exec
: install-exec-am
245 install-data
: install-data-am
248 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
251 uninstall: uninstall-am
252 all-am
: Makefile
$(SCRIPTS
)
255 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_STRIP_FLAG
=-s
install
262 -test -z
"$(CLEANFILES)" ||
rm -f
$(CLEANFILES
)
265 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
266 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
268 maintainer-clean-generic
:
270 -test -z
"$(MAINTAINERCLEANFILES)" ||
rm -f
$(MAINTAINERCLEANFILES
)
271 mostlyclean-am
: mostlyclean-generic
273 mostlyclean: mostlyclean-am
275 clean-am
: clean-generic mostlyclean-am
279 distclean-am
: distclean-generic clean-am
281 distclean: distclean-am
283 maintainer-clean-am
: maintainer-clean-generic distclean-am
284 @echo
"This command is intended for maintainers to use;"
285 @echo
"it deletes files that may require special tools to rebuild."
287 maintainer-clean
: maintainer-clean-am
289 .PHONY
: tags distdir check-TESTS info-am
info dvi-am
dvi check check-am \
290 installcheck-am
installcheck install-exec-am install-exec \
291 install-data-am install-data install-am
install uninstall-am
uninstall \
292 all-redirect all-am
all install-strip
installdirs mostlyclean-generic \
293 distclean-generic clean-generic maintainer-clean-generic
clean \
294 mostlyclean distclean maintainer-clean
296 $(srcdir)/$x-tests
: $(mk_script
) Test.pm
297 $(PERL
) -I.
-w
-- $(mk_script
) ..
/..
/src
/$x > $@.n
303 Makefile.am
: ..
/Makefile.am.in Test.pm
$(mk_script
)
305 sed
-n
'1,/^##test-files-begin/p' $< > $@t
306 tool
=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
307 echo
"x = $$tool" >> $@t
308 $(PERL
) -I.
-w
-- $(mk_script
) --list
>> $@t
309 sed
-n
'/^##test-files-end/,$$p' $< >> $@t
312 # Tell versions [3.59,3.63) of GNU make to not export all variables.
313 # Otherwise a system limit (for SysV at least) may be exceeded.