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</userinput>
2 scons: Reading SConscript files ...
3 DEFAULT_TARGETS is now ['prog1']
4 DEFAULT_TARGETS is now ['prog1', 'prog2']
5 scons: done reading SConscript files.
6 scons: Building targets ...
7 cc -o prog1.o -c prog1.c
9 cc -o prog2.o -c prog2.c
11 scons: done building targets.