summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/xlib/Makefile
blob: 056b6a308fd7adc2c64d4e47141d64dd355e65b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = ws_xlib

LIBRARY_INCLUDES = \
	-I$(TOP)/src/gallium/include \
	-I$(TOP)/src/gallium/drivers \
	-I$(TOP)/src/gallium/auxiliary

C_SOURCES = \
	xlib_cell.c \
	xlib_sw_winsys.c \
	xlib_llvmpipe.c \
	xlib_softpipe.c

include ../../Makefile.template