intel: silence uninitialized var warning
[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 include ../Makefile.defines
9
10 DRIVER_DEFINES = -D__NOT_HAVE_DRM_H
11
12 DRIVER_SOURCES = \
13 swrast.c \
14 swrast_span.c
15
16 C_SOURCES = \
17 $(SWRAST_COMMON_SOURCES) \
18 $(DRIVER_SOURCES)
19
20 ASM_SOURCES =
21
22 SWRAST_COMMON_SOURCES = \
23 ../common/utils.c \
24 ../common/drisw_util.c
25
26 include ../Makefile.targets
27