Tizen 2.0 Release
[profile/ivi/osmesa.git] / src / gallium / state_trackers / glx / xlib / Makefile
1 TOP = ../../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = xlib
5
6 LIBRARY_INCLUDES = \
7         -I$(TOP)/include \
8         -I$(TOP)/src/mapi \
9         -I$(TOP)/src/mesa \
10         $(X11_CFLAGS)
11
12 C_SOURCES = \
13         glx_api.c \
14         glx_getproc.c \
15         glx_usefont.c \
16         xm_api.c \
17         xm_st.c
18
19 include ../../../Makefile.template