package require emu::autobuild
proc AutoBuildInit {template} {
}

proc AutoBuild {template tree} {
LinkFromTimes $tree ORT MAU
}


