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