User`s guide
3 Code Generation and the Build Process
3-24
|>MEXEXT<|
MEX-file extension. See the MATLAB
mexext command.
|>MODEL_NAME<| Name of the Simulink block diagram
currently being built.
|>MODEL_MODULES<| Any additional generated source (.c)
modules. For example, you can split a
large model into two files,
model.c and
model1.c. In this case, this token
expands to
model1.c.
|>MODEL_MODULES_OBJ<| Object filenames (.obj) corresponding
to any additional generated source (
.c)
modules.
|>MULTITASKING<|
Yes (1) or No (0) — Is the solver mode
multitasking?
|>NUMST<| Number of sample times in the model.
|>RELEASE_VERSION<|
The release version of MATLAB, for
example, 11.0.
|>S_FUNCTIONS<| List of noninlined S-function (.c)
sources.
|>S_FUNCTIONS_LIB<|
List of S-function libraries available for
linking.
|>S_FUNCTIONS_OBJ<| Object (.obj) file list corresponding to
noninlined S-function sources.
|>SOLVER<| Solver source filename, e.g., ode3.c.
|>SOLVER_OBJ<| Solver object (.obj) filename, e.g.,
ode3.obj.
Table 3-4: Template Makefile Tokens Expanded by make_rtw (Continued)
Token Expansion