(Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only fast...
[mesa.git] / src / mesa / drivers / dri / ffb / Makefile
1 # src/mesa/drivers/dri/ffb/Makefile
2
3 TOP = ../../../../..
4 include $(TOP)/configs/current
5
6 LIBNAME = ffb_dri.so
7
8 # not yet
9 # MINIGLX_SOURCES = server/ffb_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 ffb_bitmap.c \
23 ffb_clear.c \
24 ffb_dd.c \
25 ffb_depth.c \
26 ffb_fog.c \
27 ffb_lines.c \
28 ffb_points.c \
29 ffb_span.c \
30 ffb_state.c \
31 ffb_stencil.c \
32 ffb_tex.c \
33 ffb_tris.c \
34 ffb_vb.c \
35 ffb_xmesa.c
36
37 C_SOURCES = \
38 $(COMMON_SOURCES) \
39 $(DRIVER_SOURCES)
40
41
42 ASM_SOURCES =
43
44 include ../Makefile.template
45
46 symlinks: