MESA_MODULES = $(TOP)/src/mesa/mesa.a
+COMMON_SOURCES = \
+ ../../common/driverfuncs.c \
+ ../common/mm.c \
+ ../common/utils.c \
+ ../common/texmem.c \
+ ../common/vblank.c \
+ ../common/dri_util.c \
+ ../common/xmlconfig.c \
+ ../common/drirenderbuffer.c \
+ ../common/glcontextmodes.c
ifeq ($(WINDOW_SYSTEM),dri)
WINOBJ=../dri_client/dri.a
LIBNAME = fb_dri.so
-COMMON_SOURCES = \
- ../../common/driverfuncs.c \
- ../common/mm.c \
- ../common/utils.c \
- ../common/texmem.c \
- ../common/vblank.c \
- ../common/dri_util.c \
- ../common/xmlconfig.c \
- ../common/drirenderbuffer.c \
- ../common/glcontextmodes.c
-
DRIVER_SOURCES = \
fb_dri.c
# not yet
# MINIGLX_SOURCES = server/ffb_dri.c
-COMMON_SOURCES = \
- ../../common/driverfuncs.c \
- ../common/mm.c \
- ../common/utils.c \
- ../common/texmem.c \
- ../common/vblank.c \
- ../common/xmlconfig.c \
- ../common/dri_util.c \
- ../common/drirenderbuffer.c \
- ../common/glcontextmodes.c
-
DRIVER_SOURCES = \
ffb_bitmap.c \
ffb_clear.c \
# Not yet
# MINIGLX_SOURCES = server/gamma_dri.c
-COMMON_SOURCES = \
- ../../common/driverfuncs.c \
- ../common/mm.c \
- ../common/utils.c \
- ../common/texmem.c \
- ../common/vblank.c \
- ../common/dri_util.c \
- ../common/drirenderbuffer.c \
- ../common/glcontextmodes.c
-
DRIVER_SOURCES = \
gamma_context.c \
gamma_dd.c \
# Not yet
# MINIGLX_SOURCES = server/i810_dri.c
-COMMON_SOURCES = \
- ../../common/driverfuncs.c \
- ../common/mm.c \
- ../common/utils.c \
- ../common/texmem.c \
- ../common/vblank.c \
- ../common/dri_util.c \
- ../common/glcontextmodes.c \
- ../common/drirenderbuffer.c \
- ../common/xmlconfig.c
-
DRIVER_SOURCES = \
i810context.c \
i810ioctl.c \
LIBNAME = i830_dri.so
-
-COMMON_SOURCES = \
- ../../common/driverfuncs.c \
- ../common/mm.c \
- ../common/utils.c \
- ../common/texmem.c \
- ../common/vblank.c \
- ../common/xmlconfig.c \
- ../common/dri_util.c \
- ../common/drirenderbuffer.c \
- ../common/glcontextmodes.c
-
DRIVER_SOURCES = \
i830_context.c \
i830_debug.c \
LIBNAME = i915_dri.so
-
-COMMON_SOURCES = \
- ../../common/driverfuncs.c \
- ../common/mm.c \
- ../common/utils.c \
- ../common/texmem.c \
- ../common/vblank.c \
- ../common/xmlconfig.c \
- ../common/dri_util.c \
- ../common/drirenderbuffer.c \
- ../common/glcontextmodes.c
-
DRIVER_SOURCES = \
i915_context.c \
i915_debug.c \
# Not yet
# MINIGLX_SOURCES = server/mach64_dri.c
-COMMON_SOURCES = \
- ../../common/driverfuncs.c \
- ../common/mm.c \
- ../common/utils.c \
- ../common/texmem.c \
- ../common/vblank.c \
- ../common/xmlconfig.c \
- ../common/dri_util.c \
- ../common/drirenderbuffer.c \
- ../common/glcontextmodes.c
-
DRIVER_SOURCES = \
mach64_context.c \
mach64_ioctl.c \
MINIGLX_SOURCES = server/mga_dri.c
-COMMON_SOURCES = \
- ../../common/driverfuncs.c \
- ../common/mm.c \
- ../common/utils.c \
- ../common/texmem.c \
- ../common/vblank.c \
- ../common/xmlconfig.c \
- ../common/dri_util.c \
- ../common/drirenderbuffer.c \
- ../common/glcontextmodes.c
-
DRIVER_SOURCES = \
mgadd.c \
mgaioctl.c \
MINIGLX_SOURCES = server/r128_dri.c
-COMMON_SOURCES = \
- ../../common/driverfuncs.c \
- ../common/mm.c \
- ../common/utils.c \
- ../common/texmem.c \
- ../common/vblank.c \
- ../common/xmlconfig.c \
- ../common/dri_util.c \
- ../common/drirenderbuffer.c \
- ../common/glcontextmodes.c
-
DRIVER_SOURCES = \
r128_context.c \
r128_lock.c \
MINIGLX_SOURCES = server/radeon_dri.c
-
-COMMON_SOURCES = \
- ../../common/driverfuncs.c \
- ../common/mm.c \
- ../common/utils.c \
- ../common/texmem.c \
- ../common/vblank.c \
- ../common/xmlconfig.c \
- ../common/dri_util.c \
- ../common/drirenderbuffer.c \
- ../common/glcontextmodes.c
-
DRIVER_SOURCES = r200_context.c \
r200_ioctl.c \
r200_lock.c \
MINIGLX_SOURCES = server/radeon_dri.c
-COMMON_SOURCES = \
- ../../common/driverfuncs.c \
- ../common/mm.c \
- ../common/utils.c \
- ../common/texmem.c \
- ../common/vblank.c \
- ../common/xmlconfig.c \
- ../common/dri_util.c \
- ../common/drirenderbuffer.c \
- ../common/glcontextmodes.c
-
DRIVER_SOURCES = \
radeon_context.c \
radeon_ioctl.c \
# Doesn't exist yet.
#MINIGLX_SOURCES = server/savage_dri.c
-COMMON_SOURCES = \
- ../../common/driverfuncs.c \
- ../common/mm.c \
- ../common/utils.c \
- ../common/texmem.c \
- ../common/vblank.c \
- ../common/xmlconfig.c \
- ../common/dri_util.c \
- ../common/drirenderbuffer.c \
- ../common/glcontextmodes.c
-
DRIVER_SOURCES = \
s3v_context.c \
s3v_dd.c \
# Doesn't exist yet.
#MINIGLX_SOURCES = server/savage_dri.c
-COMMON_SOURCES = \
- ../../common/driverfuncs.c \
- ../common/mm.c \
- ../common/utils.c \
- ../common/texmem.c \
- ../common/vblank.c \
- ../common/xmlconfig.c \
- ../common/dri_util.c \
- ../common/drirenderbuffer.c \
- ../common/glcontextmodes.c
-
DRIVER_SOURCES = \
savage_xmesa.c \
savagedd.c \
# Not yet
# MINIGLX_SOURCES = server/sis_dri.c
-COMMON_SOURCES = \
- ../../common/driverfuncs.c \
- ../common/mm.c \
- ../common/utils.c \
- ../common/texmem.c \
- ../common/vblank.c \
- ../common/xmlconfig.c \
- ../common/dri_util.c \
- ../common/drirenderbuffer.c \
- ../common/glcontextmodes.c
-
DRIVER_SOURCES = \
sis_alloc.c \
sis_clear.c \
# not yet
# MINIGLX_SOURCES = server/tdfx_dri.c
-COMMON_SOURCES = \
- ../../common/driverfuncs.c \
- ../common/mm.c \
- ../common/utils.c \
- ../common/texmem.c \
- ../common/vblank.c \
- ../common/xmlconfig.c \
- ../common/dri_util.c \
- ../common/glcontextmodes.c
-
DRIVER_SOURCES = \
tdfx_context.c \
tdfx_dd.c \
# Not yet
# MINIGLX_SOURCES = server/trident_dri.c
-COMMON_SOURCES = \
- ../../common/driverfuncs.c \
- ../common/mm.c \
- ../common/utils.c \
- ../common/texmem.c \
- ../common/vblank.c \
- ../common/xmlconfig.c \
- ../common/dri_util.c \
- ../common/drirenderbuffer.c \
- ../common/glcontextmodes.c
-
DRIVER_SOURCES = \
trident_context.c \
trident_state.c \
MINIGLX_SOURCES = server/via_dri.c
-COMMON_SOURCES = \
- ../../common/driverfuncs.c \
- ../common/mm.c \
- ../common/utils.c \
- ../common/texmem.c \
- ../common/vblank.c \
- ../common/xmlconfig.c \
- ../common/dri_util.c \
- ../common/drirenderbuffer.c \
- ../common/glcontextmodes.c
-
DRIVER_SOURCES = \
via_context.c \
via_fb.c \