glsl2: Add and use new variable mode ir_var_temporary
[mesa/nouveau-pmpeg.git] / src / gallium / targets / xorg-i965 / Makefile
blob2b0c7d6fdf67ec8fef9dcfafed427670edb3e021
1 TOP = ../../../..
2 include $(TOP)/configs/current
4 LIBNAME = i965g_drv.so
6 C_SOURCES = \
7 intel_xorg.c
9 DRIVER_DEFINES = \
10 -DHAVE_CONFIG_H
12 DRIVER_LINKS = \
13 $(TOP)/src/gallium/state_trackers/xorg/libxorgtracker.a \
14 $(TOP)/src/gallium/winsys/i965/drm/libi965drm.a \
15 $(TOP)/src/gallium/drivers/i965/libi965.a \
16 $(TOP)/src/gallium/drivers/trace/libtrace.a \
17 $(TOP)/src/gallium/drivers/rbug/librbug.a \
18 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
19 $(GALLIUM_AUXILIARIES) \
20 $(shell pkg-config --libs libdrm libdrm_intel)
22 include ../Makefile.xorg