Blame | Last modification | View Log | RSS feed
# Copyright (C) 1998-2009 ERG Limited, All rights reserved## Module name : build.pl# Module type : Makefile system# Environment(s): JATS Build System## Description: build.pl for package ant-dinkumware_stl#.........................................................................##.. Build system#$MAKELIB_PL = "$ENV{ GBE_TOOLS }/makelib.pl";$BUILDLIB_PL = "$ENV{ GBE_TOOLS }/buildlib.pl";require "$BUILDLIB_PL";require "$MAKELIB_PL";#.. Product configuration#BuildPlatforms ( 'GENERIC' );BuildName ( 'ant-dinkumware_stl', '1.2.0', '--RelaxedVersion' );BuildInterface ( 'interface' );## Dependent packages#LinkPkgArchive ('Dinkumware_STL', '1.0.0.cots' );## Specify subdirectories to process#BuildSubDir ( 'src' );## Generate FilesBuildDescpkg ();BuildMake ();