Subversion Repositories DevTools

Rev

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

Rev 5859 Rev 6133
Line 6... Line 6...
6
# Compiler(s)   : n/a
6
# Compiler(s)   : n/a
7
# Environment(s): jats
7
# Environment(s): jats
8
#
8
#
9
# Description   : Top level Makefile supervisor
9
# Description   : Top level Makefile supervisor
10
#                 The function of this program is to call the target makefiles
10
#                 The function of this program is to call the target makefiles
11
#                 in a sutable manner.
11
#                 in a suitable manner.
12
#
12
#
13
# History       : Once upon a time this was done with another makefile and
13
# History       : Once upon a time this was done with another makefile and
14
#                 some really ugle shell, embedded within the makefile
14
#                 some really ugly shell, embedded within the makefile
15
#                 This had a number of limitations, including
15
#                 This had a number of limitations, including
16
#                   - Limited to makefile command line syntax
16
#                   - Limited to makefile command line syntax
17
#                   - Overly complex makefile
17
#                   - Overly complex makefile
18
#                   - Slow execution
18
#                   - Very slow execution
19
#
19
#
20
# Usage:
20
# Usage         : See POD
21
#
21
#
22
#......................................................................#
22
#......................................................................#
23
 
23
 
24
require 5.006_001;
24
require 5.006_001;
25
use strict;
25
use strict;
Line 350... Line 350...
350
#
350
#
351
#   All done
351
#   All done
352
#
352
#
353
exit (0);
353
exit (0);
354
 
354
 
355
 
-
 
356
#-------------------------------------------------------------------------------
355
#-------------------------------------------------------------------------------
357
# Function        : ProcessTargets
356
# Function        : ProcessTargets
358
#
357
#
359
# Description     : Process the user specified targets
358
# Description     : Process the user specified targets
360
#
359
#
Line 1551... Line 1550...
1551
    }
1550
    }
1552
 
1551
 
1553
    return @cmds;
1552
    return @cmds;
1554
}
1553
}
1555
 
1554
 
1556
 
-
 
1557
#-------------------------------------------------------------------------------
1555
#-------------------------------------------------------------------------------
1558
#   Documentation
1556
#   Documentation
1559
#
1557
#
1560
 
1558
 
1561
=pod
1559
=pod