summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/vdpau-nouveau/Makefile
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2012-09-05 15:55:49 -0700
committerAndreas Boll <[email protected]>2013-01-10 22:01:10 +0100
commitd0df9e82c769f036ed4dd6d173e0dd0fc064b6b5 (patch)
tree30909affda164861d9609e83b74cc78beeddbd16 /src/gallium/targets/vdpau-nouveau/Makefile
parent184b2f0f68224691ac754afe27e83645c2802c8e (diff)
targets/vdpau-nouveau: Convert to automake
v2: Andreas Boll <[email protected]> - Add missing vdpau 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/vdpau-nouveau/Makefile')
-rw-r--r--src/gallium/targets/vdpau-nouveau/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/gallium/targets/vdpau-nouveau/Makefile b/src/gallium/targets/vdpau-nouveau/Makefile
deleted file mode 100644
index bb971c6f293..00000000000
--- a/src/gallium/targets/vdpau-nouveau/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-TOP = ../../../..
-include $(TOP)/configs/current
-
-LIBBASENAME = vdpau_nouveau
-
-DRIVER_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
-
-PIPE_DRIVERS = \
- $(TOP)/src/gallium/winsys/nouveau/drm/libnouveaudrm.a \
- $(TOP)/src/gallium/drivers/nv30/libnv30.a \
- $(TOP)/src/gallium/drivers/nv50/libnv50.a \
- $(TOP)/src/gallium/drivers/nvc0/libnvc0.a \
- $(TOP)/src/gallium/drivers/nouveau/libnouveau.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 = $(shell $(PKG_CONFIG) libdrm_nouveau --libs) -lXfixes
-
-LINK_WITH_CXX=1
-
-include ../Makefile.vdpau
-
-symlinks: