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