]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgomp/testsuite/Makefile.am
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / libgomp / testsuite / Makefile.am
CommitLineData
953ff289
DN
1## Process this file with automake to produce Makefile.in.
2
3AUTOMAKE_OPTIONS = foreign dejagnu
4
5# May be used by various substitution variables.
73aa401e 6gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
953ff289
DN
7
8EXPECT = $(shell if test -f $(top_builddir)/../expect/expect; then \
9 echo $(top_builddir)/../expect/expect; else echo expect; fi)
10
11_RUNTEST = $(shell if test -f $(top_srcdir)/../dejagnu/runtest; then \
12 echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi)
22e05272 13RUNTEST = $(_RUNTEST) $(AM_RUNTESTFLAGS)
d64ae614 14
41dbbb37
TS
15
16# Instead of directly in ../testsuite/libgomp-test-support.exp.in, the
17# following variables have to be "routed through" this Makefile, for expansion
18# of the several (Makefile) variables used therein.
19libgomp-test-support.exp: libgomp-test-support.pt.exp Makefile
20 cp $< $@.tmp
21 echo >> $@.tmp \
22 'set offload_additional_options "$(offload_additional_options)"'
23 echo >> $@.tmp \
24 'set offload_additional_lib_paths "$(offload_additional_lib_paths)"'
25 mv $@.tmp $@
26
27all-local: libgomp-test-support.exp