[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/177.mesa/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Mon Sep 6 16:22:23 PDT 2004
Changes in directory llvm-test/External/SPEC/CFP2000/177.mesa:
Makefile updated: 1.5 -> 1.6
---
Log message:
Fix path to Makefile.spec2000, general clean up
---
Diffs of the changes: (+11 -13)
Index: llvm-test/External/SPEC/CFP2000/177.mesa/Makefile
diff -u llvm-test/External/SPEC/CFP2000/177.mesa/Makefile:1.5 llvm-test/External/SPEC/CFP2000/177.mesa/Makefile:1.6
--- llvm-test/External/SPEC/CFP2000/177.mesa/Makefile:1.5 Wed Sep 1 09:33:19 2004
+++ llvm-test/External/SPEC/CFP2000/177.mesa/Makefile Mon Sep 6 18:22:12 2004
@@ -2,24 +2,22 @@
FP_ABSTOLERANCE := 4
ifdef LARGE_PROBLEM_SIZE
-RUN_OPTIONS := -frames 500
+RUN_OPTIONS := -frames 500
else
-RUN_OPTIONS := -frames 10
+RUN_OPTIONS := -frames 10
endif
RUN_OPTIONS += -meshfile mesa.in -ppmfile mesa.ppm
-#STDIN_FILENAME = ammp.in
-#STDOUT_FILENAME = ammp.out
CPPFLAGS =
Source = $(addprefix $(SPEC_BENCH_DIR)/src/, \
- accum.c alpha.c alphabuf.c api1.c api2.c attrib.c bitmap.c blend.c \
- clip.c colortab.c context.c copypix.c depth.c dlist.c drawpix.c \
- enable.c eval.c feedback.c fog.c get.c hash.c image.c light.c \
- lines.c logic.c masking.c matrix.c misc.c mmath.c osmesa.c pb.c \
- pixel.c pointers.c points.c polygon.c quads.c rastpos.c readpix.c \
- rect.c scissor.c shade.c span.c stencil.c teximage.c texobj.c \
- texstate.c texture.c triangle.c varray.c vb.c vbfill.c vbrender.c \
- vbxform.c winpos.c xform.c mesa4.c)
+ accum.c alpha.c alphabuf.c api1.c api2.c attrib.c bitmap.c blend.c \
+ clip.c colortab.c context.c copypix.c depth.c dlist.c drawpix.c \
+ enable.c eval.c feedback.c fog.c get.c hash.c image.c light.c \
+ lines.c logic.c masking.c matrix.c misc.c mmath.c osmesa.c pb.c \
+ pixel.c pointers.c points.c polygon.c quads.c rastpos.c readpix.c \
+ rect.c scissor.c shade.c span.c stencil.c teximage.c texobj.c \
+ texstate.c texture.c triangle.c varray.c vb.c vbfill.c vbrender.c \
+ vbxform.c winpos.c xform.c mesa4.c)
-include ../../Makefile.spec2000
+include $(LEVEL)/External/SPEC/Makefile.spec2000
More information about the llvm-commits
mailing list