Subversion Repositories DevTools

Rev

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

Rev Author Line No. Line
6935 dpurdie 1
#===============================================================================
2
########################################################################
3
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
4
#
5
# Module name   : build.pl
6
# Module type   : Makefile system
7
# Compiler(s)   : Perl
8
# Environment(s): jats
9
#
10
# Description   : Jats build file for manifest-certificates
11
#
12
#......................................................................#
13
#
14
#..     Build system
15
#
16
$MAKELIB_PL     = "$ENV{ GBE_TOOLS }/makelib.pl";
17
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";
18
 
19
require         "$BUILDLIB_PL";
20
require         "$MAKELIB_PL";
21
 
22
 
23
# Product configuration
24
BuildPlatforms      ('GENERIC','--OnlyProd');
25
 
6946 dpurdie 26
BuildName           ( 'manifest-certificates 0.0.1000 pls' );
6935 dpurdie 27
BuildInterface      ('interface');
28
 
29
 
30
# Build directories.
31
BuildSubDir         ('src');
32
 
33
 
34
# Generate Files
35
BuildDescpkg        ();
36
BuildMake           ();