summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/swrast/Makefile
blob: cc59eefdb2dbf5bd4c84c66d1402d8b5c9b4eba8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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 \
	../common/dri_sw.c

include ../Makefile.template