[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/179.art/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Mon Sep 6 16:24:08 PDT 2004
Changes in directory llvm-test/External/SPEC/CFP2000/179.art:
Makefile updated: 1.3 -> 1.4
---
Log message:
Fix path to Makefile.spec2000 as a result of moving test/Programs to a project
---
Diffs of the changes: (+7 -5)
Index: llvm-test/External/SPEC/CFP2000/179.art/Makefile
diff -u llvm-test/External/SPEC/CFP2000/179.art/Makefile:1.3 llvm-test/External/SPEC/CFP2000/179.art/Makefile:1.4
--- llvm-test/External/SPEC/CFP2000/179.art/Makefile:1.3 Wed Sep 1 09:33:20 2004
+++ llvm-test/External/SPEC/CFP2000/179.art/Makefile Mon Sep 6 18:23:58 2004
@@ -1,11 +1,13 @@
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
+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
+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
+#STDIN_FILENAME = $(RUN_TYPE).in
+STDOUT_FILENAME = $(RUN_TYPE).out
CPPFLAGS =
-include ../../Makefile.spec2000
+
+include $(LEVEL)/External/SPEC/Makefile.spec2000
More information about the llvm-commits
mailing list