Merge commit 'origin/master' into gallium-map-range
[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/state_trackers/dri2/libdri2drm.a \
11 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
12 $(TOP)/src/gallium/drivers/r300/libr300.a
13
14 DRIVER_SOURCES = \
15 radeon_buffer.c \
16 radeon_drm.c \
17 radeon_r300.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: