r300: Fix R300_CMD_SCRATCH on big endian.
[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 RADEON_COMMON_SOURCES = \
12 radeon_texture.c \
13 radeon_common_context.c \
14 radeon_common.c \
15 radeon_dma.c \
16 radeon_lock.c \
17 radeon_bo_legacy.c \
18 radeon_cs_legacy.c \
19 radeon_mipmap_tree.c \
20 radeon_span.c
21
22 DRIVER_SOURCES = \
23 radeon_context.c \
24 radeon_ioctl.c \
25 radeon_screen.c \
26 radeon_state.c \
27 radeon_state_init.c \
28 radeon_tex.c \
29 radeon_texstate.c \
30 radeon_tcl.c \
31 radeon_swtcl.c \
32 radeon_maos.c \
33 radeon_sanity.c \
34 $(RADEON_COMMON_SOURCES)
35
36 C_SOURCES = \
37 $(COMMON_SOURCES) \
38 $(DRIVER_SOURCES)
39
40 DRIVER_DEFINES = -DRADEON_COMMON=0
41
42 DRI_LIB_DEPS += #-ldrm_radeon
43
44 X86_SOURCES =
45
46 include ../Makefile.template
47
48 symlinks: