Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-video
[mesa.git] / src / gallium / targets / xvmc-r600 / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 #LIBNAME =
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/softpipe/libsoftpipe.a \
11 $(TOP)/src/gallium/drivers/trace/libtrace.a \
12 $(TOP)/src/gallium/auxiliary/libgallium.a
13
14 C_SOURCES = \
15 target.c \
16 $(COMMON_GALLIUM_SOURCES) \
17 $(DRIVER_SOURCES)
18
19 DRIVER_LIBS = $(shell pkg-config libdrm_radeon --libs) -lXfixes
20
21 include ../Makefile.xvmc
22
23 symlinks: