112 |
|
#$fileclass=$toolbox->getclass($file); |
113 |
|
#$toolbox->maketargets("exe",$fileclass, $$hashref{name}, $file ); |
114 |
|
print GNUmakefile "bin::$$hashref{name}\n"; |
115 |
+ |
print GNUmakefile "bin_debug::$$hashref{name}\n"; |
116 |
|
print GNUmakefile "$$hashref{name}::$$hashref{file}\n"; |
117 |
|
} |
118 |
|
|
122 |
|
my $hashref; |
123 |
|
|
124 |
|
$hashref=$switch->SetupValueHash(\@vars); |
125 |
+ |
$$hashref{'ref'}=~tr[A-Z][a-z]; |
126 |
|
print GNUmakefile $$hashref{'ref'}; |
127 |
|
if ( defined $$hashref{'version'} ) { |
128 |
|
print GNUmakefile "_V_".$$hashref{'version'}; |