make: Document imported variables
authorChad Versace <chad@chad-versace.us>
Fri, 26 Aug 2011 22:48:29 +0000 (15:48 -0700)
committerChad Versace <chad@chad-versace.us>
Tue, 30 Aug 2011 16:32:04 +0000 (09:32 -0700)
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>
src/mesa/Android.mk

index 5f0f4aff908783051ea8650b602f26e1c34ff3d3..f21ba3aa0d6c0ca09209fb13ebc91d25900cf5f5 100644 (file)
 
 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 := \