TOP = ../../../.. include $(TOP)/configs/current LIBNAME = radeon_drv.so C_SOURCES = \ radeon_target.c \ radeon_xorg.c DRIVER_DEFINES = \ -DHAVE_CONFIG_H DRIVER_LINKS = \ $(TOP)/src/gallium/state_trackers/xorg/libxorgtracker.a \ $(TOP)/src/gallium/winsys/radeon/drm/libradeonwinsys.a \ $(TOP)/src/gallium/drivers/r300/libr300.a \ $(TOP)/src/gallium/drivers/trace/libtrace.a \ $(TOP)/src/gallium/drivers/rbug/librbug.a \ $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \ $(GALLIUM_AUXILIARIES) \ $(shell pkg-config --libs libdrm libdrm_intel) include ../Makefile.xorg