diff options
Diffstat (limited to 'src/gallium/targets/xvmc-r300/Makefile')
-rw-r--r-- | src/gallium/targets/xvmc-r300/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/gallium/targets/xvmc-r300/Makefile b/src/gallium/targets/xvmc-r300/Makefile deleted file mode 100644 index 0bf75cbe070..00000000000 --- a/src/gallium/targets/xvmc-r300/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -TOP = ../../../.. -include $(TOP)/configs/current - -LIBBASENAME = XvMCr300 - -DRIVER_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I) - -PIPE_DRIVERS = \ - $(TOP)/src/gallium/drivers/r300/libr300-helper.a \ - $(TOP)/src/gallium/drivers/r300/libr300.a \ - $(TOP)/src/gallium/winsys/radeon/drm/libradeonwinsys.a \ - $(TOP)/src/gallium/drivers/trace/libtrace.a \ - $(TOP)/src/gallium/auxiliary/libgallium.a - -C_SOURCES = \ - target.c \ - $(TOP)/src/gallium/auxiliary/vl/vl_winsys_dri.c \ - $(COMMON_GALLIUM_SOURCES) \ - $(DRIVER_SOURCES) - -DRIVER_LIBS = $(LIBDRM_LIBS) $(RADEON_LIBS) -lXfixes - -include ../Makefile.xvmc - -symlinks: |