root:
             creates   file:./
             creates   file:plan.py
             creates   step:./plan.py

file:./
               state = STATIC
          created by   root:
            supplies   file:case3.txt
            supplies   file:case4.txt
            supplies   file:cases.txt
            supplies   file:plan.py
            supplies   file:work.py
            supplies   step:./plan.py
            supplies   step:./work.py case3.txt
            supplies   step:./work.py case4.txt

file:plan.py
               state = STATIC
          created by   root:
            consumes   file:./
            supplies   step:./plan.py

step:./plan.py
               state = SUCCEEDED
          created by   root:
            consumes   file:./
            consumes   file:cases.txt [amended]
            consumes   file:plan.py
             creates   file:cases.txt
             creates   file:work.py
             creates   step:./work.py case3.txt
             creates   step:./work.py case4.txt

file:cases.txt
               state = STATIC
          created by   step:./plan.py
            consumes   file:./
            supplies   step:./plan.py
            supplies   step:./work.py case3.txt
            supplies   step:./work.py case4.txt

file:work.py
               state = STATIC
          created by   step:./plan.py
            consumes   file:./
            supplies   step:./work.py case3.txt
            supplies   step:./work.py case4.txt

step:./work.py case3.txt
               state = SUCCEEDED
          created by   step:./plan.py
            consumes   file:./
            consumes   file:cases.txt
            consumes   file:work.py
             creates   file:case3.txt
            supplies   file:case3.txt

file:case3.txt
               state = BUILT
          created by   step:./work.py case3.txt
            consumes   file:./
            consumes   step:./work.py case3.txt

step:./work.py case4.txt
               state = SUCCEEDED
          created by   step:./plan.py
            consumes   file:./
            consumes   file:cases.txt
            consumes   file:work.py
             creates   file:case4.txt
            supplies   file:case4.txt

file:case4.txt
               state = BUILT
          created by   step:./work.py case4.txt
            consumes   file:./
            consumes   step:./work.py case4.txt
