Makefile revision 61e843ff4bf9b9e8c4a7a8a485cee852a4f1dd86
1TOP = ../../../../..
2include $(TOP)/configs/current
3
4LIBNAME = xlib
5
6
7DRIVER_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
15C_SOURCES = \
16	glxapi.c	\
17	fakeglx.c	\
18	fakeglx_fonts.c	\
19	xm_api.c
20
21
22include ../../../Makefile.template
23
24symlinks:
25
26