[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/458.sjeng/Makefile
Bill Wendling
isanbard at gmail.com
Thu Aug 31 12:27:09 PDT 2006
Changes in directory llvm-test/External/SPEC/CINT2006/458.sjeng:
Makefile added (r1.1)
---
Log message:
Initial commit of the Makefiles for the SPEC2006 integer benchmarks.
---
Diffs of the changes: (+17 -0)
Makefile | 17 +++++++++++++++++
1 files changed, 17 insertions(+)
Index: llvm-test/External/SPEC/CINT2006/458.sjeng/Makefile
diff -c /dev/null llvm-test/External/SPEC/CINT2006/458.sjeng/Makefile:1.1
*** /dev/null Thu Aug 31 14:26:46 2006
--- llvm-test/External/SPEC/CINT2006/458.sjeng/Makefile Thu Aug 31 14:26:36 2006
***************
*** 0 ****
--- 1,17 ----
+ ##===- Makefile --------------------------------------------*- Makefile -*-===##
+ #
+ # This makefile contains information for building the SPEC2006 sjeng test.
+ #
+ ##===----------------------------------------------------------------------===##
+
+ LEVEL = ../../../..
+
+ include ../../Makefile.spec2006
+
+ ifeq ($(RUN_TYPE),test)
+ RUN_OPTIONS = test.txt
+ STDOUT_FILENAME := test.out
+ else
+ RUN_OPTIONS = train.txt
+ STDOUT_FILENAME := train.out
+ endif
More information about the llvm-commits
mailing list