共用方式為


累計相依性

如果重複目標,相依性在描述區塊中便是累計的。

此...

...將評估為這個

bounce.exe : jump.obj
bounce.exe : up.obj
   echo Building 
bounce.exe...
bounce.exe : jump.obj 
up.obj
   echo Building 
bounce.exe...

在單一描述區塊內多重相依性的多個目標,會被當成每個都是指定於不同的描述區塊來評估,但是沒有位在最後的相依性行中的目標不會使用命令區塊。

此...

...將評估為這個

bounce.exe leap.exe : 
jump.obj
bounce.exe climb.exe : 
up.obj
   echo Building...
bounce.exe : jump.obj 
up.obj
   echo Building 
bounce.exe...
climb.exe : up.obj
   echo Building 
climb.exe...
leap.exe : jump.obj
# invokes an inference rule

請參閱

概念

目標