Blame | Last modification | View Log | RSS feed
# Copyright (C) 1998-2009 ERG Limited, All rights reserved## Module name : Makefile.pl# Module type : JATS Build File# Environment(s): JATS Build System## Description: makefile.pl for package cpptasks##.........................................................................#die "Usage: Makefile.pl rootdir Makelib.pl\n"unless( $#ARGV+1 >= 2 );require "$ARGV[1]";## Build platform definitions ..#Platform( '*' );############################################################################# Define the source files##.............................................................................# Packaging definitions#PackageFile ( '*', '--DirTree=jar' );#..#Src ( '*' , 'descpkg' );PackageFile ( '*' , 'descpkg' );#.............................................................................# Finally generate the makefile#MakefileGenerate();#.. Successful termination1;