1TOP = ../../../../..
2include $(TOP)/configs/current
3
4LIBNAME = xlib
5
6LIBRARY_INCLUDES = \
7	-I$(TOP)/include \
8	-I$(TOP)/src/mapi \
9	-I$(TOP)/src/mesa \
10	$(X11_CFLAGS)
11
12C_SOURCES = \
13	glx_api.c \
14	glx_getproc.c \
15	glx_usefont.c \
16	xm_api.c \
17	xm_st.c
18
19include ../../../Makefile.template
20