[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/482.sphinx3/Makefile

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



Changes in directory llvm-test/External/SPEC/CFP2006/482.sphinx3:

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

Initial commit for the SPEC2006 floating point Makefiles.


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

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


Index: llvm-test/External/SPEC/CFP2006/482.sphinx3/Makefile
diff -c /dev/null llvm-test/External/SPEC/CFP2006/482.sphinx3/Makefile:1.1
*** /dev/null	Fri Sep  1 18:27:23 2006
--- llvm-test/External/SPEC/CFP2006/482.sphinx3/Makefile	Fri Sep  1 18:27:13 2006
***************
*** 0 ****
--- 1,24 ----
+ ##===- Makefile --------------------------------------------*- Makefile -*-===##
+ #
+ # This makefile contains information for building the SPEC2006 sphinx3 test.
+ #
+ ##===----------------------------------------------------------------------===##
+ 
+ LEVEL = ../../../..
+ 
+ FP_TOLERANCE = 0.001
+ 
+ include ../../Makefile.spec2006
+ 
+ CPPFLAGS += -I$(SPEC_BENCH_DIR)/src/libutil -DHAVE_CONFIG_H -DSPEC_CPU
+ 
+ ifeq ($(RUN_TYPE),test)
+   RUN_OPTIONS     := `cp an406-fcaw-b.be.raw an406-fcaw-b.raw` \
+                      `cp an407-fcaw-b.be.raw an407-fcaw-b.raw` \
+                      `echo "an406-fcaw-b 128000" > ctlfile`    \
+                      `echo "an407-fcaw-b 131200" >> ctlfile` ctlfile . args.an4
+   STDOUT_FILENAME := an4.log
+ else
+   RUN_OPTIONS     := leng100.hmm
+   STDOUT_FILENAME := leng100.out
+ endif






More information about the llvm-commits mailing list