[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/301.apsi/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Wed Jul 20 18:38:38 PDT 2005
Changes in directory llvm-test/External/SPEC/CFP2000/301.apsi:
Makefile added (r1.1)
---
Log message:
Add 301.apsi, which I forgot to check in earlier
---
Diffs of the changes: (+13 -0)
Makefile | 13 +++++++++++++
1 files changed, 13 insertions(+)
Index: llvm-test/External/SPEC/CFP2000/301.apsi/Makefile
diff -c /dev/null llvm-test/External/SPEC/CFP2000/301.apsi/Makefile:1.1
*** /dev/null Wed Jul 20 20:38:37 2005
--- llvm-test/External/SPEC/CFP2000/301.apsi/Makefile Wed Jul 20 20:38:27 2005
***************
*** 0 ****
--- 1,13 ----
+ LEVEL = ../../../..
+
+ Source = apsi.f
+
+ FP_ABSTOLERANCE=0.0000001
+ FP_TOLERANCE=0.01
+
+ #STDIN_FILENAME = apsi.in
+ STDOUT_FILENAME = apsi.out
+ NAGFORTRAN_FLAGS = -dusty
+
+ include $(LEVEL)/Makefile.FORTRAN
+ include ../../Makefile.spec2000
More information about the llvm-commits
mailing list