Subversion Repositories DevTools

Rev

Rev 7299 | Blame | Compare with Previous | Last modification | View Log | RSS feed

# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
#
# Module name   : Makefile.pl
# Module type   : Makefile system
# Compiler(s)   : ANSI C
# Environment(s): n/a
#
# Description:
#   Common Makefile.pl definition(s) for development tree,
#   referenced by all source tree Makefile.pl allowing
#   common configuration.
#
#.........................................................................#
#
#   Define ProjectBase as the root of this project
#   Since the JATS root is in a "build/jats" subdirectory
#   the project base is redefined as the grandparent simply pathing
#
SetProjectBase ( "--Up=2" );

#
#   The following specifications apply to all Makefile.pl scripts located
#   within the this build tree

#..  Successful termination
1;