Home | History | Annotate | Download | only in xvmc-r300
      1 TOP = ../../../..
      2 include $(TOP)/configs/current
      3 
      4 LIBBASENAME = XvMCr300
      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/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 = $(LIBDRM_LIBS) $(RADEON_LIBS) -lXfixes
     21 
     22 include ../Makefile.xvmc
     23 
     24 symlinks:
     25