Browse Source

Refactor COMMON_SOURCES up to Makefile.template

tags/the_perfect_frag
Adam Jackson 21 years ago
parent
commit
e7769cb348

+ 10
- 0
src/mesa/drivers/dri/Makefile.template View File

@@ -2,6 +2,16 @@

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

+ 0
- 11
src/mesa/drivers/dri/fb/Makefile View File

@@ -5,17 +5,6 @@ include $(TOP)/configs/current

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


+ 0
- 11
src/mesa/drivers/dri/ffb/Makefile View File

@@ -8,17 +8,6 @@ LIBNAME = ffb_dri.so
# 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 \

+ 0
- 10
src/mesa/drivers/dri/gamma/Makefile View File

@@ -8,16 +8,6 @@ LIBNAME = gamma_dri.so
# 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 \

+ 0
- 11
src/mesa/drivers/dri/i810/Makefile View File

@@ -8,17 +8,6 @@ LIBNAME = i810_dri.so
# 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 \

+ 0
- 12
src/mesa/drivers/dri/i830/Makefile View File

@@ -4,18 +4,6 @@ include $(TOP)/configs/current

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 \

+ 0
- 12
src/mesa/drivers/dri/i915/Makefile View File

@@ -4,18 +4,6 @@ include $(TOP)/configs/current

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 \

+ 0
- 11
src/mesa/drivers/dri/mach64/Makefile View File

@@ -8,17 +8,6 @@ LIBNAME = mach64_dri.so
# 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 \

+ 0
- 11
src/mesa/drivers/dri/mga/Makefile View File

@@ -7,17 +7,6 @@ LIBNAME = mga_dri.so

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 \

+ 0
- 11
src/mesa/drivers/dri/r128/Makefile View File

@@ -7,17 +7,6 @@ LIBNAME = r128_dri.so

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 \

+ 0
- 12
src/mesa/drivers/dri/r200/Makefile View File

@@ -7,18 +7,6 @@ LIBNAME = r200_dri.so

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 \

+ 0
- 11
src/mesa/drivers/dri/radeon/Makefile View File

@@ -8,17 +8,6 @@ LIBNAME = radeon_dri.so

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 \

+ 0
- 11
src/mesa/drivers/dri/s3v/Makefile View File

@@ -8,17 +8,6 @@ LIBNAME = s3v_dri.so
# 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 \

+ 0
- 11
src/mesa/drivers/dri/savage/Makefile View File

@@ -8,17 +8,6 @@ LIBNAME = savage_dri.so
# 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 \

+ 0
- 11
src/mesa/drivers/dri/sis/Makefile View File

@@ -9,17 +9,6 @@ LIBNAME = sis_dri.so
# 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 \

+ 0
- 10
src/mesa/drivers/dri/tdfx/Makefile View File

@@ -8,16 +8,6 @@ LIBNAME = tdfx_dri.so
# 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 \

+ 0
- 11
src/mesa/drivers/dri/trident/Makefile View File

@@ -8,17 +8,6 @@ LIBNAME = trident_dri.so
# 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 \

+ 0
- 11
src/mesa/drivers/dri/unichrome/Makefile View File

@@ -7,17 +7,6 @@ LIBNAME = unichrome_dri.so

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 \

Loading…
Cancel
Save