def stages (self): return misc.list_insert_before (target.BjamBuild_v2.stages (self), 'compile', ['build_bjam'])
def stages(self): return misc.list_insert_before( target.AutoBuild.stages(self), 'compile', ['dotslash_download', 'make_unpack', 'patch_upstream'])
def stages (self): return misc.list_insert_before (cross.AutoBuild.stages (self), 'compile', ['patch_configure'])
def stages (self): return misc.list_insert_before (target.AutoBuild.stages (self), 'compile', ['dotslash_download', 'make_unpack', 'patch_upstream'])
def stages(self): return misc.list_insert_before(cross.AutoBuild.stages(self), 'compile', ['patch_configure'])
def stages(self): return misc.list_insert_before(cross.AutoBuild.stages(self), "compile", ["patch_configure"])
def stages(self): return misc.list_insert_before(target.AutoBuild.stages(self), 'configure', ['configure_native', 'compile_native'])
def stages (self): return misc.list_insert_before (target.AutoBuild.stages (self), 'configure', ['configure_native', 'compile_native'])
def stages (self): return misc.list_insert_before (ghostscript.Ghostscript.stages (self), 'package', ['configure_x11', 'compile_x11', 'install_x11', 'install_fonts'])
def stages(self): return misc.list_insert_before(target.BjamBuild_v2.stages(self), 'compile', ['build_bjam'])