webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
make-dist.Distcheck Class Reference
Inheritance diagram for make-dist.Distcheck:

Public Member Functions

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)
 

Public Attributes

 source_root
 
 build_root
 

Static Public Attributes

string BUILD_DIRECTORY_NAME = "_build"
 
string INSTALL_DIRECTORY_NAME = "_install"
 

Constructor & Destructor Documentation

◆ __init__()

def make-dist.Distcheck.__init__ (   self,
  source_root,
  build_root 
)

Member Function Documentation

◆ 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 
)

Member Data Documentation

◆ 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: