# src/mesa/drivers/dri/r128/Makefile TOP = ../../../../.. include $(TOP)/configs/current LIBNAME = r128_dri.so MINIGLX_SOURCES = server/r128_dri.c COMMON_SOURCES = \ ../../common/driverfuncs.c \ ../common/mm.c \ ../common/utils.c \ ../common/texmem.c \ ../common/vblank.c \ ../common/xmlconfig.c \ ../common/dri_util.c \ ../common/glcontextmodes.c DRIVER_SOURCES = \ r128_context.c \ r128_lock.c \ r128_state.c \ r128_texstate.c \ r128_dd.c \ r128_screen.c \ r128_tex.c \ r128_tris.c \ r128_ioctl.c \ r128_span.c \ r128_texmem.c \ r128_vb.c C_SOURCES = \ $(COMMON_SOURCES) \ $(DRIVER_SOURCES) ASM_SOURCES = include ../Makefile.template symlinks: