442d99d638c718234d76dbe39219a1ee093ae66c
[mesa.git] / src / gallium / state_trackers / xlib / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = xlib
5
6
7 DRIVER_INCLUDES = \
8 -I$(TOP)/include \
9 -I$(TOP)/src/mesa \
10 -I$(TOP)/src/mesa/main \
11 -I$(TOP)/src/gallium/include \
12 -I$(TOP)/src/gallium/drivers \
13 -I$(TOP)/src/gallium/auxiliary
14
15 C_SOURCES = \
16 glxapi.c \
17 fakeglx.c \
18 fakeglx_fonts.c \
19 xm_api.c
20
21
22 include ../../Makefile.template
23
24 symlinks:
25