Here's what I have so far related to the Mage build tool.
[mgear/mgear.git] / experiments / refuted-stamp.mk
1 bar.g: $(wildcard $(abspath bar)) foo
2         $(if $(filter $(abspath bar),$?),$(error ./bar obstructs build),)
3         # Making bar.g
4         touch bar bar.g
5
6 bar: bar.g
7         # Making bar