1 ## Process this file with automake to produce Makefile.in.
3 AUTOMAKE_OPTIONS = foreign dejagnu
5 # May be used by various substitution variables.
6 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
8 # autoconf2.13's target_alias
9 target_noncanonical = @target_noncanonical@
11 # Setup the testing framework, if you have one
12 EXPECT = `if [ -f $(top_builddir)/../expect/expect ] ; then \
13 echo $(top_builddir)/../expect/expect ; \
14 else echo expect ; fi`
16 RUNTEST = "`if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \
17 echo $(top_srcdir)/../dejagnu/runtest ; \
18 else echo runtest; fi` $(AM_RUNTESTFLAGS)"
20 ## Tell dejagnu whether the interpreter is enabled.
21 AM_RUNTESTFLAGS = INTERPRETER=$(INTERPRETER)