mesa/scons
José Fonseca 601498ae73 scons: Revamp how to specify targets to build.
Use scons target and dependency system instead of ad-hoc options.

Now is simply a matter of naming what to build. For example:

  scons libgl-xlib

  scons libgl-gdi

  scons graw-progs

  scons llvmpipe

and so on. And there is also the possibility of scepcified subdirs, e.g.

  scons src/gallium/drivers

If nothing is specified then everything will be build.

There might be some rough corners over the next days. Please bare with me.
2010-11-01 13:30:22 +00:00
..
crossmingw.py scons: Add MinGW-w64 prefixes for MinGW build. 2010-09-27 13:13:25 -07:00
custom.py scons: User friendly message for code generated files 2010-02-10 22:32:50 +00:00
dxsdk.py scons: Allow to use MS's DXSDK headers with MinGW. 2009-09-14 20:12:01 +01:00
fixes.py scons: Monkey patch os.spawnve on Windows to become thread safe. 2009-07-14 12:21:25 +01:00
gallium.py scons: Revamp how to specify targets to build. 2010-11-01 13:30:22 +00:00
llvm.py scons: Revamp how to specify targets to build. 2010-11-01 13:30:22 +00:00
mslib_sa.py scons: Update the MSVC SA to match latest scons code. 2010-01-02 00:56:01 +00:00
mslink_sa.py scons: Update the MSVC SA to match latest scons code. 2010-01-02 00:56:01 +00:00
msvc_sa.py scons: Update the MSVC SA to match latest scons code. 2010-01-02 00:56:01 +00:00
python.py scons: Get python extensions building correctly on windows. 2009-03-30 14:11:03 +01:00
udis86.py scons: Revamp how to specify targets to build. 2010-11-01 13:30:22 +00:00
wcesdk.py scons: New build= option, with support for checked builds. 2010-09-29 14:24:52 +01:00
winddk.py scons: Allow to use only the WINDDK headers. 2009-09-14 20:12:02 +01:00
winsdk.py scons: Cleanup. 2009-04-17 09:49:41 +01:00
x11.py scons: Revamp how to specify targets to build. 2010-11-01 13:30:22 +00:00