Subversion Repositories DevTools

Rev

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

Rev 3943 Rev 5509
Line 1... Line 1...
1
# Copyright (C) 1998-2006 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 Access_Manager
8
# Description:    makefile.pl for package Release_Manager
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 26... Line 26...
26
                    '-tag=__VERSION__,--Var(BuildVersion)',
26
                    '-tag=__VERSION__,--Var(BuildVersion)',
27
                    '-tag=__VERSIONNUM__,--Var(BuildVersionNum)',
27
                    '-tag=__VERSIONNUM__,--Var(BuildVersionNum)',
28
                );
28
                );
29
 
29
 
30
 
30
 
-
 
31
 
31
############################################################################
32
############################################################################
32
#   Define the source files
33
#   Define the source files
33
#
34
#
34
 
35
 
35
#.............................................................................
36
#.............................................................................
36
# Packaging definitions
37
# Packaging definitions
37
#
38
#
-
 
39
PackageFile ( '*', '--DirTree=.',
38
PackageFile ( '*', '--DirTree=.', '--FilterOut=.jats.packageroot', '--FilterOut=build.pl', '--FilterOut=descpkg', '--FilterOut=Makefile.gbe', '--FilterOut=makefile.pl', '--Prod', '--Prefix=etc' );
40
                   '--FilterOut=.jats.packageroot',
-
 
41
                   '--FilterOut=descpkg',
-
 
42
                   '--FilterOut=Makefile.gbe',
-
 
43
                   '--FilterOut=GENERIC.mk',
-
 
44
                   '--FilterOut=makefile.pl',
-
 
45
                   '--FilterOut=/\.svn/',
-
 
46
                   '--FilterOut=jats_metrics.dat',
-
 
47
                   '--FilterOut=_about.template',
-
 
48
                   '--FilterOut=/build/',
-
 
49
                   '--FilterOut=/archive/',
-
 
50
                   '--FilterOut=.*\.bak',
-
 
51
                   '--FilterOut=local_dpkg_archive',
-
 
52
                   '--Prod', '--Prefix=etc' );
39
PackageFile ( '*', '_about.asp', '--Prefix=etc' );
53
PackageFile ( '*', '_about.asp', '--Prefix=etc' );
40
 
54
 
41
#..
55
#..
42
#
56
#
43
Src         ( '*'   , 'descpkg' );
57
Src         ( '*'   , 'descpkg' );