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