Subversion Repositories DevTools

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
227 dpurdie 1
# Copyright (C) 1998-2004 ERG Limited, All rights reserved
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
#   Top level Makefile.pl, used to provide global options
16
#   This file, normally, does not contain any definitions
17
 
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
#
27
#   The following specifications apply to all Makefile.pl scripts located
28
#   within the this build tree
29
#
30
 
31
#..  Successful termination
32
1;
33