Blame | Last modification | View Log | RSS feed
# Copyright (C) 1998-2008 ERG Limited, All rights reserved## Module name : JATS Utilities# Module type : Makefile system# Environment(s): JATS## Description: build.pl file for utility mkdepend## This is very much a chicken and egg build# JATS needs mkdepend and this build needs JATS# This this build can only be used to create a# new verion of mkdepend, rather than to build JATS# from source#.........................................................................##.. 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 ('SOLARIS,--OnlyDebug');BuildPlatforms ('LINUX,--OnlyDebug');BuildPlatforms ('WIN32,--OnlyProd');BuildName ( 'mkdepend 00.00.00 cr' );BuildInterface ( 'local' );BuildInterface ( 'interface' );## Generate the descpkg and Makefiles#BuildVersion ();BuildDescpkg ();BuildMake ();