Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-video
[mesa.git] / src / gallium / targets / dri-vmwgfx / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = vmwgfx_dri.so
5
6 PIPE_DRIVERS = \
7 $(TOP)/src/gallium/state_trackers/dri/drm/libdridrm.a \
8 $(TOP)/src/gallium/winsys/svga/drm/libsvgadrm.a \
9 $(TOP)/src/gallium/drivers/trace/libtrace.a \
10 $(TOP)/src/gallium/drivers/rbug/librbug.a \
11 $(TOP)/src/gallium/drivers/svga/libsvga.a
12
13 C_SOURCES = \
14 target.c \
15 $(COMMON_GALLIUM_SOURCES)
16
17 DRIVER_DEFINES = \
18 -DGALLIUM_RBUG -DGALLIUM_TRACE
19
20 include ../Makefile.dri
21
22 symlinks: