Here's what I have so far related to the Mage build tool.
[mgear/mgear.git] / experiments / transfer-prereqs.mk
1 # Experimenting with the accumulation of prerequisites among explicit and
2 # implicit rules.
3
4 .SECONDEXPANSION:
5
6 %.x: ding3 $$(info implicit2 $$@ $$^) ;
7
8 %.x: ding4 $$(info implicit1 $$@ $$^)
9         # 2 $@
10
11 foo.x: ding1 $$(info explicit1 $$@ $$^)
12 foo.x: ding2 $$(info explicit2 $$@ $$^)
13
14 ding%:
15         # $@