Subversion Repositories DevTools

Rev

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

# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
#
# Module name   : build.pl
# Module type   : Makefile system
# Environment(s): JATS
#
# Description:    Root build for UD
#
#.........................................................................#

#..     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      ( 'LMOS,--Target',   'LMOS_WIN32', 'LMOS_linux_i386' );
BuildAlias      ( 'MOS,--Target',    'MOS68K', 'MOSCF' );

BuildProduct    ( 'PCP',    'LMOS,--OnlyDebug', 'MOS68K,--OnlyDebug');


BuildName       ( 'MyMosProject 1.0.0.example' );
BuildInterface  ( 'local' );
BuildInterface  ( 'interface' );

#..     Build source tree makefile(s)
#           Use LinkPkgArchive or BuildPkgArchive
# 
LinkPkgArchive ( 'daf_tools', '25.1.0000.cr' );
LinkPkgArchive ( 'mos_api', '5.11.0.cr' );
LinkPkgArchive ( 'mos_pcp5522', '5.13.0.cr' );
LinkPkgArchive ( 'mos_tools', '1.0.0.cr' );
LinkPkgArchive ( 'lmos', '25.2.1.cr' );


#####################################################################


#
#   Specify subdirectories to process
#
BuildSubDir     ('static-lib');
BuildSubDir     ('thx-module');

#
#   Generate the Makefile
BuildDescpkg    ();
BuildMake       ();