-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstep_common.jam
32 lines (25 loc) · 1.68 KB
/
step_common.jam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#*****************************************************************************#
# File : step_common.jam #
# Author : Alain Achkar #
# Summary: #
#*****************************************************************************#
#=============================================================================#
# *** G L O B A L V A R I A B L E S *** #
#=============================================================================#
#=============================================================================#
# *** P S E U D O - T A R G E T S *** #
#=============================================================================#
#=============================================================================#
# *** R U L E & A C T I O N S D E F I N I T I O N S *** #
#=============================================================================#
#-----------------------------------------------------------------------------#
# step_common #
#-----------------------------------------------------------------------------#
rule step_common ( step_name : commands * )
{
NotFiAl $(step_name) ;
BuildTargetsAdd $(step_name) ;
}
#=============================================================================#
# *** R U L E I N V O C A T I O N S *** #
#=============================================================================#