Rev 4003 | Rev 7299 | Go to most recent revision | 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##......................................................................### exec build system#die "Usage: Makefile.pl rootdir Makelib.pl\n" unless( $#ARGV+1 >= 2 );require "$ARGV[1]";## Build platform definitions ..#Platform( '*' );############################################################################# Define the source files### Create a Debian Package around the files# Use a script to invoke the provided builder scripts#MakeDebianPackage ('*', '--Script=PackageApp.pl' );#.............................................................................# Packaging definitions##PackageFile ( '*' , 'descpkg' );#.............................................................................# Finally generate the makefile#MakefileGenerate();#.. Successful termination1;