summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/tdfx/Makefile
blob: 092c580feac75f2a4faf3dd2d8a37abbb2a4eddf (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
# src/mesa/drivers/dri/tdfx/Makefile

TOP = ../../../../..
include $(TOP)/configs/current

LIBNAME = tdfx_dri.so

# not yet
# MINIGLX_SOURCES = server/tdfx_dri.c 

DRIVER_SOURCES = \
	tdfx_context.c \
	tdfx_dd.c \
	tdfx_lock.c \
	tdfx_pixels.c \
	tdfx_render.c \
	tdfx_screen.c \
	tdfx_span.c \
	tdfx_state.c \
	tdfx_tex.c \
	tdfx_texman.c \
	tdfx_texstate.c \
	tdfx_tris.c \
	tdfx_vb.c

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


ASM_SOURCES = 

include ../Makefile.template

symlinks: