Subversion Repositories DevTools

Rev

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

Rev 5508 Rev 5515
Line -... Line 1...
-
 
1
########################################################################
1
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
2
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
-
 
3
# Module name   : makefile.pl
-
 
4
# Module type   : JATS Makefile
-
 
5
# Environment(s): JATS Build System
2
#
6
#
3
# Module name   : Makefile.pl
-
 
4
# Module type   : Makefile system
7
# Description   : Makefile for Release_Manager
5
# Compiler(s)   : ANSI C
-
 
6
# Environment(s): n/a
-
 
7
#
8
#
8
# Description:    makefile.pl for package Release_Manager
9
#......................................................................#
9
#
10
#
10
#.........................................................................#
11
# exec build system
11
 
12
#
12
die "Usage: Makefile.pl rootdir Makelib.pl\n"
13
die "Usage: Makefile.pl rootdir Makelib.pl\n" unless( $#ARGV+1 >= 2 );
13
    unless( $#ARGV+1 >= 2 );
-
 
14
require "$ARGV[1]";
14
require "$ARGV[1]";
15
 
15
 
16
#
16
#
17
# Build platform definitions ..
17
# Build platform definitions ..
18
#
18
#