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