[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CFP2000/177.mesa/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Sep 30 11:09:04 PDT 2003
Changes in directory llvm/test/Programs/External/SPEC/CFP2000/177.mesa:
Makefile added (r1.1)
---
Log message:
initial checkin of mesa makefile
---
Diffs of the changes:
Index: llvm/test/Programs/External/SPEC/CFP2000/177.mesa/Makefile
diff -c /dev/null llvm/test/Programs/External/SPEC/CFP2000/177.mesa/Makefile:1.1
*** /dev/null Tue Sep 30 11:08:21 2003
--- llvm/test/Programs/External/SPEC/CFP2000/177.mesa/Makefile Tue Sep 30 11:08:11 2003
***************
*** 0 ****
--- 1,12 ----
+ LEVEL = ../../../../../..
+ ifdef LARGE_PROBLEM_SIZE
+ RUN_OPTIONS := -frames 500
+ else
+ RUN_OPTIONS := -frames 10
+ endif
+
+ RUN_OPTIONS += -meshfile mesa.in -ppmfile mesa.ppm
+ #STDIN_FILENAME = ammp.in
+ #STDOUT_FILENAME = ammp.out
+ CPPFLAGS =
+ include ../../Makefile.spec
More information about the llvm-commits
mailing list