Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
######################################################################### Copyright (C) 1998-2013 Vix Technology, All rights reserved## Module name : build.pl# Module type : Makefile system# Compiler(s) : Perl# Environment(s): jats## Description : Jats build file for ubuntu12.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 ( 'UBUNTU12', '--OnlyProd' );BuildName ( 'VIXubuntu1204LTS_VMcfg', '1.0.0000.tool' );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' );## Specify subdirectories to process#BuildSubDir ('src' );## Generate FilesBuildDescpkg ();BuildMake ();