source: CMT/v1r16p20040901/fragments/cmt_action_runner_header @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 623 bytes
Line 
1#-- start of cmt_action_runner_header ---------------
2
3ifdef ONCE
4${CONSTITUENT}_once = 1
5endif
6
7ifdef ${CONSTITUENT}_once
8
9${CONSTITUENT}actionstamp = ${CONSTITUENT}.actionstamp
10
11${CONSTITUENT} :: $(${CONSTITUENT}actionstamp)
12        @echo ${CONSTITUENT} ok
13
14$(${CONSTITUENT}actionstamp) :: $(${CONSTITUENT}_dependencies)
15        $(silent) ${action_value}
16        @echo ok > $(${CONSTITUENT}actionstamp)
17
18${CONSTITUENT}clean ::
19        @/bin/rm -f $(${CONSTITUENT}actionstamp)
20
21else
22
23${CONSTITUENT} :: $(${CONSTITUENT}_dependencies)
24        $(silent) $(action_value)
25
26endif
27
28#-- end of cmt_action_runner_header -----------------
Note: See TracBrowser for help on using the repository browser.