Tizen 2.0 Release
[profile/ivi/osmesa.git] / src / gallium / targets / dri-r600 / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = r600_dri.so
5
6 PIPE_DRIVERS = \
7         $(TOP)/src/gallium/drivers/r600/libr600.a \
8         $(TOP)/src/gallium/state_trackers/dri/drm/libdridrm.a \
9         $(TOP)/src/gallium/winsys/r600/drm/libr600winsys.a \
10         $(TOP)/src/gallium/drivers/trace/libtrace.a \
11         $(TOP)/src/gallium/drivers/rbug/librbug.a \
12         $(TOP)/src/gallium/drivers/noop/libnoop.a
13
14 C_SOURCES = \
15         target.c \
16         $(COMMON_GALLIUM_SOURCES) \
17         $(DRIVER_SOURCES)
18
19 DRIVER_DEFINES = \
20         -DGALLIUM_RBUG -DGALLIUM_TRACE -DGALLIUM_NOOP
21
22 include ../Makefile.dri
23
24 DRI_LIB_DEPS +=
25
26 symlinks: