OSDN Git Service

Merge tree-ssa-20020619-branch into mainline.
[pf3gnuchains/gcc-fork.git] / libmudflap / 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 AS = @AS@
67 CC = @CC@
68 CPP = @CPP@
69 CXX = @CXX@
70 CXXCPP = @CXXCPP@
71 DLLTOOL = @DLLTOOL@
72 EXEEXT = @EXEEXT@
73 GCJ = @GCJ@
74 GCJFLAGS = @GCJFLAGS@
75 LIBTOOL = @LIBTOOL@
76 LN_S = @LN_S@
77 MAINT = @MAINT@
78 MAKEINFO = @MAKEINFO@
79 MF_HAVE_STDINT_H = @MF_HAVE_STDINT_H@
80 MF_HAVE_UINTPTR_T = @MF_HAVE_UINTPTR_T@
81 NM = @NM@
82 OBJDUMP = @OBJDUMP@
83 OBJEXT = @OBJEXT@
84 PACKAGE = @PACKAGE@
85 RANLIB = @RANLIB@
86 STRIP = @STRIP@
87 VERSION = @VERSION@
88 enable_shared = @enable_shared@
89 enable_static = @enable_static@
90 libtool_VERSION = @libtool_VERSION@
91
92 AUTOMAKE_OPTIONS = foreign dejagnu
93
94 EXPECT = `if [ -f ../../expect/expect ] ; then \
95           echo ../../expect/expect ; \
96           else echo expect ; fi`
97
98
99 RUNTEST = `if [ -f ${srcdir}/../../dejagnu/runtest ] ; then \
100            echo ${srcdir}/../../dejagnu/runtest ; \
101            else echo runtest ;  fi`
102
103 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
104 CONFIG_HEADER = ../config.h
105 CONFIG_CLEAN_FILES = 
106 DIST_COMMON =  Makefile.am Makefile.in
107
108
109 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
110
111 TAR = gtar
112 GZIP_ENV = --best
113 all: all-redirect
114 .SUFFIXES:
115 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
116         cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile
117
118 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
119         cd $(top_builddir) \
120           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
121
122 tags: TAGS
123 TAGS:
124
125
126 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
127
128 subdir = testsuite
129
130 distdir: $(DISTFILES)
131         here=`cd $(top_builddir) && pwd`; \
132         top_distdir=`cd $(top_distdir) && pwd`; \
133         distdir=`cd $(distdir) && pwd`; \
134         cd $(top_srcdir) \
135           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign testsuite/Makefile
136         @for file in $(DISTFILES); do \
137           d=$(srcdir); \
138           if test -d $$d/$$file; then \
139             cp -pr $$d/$$file $(distdir)/$$file; \
140           else \
141             test -f $(distdir)/$$file \
142             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
143             || cp -p $$d/$$file $(distdir)/$$file || :; \
144           fi; \
145         done
146
147 RUNTESTFLAGS =
148
149 DEJATOOL = $(PACKAGE)
150
151 RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
152
153 check-DEJAGNU: site.exp
154         srcdir=`cd $(srcdir) && pwd`; export srcdir; \
155         EXPECT=$(EXPECT); export EXPECT; \
156         runtest=$(RUNTEST); \
157         if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
158           $$runtest $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
159         else echo "WARNING: could not find \`runtest'" 1>&2; :;\
160         fi
161 site.exp: Makefile
162         @echo 'Making a new site.exp file...'
163         @test ! -f site.bak || rm -f site.bak
164         @echo '## these variables are automatically generated by make ##' > $@-t
165         @echo '# Do not edit here.  If you wish to override these values' >> $@-t
166         @echo '# edit the last section' >> $@-t
167         @echo 'set tool $(DEJATOOL)' >> $@-t
168         @echo 'set srcdir $(srcdir)' >> $@-t
169         @echo 'set objdir' `pwd` >> $@-t
170         @echo 'set host_alias $(host_alias)' >> $@-t
171         @echo 'set host_triplet $(host_triplet)' >> $@-t
172         @echo 'set target_alias $(target_alias)' >> $@-t
173         @echo 'set target_triplet $(target_triplet)' >> $@-t
174         @echo 'set build_alias $(build_alias)' >> $@-t
175         @echo 'set build_triplet $(build_triplet)' >> $@-t
176         @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
177         @test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t
178         @test ! -f site.exp || mv site.exp site.bak
179         @mv $@-t site.exp
180 info-am:
181 info: info-am
182 dvi-am:
183 dvi: dvi-am
184 check-am: all-am
185         $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
186 check: check-am
187 installcheck-am:
188 installcheck: installcheck-am
189 install-exec-am:
190 install-exec: install-exec-am
191
192 install-data-am:
193 install-data: install-data-am
194
195 install-am: all-am
196         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
197 install: install-am
198 uninstall-am:
199 uninstall: uninstall-am
200 all-am: Makefile all-local
201 all-redirect: all-am
202 install-strip:
203         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
204 installdirs:
205
206
207 mostlyclean-generic:
208
209 clean-generic:
210
211 distclean-generic:
212         -rm -f Makefile $(CONFIG_CLEAN_FILES)
213         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
214
215 maintainer-clean-generic:
216 mostlyclean-am:  mostlyclean-generic
217
218 mostlyclean: mostlyclean-am
219
220 clean-am:  clean-generic mostlyclean-am
221
222 clean: clean-am
223
224 distclean-am:  distclean-generic clean-am
225         -rm -f libtool
226
227 distclean: distclean-am
228
229 maintainer-clean-am:  maintainer-clean-generic distclean-am
230         @echo "This command is intended for maintainers to use;"
231         @echo "it deletes files that may require special tools to rebuild."
232
233 maintainer-clean: maintainer-clean-am
234
235 .PHONY: tags distdir check-DEJAGNU info-am info dvi-am dvi check \
236 check-am installcheck-am installcheck install-exec-am install-exec \
237 install-data-am install-data install-am install uninstall-am uninstall \
238 all-local all-redirect all-am all installdirs mostlyclean-generic \
239 distclean-generic clean-generic maintainer-clean-generic clean \
240 mostlyclean distclean maintainer-clean
241
242
243 all-local: site.exp
244 @LIBMUDFLAPTH_TRUE@     echo 'set libmudflapth 1' >> site.exp
245 @LIBMUDFLAPTH_FALSE@    echo 'set libmudflapth 0' >> site.exp
246
247 # Tell versions [3.59,3.63) of GNU make to not export all variables.
248 # Otherwise a system limit (for SysV at least) may be exceeded.
249 .NOEXPORT: