Rev 6247 | Rev 6555 | Go to most recent revision | 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# Environment(s): JATS## Description: build.pl jats-installer#.........................................................................##.. 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');BuildPlatforms ('UBUNTU14', '--OnlyProd');BuildPlatforms ('UBUNTU12', '--OnlyProd');BuildPlatforms ('RHEL7', '--OnlyProd');BuildName ( 'jats-installer 1.0.2001 cr' );BuildInterface ( 'interface' );#.. External Packages#LinkPkgArchive ( 'debian_dpkg' , '1.13.25.4000.cots' );LinkPkgArchive ( 'debian_packager', '1.25.0000.cr' );## Generate FilesBuildDescpkg ();BuildMake ();