summaryrefslogtreecommitdiff
path: root/src/gallium/targets/xvmc-softpipe/Makefile
diff options
context:
space:
mode:
authorChristian König <deathsimple@vodafone.de>2011-07-13 22:56:06 +0200
committerChristian König <deathsimple@vodafone.de>2011-07-13 22:56:06 +0200
commited24e19070b7dff12670151b2d184f31c845ccae (patch)
tree98b47585f9223ee95cbbf541e6434598d9439491 /src/gallium/targets/xvmc-softpipe/Makefile
parent85e1fa55066783d2748993810708dee6db7a4993 (diff)
parenta2a6799fbefc6900f2371efab778c5bc2bf5a6e9 (diff)
Merge branch 'pipe-video'
Diffstat (limited to 'src/gallium/targets/xvmc-softpipe/Makefile')
-rw-r--r--src/gallium/targets/xvmc-softpipe/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/gallium/targets/xvmc-softpipe/Makefile b/src/gallium/targets/xvmc-softpipe/Makefile
new file mode 100644
index 00000000000..ffc042900a7
--- /dev/null
+++ b/src/gallium/targets/xvmc-softpipe/Makefile
@@ -0,0 +1,21 @@
+TOP = ../../../..
+include $(TOP)/configs/current
+
+LIBBASENAME = XvMCsoftpipe
+
+DRIVER_DEFINES = -DGALLIUM_SOFTPIPE
+DRIVER_INCLUDES =
+
+PIPE_DRIVERS = \
+ $(TOP)/src/gallium/winsys/sw/xlib/libws_xlib.a \
+ $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
+ $(TOP)/src/gallium/auxiliary/libgallium.a
+
+C_SOURCES = \
+ $(TOP)/src/gallium/winsys/g3dvl/xlib/xsp_winsys.c
+
+DRIVER_LIBS = $(LLVM_LIBS)
+
+include ../Makefile.xvmc
+
+symlinks: