summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xlib/Makefile
blob: 442d99d638c718234d76dbe39219a1ee093ae66c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = xlib


DRIVER_INCLUDES = \
	-I$(TOP)/include \
	-I$(TOP)/src/mesa \
	-I$(TOP)/src/mesa/main \
	-I$(TOP)/src/gallium/include \
	-I$(TOP)/src/gallium/drivers \
	-I$(TOP)/src/gallium/auxiliary

C_SOURCES = \
	glxapi.c	\
	fakeglx.c	\
	fakeglx_fonts.c	\
	xm_api.c


include ../../Makefile.template

symlinks: