Rev 4205 | Blame | Compare with Previous | Last modification | View Log | RSS feed
######################################################################### Copyright (c) VIX TECHNOLOGY (AUST) LTD# Module name : makefile.pl# Module type : JATS Makefile# Environment(s): JATS Build System## Description : Makefile for generate_release_notes##......................................................................### exec build system#die "Usage: Makefile.pl rootdir Makelib.pl\n" unless( $#ARGV+1 >= 2 );require "$ARGV[1]";Platform('*');PackageFile('*', '--DirTree=tools', '--Subdir=scripts', '--StripDir' );#.............................................................................# Finally generate the makefile#MakefileGenerate();#.. Successful termination1;