356 |
|
# print $typefile "\t\$(_quietbuild_)"; |
357 |
|
# print $typefile $mapper->template($$hashref{'class'},$type)."\n"; |
358 |
|
# print $typefile "\t\$(_quietstamp_)"; |
359 |
< |
# print $typefile "$(SCRAM_HOME)/src/scramdatestamp \$@.ds \$@ \$^\n"; |
359 |
> |
# print $typefile "$(SCRAMPERL) $(SCRAM_HOME)/src/scramdatestamp \$@.ds \$@ \$^\n"; |
360 |
|
|
361 |
|
# -- cleaning targets |
362 |
|
push @targets, "clean_$dirname"; |
514 |
|
print binGNUmakefile "$$hashref{name}_Insure.exe:.psrc\n"; |
515 |
|
print binGNUmakefile "$$hashref{name}_d.exe:$objectname_d\n"; |
516 |
|
print binGNUmakefile "\t\$(CClinkCmdDebug)\n"; |
517 |
< |
print binGNUmakefile "\t\@\$(SCRAM_HOME)/src/scramdatestamp \$\@\.ds \$\@ \$\^\n"; |
517 |
> |
print binGNUmakefile "\t\@\$(SCRAMPERL) $(SCRAM_HOME)/src/scramdatestamp \$\@\.ds \$\@ \$\^\n"; |
518 |
|
print binGNUmakefile "$$hashref{name}_l_d.exe:$objectname_d\n"; |
519 |
|
print binGNUmakefile "\t\$(CClinkCmdDebugLocal)\n"; |
520 |
< |
print binGNUmakefile "\t\@\$(SCRAM_HOME)/src/scramdatestamp \$\@\.ds \$\@ \$\^\n"; |
520 |
> |
print binGNUmakefile "\t\@\$(SCRAMPERL) $(SCRAM_HOME)/src/scramdatestamp \$\@\.ds \$\@ \$\^\n"; |
521 |
|
print binGNUmakefile "$$hashref{name}_Insure.exe:$objectname_Insure\n"; |
522 |
|
print binGNUmakefile "\t\$(CClinkCmdInsure)\n"; |
523 |
< |
print binGNUmakefile "\t\@\$(SCRAM_HOME)/src/scramdatestamp \$\@\.ds \$\@ \$\^\n"; |
523 |
> |
print binGNUmakefile "\t\@\$(SCRAMPERL) $(SCRAM_HOME)/src/scramdatestamp \$\@\.ds \$\@ \$\^\n"; |
524 |
|
print binGNUmakefile "$$hashref{name}_o.exe:$objectname_o\n"; |
525 |
|
print binGNUmakefile "\t\$(CClinkCmd)\n"; |
526 |
< |
print binGNUmakefile "\t\@\$(SCRAM_HOME)/src/scramdatestamp \$\@\.ds \$\@ \$\^\n"; |
526 |
> |
print binGNUmakefile "\t\@\$(SCRAMPERL) $(SCRAM_HOME)/src/scramdatestamp \$\@\.ds \$\@ \$\^\n"; |
527 |
|
print binGNUmakefile "$$hashref{name}.dep:$$hashref{file}\n"; |
528 |
|
print binGNUmakefile "-include $$hashref{name}.dep\n"; |
529 |
|
print binGNUmakefile <<ENDTEXT; |
678 |
|
my $string=shift; |
679 |
|
my $word; |
680 |
|
|
681 |
+ |
if ( $self->{Arch} ) { |
682 |
|
foreach $word ( (split /\s/, $string) ){ |
683 |
|
chomp $word; |
684 |
|
next if /^#/; |
686 |
|
$self->{ignore}=1; |
687 |
|
} |
688 |
|
} |
689 |
+ |
} |
690 |
|
} |
691 |
|
|
692 |
|
sub Arch_Start { |