Merge branch '7.8' into master
[mesa.git] / src / mesa / drivers / dri / swrast / Makefile
1 # src/mesa/drivers/dri/swrast/Makefile
2
3 TOP = ../../../../..
4 include $(TOP)/configs/current
5
6 LIBNAME = swrast_dri.so
7
8 DRIVER_SOURCES = \
9 swrast.c \
10 swrast_span.c
11
12 C_SOURCES = \
13 $(SWRAST_COMMON_SOURCES) \
14 $(DRIVER_SOURCES)
15
16 ASM_SOURCES =
17
18 SWRAST_COMMON_SOURCES = \
19 ../../common/driverfuncs.c \
20 ../common/utils.c \
21 ../common/dri_sw.c
22
23 include ../Makefile.template
24