Configure automated builds

To configure an automated build, you have to use make. If you're using a managed project, you have to use Gnu Make Builder, which generates the Makefiles for you. If the projects don't have any dependencies, you only have to run make in a root directory (or other appropriate directory). If you want to build several projects, you have to create an external Makefile that references all projects.

Note: The generated Makefiles are hardcoded to the specific workspace location; they don't work well with source control.