OSDN Git Service

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