Merge commit 'origin/master' into gallium-msaa
[mesa.git] / src / gallium / targets / dri-swrast / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = swrastg_dri.so
5
6 DRIVER_DEFINES = -D__NOT_HAVE_DRM_H -DGALLIUM_SOFTPIPE
7
8 PIPE_DRIVERS = \
9 $(TOP)/src/gallium/state_trackers/dri/sw/libdrisw.a \
10 $(TOP)/src/gallium/winsys/sw/dri/libswdri.a \
11 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
12 $(TOP)/src/gallium/drivers/trace/libtrace.a
13
14 SWRAST_COMMON_GALLIUM_SOURCES = \
15 $(TOP)/src/mesa/drivers/dri/common/utils.c \
16 $(TOP)/src/mesa/drivers/dri/common/drisw_util.c \
17 $(TOP)/src/mesa/drivers/dri/common/xmlconfig.c
18
19 C_SOURCES = \
20 swrast_drm_api.c \
21 $(SWRAST_COMMON_GALLIUM_SOURCES) \
22 $(DRIVER_SOURCES)
23
24 ASM_SOURCES =
25
26 include ../Makefile.dri
27
28 INCLUDES += \
29 -I$(TOP)/src/gallium/winsys/sw/dri
30
31 symlinks: