6517285e4baab11efeacd9f65c10f9a0c0aa2d08
[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
19 DRIVER_SOURCES = \
20 tdfx_context.c \
21 tdfx_dd.c \
22 tdfx_lock.c \
23 tdfx_pixels.c \
24 tdfx_render.c \
25 tdfx_screen.c \
26 tdfx_span.c \
27 tdfx_state.c \
28 tdfx_tex.c \
29 tdfx_texman.c \
30 tdfx_texstate.c \
31 tdfx_tris.c \
32 tdfx_vb.c
33
34 C_SOURCES = \
35 $(COMMON_SOURCES) \
36 $(DRIVER_SOURCES)
37
38
39 ASM_SOURCES =
40
41 include ../Makefile.template
42
43 symlinks:
44
45