Disable swrast, swrast_setup and driverfuncs in the build.
authorBrian <brian.paul@tungstengraphics.com>
Sat, 8 Dec 2007 00:14:02 +0000 (17:14 -0700)
committerBen Skeggs <skeggsb@gmail.com>
Sun, 9 Dec 2007 01:05:27 +0000 (12:05 +1100)
The gallium/state tracker no longer uses them and this speeds up the build a bit.

src/mesa/sources

index 8286e558d6c8d91c666dca653dc2766111ead2b8..2f16af3aa46724abbce80ea8159d175bb084b96d 100644 (file)
@@ -80,7 +80,7 @@ MATH_SOURCES = \
        math/m_vector.c \
        math/m_xform.c
 
-SWRAST_SOURCES = \
+__SWRAST_SOURCES = \
        swrast/s_aaline.c \
        swrast/s_aatriangle.c \
        swrast/s_accum.c \
@@ -111,7 +111,7 @@ SWRAST_SOURCES = \
        swrast/s_triangle.c \
        swrast/s_zoom.c
 
-SWRAST_SETUP_SOURCES = \
+__SWRAST_SETUP_SOURCES = \
        swrast_setup/ss_context.c \
        swrast_setup/ss_triangle.c 
 
@@ -326,7 +326,7 @@ SPARC_SOURCES =                     \
 SPARC_API =                    \
        sparc/glapi_sparc.S
 
-COMMON_DRIVER_SOURCES =                        \
+__COMMON_DRIVER_SOURCES =                      \
        drivers/common/driverfuncs.c
 
 X11_DRIVER_SOURCES =           \