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