Update materials for building rsync with mgear.
[mgear/mgear.git] / experiments / transfer-prereqs.mk
CommitLineData
00804b7c
MM
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
11foo.x: ding1 $$(info explicit1 $$@ $$^)
12foo.x: ding2 $$(info explicit2 $$@ $$^)
13
14ding%:
15 # $@