Subversion Repositories DevTools

Rev

Rev 1469 | Rev 1473 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1467 alewis 1
# Copyright (C) 1998-2007 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 shellbuild
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,--OnlyProd' );
21
 
1471 alewis 22
BuildName       ( 'shellbuild 1.0.2000 cr' );
1467 alewis 23
BuildInterface  ( 'local' );
24
BuildInterface  ( 'interface' );
25
 
26
#
27
#   Specify subdirectories to process
28
#
29
BuildSubDir    ( 'src' );
30
 
31
#
32
#   Generate Files
33
BuildDescpkg   ();
34
BuildMake      ();