1 TOP = ../../../.. 2 include $(TOP)/configs/current 3 4 LIBBASENAME = vdpau_r300 5 6 DRIVER_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I) 7 8 PIPE_DRIVERS = \ 9 $(TOP)/src/gallium/drivers/r300/libr300.a \ 10 $(TOP)/src/gallium/winsys/radeon/drm/libradeonwinsys.a \ 11 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \ 12 $(TOP)/src/gallium/drivers/rbug/librbug.a \ 13 $(TOP)/src/gallium/drivers/trace/libtrace.a \ 14 $(TOP)/src/gallium/drivers/galahad/libgalahad.a \ 15 $(TOP)/src/gallium/auxiliary/libgallium.a \ 16 $(TOP)/src/mesa/libmesagallium.a 17 18 C_SOURCES = \ 19 target.c \ 20 $(TOP)/src/gallium/auxiliary/vl/vl_winsys_dri.c \ 21 $(COMMON_GALLIUM_SOURCES) \ 22 $(DRIVER_SOURCES) 23 24 DRIVER_LIBS = $(LIBDRM_LIBS) $(RADEON_LIBS) -lXfixes 25 26 include ../Makefile.vdpau 27 28 symlinks: 29