gallium: add soft screen helper
[mesa.git] / src / gallium / winsys / drm / sw / Makefile
1 TOP = ../../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = swdrm
5
6 C_SOURCES = \
7 soft_screen.c \
8 wrapper_sw_winsys.c \
9 sw_drm_api.c
10
11 LIBRARY_INCLUDES =
12
13 LIBRARY_DEFINES = -DGALLIUM_SOFTPIPE
14
15 include ../../../Makefile.template