-@cout "WOKSH_LD_EDL used";
+@ifnotdefined ( %WOKSH_LD_EDL ) then
+ @set %WOKSH_LD_EDL = "";
+ @if ( %Station == "sun" ) then
+ @template LD_Footer () is
+ $ -lC -lc;
+ @end;
+ @endif;
+@endif;
+
-@cout "WOKSH_LDEXE_EDL used";
+@ifnotdefined ( %WOKSH_LDEXE_EDL ) then
+ @set %WOKSH_LDEXE_EDL = "";
+ @if ( %Station == "sun" ) then
+ @template LDEXE_Footer () is
+ $ -lC -lc;
+ @end;
+ @endif;
+@endif;
@ifnotdefined ( %WOKSH_LDSHR_EDL ) then
- @cout "WOKSH_LDSHR_EDL used";
@set %WOKSH_LDSHR_EDL = "";
+ @set %LDSHR_EDL = "";
@if ( %Station == "sun" ) then
- @cout "LDSHR_Footer";
@template LDSHR_Footer () is
$ -lC -lc;
@end;
-@cout "WOKSH_LINKSHR_EDL used";
+@ifnotdefined ( %WOKSH_LINKSHR_EDL ) then
+ @set %WOKSH_LINKSHR_EDL = "";
+ @if ( %Station == "sun" ) then
+ @template LINKSHR_Footer () is
+ $ -lC -lc;
+ @end;
+ @endif;
+@endif;
+