Rename the various function types in t_context.h to include a tnl_ prefix.
[mesa.git] / src / mesa / drivers / dri / r128 / Makefile
1 # src/mesa/drivers/dri/r128/Makefile
2
3 TOP = ../../../../..
4 include $(TOP)/configs/current
5
6 LIBNAME = r128_dri.so
7
8 MINIGLX_SOURCES = server/r128_dri.c
9
10 COMMON_SOURCES = \
11 ../../common/driverfuncs.c \
12 ../common/mm.c \
13 ../common/utils.c \
14 ../common/texmem.c \
15 ../common/vblank.c \
16 ../common/xmlconfig.c \
17 ../common/dri_util.c \
18 ../common/glcontextmodes.c
19
20 DRIVER_SOURCES = \
21 r128_context.c \
22 r128_lock.c \
23 r128_state.c \
24 r128_texstate.c \
25 r128_dd.c \
26 r128_screen.c \
27 r128_tex.c \
28 r128_tris.c \
29 r128_ioctl.c \
30 r128_span.c \
31 r128_texmem.c \
32 r128_vb.c
33
34 C_SOURCES = \
35 $(COMMON_SOURCES) \
36 $(DRIVER_SOURCES)
37
38 ASM_SOURCES =
39
40
41 include ../Makefile.template
42
43 symlinks: