Package mbuild :: Module arar
[frames] | no frames]

Module arar

source code

Classes
  arar_error
Functions
 
repack(files, ar='ar', target='liball.a', verbose=False)
For linux only.
source code
Variables
  __package__ = 'mbuild'
Function Details

repack(files, ar='ar', target='liball.a', verbose=False)

source code 

For linux only. Repackage the list of files using ar as the archiver program. The input files list can contain .a or .o files. The output library name is supplied by the target keyword argument. This will raise an exception arar_error in the event of a problem, setting the exception value field with an explanation.