[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CFP2000/179.art/Makefile

Chris Lattner lattner at cs.uiuc.edu
Mon Jun 23 12:16:01 PDT 2003


Changes in directory llvm/test/Programs/External/SPEC/CFP2000/179.art:

Makefile added (r1.1)

---
Log message:

Initial checkin of new bm


---
Diffs of the changes:

Index: llvm/test/Programs/External/SPEC/CFP2000/179.art/Makefile
diff -c /dev/null llvm/test/Programs/External/SPEC/CFP2000/179.art/Makefile:1.1
*** /dev/null	Mon Jun 23 12:15:28 2003
--- llvm/test/Programs/External/SPEC/CFP2000/179.art/Makefile	Mon Jun 23 12:15:18 2003
***************
*** 0 ****
--- 1,11 ----
+ LEVEL = ../../../../../..
+ ifdef LARGE_PROBLEM_SIZE
+ RUN_OPTIONS     = -scanfile c756hel.in -trainfile1 a10.img -stride 2 -startx 134 -starty 220 -endx 184 -endy 240 -objects 3
+ else
+ RUN_OPTIONS     = -scanfile c756hel.in -trainfile1 a10.img -stride 2 -startx 134 -starty 220 -endx 139 -endy 225 -objects 1
+ endif
+ #STDIN_FILENAME  = $(RUN_TYPE).in
+ STDOUT_FILENAME = $(RUN_TYPE).out
+ 
+ CPPFLAGS =
+ include ../../Makefile.spec





More information about the llvm-commits mailing list