[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CFP2000/177.mesa/Makefile

Chris Lattner lattner at cs.uiuc.edu
Tue Sep 30 12:30:01 PDT 2003


Changes in directory llvm/test/Programs/External/SPEC/CFP2000/177.mesa:

Makefile updated: 1.1 -> 1.2

---
Log message:

As if spec weren't irritating enough, this benchmark also has extra cruft
laying around in it's source directory.


---
Diffs of the changes:

Index: llvm/test/Programs/External/SPEC/CFP2000/177.mesa/Makefile
diff -u llvm/test/Programs/External/SPEC/CFP2000/177.mesa/Makefile:1.1 llvm/test/Programs/External/SPEC/CFP2000/177.mesa/Makefile:1.2
--- llvm/test/Programs/External/SPEC/CFP2000/177.mesa/Makefile:1.1	Tue Sep 30 11:08:11 2003
+++ llvm/test/Programs/External/SPEC/CFP2000/177.mesa/Makefile	Tue Sep 30 12:29:18 2003
@@ -9,4 +9,15 @@
 #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)
+
 include ../../Makefile.spec





More information about the llvm-commits mailing list