mesa/scons
Chia-I Wu 582b5d869c 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>
2011-08-23 09:11:58 +08:00
..
crossmingw.py scons: Eliminate libgcc_s_sjlj-1.dll dependency 2011-02-03 09:16:49 +00:00
custom.py scons: add ParseSourceList method 2011-08-23 09:11:58 +08:00
dxsdk.py
fixes.py
gallium.py swrast: initial multi-threaded span rendering 2011-08-11 08:33:59 -06:00
llvm.py scons: Add support for LLVM-2.9 on Windows. 2011-08-18 16:00:59 +01:00
mslib_sa.py
mslink_sa.py
msvc_sa.py
source_list.py scons: add ParseSourceList method 2011-08-23 09:11:58 +08:00
wcesdk.py scons: New build= option, with support for checked builds. 2010-09-29 14:24:52 +01:00
winddk.py
winsdk.py
x11.py scons: Restore x11 tool behavior for backwards compatability. 2010-11-01 14:37:18 +00:00