예제 #1
0
파일: boost.py 프로젝트: PhilHolmes/gub
 def stages (self):
     return misc.list_insert_before (target.BjamBuild_v2.stages (self),
                                     'compile',
                                     ['build_bjam'])
예제 #2
0
 def stages(self):
     return misc.list_insert_before(
         target.AutoBuild.stages(self), 'compile',
         ['dotslash_download', 'make_unpack', 'patch_upstream'])
예제 #3
0
파일: odcctools.py 프로젝트: PhilHolmes/gub
 def stages (self):
     return misc.list_insert_before (cross.AutoBuild.stages (self),
                                     'compile', ['patch_configure'])
예제 #4
0
 def stages (self):
     return misc.list_insert_before (target.AutoBuild.stages (self),
                                     'compile',
                                     ['dotslash_download', 'make_unpack', 'patch_upstream'])
예제 #5
0
파일: odcctools.py 프로젝트: jrioux/gub
 def stages(self):
     return misc.list_insert_before(cross.AutoBuild.stages(self), 'compile',
                                    ['patch_configure'])
예제 #6
0
파일: odcctools.py 프로젝트: gperciva/gub
 def stages(self):
     return misc.list_insert_before(cross.AutoBuild.stages(self), "compile", ["patch_configure"])
예제 #7
0
 def stages(self):
     return misc.list_insert_before(target.AutoBuild.stages(self),
                                    'configure',
                                    ['configure_native', 'compile_native'])
예제 #8
0
파일: libicu.py 프로젝트: PhilHolmes/gub
 def stages (self):
     return misc.list_insert_before (target.AutoBuild.stages (self),
                                     'configure',
                                     ['configure_native', 'compile_native'])
예제 #9
0
 def stages (self):
     return misc.list_insert_before (ghostscript.Ghostscript.stages (self),
                                     'package',
                                     ['configure_x11', 'compile_x11',
                                      'install_x11', 'install_fonts'])
예제 #10
0
 def stages(self):
     return misc.list_insert_before(target.BjamBuild_v2.stages(self),
                                    'compile', ['build_bjam'])