aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/xorg-r300/Makefile
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2012-09-07 13:21:58 -0700
committerAndreas Boll <[email protected]>2013-01-10 22:01:10 +0100
commit7d451ba83a2792297e2a1ffe4838c4059225f9c3 (patch)
tree84367fc33a5fc8089c4ad38e6bdc48c10b47dc9d /src/gallium/targets/xorg-r300/Makefile
parentf984d128c57d19ea1f8d431c2f987cbfa69392e9 (diff)
targets/xorg-r300: Convert to automake
v2: Andreas Boll <[email protected]> - Provide compatibility with scripts for the old Mesa build system
Diffstat (limited to 'src/gallium/targets/xorg-r300/Makefile')
-rw-r--r--src/gallium/targets/xorg-r300/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/gallium/targets/xorg-r300/Makefile b/src/gallium/targets/xorg-r300/Makefile
deleted file mode 100644
index 08b87185f76..00000000000
--- a/src/gallium/targets/xorg-r300/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-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-helper.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 libdrm_radeon)
-
-include ../Makefile.xorg