Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.
[mesa.git] / src / mesa / drivers / dri / tdfx / Makefile
1 # src/mesa/drivers/dri/tdfx/Makefile
2
3 TOP = ../../../../..
4 include $(TOP)/configs/current
5
6 LIBNAME = tdfx_dri.so
7
8 # not yet
9 # MINIGLX_SOURCES = server/tdfx_dri.c
10
11 COMMON_SOURCES = \
12 ../../common/driverfuncs.c \
13 ../common/mm.c \
14 ../common/utils.c \
15 ../common/texmem.c \
16 ../common/vblank.c \
17 ../common/xmlconfig.c \
18 ../common/dri_util.c \
19 ../common/glcontextmodes.c
20
21 DRIVER_SOURCES = \
22 tdfx_context.c \
23 tdfx_dd.c \
24 tdfx_lock.c \
25 tdfx_pixels.c \
26 tdfx_render.c \
27 tdfx_screen.c \
28 tdfx_span.c \
29 tdfx_state.c \
30 tdfx_tex.c \
31 tdfx_texman.c \
32 tdfx_texstate.c \
33 tdfx_tris.c \
34 tdfx_vb.c
35
36 C_SOURCES = \
37 $(COMMON_SOURCES) \
38 $(DRIVER_SOURCES)
39
40
41 ASM_SOURCES =
42
43 include ../Makefile.template
44
45 symlinks:
46
47