projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3758173
)
make: Document imported variables
author
Chad Versace
<chad@chad-versace.us>
Fri, 26 Aug 2011 22:48:29 +0000
(15:48 -0700)
committer
Chad 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
patch
|
blob
|
history
diff --git
a/src/mesa/Android.mk
b/src/mesa/Android.mk
index 5f0f4aff908783051ea8650b602f26e1c34ff3d3..f21ba3aa0d6c0ca09209fb13ebc91d25900cf5f5 100644
(file)
--- 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 := \