Changes in directory llvm-test/External/SPEC/CINT2006/464.h264ref:

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

Initial commit of the Makefiles for the SPEC2006 integer benchmarks.


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

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


Index: llvm-test/External/SPEC/CINT2006/464.h264ref/Makefile
diff -c /dev/null llvm-test/External/SPEC/CINT2006/464.h264ref/Makefile:1.1
*** /dev/null   Thu Aug 31 14:26:46 2006
--- llvm-test/External/SPEC/CINT2006/464.h264ref/Makefile       Thu Aug 31 
14:26:36 2006
***************
*** 0 ****
--- 1,17 ----
+ ##===- Makefile --------------------------------------------*- Makefile 
-*-===##
+ #
+ # This makefile contains information for building the SPEC2006 h264ref test.
+ #
+ 
##===----------------------------------------------------------------------===##
+ 
+ LEVEL = ../../../..
+ 
+ include ../../Makefile.spec2006
+ 
+ ifeq ($(RUN_TYPE),test)
+   RUN_OPTIONS     := -d foreman_test_encoder_baseline.cfg
+   STDOUT_FILENAME := foreman_test_baseline_encodelog.out
+ else
+   RUN_OPTIONS     := -d foreman_train_encoder_baseline.cfg
+   STDOUT_FILENAME := foreman_train_baseline_encodelog.out
+ endif



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

Reply via email to