webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Functions | |
def | targz (target, source, env) |
def | makeBuilder (emitter=None) |
def | generate (env) |
def | exists (env) |
Variables | |
int | internal_targz = 1 |
int | TARGZ_DEFAULT_COMPRESSION_LEVEL = 9 |
targzAction = SCons.Action.Action(targz, varlist=['TARGZ_COMPRESSION_LEVEL','TARGZ_BASEDIR']) | |
def | TarGzBuilder = makeBuilder() |
tarball Tool-specific initialization for tarball.
def targz.exists | ( | env | ) |
def targz.generate | ( | env | ) |
Add Builders and construction variables for zip to an Environment. The following environnement variables may be set: TARGZ_COMPRESSION_LEVEL: integer, [0-9]. 0: no compression, 9: best compression (same as gzip compression level). TARGZ_BASEDIR: base-directory used to determine archive name (this allow archive name to be relative to something other than top-dir).
def targz.makeBuilder | ( | emitter = None | ) |
def targz.targz | ( | target, | |
source, | |||
env | |||
) |
int targz.internal_targz = 1 |
int targz.TARGZ_DEFAULT_COMPRESSION_LEVEL = 9 |
targz.targzAction = SCons.Action.Action(targz, varlist=['TARGZ_COMPRESSION_LEVEL','TARGZ_BASEDIR']) |
def targz.TarGzBuilder = makeBuilder() |