Subversion Repositories DevTools

Rev

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

Rev Author Line No. Line
5513 dpurdie 1
########################################################################
2
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
33 ghuddy 3
#
5513 dpurdie 4
# Module name   :build.pl
33 ghuddy 5
# Module type   : Makefile system
5513 dpurdie 6
# Compiler(s)   : Perl
7
#Environment(s): jats
33 ghuddy 8
#
5513 dpurdie 9
# Description   : Jats build file for package Deployment_Manager
10
#
11
#......................................................................#
33 ghuddy 12
 
13
#..     Build system
14
#
15
$MAKELIB_PL     = "$ENV{ GBE_TOOLS }/makelib.pl";
16
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";
17
 
18
require         "$BUILDLIB_PL";
19
require         "$MAKELIB_PL";
20
 
21
#..     Product configuration
22
#
23
BuildPlatforms   ( 'GENERIC' );
24
 
43 brianf 25
BuildName       ( 'Deployment_Manager 3.12.6000 cr' );
33 ghuddy 26
BuildInterface  ( 'interface' );
27
 
28
#
29
#   Specify subdirectories to process
30
#
5513 dpurdie 31
BuildSubDir    ( 'build' );
33 ghuddy 32
 
33
#
34
#   Generate Files
35
BuildDescpkg   ();
36
BuildMake      ();