digraph g { node [fontname="MS UI Gothic"] edge [fontname="MS UI Gothic"] a [shape=record, label="{gtest-1.7.0.zip}"] b [shape=record, label="{{.tmp/gtest-1.7.0|{{include|*.h}|{src|{gtest-all.cc|gtest_main.cc}}}}}"] c [shape=record, label="{{.tmp/gtest-1.7.0|{{include|*.h}|{src|{gtest-all.cc|gtest_main.cc}}|{lib|{gtest.lib|gtest_main.lib}}}}}"] d [shape=record, label="{{.tmp/gtest-1.7.0|{{include|*.h}|{lib|{gtest.lib|gtest_main.lib}}}}}"] e [shape=box, label="gtest-1.7.0-prebuilt-[MSC v.1500 64 bit (AMD64)]"] a -> b [label="ZipFileで include と src のみ展開"]; b -> c [label="ビルド"]; c -> d [label="src削除"]; d -> e [label=".tmpから移動してリネーム"]; }