Merge commit 'origin/gallium-0.1'
[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_drm.c \
17 radeon_r300.c \
18 radeon_screen.c \
19 radeon_winsys_softpipe.c
20
21 C_SOURCES = \
22 $(COMMON_GALLIUM_SOURCES) \
23 $(DRIVER_SOURCES)
24
25 ASM_SOURCES =
26
27 DRIVER_DEFINES = -I../../../drivers/r300
28
29 include ../Makefile.template
30
31 DRI_LIB_DEPS += -ldrm_radeon
32
33 symlinks: