1999-04-07 16:42:40 +02:00
|
|
|
## Process this file with automake to produce Makefile.in.
|
|
|
|
|
2001-04-05 01:38:53 +02:00
|
|
|
AUTOMAKE_OPTIONS = foreign dejagnu
|
1999-04-07 16:42:40 +02:00
|
|
|
|
2004-07-16 07:36:35 +02:00
|
|
|
# autoconf2.13's target_alias
|
|
|
|
target_noncanonical = @target_noncanonical@
|
|
|
|
|
1999-04-07 16:42:40 +02:00
|
|
|
# Setup the testing framework, if you have one
|
|
|
|
EXPECT = `if [ -f $(top_builddir)/../expect/expect ] ; then \
|
|
|
|
echo $(top_builddir)/../expect/expect ; \
|
|
|
|
else echo expect ; fi`
|
|
|
|
|
2002-06-24 06:44:53 +02:00
|
|
|
RUNTEST = "`if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \
|
1999-04-07 16:42:40 +02:00
|
|
|
echo $(top_srcdir)/../dejagnu/runtest ; \
|
2002-06-24 06:44:53 +02:00
|
|
|
else echo runtest; fi` $(AM_RUNTESTFLAGS)"
|
1999-04-07 16:42:40 +02:00
|
|
|
|
2002-06-24 06:44:53 +02:00
|
|
|
## Tell dejagnu whether the interpreter is enabled.
|
|
|
|
AM_RUNTESTFLAGS = INTERPRETER=$(INTERPRETER)
|