
TOP = ../../../../../..
include $(TOP)/configs/current

LIBNAME = radeonwinsys

C_SOURCES = \
	radeon_buffer.c \
	radeon_drm.c \
	radeon_r300.c \
	radeon_winsys_softpipe.c

LIBRARY_INCLUDES = -I$(TOP)/src/gallium/drivers/r300 \
		   $(shell pkg-config libdrm --cflags-only-I)

include ../../../../Makefile.template

symlinks:
