radeon/r200/r300: make legacy emit non-r300 specific
[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 DRIVER_SOURCES = \
12 radeon_context.c \
13 radeon_ioctl.c \
14 radeon_screen.c \
15 radeon_state.c \
16 radeon_state_init.c \
17 radeon_tex.c \
18 radeon_texmem.c \
19 radeon_texstate.c \
20 radeon_tcl.c \
21 radeon_swtcl.c \
22 radeon_span.c \
23 radeon_maos.c \
24 radeon_sanity.c \
25 common_lock.c \
26 common_misc.c \
27 radeon_bo_legacy.c \
28 radeon_cs_legacy.c
29
30 C_SOURCES = \
31 $(COMMON_SOURCES) \
32 $(DRIVER_SOURCES)
33
34 DRIVER_DEFINES = -DRADEON_COMMON=0
35
36 DRI_LIB_DEPS += -ldrm_radeon
37
38 X86_SOURCES =
39
40 include ../Makefile.template
41
42 symlinks: