Merge branch '7.8'
[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
13 SWRAST_COMMON_GALLIUM_SOURCES = \
14 $(TOP)/src/mesa/drivers/dri/common/utils.c \
15 $(TOP)/src/mesa/drivers/dri/common/drisw_util.c \
16 $(TOP)/src/mesa/drivers/dri/common/xmlconfig.c
17
18 C_SOURCES = \
19 swrast_drm_api.c \
20 $(SWRAST_COMMON_GALLIUM_SOURCES) \
21 $(DRIVER_SOURCES)
22
23 ASM_SOURCES =
24
25 include ../Makefile.dri
26
27 INCLUDES += \
28 -I$(TOP)/src/gallium/winsys/sw/dri
29
30 symlinks: