Subversion Repositories DevTools

Rev

Rev 303 | Rev 335 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 303 Rev 323
Line 212... Line 212...
212
 
212
 
213
#.. Toolset configuration
213
#.. Toolset configuration
214
#
214
#
215
    $::ScmToolsetVersion = "1.0.0";               # our version
215
    $::ScmToolsetVersion = "1.0.0";               # our version
216
    $::ScmToolsetGenerate = 0;                    # generate optional
216
    $::ScmToolsetGenerate = 0;                    # generate optional
-
 
217
    $::ScmToolsetProgDependancies = 0;            # handle Prog dependancies myself		7 "I:\jats_cbuilder\JATS\MASS_Dev_Infra\core_devl\CFG\TOOLSET\ACEX.PL"
217
 
218
 
218
#.. Define MRI environment
219
#.. Define MRI environment
219
#
220
#
220
    #
221
    #
221
    #   Define initialisation targets
222
    #   Define initialisation targets
Line 1061... Line 1062...
1061
    #
1062
    #
1062
    #   Create the rules and recipes to create the required file
1063
    #   Create the rules and recipes to create the required file
1063
    #
1064
    #
1064
    $io->Prt( "\$($dir)/${name}${suf}.abs:\tSHBASE=${name}${suf}\n" );
1065
    $io->Prt( "\$($dir)/${name}${suf}.abs:\tSHBASE=${name}${suf}\n" );
1065
    $io->Prt( "\$($dir)/${name}${suf}.abs:\tSHNAME=${name}${suf}\n" );
1066
    $io->Prt( "\$($dir)/${name}${suf}.abs:\tSHNAME=${name}${suf}\n" );
1066
    $io->Entry( "\$($dir)/${name}${suf}.abs :\t", "", "\\\n\t\t", ".$::o ", @allObjs );
1067
    $io->Prt( "\$($dir)/${name}${suf}.abs : \$(SCM_MAKEFILE)" );
1067
    $io->Prt( "\\\n\t\t\$(GBE_PLATFORM).mk " );
-
 
1068
    $io->Prt( "\\\n\t\t\$($dir)/${name}${suf}.dep " );
1068
    $io->Prt( "\\\n\t\t\$($dir)/${name}${suf}.dep " );
-
 
1069
    $io->Entry( "", "", "\\\n\t\t", ".$::o ", @allObjs );
1069
    $io->Prt( "\\\n\t\t\$(OBJDIR)/${name}/head.$::o " );
1070
    $io->Prt( "\\\n\t\t\$(OBJDIR)/${name}/head.$::o " );
1070
    $io->Prt( "\n\t\$(SHLDABS)\n" );
1071
    $io->Prt( "\n\t\$(SHLDABS)\n" );
1071
    $io->Newline();
1072
    $io->Newline();
1072
 
1073
 
1073
 
1074