

"
"  Directives for binding osf$job_template_236 library.  The unbound library
"  is on file 'unbound_library', file 'scratch_library' is used for an
"  intermediate result and 'bound_library' is where the bound library
"  is written.  These varibles must be defined in the procedure that
"  invokes these linker commands.
"
"  These directives are invoked by the 'bind_os_library' procedure.
"

    create_module n=bound_job_template_236 c=$fname(unbound_library) include_binary_section_maps=TRUE
    change_module_attributes m=bound_job_template_236 retain=all

"  Put a status variable on the following generate_library l=so that any
"  warning-level linker errors will be able to pass back to bind_os_library the fact
"  that there were internal errors on this library.
    generate_library l=$fname(bound_library) status=bind_status

