Subversion Repositories DevTools

Rev

Rev 4123 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4123 Rev 4129
Line -... Line 1...
-
 
1
########################################################################
-
 
2
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
-
 
3
#
1
die "Usage: Makefile.pl rootdir Makelib.pl\n"
4
# Module name   : makefile.pl
-
 
5
# Module type   : Makefile system
2
	unless( $#ARGV+1 >= 2 );
6
# Compiler(s)   : Perl
-
 
7
# Environment(s): jats
-
 
8
#
-
 
9
# Description   : Package up some of the required build artifacts 
-
 
10
#
-
 
11
#......................................................................#
-
 
12
 
-
 
13
die "Usage: Makefile.pl rootdir Makelib.pl\n" unless( $#ARGV+1 >= 2 );
3
require "$ARGV[1]";
14
require "$ARGV[1]";
4
 
15
 
5
Platform( 'JAVA', '--OnlyDebug' );
16
Platform( 'JAVA', '--OnlyDebug' );
6
 
17
 
7
Src         ( '*', 'abtd.xml' );
18
Src         ( '*', 'abtd.xml' );
Line 44... Line 55...
44
PackageFile ( '*', 'buildtool.conf', "--Subdir=etc/init.d" );
55
PackageFile ( '*', 'buildtool.conf', "--Subdir=etc/init.d" );
45
 
56
 
46
Src         ( '*', 'gen_escrow.pl' );
57
Src         ( '*', 'gen_escrow.pl' );
47
PackageFile ( '*', 'gen_escrow.pl', "--Subdir=etc" );
58
PackageFile ( '*', 'gen_escrow.pl', "--Subdir=etc" );
48
 
59
 
49
 
-
 
50
 
-
 
51
MakefileGenerate();
60
MakefileGenerate();