Merge branch 'gallium-polygon-stipple'
[mesa.git] / src / gallium / targets / xvmc-r600 / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBBASENAME = XvMCr600
5
6 PIPE_DRIVERS = \
7 $(TOP)/src/gallium/drivers/r600/libr600.a \
8 $(TOP)/src/gallium/winsys/g3dvl/dri/libvldri.a \
9 $(TOP)/src/gallium/winsys/r600/drm/libr600winsys.a \
10 $(TOP)/src/gallium/drivers/trace/libtrace.a \
11 $(TOP)/src/gallium/auxiliary/libgallium.a
12
13 C_SOURCES = \
14 target.c \
15 $(COMMON_GALLIUM_SOURCES) \
16 $(DRIVER_SOURCES)
17
18 DRIVER_LIBS = $(shell pkg-config libdrm --libs) -lXfixes
19
20 include ../Makefile.xvmc
21
22 symlinks: