blob: b21b95bb0d796dd917920d14744c24f90fd451fe [file] [log] [blame]
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 =
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