www.SwTech.com

SwTech.com
- Software Build Tools

[ Home | Whats New | Recommended Books | Search | Subscribe ]
[ TP | DB | Java | JavaBeans | C++ | Design-Pattern | CORBA | Server | Script | SCM | Dev-Mags | Net-News | WebDev | Net | XML ]


Get the FREE SwTech e-mail newsletter :
Support this site by buying one of our Recommended Books

Search the SwTech.com site:   

Software Configuration Management : Software Build Tools

Some of the major tools for the build of software systems.

See Also:
^Software Configuration Management
>Source Code Control Tools


* GNU Make Utility
Online documentation and guide to how to write and use Makefiles.
* Book: Managing Projects With Make
A good introduction to the facilities available in the make program, and how to apply them to complex configuration management tasks such as recursive builds.
Also compares the various features in the different versions of the make program on different systems.
Buy it TODAY from Amazon Worldwide/U.S.A. or U.K.
* Book: Software Portability with imake
A very good introduction to the problems of cross-platform portability, and how these can be managed using the imake program that works on top of make. Also shows how imake can be used for builds on a single platform to allow the build rules and requirements to be specified in much more "high-level" terms and then using imake to generate the Makefile automatically to avoid mistakes.
Buy it TODAY from Amazon Worldwide/U.S.A. or U.K.
* GNU Make
Online documentation and guide to how to write and use Makefiles.
* Open Development Environment (ODE)
IBM's Open Development Environment (ODE) is a multi-platform development environment which facilitates parallel development of code. ODE has the ability to have a base software build, known as a backing build, and the ability for a user to create a delta build from the base build, known as a sandbox. Sandboxes enable a programmer to make local changes to entire builds without having to have an entire copy of both the source code and build output.
Among other features in ODE is the base set of "rules" functionality. These rules define how a build is to be done. The build process is done in passes, such that everything in a given pass must be completed before the next pass begins. An example of this is: build all object files, create static libraries, create program executables, finally copy all installables to a given location. These rules support building of C/C++ and Java applications, but are not limited to these. The rules can be enhanced to add support for new programming languages and compilers (as well as new passes). In addition to the above function, ODE provides dependency generation and maintance so builds will be done accurately.



DevLynx - Developer Links

Add your own Developer Links:

You can now suggest your own DevLynx to include on this page.
Search the Software Technologies site:   




Home Copyright © 1996-2006 Software Technologies Ltd.
All rights reserved. All trademarks acknowledged. E & O E.
Privacy Policy.
Designed for
Microsoft Internet Explorer
Designed for
Netscape Navigator
webmaster@SwTech.com http://www.SwTech.com/configm/build/