Subversion Repositories DevTools

Rev

Rev 227 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4995 dpurdie 1
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
227 dpurdie 2
#
3
# Module name   : Makefile.pl
4
# Module type   : Makefile system
4995 dpurdie 5
# Environment(s): JATS
227 dpurdie 6
#
7
# Description:
8
#   Common Makefile.pl definition(s) for development tree,
9
#   referenced by all source tree Makefile.pl allowing
10
#   common configuration.
11
#
12
#.........................................................................#
13
#
14
#   Define ProjectBase as the root of this project
15
#   Since the JATS root is in a "build/jats" subdirectory
16
#   the project base is redefined as the grandparent simply pathing
17
#
18
SetProjectBase ( "--Up=2" );
19
 
20
#
21
#   The following specifications apply to all Makefile.pl scripts located
22
#   within the this build tree
23
 
24
#..  Successful termination
25
1;
26