dri: drop MINIGLX_SOURCES

This commit is contained in:
George Sapountzis 2010-03-06 06:33:20 +02:00
parent 9009a854d1
commit 8953bfce0e
15 changed files with 0 additions and 35 deletions

View file

@ -5,9 +5,6 @@ include $(TOP)/configs/current
LIBNAME = i810_dri.so
# Not yet
# MINIGLX_SOURCES = server/i810_dri.c
DRIVER_SOURCES = \
i810context.c \
i810ioctl.c \

View file

@ -4,8 +4,6 @@ include $(TOP)/configs/current
LIBNAME = i915_dri.so
MINIGLX_SOURCES = server/intel_dri.c
DRIVER_SOURCES = \
i830_context.c \
i830_state.c \

View file

@ -99,7 +99,6 @@ DRIVER_SOURCES = \
C_SOURCES = \
$(COMMON_SOURCES) \
$(MINIGLX_SOURCES) \
$(DRIVER_SOURCES)
ASM_SOURCES =

View file

@ -5,9 +5,6 @@ include $(TOP)/configs/current
LIBNAME = mach64_dri.so
# Not yet
# MINIGLX_SOURCES = server/mach64_dri.c
DRIVER_SOURCES = \
mach64_context.c \
mach64_ioctl.c \

View file

@ -5,8 +5,6 @@ include $(TOP)/configs/current
LIBNAME = mga_dri.so
MINIGLX_SOURCES = server/mga_dri.c
DRIVER_SOURCES = \
mgadd.c \
mgaioctl.c \

View file

@ -8,8 +8,6 @@ DRI_LIB_DEPS += $(shell pkg-config libdrm_nouveau --libs)
LIBNAME = nouveau_vieux_dri.so
MINIGLX_SOURCES =
DRIVER_SOURCES = \
nouveau_screen.c \
nouveau_context.c \

View file

@ -5,8 +5,6 @@ include $(TOP)/configs/current
LIBNAME = r128_dri.so
MINIGLX_SOURCES = server/r128_dri.c
DRIVER_SOURCES = \
r128_context.c \
r128_lock.c \

View file

@ -7,8 +7,6 @@ CFLAGS += $(RADEON_CFLAGS)
LIBNAME = r200_dri.so
MINIGLX_SOURCES = server/radeon_dri.c
ifeq ($(RADEON_LDFLAGS),)
CS_SOURCES = radeon_cs_space_drm.c radeon_bo.c radeon_cs.c
endif

View file

@ -7,8 +7,6 @@ CFLAGS += $(RADEON_CFLAGS)
LIBNAME = r300_dri.so
MINIGLX_SOURCES = server/radeon_dri.c
ifeq ($(RADEON_LDFLAGS),)
CS_SOURCES = radeon_cs_space_drm.c radeon_bo.c radeon_cs.c
endif

View file

@ -7,8 +7,6 @@ CFLAGS += $(RADEON_CFLAGS)
LIBNAME = r600_dri.so
MINIGLX_SOURCES = server/radeon_dri.c
ifeq ($(RADEON_LDFLAGS),)
CS_SOURCES = radeon_cs_space_drm.c radeon_bo.c radeon_cs.c
endif

View file

@ -8,8 +8,6 @@ CFLAGS += $(RADEON_CFLAGS)
LIBNAME = radeon_dri.so
MINIGLX_SOURCES = server/radeon_dri.c
ifeq ($(RADEON_LDFLAGS),)
CS_SOURCES = radeon_cs_space_drm.c radeon_bo.c radeon_cs.c
endif

View file

@ -5,9 +5,6 @@ include $(TOP)/configs/current
LIBNAME = savage_dri.so
# Doesn't exist yet.
#MINIGLX_SOURCES = server/savage_dri.c
DRIVER_SOURCES = \
savage_xmesa.c \
savagedd.c \

View file

@ -5,10 +5,6 @@ include $(TOP)/configs/current
LIBNAME = sis_dri.so
# Not yet
# MINIGLX_SOURCES = server/sis_dri.c
DRIVER_SOURCES = \
sis6326_state.c \
sis6326_clear.c \

View file

@ -5,9 +5,6 @@ include $(TOP)/configs/current
LIBNAME = tdfx_dri.so
# not yet
# MINIGLX_SOURCES = server/tdfx_dri.c
DRIVER_SOURCES = \
tdfx_context.c \
tdfx_dd.c \

View file

@ -5,8 +5,6 @@ include $(TOP)/configs/current
LIBNAME = unichrome_dri.so
MINIGLX_SOURCES = server/via_dri.c
DRIVER_SOURCES = \
via_context.c \
via_fb.c \