Subversion Repositories DevTools

Rev

Rev 313 | Blame | Compare with Previous | Last modification | View Log | RSS feed

# Copyright (C) 1998-2008 ERG Limited, All rights reserved
#
# Module name   : JATS Utilities
# Module type   : Makefile system
# Environment(s): JATS
#
# Description:    build.pl file for utility cmdfile
#
#                 This is very much a chickenand egg build
#                 JATS needs cmdfile and this build needs JATS
#                 This this build can only be used to create a
#                 new verion of cmdfile, rather than to build JATS
#                 from source
#.........................................................................#

#..     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 ('SOLARIS,--OnlyDebug');
BuildPlatforms ('LINUX,--OnlyDebug');
BuildPlatforms ('WIN32,--OnlyProd');

BuildName       ( 'cmdfile 00.00.00 cr' );
BuildInterface  ( 'local' );
BuildInterface  ( 'interface' );

#
#   Generate the descpkg and Makefiles
#BuildVersion ();
BuildDescpkg   ();
BuildMake      ();