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