Subversion Repositories DevTools

Rev

Rev 2021 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2021 Rev 6242
Line -... Line 1...
-
 
1
########################################################################
1
# Copyright (C) 1998-2007 ERG Limited, All rights reserved
2
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
-
 
3
# Module name   : makefile.pl
-
 
4
# Module type   : JATS Makefile
-
 
5
# Environment(s): JATS Build System
2
#
6
#
3
# Module name   : Makefile.pl
-
 
4
# Module type   : Makefile system
7
# Description   : Makefile for debian_packager 
5
# Compiler(s)   : ANSI C
-
 
6
# Environment(s): n/a
-
 
7
#
8
#
8
# Description:    makefile.pl for the debian_packager
9
#......................................................................#
-
 
10
#
-
 
11
# exec build system
9
#
12
#
10
#.........................................................................#
-
 
11
 
-
 
12
die "Usage: Makefile.pl rootdir Makelib.pl\n"
-
 
13
    unless( $#ARGV+1 >= 2 );
-
 
14
require "$ARGV[1]";
13
require "$ARGV[1]";
15
 
14
 
16
# Build platform definitions ..
15
# Build platform definitions ..
17
#
16
#
18
Platform( '*' );
17
Platform( '*' );
19
 
18
 
20
############################################################################
19
############################################################################
21
#   Define the source files
-
 
22
#
-
 
23
#.............................................................................
-
 
24
# Packaging definitions
20
# Packaging definitions
25
#
21
#
-
 
22
PackageFile ( '*'   , 'descpkg' );
26
PackageFile ( '*'   , '--DirTree=tools' );
23
PackageFile ( '*'   , '--DirTree=tools' );
27
PackageFile ( '*'   , '--DirTree=gbe' );
24
PackageFile ( '*'   , '--DirTree=gbe' );
-
 
25
 
-
 
26
# Need this package at run-time as well as build-time
-
 
27
#   Duplicate the package into dpkg_acrhive
-
 
28
Src ('*', 'gbe/DIRECTIVES/PackagerUtils.pm' );
28
PackageFile ( '*'   , 'descpkg' );
29
PackageFile ( '*', 'PackagerUtils.pm', '--Subdir=tools/scripts');
29
 
30
 
30
#.............................................................................
31
#.............................................................................
31
# Finally generate the makefile
32
# Finally generate the makefile
32
#
33
#
33
MakefileGenerate();
34
MakefileGenerate();