Tizen 2.0 Release
[profile/ivi/osmesa.git] / src / gallium / winsys / sw / xlib / Makefile
1 TOP = ../../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = ws_xlib
5
6 LIBRARY_INCLUDES = \
7         -I$(TOP)/src/gallium/include \
8         -I$(TOP)/src/gallium/drivers \
9         -I$(TOP)/src/gallium/auxiliary \
10         $(X11_CFLAGS)
11
12 C_SOURCES = \
13         xlib_sw_winsys.c 
14
15 include ../../../Makefile.template
16
17