[Mesa-dev] [PATCH 3/8] make: Document imported variables
Chia-I Wu
olv at lunarg.com
Fri Aug 26 22:29:09 PDT 2011
On Sat, Aug 27, 2011 at 9:53 AM, Chad Versace <chad at chad-versace.us> wrote:
> In src/mesa/Android.mk, it is non-trivial to determine which variables are
> imported by `include sources.mak`. So document them.
>
> Signed-off-by: Chad Versace <chad at chad-versace.us>
> ---
> src/mesa/Android.mk | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/src/mesa/Android.mk b/src/mesa/Android.mk
> index ff7d808..8329aa7 100644
> --- a/src/mesa/Android.mk
> +++ b/src/mesa/Android.mk
> @@ -25,6 +25,11 @@
>
> LOCAL_PATH := $(call my-dir)
>
> +# Import the following variables:
> +# MESA_CXX_SOURCES
> +# MESA_GALLIUM_CXX_SOURCES
> +# MESA_GALLIUM_SOURCES
> +# MESA_SOURCES
X86_SOURCES should be on the list too.
> include $(LOCAL_PATH)/sources.mak
>
> common_CFLAGS := \
> --
> 1.7.6
>
>
--
olv at LunarG.com
More information about the mesa-dev
mailing list