summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/xvmc-r300/Makefile
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2012-09-07 13:53:51 -0700
committerAndreas Boll <[email protected]>2013-01-10 22:01:11 +0100
commitc2371ccdaca8f64e1946bdebf69c4ebbbca1e18b (patch)
tree092529d8ea60a0c015693eea017454ee86f4c2a3 /src/gallium/targets/xvmc-r300/Makefile
parentb173b16cba6cc570dbeebd250a472fc2de02b7e3 (diff)
targets/xvmc-r300: Convert to automake
v2: Andreas Boll <[email protected]> - Add missing xvmc state tracker to _LIBADD variable v3: Andreas Boll <[email protected]> - Provide compatibility with scripts for the old Mesa build system
Diffstat (limited to 'src/gallium/targets/xvmc-r300/Makefile')
-rw-r--r--src/gallium/targets/xvmc-r300/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/gallium/targets/xvmc-r300/Makefile b/src/gallium/targets/xvmc-r300/Makefile
deleted file mode 100644
index 0bf75cbe070..00000000000
--- a/src/gallium/targets/xvmc-r300/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-TOP = ../../../..
-include $(TOP)/configs/current
-
-LIBBASENAME = XvMCr300
-
-DRIVER_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
-
-PIPE_DRIVERS = \
- $(TOP)/src/gallium/drivers/r300/libr300-helper.a \
- $(TOP)/src/gallium/drivers/r300/libr300.a \
- $(TOP)/src/gallium/winsys/radeon/drm/libradeonwinsys.a \
- $(TOP)/src/gallium/drivers/trace/libtrace.a \
- $(TOP)/src/gallium/auxiliary/libgallium.a
-
-C_SOURCES = \
- target.c \
- $(TOP)/src/gallium/auxiliary/vl/vl_winsys_dri.c \
- $(COMMON_GALLIUM_SOURCES) \
- $(DRIVER_SOURCES)
-
-DRIVER_LIBS = $(LIBDRM_LIBS) $(RADEON_LIBS) -lXfixes
-
-include ../Makefile.xvmc
-
-symlinks: