Rev 227 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
# Copyright (c) VIX TECHNOLOGY (AUST) LTD## 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 termination1;