SWRAST_DRIVER_FILES = \
	swrast.c 

SWRAST_COMMON_FILES = \
	../common/utils.c \
	../common/drisw_util.c

SWRAST_C_FILES = \
	$(SWRAST_COMMON_FILES) \
	$(SWRAST_DRIVER_FILES)