1TOP = ../../../../.. 2include $(TOP)/configs/current 3 4LIBNAME = ws_xlib 5 6LIBRARY_INCLUDES = \ 7 -I$(TOP)/src/gallium/include \ 8 -I$(TOP)/src/gallium/drivers \ 9 -I$(TOP)/src/gallium/auxiliary \ 10 $(X11_CFLAGS) 11 12C_SOURCES = \ 13 xlib_sw_winsys.c 14 15include ../../../Makefile.template 16 17 18