Rev 6821 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
######################################################################### Copyright (c) VIX TECHNOLOGY (AUST) LTD## Module name : build.pl# Module type : Makefile system# Compiler(s) : Perl# Environment(s): jats## Description : Jats build file for ubuntu16.04LTS_VM##......................................................................##.. 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#BuildPlatforms ( 'UBUNTU16', '--OnlyProd' );BuildName ( 'VIXubuntu1604LTS_VMcfg', '1.0.1000', 'tool', '--RelaxedVersion' );BuildInterface ( 'local' );BuildInterface ( 'interface' );#.. External Packages# Use LinkpkgArchive or BuildPkgArchive#LinkPkgArchive ( 'debian_dpkg', '1.13.25.4000.cots' );LinkPkgArchive ( 'debian_packager', '1.25.0000.cr' );## Specify subdirectories to process#BuildSubDir ('src' );## Generate FilesBuildDescpkg ();BuildMake ();