[Scons-users] depending PHONY targets

Tom Tanner trtanner at btinternet.com
Sun Jan 17 12:34:23 EST 2016


On 17/1/16 10:06, Endre Bak wrote:
> Hello,
>
> Is it possible in scons to create PHONY targets which are depending on 
> other targets?
> I haven't found any example for it.
>
>

You can either use env.Alias which gives a single alias to one or more 
other targets, or you can use env.Pseudo, which is a bit more like a 
make phony target, and also checks that the names target doesn't 
actually get built as a result of the build rule.


More information about the Scons-users mailing list