Rev 6177 | 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 : jats# Module type : Makefile system# Environment(s): JATS## Description: build.pl to create the 'core_devl' package# This is really 'jats', but for historical reasons# it will always be called core_devl#.........................................................................##.. 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,--OnlyProd' );BuildName ( 'core_devl 3.16.2000 cr' );BuildInterface ( 'interface' );#.. External Packages# There MUST not be ANY external packages### Specify subdirectories to process#BuildSubDir ( 'BUILD' );## Generate FilesBuildDescpkg ();BuildMake ();