Rev 6177 | Blame | Compare with Previous | Last modification | View Log | RSS feed
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.## Module name : Makefile.pl# Module type : Makefile system# Environment(s): JATS## Description: makefile.pl template example##.........................................................................#require "$ARGV[1]";## Build platform definitions ..#Platform( '*' );############################################################################# Define the source files#Src ( '*' , "source1.c" );Src ( '*' , "source2.c" );#.............................................................................# Packaging definitions#PackageHdr ( '*', @CHDRS ,"--Strip" );#..#PackageFile ( '*' , 'descpkg' );#.............................................................................# Finally generate the makefile#MakefileGenerate();#.. Successful termination1;