Subversion Repositories DevTools

Rev

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

Rev 4270 Rev 5400
Line 1... Line 1...
1
# Copyright (C) 1998-2007 ERG Limited, All rights reserved
1
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
2
#
2
#
3
# Module name   : Makefile.pl
3
# Module name   : Makefile.pl
4
# Module type   : Makefile system
4
# Module type   : Makefile system
5
# Compiler(s)   : ANSI C
5
# Compiler(s)   : ANSI C
6
# Environment(s): n/a
6
# Environment(s): n/a
7
#
7
#
8
# Description:    makefile.pl for package 
8
# Description:    makefile.pl for shellbuild 
9
#
9
#
10
#.........................................................................#
10
#.........................................................................#
11
 
11
 
12
die "Usage: Makefile.pl rootdir Makelib.pl\n"
12
die "Usage: Makefile.pl rootdir Makelib.pl\n"
13
    unless( $#ARGV+1 >= 2 );
13
    unless( $#ARGV+1 >= 2 );
Line 24... Line 24...
24
 
24
 
25
#.............................................................................
25
#.............................................................................
26
# Packaging definitions
26
# Packaging definitions
27
#
27
#
28
#
28
#
29
Src         ( '*'   , 'descpkg' );
-
 
30
PackageFile ( '*'   , 'descpkg' );
-
 
31
 
-
 
32
Src         ( '*'   , 'shellbuild_linux.sh' );
29
Src         ( '*'   , 'shellbuild_linux.sh' );
33
PackageFile ( '*'   , 'shellbuild_linux.sh', '--Subdir=tools/scripts' );
30
PackageFile ( '*'   , 'shellbuild_linux.sh', '--Subdir=tools/scripts' );
34
Src         ( '*'   , 'shellbuild_windows.pl' );
31
Src         ( '*'   , 'shellbuild_windows.pl' );
35
PackageFile ( '*'   , 'shellbuild_windows.pl', '--Subdir=tools/scripts' );
32
PackageFile ( '*'   , 'shellbuild_windows.pl', '--Subdir=tools/scripts' );
36
Src         ( '*'   , 'patch.pl' );
33
Src         ( '*'   , 'patch.pl' );