Rev 6515 | 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# Compiler(s) : Perl# Environment(s): jats## Description : Jats build file for debian_packager##......................................................................###.. 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 ( 'GENERIC');BuildName ( 'debian_packager 1.25.2000 cr' );BuildInterface ( 'local' );BuildInterface ( 'interface' );# Specify subdirectories to process#BuildSubDir ( 'src' );## Generate the descpkg and MakefilesBuildDescpkg ();BuildMake ();