# Include the root file
include Brasroot

# List of all subdirs
set SubDirs {contrib pkglib deity}

# Generate recursive rules
foreach d {all clean maintainer-clean} {
   Always $d [prepostfix @ /$d $SubDirs]
}
