Subversion Repositories DevTools

Rev

Rev 1843 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1831 mhunt 1
# Copyright (C) 1998-2006 ERG Limited, All rights reserved
2
#
3
# Module name   : build.pl
4
# Module type   : Makefile system
5
# Environment(s): n/a
6
#
7
# Description:    build.pl for package ant-jants
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
 
1845 crichaud 22
BuildName       ( 'ant-jants 4.2.6004 tool', '4.2.6004' );
1831 mhunt 23
BuildInterface  ( 'interface' );
24
 
1845 crichaud 25
#   Dependent packages
1831 mhunt 26
#
1845 crichaud 27
LinkPkgArchive ( 'antshield', '1.0.1004.tool' );
28
LinkPkgArchive ( 'clearcase', '1.0.0' );
29
LinkPkgArchive ( 'jants', '4.2.3004.tool' );
30
 
31
#
1831 mhunt 32
#   Specify subdirectories to process
33
#
34
BuildSubDir    ( 'src' );
35
 
36
#
37
#   Generate Files
38
BuildDescpkg   ();
39
BuildMake      ();