소스 검색

build: clean up .self files and allow to build the benchmark on the PS3.

legacy
Sam Hocevar sam 13 년 전
부모
커밋
aa6e832fd7
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      test/Makefile.am

+ 6
- 0
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)


불러오는 중...
취소
저장