[Scons-users] Grouped dependency

Tom Tanner trtanner at btinternet.com
Thu Apr 28 14:56:35 EDT 2016


On 26/4/16 14:27, William Blevins wrote:
> Dirk,
>
> You could do that as long as only the first source made it to the 
> commandline, though its ugly.
>
> You certainly cannot do Depends(A, B), Depends(A, C), Depends(B, A), 
> Depends(B, C), Depends(C, A), Depends(C, B).
>
> V/R,
> William
>
But couldn't you do

Depends('a.o', 'b.cpp', 'c.cpp')
Depends('b.o', 'a.cpp', 'c.cpp')
Depends('c.o', 'a.cpp', 'b.cpp')

?


More information about the Scons-users mailing list