Merge pull request #4668 from adamscott/template-pool-to-scons_pool
[scons.git] / doc / generated / examples / troubleshoot_tree1_5.xml
blobef547bc2b39bb856de8694cb14fb83b58cbd992f
1 <screen xmlns="http://www.scons.org/dbxsd/v1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">% <userinput>scons -Q --tree=status</userinput>
2 cc -o f1.o -c -I. f1.c
3 cc -o f2.o -c -I. f2.c
4 cc -o f3.o -c -I. f3.c
5 cc -o prog f1.o f2.o f3.o
6  E         = exists
7   R        = exists in repository only
8    b       = implicit builder
9    B       = explicit builder
10     S      = side effect
11      P     = precious
12       A    = always build
13        C   = current
14         N  = no clean
15          H = no cache
17 [E b      ]+-.
18 [E     C  ]  +-SConstruct
19 [E     C  ]  +-f1.c
20 [E B   C  ]  +-f1.o
21 [E     C  ]  | +-f1.c
22 [E     C  ]  | +-inc.h
23 [E     C  ]  +-f2.c
24 [E B   C  ]  +-f2.o
25 [E     C  ]  | +-f2.c
26 [E     C  ]  | +-inc.h
27 [E     C  ]  +-f3.c
28 [E B   C  ]  +-f3.o
29 [E     C  ]  | +-f3.c
30 [E     C  ]  | +-inc.h
31 [E     C  ]  +-inc.h
32 [E B   C  ]  +-prog
33 [E B   C  ]    +-f1.o
34 [E     C  ]    | +-f1.c
35 [E     C  ]    | +-inc.h
36 [E B   C  ]    +-f2.o
37 [E     C  ]    | +-f2.c
38 [E     C  ]    | +-inc.h
39 [E B   C  ]    +-f3.o
40 [E     C  ]      +-f3.c
41 [E     C  ]      +-inc.h
42 </screen>