[scons] various improvements
commit68284bd7f11defea1a43cf987f501415ed29f4a5
authorStefan Bühler <stbuehler@web.de>
Sat, 29 Aug 2015 09:28:04 +0000 (29 09:28 +0000)
committerStefan Bühler <stbuehler@web.de>
Sat, 29 Aug 2015 09:28:04 +0000 (29 09:28 +0000)
tree2cdd4c54cb1cdb758acd6af963c1ed4c246f5b7a
parentb66fa2cb68a7c0ca6fae280bd71662d5ddce8c24
[scons] various improvements

- don't generate files in src/
- move all build stuff to sconsbuild/
- have different output directories for static/ and fullstatic/,
  so we can use that directory for the test suite
- each build type (dynamic, static, fullstatic) has its own check target
- read CFLAGS, LDFLAGS and LIBS from environment
  (LIBS are appended after all other dependencies)

From: Stefan Bühler <stbuehler@web.de>

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3030 152afb58-edef-0310-8abb-c4023f1b3aa9
.gitignore
SConstruct
src/SConscript
tests/SConscript
tests/cleanup.sh