Subversion Repositories DevTools

Rev

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

Rev 227 Rev 263
Line -... Line 1...
-
 
1
########################################################################
1
# -*- mode: perl; tabs: 8; indent-width: 4; show-tabs: yes; -*-
2
# Copyright (C) 2008 ERG Limited, All rights reserved
2
#
3
#
3
# Module name   : makeif.pl
4
# Module name   : makeif.pl
4
# Module type   : Makefile system
5
# Module type   : JATS Internal
-
 
6
# Compiler(s)   : Perl
-
 
7
# Environment(s): JATS
-
 
8
#
-
 
9
# Description   : This modules builds the interface object
5
#
10
#
6
#                       *** DO NOT DETAB ***
11
#                       *** DO NOT DETAB ***
7
#
12
#
-
 
13
#......................................................................#
-
 
14
 
8
# Description:
15
use strict;
-
 
16
use warnings;
-
 
17
 
-
 
18
#
-
 
19
#   System Globals
9
#   This modules builds the interface object.
20
#   Declared to avoid compile errors
10
#
21
#
11
# Version   Who     Date        Description
22
our $ScmVersion;
12
#           APY     04/08/04    Created
23
our $ScmTargetHost;
13
#                   18/08/04    v0.9
24
our @TESTPROJECT_TO_ARUN;
14
#                   13/10/04    lint v1.0
-
 
15
#
-
 
16
# $Source: /cvsroot/etm/devl/TOOLS/makeif.pl,v $
25
our @TESTPROJECT_TO_URUN;
17
# $Revision: 1.10 $ $Date: 2004/10/14 07:06:45 $ $State: Exp $
-
 
18
# $Author: ayoung $ $Locker:  $
26
our $ToolsetPROJECT_type;
19
#............................................................................#
-
 
20
 
27
 
21
###############################################################################
28
###############################################################################
22
#   MakeInterface ---
29
#   MakeInterface ---
23
#       Interface framework
30
#       Interface framework
24
#
31
#