Rev 5359 | Blame | Compare with Previous | Last modification | View Log | RSS feed
######################################################################### Copyright (C) Vix Technology, All rights reserved## Module name : build.pl# Module type : Makefile system# Compiler(s) : Perl# Environment(s): jats## Description : Jats build file for lxr_manager##......................................................................###.. 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 ( 'UBUNTU16,--OnlyProd' );BuildName ( 'lxr_manager', '2.0.3.4000', 'tool', '--RelaxedVersion' );BuildInterface ( 'interface' );## Specify subdirectories to process#BuildSubDir ( 'src' );LinkPkgArchive ('debian_packager','1.23.0000.cr');LinkPkgArchive ('debian_dpkg','1.13.25.2000.cots');## Generate FilesBuildDescpkg ();BuildMake ();