annotate libgomp/testsuite/Makefile.am @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents a06113de4d67
children 1830386684a0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 ## Process this file with automake to produce Makefile.in.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 AUTOMAKE_OPTIONS = foreign dejagnu
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 # May be used by various substitution variables.
111
kono
parents: 0
diff changeset
6 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
7
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 EXPECT = $(shell if test -f $(top_builddir)/../expect/expect; then \
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
9 echo $(top_builddir)/../expect/expect; else echo expect; fi)
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
10
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
11 _RUNTEST = $(shell if test -f $(top_srcdir)/../dejagnu/runtest; then \
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
12 echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi)
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
13 RUNTEST = "$(_RUNTEST) $(AM_RUNTESTFLAGS)"
111
kono
parents: 0
diff changeset
14
kono
parents: 0
diff changeset
15
kono
parents: 0
diff changeset
16 # Instead of directly in ../testsuite/libgomp-test-support.exp.in, the
kono
parents: 0
diff changeset
17 # following variables have to be "routed through" this Makefile, for expansion
kono
parents: 0
diff changeset
18 # of the several (Makefile) variables used therein.
kono
parents: 0
diff changeset
19 libgomp-test-support.exp: libgomp-test-support.pt.exp Makefile
kono
parents: 0
diff changeset
20 cp $< $@.tmp
kono
parents: 0
diff changeset
21 echo >> $@.tmp \
kono
parents: 0
diff changeset
22 'set offload_additional_options "$(offload_additional_options)"'
kono
parents: 0
diff changeset
23 echo >> $@.tmp \
kono
parents: 0
diff changeset
24 'set offload_additional_lib_paths "$(offload_additional_lib_paths)"'
kono
parents: 0
diff changeset
25 mv $@.tmp $@
kono
parents: 0
diff changeset
26
kono
parents: 0
diff changeset
27 all-local: libgomp-test-support.exp