Speeding up Makefile Builds

Using the XGE Interfaces extension package, IncrediBuild can be used to distribute execution of make-based builds. As with all distributed IncrediBuild jobs, all remotely performed tasks fully emulate the initiating machine's environment and file system, eliminating the need to copy files or install applications on remote machines.

Accelerating Make Tools Supporting Local Parallel Task Execution

Many make tools support a mode of operation which allows execution of several processes in parallel, taking advantage of multiple cores/processors (for a list of common make tools supporting local parallel task execution see this section). Using the Automatic Interception Interface, execution of these tools can be accelerated without requiring any changes to the makefile content. This is achieved by intercepting execution of specific processes run by the make tool, and distributing their execution using the Xoreax Grid Engine.

Accelerating Microsoft NMAKE and other Make Tools

Make tools that do not support local parallel task execution can be accelerated using the Submission Interface and a set of utility batch files.
If your build consists of several independent makefiles, another alternative is to use the Submission Interface to build each makefile on a separate machine in parallel to others.
Copyright (C) 2001-2011 Xoreax Software Ltd. All rights reserved.
Converted from CHM to HTML with chm2web Standard 2.85 (unicode)