Merge branch 'gallium-polygon-stipple'
[mesa.git] / src / gallium / targets / va-softpipe / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBBASENAME = softpipe_drv_video
5
6 DRIVER_DEFINES = -DGALLIUM_SOFTPIPE
7 DRIVER_INCLUDES =
8
9 PIPE_DRIVERS = \
10 $(TOP)/src/gallium/winsys/sw/xlib/libws_xlib.a \
11 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
12 $(TOP)/src/gallium/auxiliary/libgallium.a
13
14 C_SOURCES = \
15 $(TOP)/src/gallium/winsys/g3dvl/xlib/xsp_winsys.c
16
17 DRIVER_LIBS =
18
19 include ../Makefile.va
20
21 symlinks: