Blame | Last modification | View Log | RSS feed
######################################################################### Copyright (C) Vix Technology, All rights reserved## Module name : makefile.pl# Module type : JATS Makefile# Environment(s): JATS Build System## Description : Makefile for dpkg_blat##......................................................................### 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##.............................................................................# Packaging definitions#PackageFile ( '*', '--Subdir=pkg', '--DirTree=blat' );PackageFile ( '*', '--Subdir=pkg', '--DirTree=etc' );PackageFile ( '*', '--Subdir=pkg', '--DirTree=targetBin' );PackageFile ( '*', '--Subdir=pkg', '--DirTree=ssh' );#..#Src ( '*' , 'descpkg' );PackageFile ( '*' , 'descpkg' );#.............................................................................# Finally generate the makefile#MakefileGenerate();#.. Successful termination1;