aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/Makefile
blob: 6346ab1b7a44dd90f3681cecb33dc7e8b335edbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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

#This is for libdrm include path
CFLAGS+=$(RADEON_CFLAGS)

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

include ../../Makefile.template

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