]> git.ipfire.org Git - thirdparty/gcc.git/blame - libffi/testsuite/Makefile.in
mt_allocator.h: Change include to gthr.h.
[thirdparty/gcc.git] / libffi / testsuite / Makefile.in
CommitLineData
8a6b509e
AT
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
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@
66AS = @AS@
67CC = @CC@
68CXX = @CXX@
69CXXCPP = @CXXCPP@
70DLLTOOL = @DLLTOOL@
71EXEEXT = @EXEEXT@
72GCJ = @GCJ@
73GCJFLAGS = @GCJFLAGS@
74LIBTOOL = @LIBTOOL@
75LN_S = @LN_S@
76MAINT = @MAINT@
77MAKEINFO = @MAKEINFO@
78OBJDUMP = @OBJDUMP@
79OBJEXT = @OBJEXT@
80PACKAGE = @PACKAGE@
81RANLIB = @RANLIB@
82SHELL = @SHELL@
83STRIP = @STRIP@
84TARGET = @TARGET@
85TARGETDIR = @TARGETDIR@
86VERSION = @VERSION@
87libffi_basedir = @libffi_basedir@
88toolexecdir = @toolexecdir@
89toolexeclibdir = @toolexeclibdir@
90
91AUTOMAKE_OPTIONS = foreign dejagnu
92
93# Setup the testing framework, if you have one
94EXPECT = `if [ -f $(top_builddir)/../expect/expect ] ; then \
95 echo $(top_builddir)/../expect/expect ; \
96 else echo expect ; fi`
97
98
99RUNTEST = `if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \
100 echo $(top_srcdir)/../dejagnu/runtest ; \
101 else echo runtest; fi`
102
103
104AM_RUNTESTFLAGS =
105
106CLEANFILES = *.exe core* *.log *.sum
107mkinstalldirs = $(SHELL) $(top_srcdir)/${libffi_basedir}../mkinstalldirs
108CONFIG_HEADER = ../fficonfig.h
109CONFIG_CLEAN_FILES =
110DIST_COMMON = Makefile.am Makefile.in
111
112
113DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
114
115TAR = gnutar
116GZIP_ENV = --best
117all: 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
122Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
123 cd $(top_builddir) \
124 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
125
126tags: TAGS
127TAGS:
128
129
130distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
131
132subdir = testsuite
133
134distdir: $(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
151RUNTESTFLAGS =
152
153DEJATOOL = $(PACKAGE)
154
155RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
156
157check-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
165site.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
184info-am:
185info: info-am
186dvi-am:
187dvi: dvi-am
188check-am: all-am
189 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
190check: check-am
191installcheck-am:
192installcheck: installcheck-am
193install-exec-am:
194install-exec: install-exec-am
195
196install-data-am:
197install-data: install-data-am
198
199install-am: all-am
200 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
201install: install-am
202uninstall-am:
203uninstall: uninstall-am
204all-am: Makefile
205all-redirect: all-am
206install-strip:
207 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
208installdirs:
209
210
211mostlyclean-generic:
212
213clean-generic:
214 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
215
216distclean-generic:
217 -rm -f Makefile $(CONFIG_CLEAN_FILES)
218 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
219
220maintainer-clean-generic:
221mostlyclean-am: mostlyclean-generic
222
223mostlyclean: mostlyclean-am
224
225clean-am: clean-generic mostlyclean-am
226
227clean: clean-am
228
229distclean-am: distclean-generic clean-am
230 -rm -f libtool
231
232distclean: distclean-am
233
234maintainer-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
238maintainer-clean: maintainer-clean-am
239
240.PHONY: tags distdir check-DEJAGNU info-am info dvi-am dvi check \
241check-am installcheck-am installcheck install-exec-am install-exec \
242install-data-am install-data install-am install uninstall-am uninstall \
243all-redirect all-am all installdirs mostlyclean-generic \
244distclean-generic clean-generic maintainer-clean-generic clean \
245mostlyclean 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: