Rev 6932 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#===============================================================================# **** Copyright (c) 2016 VIX TECHNOLOGY (AUST) LTD ****##===============================================================================# Build systemdie "Usage: Makefile.pl rootdir Makelib.pl\n"unless( $#ARGV+1 >= 2 );require "$ARGV[1]";# Platform configurationPlatform ('*');# Package the manifest tool perl module.PackageFile ('*', '--DirTree=gbe');# Package the TEST certificates for TEST usePackageFile ('*', '--DirTree=etc');PackageFile ('*', 'etc/manifest/VixPulseManifestTest.key', '--Subdir=gbe/DIRECTIVES', '--Strip' );PackageFile ('*', 'etc/manifest/VixPulseManifestTest.crt', '--Subdir=gbe/DIRECTIVES', '--Strip' );# Generate the makefile and completeMakefileGenerate ();1;