OpenMake Meister

Defining Targets

 

Your application is made up of a set of Targets. When you execute a build, you build Targets.  Targets contain specific source code and library references.  They are not reusable between application teams in that they reference specific file names and libraries.  When a build script is generated, the Target provides the names of source code modules and libraries needed to build the Target.  Targets are stored in files with a .tgt extension.

Tutorial Help: View an on-line tutorial on defining Target Files.