OSDN Git Service

sjlj jumbo patch
[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 GCDEPS = @GCDEPS@
80 GCINCS = @GCINCS@
81 GCLIBS = @GCLIBS@
82 GCOBJS = @GCOBJS@
83 GCSPEC = @GCSPEC@
84 LD = @LD@
85 LIBGCJ_CFLAGS = @LIBGCJ_CFLAGS@
86 LIBGCJ_CXXFLAGS = @LIBGCJ_CXXFLAGS@
87 LIBGCJ_JAVAFLAGS = @LIBGCJ_JAVAFLAGS@
88 LIBTOOL = @LIBTOOL@
89 LN_S = @LN_S@
90 MAINT = @MAINT@
91 MAKEINFO = @MAKEINFO@
92 NM = @NM@
93 OBJDUMP = @OBJDUMP@
94 PACKAGE = @PACKAGE@
95 PERL = @PERL@
96 RANLIB = @RANLIB@
97 SYSTEMSPEC = @SYSTEMSPEC@
98 THREADDEPS = @THREADDEPS@
99 THREADINCS = @THREADINCS@
100 THREADLIBS = @THREADLIBS@
101 THREADOBJS = @THREADOBJS@
102 THREADSPEC = @THREADSPEC@
103 VERSION = @VERSION@
104 ZDEPS = @ZDEPS@
105 ZINCS = @ZINCS@
106 ZLIBS = @ZLIBS@
107 ZLIBSPEC = @ZLIBSPEC@
108 here = @here@
109 libgcj_basedir = @libgcj_basedir@
110
111 AUTOMAKE_OPTIONS = foreign dejagnu no-installinfo
112
113 # Setup the testing framework, if you have one
114 EXPECT = `if [ -f $(top_builddir)/../expect/expect ] ; then \
115             echo $(top_builddir)/../expect/expect ; \
116           else echo expect ; fi`
117
118
119 RUNTEST = `if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \
120                echo $(top_srcdir)/../dejagnu/runtest ; \
121             else echo runtest; fi`
122
123
124 RUNTESTFLAGS = @AM_RUNTESTFLAGS@
125 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
126 CONFIG_HEADER = ../include/config.h
127 CONFIG_CLEAN_FILES = 
128 DIST_COMMON =  ChangeLog Makefile.am Makefile.in
129
130
131 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
132
133 TAR = tar
134 GZIP_ENV = --best
135 all: all-redirect
136 .SUFFIXES:
137 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
138         cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile
139
140 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
141         cd $(top_builddir) \
142           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
143
144 tags: TAGS
145 TAGS:
146
147
148 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
149
150 subdir = testsuite
151
152 distdir: $(DISTFILES)
153         here=`cd $(top_builddir) && pwd`; \
154         top_distdir=`cd $(top_distdir) && pwd`; \
155         distdir=`cd $(distdir) && pwd`; \
156         cd $(top_srcdir) \
157           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign testsuite/Makefile
158         @for file in $(DISTFILES); do \
159           d=$(srcdir); \
160           if test -d $$d/$$file; then \
161             cp -pr $$/$$file $(distdir)/$$file; \
162           else \
163             test -f $(distdir)/$$file \
164             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
165             || cp -p $$d/$$file $(distdir)/$$file || :; \
166           fi; \
167         done
168
169 DEJATOOL = $(PACKAGE)
170
171 RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
172
173 check-DEJAGNU: site.exp
174         srcdir=`cd $(srcdir) && pwd`; export srcdir; \
175         EXPECT=$(EXPECT); export EXPECT; \
176         runtest=$(RUNTEST); \
177         if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
178           $$runtest $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
179         else echo "WARNING: could not find \`runtest'" 1>&2; :;\
180         fi
181 site.exp: Makefile
182         @echo 'Making a new site.exp file...'
183         @test ! -f site.bak || rm -f site.bak
184         @echo '## these variables are automatically generated by make ##' > $@-t
185         @echo '# Do not edit here.  If you wish to override these values' >> $@-t
186         @echo '# edit the last section' >> $@-t
187         @echo 'set tool $(DEJATOOL)' >> $@-t
188         @echo 'set srcdir $(srcdir)' >> $@-t
189         @echo 'set objdir' `pwd` >> $@-t
190         @echo 'set host_alias $(host_alias)' >> $@-t
191         @echo 'set host_triplet $(host_triplet)' >> $@-t
192         @echo 'set target_alias $(target_alias)' >> $@-t
193         @echo 'set target_triplet $(target_triplet)' >> $@-t
194         @echo 'set build_alias $(build_alias)' >> $@-t
195         @echo 'set build_triplet $(build_triplet)' >> $@-t
196         @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
197         @test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t
198         @test ! -f site.exp || mv site.exp site.bak
199         @mv $@-t site.exp
200 info-am:
201 info: info-am
202 dvi-am:
203 dvi: dvi-am
204 check-am: all-am
205         $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
206 check: check-am
207 installcheck-am:
208 installcheck: installcheck-am
209 install-info-am: 
210 install-info: install-info-am
211 install-exec-am:
212 install-exec: install-exec-am
213
214 install-data-am:
215 install-data: install-data-am
216
217 install-am: all-am
218         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
219 install: install-am
220 uninstall-am:
221 uninstall: uninstall-am
222 all-am: Makefile
223 all-redirect: all-am
224 install-strip:
225         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
226 installdirs:
227
228
229 mostlyclean-generic:
230
231 clean-generic:
232
233 distclean-generic:
234         -rm -f Makefile $(CONFIG_CLEAN_FILES)
235         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
236
237 maintainer-clean-generic:
238 mostlyclean-am:  mostlyclean-generic
239
240 mostlyclean: mostlyclean-am
241
242 clean-am:  clean-generic mostlyclean-am
243
244 clean: clean-am
245
246 distclean-am:  distclean-generic clean-am
247         -rm -f libtool
248
249 distclean: distclean-am
250
251 maintainer-clean-am:  maintainer-clean-generic distclean-am
252         @echo "This command is intended for maintainers to use;"
253         @echo "it deletes files that may require special tools to rebuild."
254
255 maintainer-clean: maintainer-clean-am
256
257 .PHONY: tags distdir check-DEJAGNU info-am info dvi-am dvi check \
258 check-am installcheck-am installcheck install-info-am install-info \
259 install-exec-am install-exec install-data-am install-data install-am \
260 install uninstall-am uninstall all-redirect all-am all installdirs \
261 mostlyclean-generic distclean-generic clean-generic \
262 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
263
264
265 # Tell versions [3.59,3.63) of GNU make to not export all variables.
266 # Otherwise a system limit (for SysV at least) may be exceeded.
267 .NOEXPORT: