summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/xorg-r300/Makefile
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2011-06-14 01:00:36 +0200
committerMarek Olšák <[email protected]>2011-06-14 01:45:11 +0200
commitbe2b9bdcee67c0bc1d81c3fcec548e8981488ee0 (patch)
treef7bd74ad7311ae458afa1f38d6abd1a14434277c /src/gallium/targets/xorg-r300/Makefile
parent63e38bd0f6a1958f174a98e4b06be3fb152048b4 (diff)
xorg-radeon: rename to xorg-r300
Diffstat (limited to 'src/gallium/targets/xorg-r300/Makefile')
-rw-r--r--src/gallium/targets/xorg-r300/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/gallium/targets/xorg-r300/Makefile b/src/gallium/targets/xorg-r300/Makefile
new file mode 100644
index 00000000000..195ab817ad0
--- /dev/null
+++ b/src/gallium/targets/xorg-r300/Makefile
@@ -0,0 +1,24 @@
+TOP = ../../../..
+include $(TOP)/configs/current
+
+LIBNAME = r300_drv.so
+
+C_SOURCES = \
+ target.c \
+ xorg.c
+
+DRIVER_DEFINES = \
+ -DHAVE_CONFIG_H -DGALLIUM_RBUG -DGALLIUM_TRACE -DGALLIUM_GALAHAD
+
+DRIVER_PIPES = \
+ $(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/galahad/libgalahad.a \
+ $(TOP)/src/gallium/drivers/trace/libtrace.a \
+ $(TOP)/src/gallium/drivers/rbug/librbug.a
+
+DRIVER_LINKS = \
+ $(shell pkg-config --libs libdrm)
+
+include ../Makefile.xorg