summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/Makefile
blob: 5f56fc458b3d56f4958b40fc5a94dd8fd3861ffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = r300

# get C_SOURCES
include Makefile.sources

# needed to build non-libmesagallium.a targets
C_SOURCES += \
	$(TOP)/src/glsl/ralloc.c \
	$(TOP)/src/mesa/program/register_allocate.c


LIBRARY_INCLUDES = \
	-I$(TOP)/include \
	-I$(TOP)/src/mesa \
	-I$(TOP)/src/glsl

include ../../Makefile.template

test: default
	@$(MAKE) -s -C compiler/tests/