DevOps Code ClearCase Guide to building software
Windows
- 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 about 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
Understand the guidelines and instructions to use the ClearCase build utilities, omake and clearmake, in C++ development environments such as Microsoft Visual C++. You will learn how the makefile fragment works and also present alternate possibilities for working around the problems. - Using DevOps Code ClearCase build tools with Java
The build behavior of Java tools causes various problems for clearmake and omake. Understand the problems and some possible solutions to resolve them. - Setting up a parallel build
Learn the process to set up and run parallel builds.