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>cd /usr/repository1</userinput>
2 % <userinput>scons -Q</userinput>
3 cc -o file1.o -c file1.c
4 cc -o file2.o -c file2.c
5 cc -o hello.o -c hello.c
6 cc -o hello hello.o file1.o file2.o