Subversion Repositories DevTools

Rev

Rev 227 | 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:
7
# Description:
9
#   Common Makefile.pl definition(s) for development tree,
8
#   Common Makefile.pl definition(s) for development tree,
10
#   referenced by all source tree Makefile.pl allowing
9
#   referenced by all source tree Makefile.pl allowing
11
#   common configuration.
10
#   common configuration.
Line 13... Line 12...
13
#.........................................................................#
12
#.........................................................................#
14
#
13
#
15
#   Top level Makefile.pl, used to provide global options
14
#   Top level Makefile.pl, used to provide global options
16
#   This file, normally, does not contain any definitions
15
#   This file, normally, does not contain any definitions
17
 
16
 
18
 
-
 
19
#
-
 
20
#   Define ProjectBase as the root of this project
-
 
21
#   Since the JATS root is in a "build/jats" subdirectory
-
 
22
#   the project base is redefined as the grandparent simply pathing
-
 
23
#
-
 
24
SetProjectBase ( "--Up=2" );
-
 
25
 
-
 
26
#
17
#
27
#   The following specifications apply to all Makefile.pl scripts located
18
#   The following specifications apply to all Makefile.pl scripts located
28
#   within the this build tree
19
#   within the this build tree
29
#
20
#
30
 
21