Rev 3404 | Blame | Compare with Previous | Last modification | View Log | RSS feed
######################################################################### Copyright (C) 1998-2013 Vix Technology, All rights reserved## Module name : build.pl# Module type : Makefile system# Compiler(s) : Perl# Environment(s): jats## Description : Jats build file for dpkg_management##......................................................................###.. Build system#$MAKELIB_PL = "$ENV{ GBE_TOOLS }/makelib.pl";$BUILDLIB_PL = "$ENV{ GBE_TOOLS }/buildlib.pl";require "$BUILDLIB_PL";require "$MAKELIB_PL";BuildPlatforms ( 'GENERIC' );BuildName ( 'dpkg_management 4.0.0000 cr' );BuildInterface ( 'interface' );BuildDescpkg ();BuildMake ();