[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/465.tonto/Makefile

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



Changes in directory llvm-test/External/SPEC/CFP2006/465.tonto:

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

Initial commit for the SPEC2006 floating point Makefiles.


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

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


Index: llvm-test/External/SPEC/CFP2006/465.tonto/Makefile
diff -c /dev/null llvm-test/External/SPEC/CFP2006/465.tonto/Makefile:1.1
*** /dev/null	Fri Sep  1 18:27:23 2006
--- llvm-test/External/SPEC/CFP2006/465.tonto/Makefile	Fri Sep  1 18:27:13 2006
***************
*** 0 ****
--- 1,23 ----
+ ##===- Makefile --------------------------------------------*- Makefile -*-===##
+ #
+ # This makefile contains information for building the SPEC2006 tonto test.
+ #
+ ##===----------------------------------------------------------------------===##
+ 
+ LEVEL = ../../../..
+ 
+ FP_TOLERANCE = 0.006
+ 
+ include ../../Makefile.spec2006
+ include $(PROJ_SRC_ROOT)/Makefile.FORTRAN
+ 
+ FPPFLAGS += -w -DUSE_PRE_AND_POST_CONDITIONS -DUSE_ERROR_MANAGEMENT \
+             -m literal.pm -m tonto.pm
+ 
+ ifeq ($(RUN_TYPE),test)
+   RUN_OPTIONS     := stdin
+   STDOUT_FILENAME := test.out
+ else
+   RUN_OPTIONS     := stdin
+   STDOUT_FILENAME := train.out
+ endif






More information about the llvm-commits mailing list