Merge remote branch 'origin/7.8'
[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_DEFINES = -D__NOT_HAVE_DRM_H
9
10 DRIVER_SOURCES = \
11 swrast.c \
12 swrast_span.c
13
14 C_SOURCES = \
15 $(SWRAST_COMMON_SOURCES) \
16 $(DRIVER_SOURCES)
17
18 ASM_SOURCES =
19
20 SWRAST_COMMON_SOURCES = \
21 ../../common/driverfuncs.c \
22 ../common/utils.c \
23 ../common/drisw_util.c
24
25 include ../Makefile.template
26