Subversion Repositories DevTools

Rev

Rev 229 | Rev 4536 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 229 Rev 4466
Line -... Line 1...
-
 
1
########################################################################
-
 
2
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
-
 
3
#
-
 
4
# Module name   : build.pl
-
 
5
# Module type   : Makefile system
-
 
6
# Compiler(s)   : Perl
-
 
7
# Environment(s): jats
-
 
8
#
-
 
9
# Description   : Jats build file for 
-
 
10
#
-
 
11
#......................................................................#
-
 
12
#
-
 
13
#..     Build system
-
 
14
#
1
$MAKELIB_PL  	= "$ENV{ GBE_TOOLS }/makelib.pl";
15
$MAKELIB_PL     = "$ENV{ GBE_TOOLS }/makelib.pl";
2
$BUILDLIB_PL 	= "$ENV{ GBE_TOOLS }/buildlib.pl";
16
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";
-
 
17
 
3
require         "$BUILDLIB_PL";
18
require         "$BUILDLIB_PL";
4
require         "$MAKELIB_PL";
19
require         "$MAKELIB_PL";
5
 
20
 
6
BuildPlatforms  ( 'JAVA');
21
BuildPlatforms  ( 'JAVA,--Version=1.6');
7
BuildName       ( 'jats_java 1.0.0000 cr' );
22
BuildName       ( 'jats_java 2.0.0000 cr' );
-
 
23
 
8
BuildSnapshot	();
24
BuildSubDir    ( 'src' );
-
 
25
BuildSubDir    ( 'srcRM' );
9
BuildAccessPerms();
26
BuildSubDir    ( 'srcCQ' );
10
 
27
 
11
BuildInterface  ( 'interface' );
28
BuildInterface  ( 'interface' );
12
BuildPkgArchive ( 'oraclient', '9.2.0' );
29
BuildPkgArchive ( 'oraclient', '9.2.0' );
13
BuildDescpkg	();
30
BuildDescpkg	();
14
BuildMake	();
31
BuildMake	();