Subversion Repositories DevTools

Rev

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

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