|
|
|
|
|
by Arkanosis
4238 days ago
|
|
“If you've used Make, you're used to creating Makefiles. In them, you manually build this immense graph where all of the parts hopefully add up to a working program.” Actually, I used to generate rules using gcc -MM which does pretty much this: track dependencies in sources files using #include directives. Nevertheless, I'm happy to see that the idea of automatically handling dependencies is still being worked on. I'd be so happy to trash all this scons config files we have to maintain on a near-daily basis. |
|