summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/swrast/Makefile.sources
blob: fc7ef32dbd55f56f1d2a4815b0047ef361cd090e (plain)
1
2
3
4
5
6
7
8
9
10
11
SWRAST_DRIVER_FILES = \
	swrast.c 

SWRAST_COMMON_FILES = \
	../common/utils.c \
	../common/dri_util.c \
	../common/xmlconfig.c

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