println("com.caucho.vfs.Path pwd = path.getParent();");
for (int i = 0; i < _depends.size(); i++) {
Path path = _depends.get(i);
if (path.canRead() && ! path.isDirectory()) {
Depend depend = new Depend(path);
print("addDepend(new com.caucho.vfs.Depend(pwd.lookup(\"");
printString(path.getRelativePath());
println("\"), " + depend.getDigest() + "L));");