User`s guide

The Build Process
2-25
model.exe (on PC) or model (on UNIX), generated in current directory, not
in build directory
Executable program file created under control of the
make utility by your
development system (unless you have explicitly specified that Real-Time
Workshop generate code only and skip the rest of the build process.
model.mk
Customized makefile generated by the Real-Time Workshop build process.
This file builds an executable program file.
rtmodel.h
Contains #include directives required by static main program modules
such as
grt_main.c and grt_malloc_main.c. Since these modules are not
created at code generation time, they include
rt_model.h to access
model-specific data structures and entry points. If you create your own
main program module, take care to include
rtmodel.h
rtwtypes.h
For GRT targets, a header file that includes tmwtypes.h and
simstruc_types.h. For Real-Time Workshop Embedded Coder ERT
targets,
rtwtypes.h is optimized (pruned to reduce its size) based on build
settings and directly includes the defines, enumerations, and so on,
contained in
tmwtypes.h and simstruc_types.h.
rt_nonfinite.c
C source file that declares and initializes global nonfinite values for inf,
minus
inf and nan. Nonfinite comparison functions are also provided.
rt_nonfinite.h
C header file that defines extern references to nonfinite variables and
functions.
rtw_proj.tmw
File generated by Real-Time Workshop for use by the make utility to
determine when to rebuild objects when the name of the current Real-Time
Workshop project changes.
Optional files:
model_targ_data_map.m
M-file used by External Mode to initialize the external mode connection.