#===============================================================================
# **** Copyright (c) 2016 VIX TECHNOLOGY (AUST) LTD ****
#
#===============================================================================

# Build system
die "Usage: Makefile.pl rootdir Makelib.pl\n"
    unless( $#ARGV+1 >= 2 );
require "$ARGV[1]";


# Platform configuration
Platform            ('*');


# Package the manifest tool perl module.
PackageFile         ('*', '--DirTree=gbe');

# Package the TEST certificates for TEST use
PackageFile         ('*', '--DirTree=etc');
PackageFile         ('*', 'etc/manifest/VixPulseManifestTest.key', '--Subdir=gbe/DIRECTIVES', '--Strip' );
PackageFile         ('*', 'etc/manifest/VixPulseManifestTest.crt', '--Subdir=gbe/DIRECTIVES', '--Strip' );


# Generate the makefile and complete
MakefileGenerate    ();
1;
