mesa: merge gallium-0.2 into gallium-master-merge
[mesa.git] / src / gallium / winsys / drm / radeon / Makefile
1
2 TOP = ../../../../..
3 include $(TOP)/configs/current
4
5 LIBNAME = radeon_dri.so
6
7 MINIGLX_SOURCES =
8
9 PIPE_DRIVERS = \
10 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
11 $(TOP)/src/gallium/drivers/r300/libr300.a
12
13 DRIVER_SOURCES = \
14 radeon_buffer.c \
15 radeon_context.c \
16 radeon_r300.c \
17 radeon_screen.c \
18 radeon_winsys_softpipe.c
19
20 C_SOURCES = \
21 $(COMMON_GALLIUM_SOURCES) \
22 $(DRIVER_SOURCES)
23
24 ASM_SOURCES =
25
26 DRIVER_DEFINES = -I../../../drivers/r300
27
28 include ../Makefile.template
29
30 DRI_LIB_DEPS += -ldrm_radeon
31
32 symlinks: