summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv40/Makefile
blob: 9c8eadf7e440c07694da8a90bfb762f059fbac02 (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
28
29
30
31
32
33
34
35
36
37
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = nv40

DRIVER_SOURCES = \
	nv40_clear.c \
	nv40_context.c \
	nv40_draw.c \
	nv40_fragprog.c \
	nv40_fragtex.c \
	nv40_miptree.c \
	nv40_query.c \
	nv40_screen.c \
	nv40_state.c \
	nv40_state_blend.c \
	nv40_state_emit.c \
	nv40_state_fb.c \
	nv40_state_rasterizer.c \
	nv40_state_scissor.c \
	nv40_state_stipple.c \
	nv40_state_viewport.c \
	nv40_state_zsa.c \
	nv40_surface.c \
	nv40_vbo.c \
	nv40_vertprog.c

C_SOURCES = \
	$(COMMON_SOURCES) \
	$(DRIVER_SOURCES)

ASM_SOURCES = 

include ../../Makefile.template

symlinks: