summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/glx/xlib/Makefile
blob: 1b63db1f0ea94fb482ae4a0df88f57fbe8949233 (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: