sbsv2/raptor/python/raptor.py
branchfix
changeset 225 d401dbd3a410
parent 219 c3543adfd26e
child 226 59f343577f92
equal deleted inserted replaced
224:c037b5dccbab 225:d401dbd3a410
     1 #
     1 #
     2 # Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of the License "Eclipse Public License v1.0"
     5 # under the terms of the License "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
   327 			cli_options += " -q"
   327 			cli_options += " -q"
   328 
   328 
   329 		if build.timing == True:
   329 		if build.timing == True:
   330 			cli_options += " --timing"
   330 			cli_options += " --timing"
   331 
   331 
       
   332 		if build.noDependInclude == True:
       
   333 			cli_options += " --no-depend-include"
       
   334 
       
   335 		if build.noDependGenerate == True:
       
   336 			cli_options += " --no-depend-generate"
       
   337 
   332 
   338 
   333 		nc = len(self.children)
   339 		nc = len(self.children)
   334 		number_blocks = build.jobs
   340 		number_blocks = build.jobs
   335 		block_size = (nc / number_blocks) + 1
   341 		block_size = (nc / number_blocks) + 1
   336 		component_blocks = []
   342 		component_blocks = []