blob: 5f3a4f2191ba93f0c78d9d8c99921aea1c2fbfb4 [file] [log] [blame]
# src/mesa/drivers/dri/swrast/Makefile
TOP = ../../../../..
include $(TOP)/configs/current
LIBNAME = swrast_dri.so
DRIVER_SOURCES = \
swrast.c \
swrast_span.c
C_SOURCES = \
$(SWRAST_COMMON_SOURCES) \
$(DRIVER_SOURCES)
ASM_SOURCES =
SWRAST_COMMON_SOURCES = \
../../common/driverfuncs.c \
../common/utils.c
include ../Makefile.template
symlinks: