Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.
[mesa.git] / src / mesa / drivers / dri / radeon / Makefile
1 # src/mesa/drivers/dri/radeon/Makefile
2 # Note, this Makefile requires GNU make
3
4 TOP = ../../../../..
5 include $(TOP)/configs/current
6
7 LIBNAME = radeon_dri.so
8
9 MINIGLX_SOURCES = server/radeon_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 radeon_context.c \
23 radeon_ioctl.c \
24 radeon_lock.c \
25 radeon_screen.c \
26 radeon_state.c \
27 radeon_state_init.c \
28 radeon_tex.c \
29 radeon_texmem.c \
30 radeon_texstate.c \
31 radeon_tcl.c \
32 radeon_swtcl.c \
33 radeon_span.c \
34 radeon_maos.c \
35 radeon_sanity.c \
36 radeon_compat.c \
37 radeon_vtxfmt.c \
38 radeon_vtxfmt_c.c \
39 radeon_vtxfmt_sse.c \
40 radeon_vtxfmt_x86.c
41
42 C_SOURCES = \
43 $(COMMON_SOURCES) \
44 $(DRIVER_SOURCES)
45
46
47 X86_SOURCES = \
48 radeon_vtxtmp_x86.S
49
50 include ../Makefile.template
51
52 symlinks: