History log of /external/mesa3d/scons/source_list.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ea8dcfc90d5abbf699cd64be4dccd1e69fe82d75 14-Aug-2012 José Fonseca <jfonseca@vmware.com> scons: Populate top_srcdir and top_builddir variables when reading Makefiles.sources.

This is not entirely correct, as scons doesn't put binaries in a
"src" subdirectory, but doesn't seem to be a problem for now.
/external/mesa3d/scons/source_list.py
ea606ee7b49d130fdedd5a707e79fc9e37ba280c 11-Jun-2012 José Fonseca <jfonseca@vmware.com> scons: Fix scons build.
/external/mesa3d/scons/source_list.py
4c15a77f27204620ed35d97d75e521ca982e1cc5 29-Apr-2012 José Fonseca <jose.r.fonseca@gmail.com> scons: Parse = operator in source lists too.

Should fix the scons build.
/external/mesa3d/scons/source_list.py
582b5d869c0f05814d4d567636a743d3fdddf431 18-Aug-2011 Chia-I Wu <olv@lunarg.com> scons: add ParseSourceList method

ParseSourceList() can be used to parse a source list file and returns
the source files defined in it. It is supposed to be used like this

# get the list of source files from C_SOURCES in Makefile.sources
sources = env.ParseSourceList('Makefile.sources', 'C_SOURCES')

The syntax of a source list file is compatible with GNU Make. This
effectively allows SConscript and Makefile to share the source lists.

Acked-by: José Fonseca <jfonseca@vmware.com>
Acked-by: Chad Versace <chad@chad-versace.us>
/external/mesa3d/scons/source_list.py