139b01b982ade7d245a658ed57acb10c2a402f5a
[mesa.git] / src / gallium / targets / vdpau-softpipe / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBBASENAME = vdpau_softpipe
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.vdpau
20
21 symlinks: