1TOP = ../../../.. 2include $(TOP)/configs/current 3 4LIBBASENAME = vdpau_r300 5 6DRIVER_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I) 7 8PIPE_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 18C_SOURCES = \ 19 target.c \ 20 $(TOP)/src/gallium/auxiliary/vl/vl_winsys_dri.c \ 21 $(COMMON_GALLIUM_SOURCES) \ 22 $(DRIVER_SOURCES) 23 24DRIVER_LIBS = $(LIBDRM_LIBS) $(RADEON_LIBS) -lXfixes 25 26include ../Makefile.vdpau 27 28symlinks: 29