# Copyright (C) 1998-2010 ERG Limited, All rights reserved
#
# Module name   : Makefile.pl
# Module type   : JATS Build File
# Environment(s): JATS Build System
#
# Description:    makefile.pl for package zendguard_tools
#
#.........................................................................#

die "Usage: Makefile.pl rootdir Makelib.pl\n"
    unless( $#ARGV+1 >= 2 );
require "$ARGV[1]";

#
# Build platform definitions ..
#
Platform( '*' );

#.............................................................................
# Packaging definitions
#
PackageFile ( '*', '--DirTree=gbe' );
PackageFile ( '*', '--DirTree=tools' );
PackageFile ( '*', 'descpkg' );

#.............................................................................
# Finally generate the makefile
#
MakefileGenerate();

#..  Successful termination
1;
