Blame | Last modification | View Log | RSS feed
######################################################################### Copyright (C) 1998-2013 Vix Technology, All rights reserved## Module name : makefile.pl# Module type : JATS Makefile# Environment(s): JATS Build System## Description : Makefile for dpkg_management##......................................................................### exec build system#die "Usage: Makefile.pl rootdir Makelib.pl\n" unless( $#ARGV+1 >= 2 );require "$ARGV[1]";Platform ( '*' );PackageFile ( '*', '--Subdir=pkg', '--DirTree=cron' );PackageFile ( '*', '--Subdir=pkg', '--DirTree=sbin' );MakefileGenerate();