Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-video
[mesa.git] / src / gallium / targets / xvmc-softpipe / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 DRIVER_DEFINES = -DGALLIUM_SOFTPIPE
5 DRIVER_INCLUDES =
6
7 PIPE_DRIVERS = \
8 $(TOP)/src/gallium/winsys/sw/xlib/libws_xlib.a \
9 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
10 $(TOP)/src/gallium/auxiliary/libgallium.a
11
12 C_SOURCES = \
13 $(TOP)/src/gallium/winsys/g3dvl/xlib/xsp_winsys.c
14
15 DRIVER_LIBS =
16
17 include ../Makefile.xvmc
18
19 symlinks: