Home | History | Annotate | Download | only in va-r600
      1 TOP = ../../../..
      2 include $(TOP)/configs/current
      3 
      4 LIBBASENAME = r600_drv_video
      5 
      6 DRIVER_DEFINES = -DGALLIUM_SOFTPIPE
      7 DRIVER_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
      8 
      9 PIPE_DRIVERS = \
     10 	$(TOP)/src/gallium/drivers/r600/libr600.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 
     16 C_SOURCES = \
     17 	target.c \
     18 	$(TOP)/src/gallium/auxiliary/vl/vl_winsys_dri.c \
     19 	$(COMMON_GALLIUM_SOURCES) \
     20 	$(DRIVER_SOURCES)
     21 
     22 DRIVER_LIBS = $(shell $(PKG_CONFIG) libdrm --libs) -lXfixes -ldrm_radeon
     23 
     24 include ../Makefile.va
     25 
     26 symlinks:
     27