glsl2: Add and use new variable mode ir_var_temporary
[mesa/nouveau-pmpeg.git] / src / gallium / targets / dri-radeong / Makefile
blob8ef24c08215ff85af6e391f6dec9f743c6ebe201
1 TOP = ../../../..
2 include $(TOP)/configs/current
4 LIBNAME = radeong_dri.so
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/rbug/librbug.a \
12 $(TOP)/src/gallium/drivers/r300/libr300.a
14 C_SOURCES = \
15 $(COMMON_GALLIUM_SOURCES) \
16 $(DRIVER_SOURCES)
18 include ../Makefile.dri
20 DRI_LIB_DEPS += -ldrm_radeon
22 symlinks: