webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Functions
amalgamate Namespace Reference

Classes

class  AmalgamationFile
 

Functions

def amalgamate_source (source_top_dir=None, target_source_path=None, header_include_path=None)
 
def main ()
 

Detailed Description

Amalgate json-cpp library sources into a single source and header file.

Requires Python 2.6

Example of invocation (must be invoked from json-cpp top directory):
python amalgate.py

Function Documentation

◆ amalgamate_source()

def amalgamate.amalgamate_source (   source_top_dir = None,
  target_source_path = None,
  header_include_path = None 
)
Produces amalgated source.
   Parameters:
       source_top_dir: top-directory
       target_source_path: output .cpp path
       header_include_path: generated header path relative to target_source_path.

◆ main()

def amalgamate.main ( void  )