Subversion Repositories DevTools

Rev

Rev 387 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

# Copyright (C) 1998-2007 ERG Limited, All rights reserved
#
# Module name   : jats
# Module type   : Makefile system
# Environment(s): Generic
#
# Description:    build.pl to create the 'core_devl' package
#                 This is really 'jats', but for historical reasons
#                 it will always be called core_devl
#.........................................................................#

#..     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       ( 'core_devl 2.100.4000 cr' );
BuildInterface  ( 'interface' );

#..     External Packages
#       There MUST not be ANY external packages
#

#
#   Specify subdirectories to process
#
BuildSubDir    ( 'BUILD' );

#
#   Generate Files
BuildDescpkg   ();
BuildMake      ();