make: Document imported variables

In src/mesa/Android.mk, it is non-trivial to determine which variables are
imported by `include sources.mak`. So document them.

Reviewed-by: Chia-I Wu <olv@lunarg.com>
Signed-off-by: Chad Versace <chad@chad-versace.us>
This commit is contained in:
Chad Versace 2011-08-26 15:48:29 -07:00
parent 3758173149
commit 05049e709e

View file

@ -25,6 +25,12 @@
LOCAL_PATH := $(call my-dir)
# Import the following variables:
# MESA_CXX_SOURCES
# MESA_GALLIUM_CXX_SOURCES
# MESA_GALLIUM_SOURCES
# MESA_SOURCES
# X86_SOURCES
include $(LOCAL_PATH)/sources.mak
common_CFLAGS := \