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: 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";#.. Product configuration#BuildPlatforms ( 'DEVLINUX' );BuildName ( 'BUILDNAME xx.xx.xx cr' );BuildInterface ( 'local' );BuildInterface ( 'interface' );#.. External Packages# Use LinkpkgArchive or BuildPkgArchive#LinkPkgArchive ( 'debian_dpkg' , '1.13.25.1000.cots' );LinkPkgArchive ( 'debian_packager', '1.9.0000.cr' );LinkPkgArchive ( 'Package' , 'Version' );## Specify subdirectories to process#BuildSubDir ('src' );## Generate FilesBuildDescpkg ();BuildMake ();