1 # src/mesa/drivers/dri/radeon/Makefile
2 # Note, this Makefile requires GNU make
5 include $(TOP)/configs/current
7 LIBNAME = radeon_dri.so
9 include ../Makefile.defines
11 ifeq ($(RADEON_LDFLAGS),)
12 CS_SOURCES = radeon_cs_space_drm.c radeon_bo.c radeon_cs.c
15 RADEON_COMMON_SOURCES = \
17 radeon_buffer_objects.c \
18 radeon_common_context.c \
23 radeon_mipmap_tree.c \
44 $(RADEON_COMMON_SOURCES)
51 DRIVER_DEFINES = -DRADEON_R100
53 INCLUDES += $(RADEON_CFLAGS)
54 DRI_LIB_DEPS += $(RADEON_LDFLAGS)
58 include ../Makefile.targets