Subversion Repositories DevTools

Rev

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

Rev 6857 Rev 6861
Line 1... Line 1...
1
########################################################################
1
########################################################################
2
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
2
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
3
# Module name   : makefile.pl
3
# Module name   : makefile.pl
4
# Module type   : JATS Makefile
4
# Module type   : JATS Makefile
5
# Environment(s): JATS Build System
5
# Environment(s): JATS Build System
6
#
6
#
7
# Description   : Makefile for debian_packager 
7
# Description   : Makefile for debian_packager 
Line 15... Line 15...
15
# Build platform definitions ..
15
# Build platform definitions ..
16
#
16
#
17
Platform( '*' );
17
Platform( '*' );
18
 
18
 
19
############################################################################
19
############################################################################
20
#   Define the source files
-
 
21
#
-
 
22
#.............................................................................
-
 
23
# Packaging definitions
20
# Packaging definitions
24
#
21
#
-
 
22
PackageFile ( '*'   , 'descpkg' );
25
PackageFile ( '*'   , '--DirTree=tools' );
23
PackageFile ( '*'   , '--DirTree=tools' );
26
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' );
27
PackageFile ( '*'   , 'descpkg' );
29
PackageFile ( '*', 'PackagerUtils.pm', '--Subdir=tools/scripts');
28
 
30
 
29
#.............................................................................
31
#.............................................................................
30
# Finally generate the makefile
32
# Finally generate the makefile
31
#
33
#
32
MakefileGenerate();
34
MakefileGenerate();