[ci skip] update generated files
[scons.git] / doc / generated / examples / troubleshoot_tree1_4.xml
blobd44727818083fe3738ad43c1a1475b4ead2adf42
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=all f1.o f3.o</userinput>
2 cc -o f1.o -c -I. f1.c
3 +-f1.o
4   +-f1.c
5   +-inc.h
6 cc -o f3.o -c -I. f3.c
7 +-f3.o
8   +-f3.c
9   +-inc.h
10 </screen>