OSDN Git Service

2000-01-04 Tom Tromey <tromey@cygnus.com>
[pf3gnuchains/gcc-fork.git] / libjava / testsuite / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
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.
7
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.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
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
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 AM_RUNTESTFLAGS = @AM_RUNTESTFLAGS@
67 AR = @AR@
68 AS = @AS@
69 CC = @CC@
70 COMPPATH = @COMPPATH@
71 CPP = @CPP@
72 CXX = @CXX@
73 CXXCPP = @CXXCPP@
74 DIVIDESPEC = @DIVIDESPEC@
75 DLLTOOL = @DLLTOOL@
76 EH_COMMON_INCLUDE = @EH_COMMON_INCLUDE@
77 EXCEPTIONSPEC = @EXCEPTIONSPEC@
78 EXEEXT = @EXEEXT@
79 FORCELIBGCCSPEC = @FORCELIBGCCSPEC@
80 GCDEPS = @GCDEPS@
81 GCINCS = @GCINCS@
82 GCLIBS = @GCLIBS@
83 GCOBJS = @GCOBJS@
84 GCSPEC = @GCSPEC@
85 LD = @LD@
86 LIBDATASTARTSPEC = @LIBDATASTARTSPEC@
87 LIBGCJ_CFLAGS = @LIBGCJ_CFLAGS@
88 LIBGCJ_CXXFLAGS = @LIBGCJ_CXXFLAGS@
89 LIBGCJ_JAVAFLAGS = @LIBGCJ_JAVAFLAGS@
90 LIBTOOL = @LIBTOOL@
91 LN_S = @LN_S@
92 MAINT = @MAINT@
93 MAKEINFO = @MAKEINFO@
94 NM = @NM@
95 PACKAGE = @PACKAGE@
96 PERL = @PERL@
97 RANLIB = @RANLIB@
98 SYSTEMSPEC = @SYSTEMSPEC@
99 THREADDEPS = @THREADDEPS@
100 THREADINCS = @THREADINCS@
101 THREADLIBS = @THREADLIBS@
102 THREADOBJS = @THREADOBJS@
103 THREADSPEC = @THREADSPEC@
104 USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@
105 VERSION = @VERSION@
106 ZDEPS = @ZDEPS@
107 ZINCS = @ZINCS@
108 ZLIBS = @ZLIBS@
109 ZLIBSPEC = @ZLIBSPEC@
110 here = @here@
111 libgcj_basedir = @libgcj_basedir@
112
113 AUTOMAKE_OPTIONS = foreign dejagnu no-installinfo
114
115 # Setup the testing framework, if you have one
116 EXPECT = `if [ -f $(top_builddir)/../expect/expect ] ; then \
117             echo $(top_builddir)/../expect/expect ; \
118           else echo expect ; fi`
119
120
121 RUNTEST = `if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \
122                echo $(top_srcdir)/../dejagnu/runtest ; \
123             else echo runtest; fi`
124
125
126 RUNTESTFLAGS = @AM_RUNTESTFLAGS@
127 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
128 CONFIG_HEADER = ../include/config.h
129 CONFIG_CLEAN_FILES = 
130 DIST_COMMON =  ChangeLog Makefile.am Makefile.in
131
132
133 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
134
135 TAR = tar
136 GZIP_ENV = --best
137 all: all-redirect
138 .SUFFIXES:
139 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
140         cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile
141
142 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
143         cd $(top_builddir) \
144           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
145
146 tags: TAGS
147 TAGS:
148
149
150 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
151
152 subdir = testsuite
153
154 distdir: $(DISTFILES)
155         here=`cd $(top_builddir) && pwd`; \
156         top_distdir=`cd $(top_distdir) && pwd`; \
157         distdir=`cd $(distdir) && pwd`; \
158         cd $(top_srcdir) \
159           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign testsuite/Makefile
160         @for file in $(DISTFILES); do \
161           d=$(srcdir); \
162           if test -d $$d/$$file; then \
163             cp -pr $$/$$file $(distdir)/$$file; \
164           else \
165             test -f $(distdir)/$$file \
166             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
167             || cp -p $$d/$$file $(distdir)/$$file || :; \
168           fi; \
169         done
170
171 DEJATOOL = $(PACKAGE)
172
173 RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
174
175 check-DEJAGNU: site.exp
176         srcdir=`cd $(srcdir) && pwd`; export srcdir; \
177         EXPECT=$(EXPECT); export EXPECT; \
178         runtest=$(RUNTEST); \
179         if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
180           $$runtest $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
181         else echo "WARNING: could not find \`runtest'" 1>&2; :;\
182         fi
183 site.exp: Makefile
184         @echo 'Making a new site.exp file...'
185         @test ! -f site.bak || rm -f site.bak
186         @echo '## these variables are automatically generated by make ##' > $@-t
187         @echo '# Do not edit here.  If you wish to override these values' >> $@-t
188         @echo '# edit the last section' >> $@-t
189         @echo 'set tool $(DEJATOOL)' >> $@-t
190         @echo 'set srcdir $(srcdir)' >> $@-t
191         @echo 'set objdir' `pwd` >> $@-t
192         @echo 'set host_alias $(host_alias)' >> $@-t
193         @echo 'set host_triplet $(host_triplet)' >> $@-t
194         @echo 'set target_alias $(target_alias)' >> $@-t
195         @echo 'set target_triplet $(target_triplet)' >> $@-t
196         @echo 'set build_alias $(build_alias)' >> $@-t
197         @echo 'set build_triplet $(build_triplet)' >> $@-t
198         @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
199         @test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t
200         @test ! -f site.exp || mv site.exp site.bak
201         @mv $@-t site.exp
202 info-am:
203 info: info-am
204 dvi-am:
205 dvi: dvi-am
206 check-am: all-am
207         $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
208 check: check-am
209 installcheck-am:
210 installcheck: installcheck-am
211 install-info-am: 
212 install-info: install-info-am
213 install-exec-am:
214 install-exec: install-exec-am
215
216 install-data-am:
217 install-data: install-data-am
218
219 install-am: all-am
220         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
221 install: install-am
222 uninstall-am:
223 uninstall: uninstall-am
224 all-am: Makefile
225 all-redirect: all-am
226 install-strip:
227         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
228 installdirs:
229
230
231 mostlyclean-generic:
232
233 clean-generic:
234
235 distclean-generic:
236         -rm -f Makefile $(CONFIG_CLEAN_FILES)
237         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
238
239 maintainer-clean-generic:
240 mostlyclean-am:  mostlyclean-generic
241
242 mostlyclean: mostlyclean-am
243
244 clean-am:  clean-generic mostlyclean-am
245
246 clean: clean-am
247
248 distclean-am:  distclean-generic clean-am
249         -rm -f libtool
250
251 distclean: distclean-am
252
253 maintainer-clean-am:  maintainer-clean-generic distclean-am
254         @echo "This command is intended for maintainers to use;"
255         @echo "it deletes files that may require special tools to rebuild."
256
257 maintainer-clean: maintainer-clean-am
258
259 .PHONY: tags distdir check-DEJAGNU info-am info dvi-am dvi check \
260 check-am installcheck-am installcheck install-info-am install-info \
261 install-exec-am install-exec install-data-am install-data install-am \
262 install uninstall-am uninstall all-redirect all-am all installdirs \
263 mostlyclean-generic distclean-generic clean-generic \
264 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
265
266
267 # Tell versions [3.59,3.63) of GNU make to not export all variables.
268 # Otherwise a system limit (for SysV at least) may be exceeded.
269 .NOEXPORT: