Subversion Repositories DevTools

Rev

Blame | Last modification | View Log | RSS feed

# Copyright (C) 1998-2004 ERG Limited, All rights reserved
#
# Module name   : build.pl
# Module type   : Makefile system
# Environment(s): n/a
#
# Description:    build.pl Template
#.........................................................................#

#..     Build system
#
$MAKELIB_PL     = "$ENV{ GBE_TOOLS }/makelib.pl";
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";

require         "$BUILDLIB_PL";
require         "$MAKELIB_PL";

#..     Toolset configuration
#

#..     Product configuration
#
BuildAlias      ( 'WIN',    'WIN32' );                  # All the WIN Platforms
BuildAlias      ( 'MOS',    'MOS68K', 'MOSCF' );        # All the MOS Platforms


BuildName       ( 'BUILDNAME xx.xx.xx cr' );
BuildSnapshot   ();
BuildAccessPerms();
BuildInterface  ( 'local' );
BuildInterface  ( 'interface' );

#..     External Packages
#       Use LinkpkgArchive or BuildPkgArchive
#
LinkPkgArchive ( 'Package'        , 'Version' );

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

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