summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/Makefile
blob: 6ee0d8f248a4b1967cd151de723964eda9c73d29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = nv30

C_SOURCES = \
	nv30_context.c \
	nv30_draw.c \
	nv30_fragprog.c \
	nv30_fragtex.c \
	nv30_screen.c \
	nv30_state.c \
	nv30_state_fb.c \
	nv30_vbo.c \
	nv30_vertprog.c

LIBRARY_INCLUDES = -I$(TOP)/src/gallium/drivers/nvfx

include ../../Makefile.template