diff options
author | Matt Turner <[email protected]> | 2012-09-05 11:19:11 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:10 +0100 |
commit | c14c801a03c4f470db777ac90a2c687087126a8a (patch) | |
tree | 8354eed8fc207e9cadfdf61d3bb70c4718ba8e03 /src/gallium/targets/dri-vmwgfx/Makefile | |
parent | b3068d87cb26fa4f5225382f6c43600ce3956ba5 (diff) |
targets/dri-vmwgfx: Convert to automake
v2: Andreas Boll <[email protected]>
- Provide compatibility with scripts for the old Mesa build system
Diffstat (limited to 'src/gallium/targets/dri-vmwgfx/Makefile')
-rw-r--r-- | src/gallium/targets/dri-vmwgfx/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/gallium/targets/dri-vmwgfx/Makefile b/src/gallium/targets/dri-vmwgfx/Makefile deleted file mode 100644 index 8c716f42fe2..00000000000 --- a/src/gallium/targets/dri-vmwgfx/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -TOP = ../../../.. -include $(TOP)/configs/current - -LIBNAME = vmwgfx_dri.so - -PIPE_DRIVERS = \ - $(TOP)/src/gallium/state_trackers/dri/drm/libdridrm.a \ - $(TOP)/src/gallium/winsys/svga/drm/libsvgadrm.a \ - $(TOP)/src/gallium/winsys/sw/wrapper/libwsw.a \ - $(TOP)/src/gallium/drivers/trace/libtrace.a \ - $(TOP)/src/gallium/drivers/rbug/librbug.a \ - $(TOP)/src/gallium/drivers/svga/libsvga.a - -C_SOURCES = \ - target.c \ - vmw_powf.c \ - $(COMMON_GALLIUM_SOURCES) - -DRIVER_DEFINES = \ - -DGALLIUM_RBUG -DGALLIUM_TRACE - -include ../Makefile.dri - -symlinks: |