Subversion Repositories DevTools

Rev

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

Rev 6856 Rev 6857
Line -... Line 1...
-
 
1
########################################################################
1
# Copyright (C) 1998-2007 ERG Limited, All rights reserved
2
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
-
 
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( '*' );