diff options
author | Jakob Bornecrantz <jakob@vmware.com> | 2010-03-25 14:48:41 +0100 |
---|---|---|
committer | Jakob Bornecrantz <jakob@vmware.com> | 2010-03-25 14:48:41 +0100 |
commit | 7d17de4b47b68dfd9137d3f8c5edf627d5ade902 (patch) | |
tree | bddabffc3a56ca7fe664484d06538ae7425ee2f1 /src/gallium/targets/dri-vmwgfx/Makefile | |
parent | 8b12c58ce41f33108431213725d5d9b9aac8912c (diff) | |
parent | 0d0220fedc7a8d490162f7385d19b2d0ab3fb8d9 (diff) |
Merge branch 'gallium-targets'
Diffstat (limited to 'src/gallium/targets/dri-vmwgfx/Makefile')
-rw-r--r-- | src/gallium/targets/dri-vmwgfx/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/gallium/targets/dri-vmwgfx/Makefile b/src/gallium/targets/dri-vmwgfx/Makefile new file mode 100644 index 0000000000..32edc46a3d --- /dev/null +++ b/src/gallium/targets/dri-vmwgfx/Makefile @@ -0,0 +1,17 @@ +TOP = ../../../.. +include $(TOP)/configs/current + +LIBNAME = vmwgfx_dri.so + +PIPE_DRIVERS = \ + $(TOP)/src/gallium/state_trackers/dri/libdridrm.a \ + $(TOP)/src/gallium/winsys/svga/drm/libsvgadrm.a \ + $(TOP)/src/gallium/drivers/trace/libtrace.a \ + $(TOP)/src/gallium/drivers/svga/libsvga.a + +C_SOURCES = \ + $(COMMON_GALLIUM_SOURCES) + +include ../Makefile.dri + +symlinks: |