Here's what I have so far related to the Mage build tool.
[mgear/mgear.git] / experiments / implicit-cutoff.mk
1 .SECONDEXPANSION:
2
3 n=
4 s=$n    $n
5
6 FORCE: $$(info $$splanning $$@)
7         $(info $srunning $@)
8
9 %.xa: $$(info $$splanning $$@) %.xb %.xc $$(if $$(wildcard $$*.xc),,$$(info $$*.xc needs touching -> $$(shell [ -r $$*.xc ] && echo 'already exists' || (sleep 1 && touch $$*.xc))))
10         $(info $srunning $@)
11
12 %.xb: $$(info $$splanning $$@) FORCE
13         $(info $srunning $@)
14
15 %.xc: $$(info $$splanning $$@) FORCE
16         $(info $srunning $@)
17