# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
#
# Module name   : build.pl
# Module type   : Makefile system
# Environment(s): JATS
#
# Description:    build.pl for VixArmv4iGeneric
#.........................................................................#

#..     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');

BuildName       ( 'VixArmv4iGeneric 1.1.0000 tool' );
BuildInterface  ( 'interface' );

#
#   Specify subdirectories to process
#
BuildSubDir     ('src' );

#
#   Generate Files
BuildDescpkg    ();
BuildMake       ();

