"
"  This deck collects the binding directives for binding the OS onto specific files to be used by link_operating_system.
"  This deck should be expanded and then do an 'include_file' to create the various linker command files.
"  Create the variables that contain the name of the file for the binding directives for the various libraries.
"
"  NOTE: There is a very tight coupling between this deck and the procedure link_operating_system due to the
"  variables created by this deck.
"

create_variable bd_monitor k=string value='$local.'//$unique
create_variable bd_system_core_113 k=string value='$local.'//$unique
create_variable bd_system_core_133 k=string value='$local.'//$unique
create_variable bd_system_core_13d k=string value='$local.'//$unique
create_variable bd_system_core_1dd k=string value='$local.'//$unique
create_variable bd_job_template_223 k=string value='$local.'//$unique
create_variable bd_job_template_236 k=string value='$local.'//$unique
create_variable bd_job_template_23d k=string value='$local.'//$unique
create_variable bd_job_template_2dd k=string value='$local.'//$unique

COLLECT_TEXT o=$fname(bd_monitor) u='**END**' p=''
*copy raf$bd_monitor
**END**

COLLECT_TEXT o=$fname(bd_system_core_113) u='**END**' p=''
*copy raf$bd_system_core_113
**END**

COLLECT_TEXT o=$fname(bd_system_core_133) u='**END**' p=''
*copy raf$bd_system_core_133
**END**

COLLECT_TEXT o=$fname(bd_system_core_13d) u='**END**' p=''
*copy raf$bd_system_core_13d
**END**

COLLECT_TEXT o=$fname(bd_system_core_1dd) u='**END**' p=''
*copy raf$bd_system_core_1dd
**END**

COLLECT_TEXT o=$fname(bd_job_template_223) u='**END**' p=''
*copy raf$bd_job_template_223
**END**

COLLECT_TEXT o=$fname(bd_job_template_236) u='**END**' p=''
*copy raf$bd_job_template_236
**END**

COLLECT_TEXT o=$fname(bd_job_template_23d) u='**END**' p=''
*copy raf$bd_job_template_23d
**END**

COLLECT_TEXT o=$fname(bd_job_template_2dd) u='**END**' p=''
*copy raf$bd_job_template_2dd
**END**

