summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/Makefile
blob: aae31a6a6eb5871718e31e6229d8ba5910ad0956 (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
26
27
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = r600

LIBRARY_INCLUDES = \
	$(shell pkg-config libdrm --cflags-only-I)

C_SOURCES = \
	r600_buffer.c \
	r600_context.c \
	r600_draw.c \
	r600_blit.c \
	r600_helper.c \
	r600_query.c \
	r600_resource.c \
	r600_screen.c \
	r600_state.c \
	r600_texture.c \
	r600_shader.c \
	r600_compiler.c \
	r600_compiler_tgsi.c \
	r600_compiler_dump.c \
	r600_compiler_r600.c \
	r600_compiler_r700.c

include ../../Makefile.template