gallium: Use debugging helper in all drm targets
[mesa.git] / src / gallium / targets / dri-i915 / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = i915_dri.so
5
6 PIPE_DRIVERS = \
7 $(TOP)/src/gallium/state_trackers/dri/drm/libdridrm.a \
8 $(TOP)/src/gallium/winsys/i915/drm/libi915drm.a \
9 $(TOP)/src/gallium/drivers/trace/libtrace.a \
10 $(TOP)/src/gallium/drivers/rbug/librbug.a \
11 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
12 $(TOP)/src/gallium/drivers/identity/libidentity.a \
13 $(TOP)/src/gallium/drivers/i915/libi915.a
14
15 C_SOURCES = \
16 target.c \
17 $(COMMON_GALLIUM_SOURCES) \
18 $(DRIVER_SOURCES)
19
20 DRIVER_DEFINES = \
21 -DGALLIUM_RBUG -DGALLIUM_TRACE
22
23 include ../Makefile.dri
24
25 DRI_LIB_DEPS += -ldrm_intel
26
27 symlinks: