Merge remote branch 'origin/7.8'
[mesa.git] / src / gallium / targets / dri-radeong / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = radeong_dri.so
5
6 PIPE_DRIVERS = \
7 $(TOP)/src/gallium/state_trackers/dri/drm/libdridrm.a \
8 $(TOP)/src/gallium/winsys/radeon/drm/libradeonwinsys.a \
9 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
10 $(TOP)/src/gallium/drivers/trace/libtrace.a \
11 $(TOP)/src/gallium/drivers/r300/libr300.a
12
13 C_SOURCES = \
14 $(COMMON_GALLIUM_SOURCES) \
15 $(DRIVER_SOURCES)
16
17 include ../Makefile.dri
18
19 DRI_LIB_DEPS += -ldrm_radeon
20
21 symlinks: