DevOps Code ClearCase Guide to building software
UNIX and Linux
- DevOps Code ClearCase build concepts
DevOps Code ClearCase® supports makefile based building of software systems and provides a software build environment closely resembling that of the make program. - Derived objects and configuration records
Learn about derived objects and configuration records. - Pointers on using DevOps Code ClearCase build tools
Learn how to use ClearCase build tools. - Working with DOs and configuration records
You can perform operations on derived objects and configuration records. - clearmake makefiles and BOS files
The DevOps Code ClearCase build program, clearmake can process makefiles. - Using clearmake compatibility modes
clearmake is designed for compatibility with existing make programs, which minimizes the changes you need to make to your makefiles. - Using DevOps Code ClearCase to build C++ programs
Use clearmake effectively with C++ programs built with various compilers. - Using DevOps Code ClearCase build tools with Java
The build behavior of Java tools causes various problems for clearmake. Understand the problems and some possible solutions to resolve them. - Setting up a parallel build
Learn the process to set up and run builds that use several hosts in the local area network. - Building software for multiple platforms
Learn how to address the challenge of using a single source tree to develop an application for a variety of hardware and software platforms. - Setting up a build on a non-ClearCase host
There is a technique to create configuration records for a build that involves DevOps Code ClearCase data, but is performed on a non-ClearCase host.