コード例 #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
ファイル: openoffice.py プロジェクト: PhilHolmes/gub
 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
ファイル: ghostscript.py プロジェクト: PhilHolmes/gub
 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'])