Subversion Repositories DevTools

Rev

Rev 227 | Rev 6177 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 227 Rev 4995
Line 1... Line 1...
1
# Copyright (C) 1998-2004 ERG Limited, All rights reserved
1
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
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
-
 
6
# Environment(s): n/a
5
# Environment(s): JATS
7
#
6
#
8
# Description:    makefile.pl template example
7
# Description:    makefile.pl template example
9
#
8
#
10
#.........................................................................#
9
#.........................................................................#
11
 
10
 
Line 14... Line 13...
14
require "$ARGV[1]";
13
require "$ARGV[1]";
15
 
14
 
16
# subdirectories to recurse (if any) and target platform(s),
15
# subdirectories to recurse (if any) and target platform(s),
17
#    the following section(s) is called for each target ..
16
#    the following section(s) is called for each target ..
18
#
17
#
19
# eg.   Rules();
18
# eg
20
#   SubDir('SubDir1', 'SubDir2');
19
#   SubDir('SubDir1', 'SubDir2');
21
#   Platform( 'WIN32', 'MOS68K', 'MOSCF' );
20
#   Platform( 'WIN32', 'MOS68K', 'MOSCF' );
22
 
21
 
23
#
22
#
24
# Build platform definitions ..
23
# Build platform definitions ..