Generate makefile - Makefile generation - MATLAB (original) (raw)

Makefile generation

Description

App Configuration Pane: Advanced

Configuration Objects: coder.CodeConfig | coder.EmbeddedCodeConfig

Makefile generation during the build process.

Settings

On

This value is the default value.

The code generator generates a makefile during the build process.

Off

The code generator does not generate a makefile during the build process. Specify instructions for post-code-generation processing, including compilation and linking, in a post-code-generation command. See Build Process Customization.

Programmatic Use

**Property:**GenerateMakefile
Values: true |false
Default: true

Version History

Introduced in R2011a

See Also

coder.CodeConfig | coder.EmbeddedCodeConfig

Topics