summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/nv40/Makefile
blob: c9c3a8032e59cf408727318a6b6f2c0fe6a6cdc5 (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
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_state.c \
	nv40_state_emit.c \
	nv40_surface.c \
	nv40_vbo.c \
	nv40_vertprog.c

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

ASM_SOURCES = 

include ../Makefile.template

symlinks: