Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1805 crichaud 1
# Copyright (C) 1998-2009 ERG Limited, All rights reserved
2
#
3
# Module name   : build.pl
4
# Module type   : Makefile system
5
# Environment(s): JATS Build System
6
#
7
# Description:    build.pl for package ant-dinkumware_stl
8
#.........................................................................#
9
 
10
#..     Build system
11
#
12
$MAKELIB_PL     = "$ENV{ GBE_TOOLS }/makelib.pl";
13
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";
14
 
15
require         "$BUILDLIB_PL";
16
require         "$MAKELIB_PL";
17
 
18
#..     Product configuration
19
#
20
BuildPlatforms   ( 'GENERIC' );
21
 
22
BuildName       ( 'ant-dinkumware_stl', '1.2.0', '--RelaxedVersion' );
23
BuildInterface  ( 'interface' );
24
 
25
#
26
#   Dependent packages
27
#
28
LinkPkgArchive ('Dinkumware_STL', 	'1.0.0.cots' );
29
 
30
#
31
#   Specify subdirectories to process
32
#
33
BuildSubDir    ( 'src' );
34
 
35
#
36
#   Generate Files
37
BuildDescpkg   ();
38
BuildMake      ();