Main Content
target.MakefileBuilder Class
Namespace: target
Description
Use a target.MakefileBuilder
object to:
Specify that the toolchain is makefile-based.
Specify the type of makefile that the toolchain generates (GNU® Make or NMAKE).
To create a target.MakefileBuilder
object, use the target.create
function. Create the object in a single step.
makefileBuilderObject = target.create('MakefileBuilder', option)
option
is the name of the target.MakeToolType
object that you want to specify for
the MakeToolType
property of
makefileBuilderObject
. For example, 'GMake'
or
'NMake'
. Properties
Examples
Version History
Introduced in R2023a