[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/Makefile
Bill Wendling
isanbard at gmail.com
Thu Aug 31 12:27:07 PDT 2006
Changes in directory llvm-test/External/SPEC/CINT2006:
Makefile added (r1.1)
---
Log message:
Initial commit of the Makefiles for the SPEC2006 integer benchmarks.
---
Diffs of the changes: (+26 -0)
Makefile | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+)
Index: llvm-test/External/SPEC/CINT2006/Makefile
diff -c /dev/null llvm-test/External/SPEC/CINT2006/Makefile:1.1
*** /dev/null Thu Aug 31 14:26:45 2006
--- llvm-test/External/SPEC/CINT2006/Makefile Thu Aug 31 14:26:35 2006
***************
*** 0 ****
--- 1,26 ----
+ ##===- Makefile --------------------------------------------*- Makefile -*-===##
+ #
+ # This makefile contains information for building SPEC2006 integer tests.
+ #
+ ##===----------------------------------------------------------------------===##
+
+ LEVEL = ../../..
+ PARALLEL_DIRS := \
+ 401.bzip2 \
+ 403.gcc \
+ 429.mcf \
+ 456.hmmer \
+ 458.sjeng \
+ 462.libquantum \
+ 464.h264ref \
+ 473.astar
+
+ # 400.perlbench -- Need Makefile Help
+ # 445.gobmk -- Multiple Dirs
+ # 471.omnetpp -- Multiple Dirs
+ # 483.xalancbmk -- Needs C++ Exceptions
+
+ # Get the $(ARCH) setting
+ include $(LEVEL)/Makefile.config
+
+ include $(LEVEL)/Makefile.programs
More information about the llvm-commits
mailing list