[Scons-dev] How to traverse the graph after files are read

Kenny, Jason L jason.l.kenny at intel.com
Wed May 20 15:00:55 EDT 2015


I would have to look. But I think if you do the "build [targets]" command it will have values until it is finished building those targets.

Jason

-----Original Message-----
From: Scons-dev [mailto:scons-dev-bounces at scons.org] On Behalf Of anatoly techtonik
Sent: Wednesday, May 20, 2015 1:31 PM
To: SCons developer list
Subject: Re: [Scons-dev] How to traverse the graph after files are read

On Wed, May 20, 2015 at 6:51 PM, Kenny, Jason L <jason.l.kenny at intel.com> wrote:

> [...]

Thanks for the explanation. I wrote it down to ask questions later when I get some output with the tree.

> To get the tree you want all you have to do is grab the target list ie... SCons.Script.BUILD_TARGETS and for each item in the list, turn it into a node ( as it might be a string still) and then you start to iterate it children. As pointed out the main code for this in SCons.Script.Main.py. you can look at TreePrinter as a starting point and search for the code that uses it.

I inserted "print SCons.Script.BUILD_TARGETS" right before checking condition for interactive mode after SConscript files are read), and it is empty. But SCons is still trying to build something. How it determines those targets?

--
anatoly t.
_______________________________________________
Scons-dev mailing list
Scons-dev at scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


More information about the Scons-dev mailing list