411af2b3749c3aa6f1c16ef133ade235bd5c4fce
[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/drirenderbuffer.c \
17 ../common/glcontextmodes.c
18
19 DRIVER_SOURCES = \
20 i830_context.c \
21 i830_debug.c \
22 i830_ioctl.c \
23 i830_render.c \
24 i830_screen.c \
25 i830_span.c \
26 i830_state.c \
27 i830_tex.c \
28 i830_texmem.c \
29 i830_texstate.c \
30 i830_tris.c
31
32 C_SOURCES = \
33 $(COMMON_SOURCES) \
34 $(MINIGLX_SOURCES) \
35 $(DRIVER_SOURCES)
36
37 ASM_SOURCES =
38
39
40
41 include ../Makefile.template
42
43 symlinks: