mesa: build/use libmesagallium.a for gallium builds
authorBrian Paul <brianp@vmware.com>
Mon, 9 Feb 2009 17:37:38 +0000 (10:37 -0700)
committerBrian Paul <brianp@vmware.com>
Mon, 9 Feb 2009 17:37:38 +0000 (10:37 -0700)
This contains the core mesa code but excludes things not needed for gallium
such as tnl/, swrast/, swrast_setup/, etc.

src/gallium/winsys/drm/Makefile.template
src/gallium/winsys/egl_xlib/Makefile
src/gallium/winsys/xlib/Makefile
src/mesa/Makefile

index 211f4d875edadac287d9ff0b6506fd12a3d35a3c..6756640c4eabd3f5f6e7c1088ea5f5c9057cf71c 100644 (file)
@@ -1,9 +1,9 @@
 # -*-makefile-*-
 
 MESA_MODULES = \
-       $(TOP)/src/mesa/libmesa.a \
+       $(TOP)/src/mesa/libmesagallium.a \
        $(GALLIUM_AUXILIARIES)
-       
+
 COMMON_GALLIUM_SOURCES = \
         $(TOP)/src/mesa/drivers/dri/common/utils.c \
         $(TOP)/src/mesa/drivers/dri/common/vblank.c \
index 76f1b56da42a1cecb98b7b98acbc58ab87b00d08..02ac47caa4e03cad50b87ac80f245cd311b625fa 100644 (file)
@@ -34,7 +34,7 @@ LIBS = \
 # mesa code, as done for ES 1.x, 2.x, OpenVG, etc)
 UNUSED_LIBS = \
        $(TOP)/src/mesa/libglapi.a \
-       $(TOP)/src/mesa/libmesa.a \
+       $(TOP)/src/mesa/libmesagallium.a \
 
 
 LOCAL_CFLAGS = -D_EGL_PLATFORM_X=1
index 8c2892d49b2b582abc78a0d32a5ea2f1cb3dc9a9..9d70f3cb9c1f960c4459efc935e1ff6792d9328d 100644 (file)
@@ -47,7 +47,7 @@ LIBS = \
        $(GALLIUM_DRIVERS) \
        $(TOP)/src/gallium/state_trackers/glx/xlib/libxlib.a \
        $(TOP)/src/mesa/libglapi.a \
-       $(TOP)/src/mesa/libmesa.a \
+       $(TOP)/src/mesa/libmesagallium.a \
        $(GALLIUM_AUXILIARIES) \
        $(CELL_SPU_LIB) \
 
index 22ef05c335ad651ad3991f07bb58448e8e3d9a17..78b71d4676fadc19882c933a6b79529f9eab2cff 100644 (file)
@@ -21,7 +21,8 @@ include sources.mak
 
 # Default: build dependencies, then asm_subdirs, then convenience
 # libs (.a) and finally the device drivers:
-default: depend asm_subdirs libmesa.a libglapi.a driver_subdirs
+default: depend asm_subdirs libmesa.a libmesagallium.a libglapi.a \
+       driver_subdirs