#===============================================================================
########################################################################
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
#
# Module name   : build.pl
# Module type   : Makefile system
# Compiler(s)   : Perl
# Environment(s): jats
#
# Description   : Jats build file for manifest-certificates
#
#......................................................................#
#
#..     Build system
#
$MAKELIB_PL     = "$ENV{ GBE_TOOLS }/makelib.pl";
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";

require         "$BUILDLIB_PL";
require         "$MAKELIB_PL";


# Product configuration
BuildPlatforms      ('GENERIC','--OnlyProd');

BuildName           ( 'manifest-certificates 1.0.0000 pls' );
BuildInterface      ('interface');


# Build directories.
BuildSubDir         ('src');


# Generate Files
BuildDescpkg        ();
BuildMake           ();
