[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/453.povray/Makefile

Bill Wendling isanbard at gmail.com
Fri Sep 1 16:27:57 PDT 2006



Changes in directory llvm-test/External/SPEC/CFP2006/453.povray:

Makefile added (r1.1)
---
Log message:

Initial commit for the SPEC2006 floating point Makefiles.


---
Diffs of the changes:  (+22 -0)

 Makefile |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+)


Index: llvm-test/External/SPEC/CFP2006/453.povray/Makefile
diff -c /dev/null llvm-test/External/SPEC/CFP2006/453.povray/Makefile:1.1
*** /dev/null	Fri Sep  1 18:27:23 2006
--- llvm-test/External/SPEC/CFP2006/453.povray/Makefile	Fri Sep  1 18:27:13 2006
***************
*** 0 ****
--- 1,22 ----
+ ##===- Makefile --------------------------------------------*- Makefile -*-===##
+ #
+ # This makefile contains information for building the SPEC2006 povray test.
+ #
+ ##===----------------------------------------------------------------------===##
+ 
+ LEVEL = ../../../..
+ 
+ include ../../Makefile.spec2006
+ 
+ ifeq ($(RUN_TYPE),test)
+   FP_TOLERANCE     = 0.0002
+   RUN_OPTIONS     := SPEC-benchmark-test
+   STDOUT_FILENAME := test.out
+ else
+   FP_TOLERANCE     = 0.00005
+   RUN_OPTIONS     := SPEC-benchmark-train
+   STDOUT_FILENAME := train.out
+ endif
+ 
+ LDFLAGS = -lstdc++ -lm
+ LIBS    = -lstdc++ -lm






More information about the llvm-commits mailing list