Syntax
trimdependencies {
headerPaths
}
Argument | headerPaths |
The list of header file paths to remove from the generated makefile. If you omit these paths, CreateMake includes the list of dependencies found in $TaligentIncludes and $TaligentPrivateIncludes
|
By default, CreateMake
includes the list of dependent header files found in $TaligentIncludes
and $TaligentPrivateIncludes
. In most cases, these headers do not change and the extra dependencies result in larger makefiles that take longer to process. With trimdependencies
, CreateMake
removes any dependencies found in the list of header files from the generated makefile.
Strip out any dependencies that begin with
Example
$TaligentIncludes
or $TaligentPrivateIncludes
. You can do the same thing with any pathname, although generally, you need to do this only with the Taligent public and private includes.
CAUTION
Be careful when using this feature. If a Taligent header used by one of your source files changes, that file will not be recompiled. You must manually force the file to be recompiled. trimdependencies{
$(TaligentIncludes)
$(TaligentPrivateIncludes)
}
[Contents]
[Previous]
[Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.