1## Process this file with automake to produce Makefile.in.
2
3AUTOMAKE_OPTIONS = foreign dejagnu
4
5# Setup the testing framework, if you have one
6EXPECT = `if [ -f $(top_builddir)/../expect/expect ] ; then \
7            echo $(top_builddir)/../expect/expect ; \
8          else echo expect ; fi`
9
10RUNTEST = `if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \
11	       echo $(top_srcdir)/../dejagnu/runtest ; \
12	    else echo runtest; fi`
13
14AM_RUNTESTFLAGS =
15
16CLEANFILES = *.exe core* *.log *.sum
17