05e0b4f45f1ed9f9f1f9a9dabb7eef1eb3999c1a
[mesa.git] / src / gallium / targets / vdpau-r600 / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBBASENAME = vdpau_r600
5
6 DRIVER_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
7
8 PIPE_DRIVERS = \
9 $(TOP)/src/gallium/drivers/r600/libr600.a \
10 $(TOP)/src/gallium/winsys/radeon/drm/libradeonwinsys.a \
11 $(TOP)/src/gallium/drivers/trace/libtrace.a \
12 $(TOP)/src/gallium/auxiliary/libgallium.a
13
14 C_SOURCES = \
15 target.c \
16 $(TOP)/src/gallium/auxiliary/vl/vl_winsys_dri.c \
17 $(COMMON_GALLIUM_SOURCES) \
18 $(DRIVER_SOURCES)
19
20 DRIVER_LIBS = $(shell $(PKG_CONFIG) libdrm --libs) -lXfixes -ldrm_radeon
21
22 include ../Makefile.vdpau
23
24 symlinks: