Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/libatomic/testsuite/Makefile.am
2023-03-06 14:48:14 +01:00

15 lines
588 B
Makefile

## Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = foreign dejagnu
# May be used by various substitution variables.
gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
EXPECT = $(shell if test -f $(top_builddir)/../expect/expect; then \
echo $(top_builddir)/../expect/expect; else echo expect; fi)
_RUNTEST = $(shell if test -f $(top_srcdir)/../dejagnu/runtest; then \
echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi)
RUNTEST = $(_RUNTEST) $(AM_RUNTESTFLAGS)
EXTRA_DEJAGNU_SITE_CONFIG = libatomic-site-extra.exp