summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Versace <chad@chad-versace.us>2011-08-26 15:48:29 -0700
committerChad Versace <chad@chad-versace.us>2011-08-30 09:32:04 -0700
commit05049e709efc1658ddd21047fba6081cbbdca6fe (patch)
treeecf440675ac78292106b1eefcb7f33bd00885c04
parent3758173149325a16d2044be01a70ad3b4fa7260d (diff)
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>
-rw-r--r--src/mesa/Android.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/Android.mk b/src/mesa/Android.mk
index 5f0f4aff90..f21ba3aa0d 100644
--- a/src/mesa/Android.mk
+++ b/src/mesa/Android.mk
@@ -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 := \