blob: 9de5cb823d31f63502c3a52694d86bc09d35d5be (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
SWRAST_DRIVER_FILES = \
swrast.c \
swrast_span.c
SWRAST_COMMON_FILES = \
../common/utils.c \
../common/drisw_util.c
SWRAST_C_FILES = \
$(SWRAST_COMMON_FILES) \
$(SWRAST_DRIVER_FILES)
|