(Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only fast...
[mesa.git] / src / mesa / drivers / dri / i830 / Makefile
1
2 TOP = ../../../../..
3 include $(TOP)/configs/current
4
5 LIBNAME = i830_dri.so
6
7
8 COMMON_SOURCES = \
9 ../../common/driverfuncs.c \
10 ../common/mm.c \
11 ../common/utils.c \
12 ../common/texmem.c \
13 ../common/vblank.c \
14 ../common/xmlconfig.c \
15 ../common/dri_util.c \
16 ../common/glcontextmodes.c
17
18 DRIVER_SOURCES = \
19 i830_context.c \
20 i830_debug.c \
21 i830_ioctl.c \
22 i830_render.c \
23 i830_screen.c \
24 i830_span.c \
25 i830_state.c \
26 i830_tex.c \
27 i830_texmem.c \
28 i830_texstate.c \
29 i830_tris.c
30
31 C_SOURCES = \
32 $(COMMON_SOURCES) \
33 $(MINIGLX_SOURCES) \
34 $(DRIVER_SOURCES)
35
36 ASM_SOURCES =
37
38
39
40 include ../Makefile.template
41
42 symlinks: