Blame | Last modification | View Log | RSS feed
######################################################################### COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.## Module name : build.pl# Module type : Makefile system# Compiler(s) : Perl# Environment(s): jats## Description : Jats build file for VIXcentos7LTS_VMcfg##......................................................................##.. 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 ( 'RHEL7', '--OnlyProd' );BuildName ( 'VIXcentos7LTS_VMcfg', '1.0.0000', 'tool', '--RelaxedVersion' );BuildInterface ( 'local' );BuildInterface ( 'interface' );#.. External Packages# Use LinkpkgArchive or BuildPkgArchive#LinkPkgArchive ( 'debian_packager', '1.24.2000.cr' );## Specify subdirectories to process#BuildSubDir ('src' );## Generate FilesBuildDescpkg ();BuildMake ();