From: Brian Paul Date: Sat, 28 Feb 2009 18:56:15 +0000 (-0700) Subject: mesa: just re-order some parts and update comments in sources.mak X-Git-Tag: 062012170305~17580^2~376^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=23682dc6299ff624405eec4ea61fa504d71764c6;p=profile%2Fivi%2Fmesa.git mesa: just re-order some parts and update comments in sources.mak --- diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index 7c71010..3576614 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -308,9 +308,7 @@ COMMON_DRIVER_SOURCES = \ drivers/common/driverfuncs.c - -### All the core C sources - +# Sources for building non-Gallium drivers MESA_SOURCES = \ $(MAIN_SOURCES) \ $(MATH_XFORM_SOURCES) \ @@ -323,12 +321,7 @@ MESA_SOURCES = \ $(ASM_C_SOURCES) \ $(SLANG_SOURCES) -ALL_SOURCES = \ - $(MESA_SOURCES) \ - $(GLAPI_SOURCES) \ - $(MESA_ASM_SOURCES) \ - $(STATETRACKER_SOURCES) - +# Sources for building Gallium drivers MESA_GALLIUM_SOURCES = \ $(MAIN_SOURCES) \ $(MATH_SOURCES) \ @@ -337,6 +330,13 @@ MESA_GALLIUM_SOURCES = \ $(SHADER_SOURCES) \ $(SLANG_SOURCES) +# All the core C sources, for dependency checking +ALL_SOURCES = \ + $(MESA_SOURCES) \ + $(GLAPI_SOURCES) \ + $(MESA_ASM_SOURCES) \ + $(STATETRACKER_SOURCES) + ### Object files