Subversion Repositories DevTools

Rev

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

Rev 4995 Rev 6798
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
# Environment(s): JATS
5
# Environment(s): JATS
6
#
6
#
7
# Description:    makefile.pl to create the 'jats' packag
7
# Description:    makefile.pl to create the 'jats' packag
8
#
8
#
9
#.........................................................................#
9
#.........................................................................#
10
 
10
 
11
die "Usage: Makefile.pl rootdir Makelib.pl\n"
-
 
12
    unless( $#ARGV+1 >= 2 );
-
 
13
require "$ARGV[1]";
11
require "$ARGV[1]";
14
 
12
 
15
#
13
#
16
# Build platform definitions ..
14
# Build platform definitions ..
17
#
15
#