|
| def | __init__ (self, source_root, build_root) |
| |
| def | extract_tarball (self, tarball_path) |
| |
| def | configure (self, dist_dir, build_dir, install_dir, port) |
| |
| def | build (self, build_dir) |
| |
| def | install (self, build_dir) |
| |
| def | clean (self, dist_dir) |
| |
| def | check (self, tarball, port) |
| |
◆ __init__()
| def make-dist.Distcheck.__init__ |
( |
|
self, |
|
|
|
source_root, |
|
|
|
build_root |
|
) |
| |
◆ build()
| def make-dist.Distcheck.build |
( |
|
self, |
|
|
|
build_dir |
|
) |
| |
◆ check()
| def make-dist.Distcheck.check |
( |
|
self, |
|
|
|
tarball, |
|
|
|
port |
|
) |
| |
◆ clean()
| def make-dist.Distcheck.clean |
( |
|
self, |
|
|
|
dist_dir |
|
) |
| |
◆ configure()
| def make-dist.Distcheck.configure |
( |
|
self, |
|
|
|
dist_dir, |
|
|
|
build_dir, |
|
|
|
install_dir, |
|
|
|
port |
|
) |
| |
◆ extract_tarball()
| def make-dist.Distcheck.extract_tarball |
( |
|
self, |
|
|
|
tarball_path |
|
) |
| |
◆ install()
| def make-dist.Distcheck.install |
( |
|
self, |
|
|
|
build_dir |
|
) |
| |
◆ BUILD_DIRECTORY_NAME
| string make-dist.Distcheck.BUILD_DIRECTORY_NAME = "_build" |
|
static |
◆ build_root
| make-dist.Distcheck.build_root |
◆ INSTALL_DIRECTORY_NAME
| string make-dist.Distcheck.INSTALL_DIRECTORY_NAME = "_install" |
|
static |
◆ source_root
| make-dist.Distcheck.source_root |
The documentation for this class was generated from the following file: