Go to the source code of this file.
Classes | |
class | amalgamate.Amalgamator |
Namespaces | |
amalgamate | |
Functions | |
def | amalgamate.parse_include (line) |
Variables | |
amalgamate.amalgamator = Amalgamator(output_path, prefix) | |
amalgamate.arg = arg.strip() | |
list | amalgamate.files = [] |
amalgamate.INCLUDE_RE = re.compile('^#include "([^"]*)"$') | |
amalgamate.output_path = sys.argv[1] | |
amalgamate.prefix = sys.argv[2] | |