source: trunk/src/gcc/libjava/testsuite/Makefile.in@ 2

Last change on this file since 2 was 2, checked in by bird, 23 years ago

Initial revision

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