Subversion Repositories DevTools

Rev

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

Rev 3890 Rev 3965
Line -... Line 1...
-
 
1
########################################################################
1
# -*- mode: perl; tabs: 8; indent-width: 4; -*-
2
# Copyright (C) 1998-2013 Vix Technology, All rights reserved
2
#
3
#
3
# Module name   : common.pl
4
# Module name   : common.pl
4
# Module type   : Makefile system
5
# Module type   : Makefile system
-
 
6
# Compiler(s)   : Perl
-
 
7
# Environment(s): jats
5
#
8
#
6
# Description   : Some function common to build and makefile processing tools.
9
# Description   : Some function common to build and makefile processing tools.
7
#
10
#
8
#.........................................................................#
11
#......................................................................#
9
 
12
 
10
use strict;
13
use strict;
11
use warnings;
14
use warnings;
12
use JatsError;
15
use JatsError;
13
use JatsSystem;
16
use JatsSystem;