[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile

2006-09-21 Thread Bill Wendling


Changes in directory llvm-test/External/SPEC/CFP2006/410.bwaves:

Makefile updated: 1.1 - 1.2
---
Log message:

Needed the stdin/stdout filenames.


---
Diffs of the changes:  (+5 -1)

 Makefile |6 +-
 1 files changed, 5 insertions(+), 1 deletion(-)


Index: llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile
diff -u llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile:1.1 
llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile:1.2
--- llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile:1.1 Fri Sep  1 
18:27:13 2006
+++ llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile Thu Sep 21 03:50:19 2006
@@ -10,4 +10,8 @@
 FP_ABSTOLERANCE = 1.0e-16
 
 include ../../Makefile.spec2006
-include $(PROJ_SRC_ROOT)/Makefile.FORTRAN
+include $(LEVEL)/Makefile.FORTRAN
+
+STDIN_FILENAME  := bwaves.in
+STDOUT_FILENAME := bwaves.out
+STDERR_FILENAME := bwaves.err



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile

2006-09-21 Thread Bill Wendling


Changes in directory llvm-test/External/SPEC/CFP2006/410.bwaves:

Makefile updated: 1.2 - 1.3
---
Log message:

For some reason, I'd modified this to pick up the Makefile.FORTRAN at
LEVEL instead of PROJ_SRC_ROOT.


---
Diffs of the changes:  (+1 -1)

 Makefile |2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile
diff -u llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile:1.2 
llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile:1.3
--- llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile:1.2 Thu Sep 21 
03:50:19 2006
+++ llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile Thu Sep 21 13:14:45 2006
@@ -10,7 +10,7 @@
 FP_ABSTOLERANCE = 1.0e-16
 
 include ../../Makefile.spec2006
-include $(LEVEL)/Makefile.FORTRAN
+include $(PROJ_SRC_ROOT)/Makefile.FORTRAN
 
 STDIN_FILENAME  := bwaves.in
 STDOUT_FILENAME := bwaves.out



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile

2006-09-01 Thread Bill Wendling


Changes in directory llvm-test/External/SPEC/CFP2006/410.bwaves:

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

Initial commit for the SPEC2006 floating point Makefiles.


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

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


Index: llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile
diff -c /dev/null llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile:1.1
*** /dev/null   Fri Sep  1 18:27:23 2006
--- llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile Fri Sep  1 18:27:13 2006
***
*** 0 
--- 1,13 
+ ##===- Makefile *- Makefile 
-*-===##
+ #
+ # This makefile contains information for building the SPEC2006 bwaves test.
+ #
+ 
##===--===##
+ 
+ LEVEL = ../../../..
+ 
+ FP_TOLERANCE= 0.015
+ FP_ABSTOLERANCE = 1.0e-16
+ 
+ include ../../Makefile.spec2006
+ include $(PROJ_SRC_ROOT)/Makefile.FORTRAN



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits