From aa6e832fd7b0b23035487a66ffc254626e14492c Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 29 Aug 2011 17:02:58 +0000 Subject: [PATCH] build: clean up .self files and allow to build the benchmark on the PS3. --- test/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/Makefile.am b/test/Makefile.am index 23752fbd..0abbdd62 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -8,6 +8,12 @@ endif bench: lol-bench ./lol-bench +all-local: quad$(EXEEXT) lol-bench$(EXEEXT) + test x$(MAKE_FSELF) = xno || make_fself quad$(EXEEXT) quad.self + test x$(MAKE_FSELF) = xno || make_fself lol-bench$(EXEEXT) lol-bench.self + +CLEANFILES = quad.self lol-bench.self + noinst_PROGRAMS = quad lol-bench $(cppunit_tests) TESTS = $(cppunit_tests)