summaryrefslogtreecommitdiff
path: root/source4/SConstruct
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r10369: You don't need to put leading or trailing spaces on variables. It'sTim Potter1-22/+22
a make-ism. Use consistent (single) quoting. (This used to be commit 368475ffcb88e4cd1f632847f6fe661eb35b9403)
2007-10-10r10366: More scons fixes. Building et, asn1, lex and yacc files sort-of ↵Jelmer Vernooij1-8/+63
works now (This used to be commit 22f18a84242e5e68a2d57b6d7ff77c089ee7434a)
2007-10-10r10356: Make the proto generator work with sconsJelmer Vernooij1-2/+6
(This used to be commit a2268f1dd441059955bee30cf2a9028656c14099)
2007-10-10r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij1-3/+10
but final linking still fails (as does generating files asn1, et, idl and proto files) (This used to be commit 4f0d7f75b99c7f4388d8acb0838577d86baf68b5)
2007-10-10r10336: Add sconscript for a couple more subsystems.Jelmer Vernooij1-1/+5
(This used to be commit 59d4450453c25f5cce9b67b808ff0c4433c1d194)
2007-10-10r10334: Use CPPDEFINES instead of CCFLAGS for adding preprocessor symbols.Tim Potter1-3/+2
(This used to be commit ba305886fd404161f4d081d2ffe60c824e932641)
2007-10-10r10330: Add SConscript to more subsystems. Some of the tdb tools build now.Jelmer Vernooij1-17/+27
Start on custom Samba scons tools (for handling proto generation, pidl, etc) (This used to be commit 4bffe4435944fffa3f9680b5a2fe63f2bdd98003)
2007-10-10r10329: Perhaps we shouldn't get too ahead of ourselves just yet.Tim Potter1-1/+1
(This used to be commit 4d7bc667f72dae459a050eb701d1e365949c340b)
2007-10-10r10327: Use CPPPATH instead of appending -Idir to CCFLAGS.Tim Potter1-16/+23
Use a list comprehension instead of a for loop. Add a emacs thingy to kick in python mode. (-: (This used to be commit 80bf842f56c0b0e632f32c8442ad62ebe7a87c8c)
2007-10-10r10323: Add first bits required for getting compile with scons working. This ↵Jelmer Vernooij1-0/+34
does not work yet and can exist parallel with the existing build system. (This used to be commit 829568d75985e875e3363d76fb44270a0298c7f8)