Template makefile

Description

Specify the template makefile from which to generate the makefile.

Note

This parameter only appears when the model is configured to use a template makefile-based code generation target, as described in Choose Build Approach and Configure Build Process.

Category: Code Generation

Settings

Default: grt_default_tmf

The template makefile determines which compiler runs, during the make phase of the build, to compile the generated code. You can specify template makefiles in the following ways:

  • Generate a value by selecting a target configuration using the System Target File Browser.

  • Explicitly enter a custom template makefile filename (including the extension). The file must be on the MATLAB® path.

Tips

  • If you do not include a filename extension for a custom template makefile, the code generator attempts to find and execute a MATLAB language file.

  • You can customize your build process by modifying an existing template makefile or by providing your own template makefile.

Dependency

This parameter is enabled by Generate makefile.

Command-Line Information

Parameter: TemplateMakefile
Type: character vector
Value: valid template makefile filename
Default: 'grt_default_tmf'

Recommended Settings

ApplicationSetting
DebuggingNo impact
TraceabilityNo impact
EfficiencyNo impact
Safety precautionNo impact

Related Topics