Next: 6.3 Subprojects and paralell
Up: 6 Subprojects
Previous: 6.1 Why do subprojects
As explained, in recent versions of gnustep-make, there is no longer
any need for subprojects just to organize your source files in
subdirectories. You can simply put your source files into
subdirectories, then list them all in your GNUmakefile. The project
is simpler, and gnustep-make is able to parallelize as much as
possible since it will (potentially) be able to compile all the files
in parallel.
2010-03-12