2c7bafaa03532de823ae8c9c6310e40f10cbaaa9
[mesa.git] / src / mesa / drivers / dri / s3v / Makefile
1 # src/mesa/drivers/dri/s3v/Makefile
2
3 TOP = ../../../../..
4 include $(TOP)/configs/current
5
6 LIBNAME = s3v_dri.so
7
8 # Doesn't exist yet.
9 #MINIGLX_SOURCES = server/savage_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/drirenderbuffer.c \
20 ../common/glcontextmodes.c
21
22 DRIVER_SOURCES = \
23 s3v_context.c \
24 s3v_dd.c \
25 s3v_inithw.c \
26 s3v_lock.c \
27 s3v_render.c \
28 s3v_screen.c \
29 s3v_span.c \
30 s3v_state.c \
31 s3v_tex.c \
32 s3v_texmem.c \
33 s3v_texstate.c \
34 s3v_tris.c \
35 s3v_vb.c \
36 s3v_xmesa.c
37
38 C_SOURCES = \
39 $(COMMON_SOURCES) \
40 $(DRIVER_SOURCES)
41
42 ASM_SOURCES =
43
44
45 include ../Makefile.template
46
47 symlinks: