OSDN Git Service

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