]> git.ipfire.org Git - thirdparty/gcc.git/blob - libmudflap/testsuite/Makefile.am
Merge tree-ssa-20020619-branch into mainline.
[thirdparty/gcc.git] / libmudflap / testsuite / Makefile.am
1 ## Process this with automake to create Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign dejagnu
4
5 EXPECT = `if [ -f ../../expect/expect ] ; then \
6 echo ../../expect/expect ; \
7 else echo expect ; fi`
8
9 RUNTEST = `if [ -f ${srcdir}/../../dejagnu/runtest ] ; then \
10 echo ${srcdir}/../../dejagnu/runtest ; \
11 else echo runtest ; fi`
12
13 all-local: site.exp
14 if LIBMUDFLAPTH
15 echo 'set libmudflapth 1' >> site.exp
16 else
17 echo 'set libmudflapth 0' >> site.exp
18 endif