summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/xlib/Makefile
blob: 55e025653dac2bdd175c80ee13b12b4b365a4327 (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	\
	xfonts.c	\
	xm_api.c


include ../../Makefile.template

symlinks: