Anders Blomdell / mbed-sdk-tools
Embed: (wiki syntax)

« Back to documentation index

Makefile Class Reference

Makefile Class Reference

Inherits tools::export::exporters::Exporter.

Inherited by Arm, GccArm, and IAR.

Public Member Functions

def generate
def format_flags
def build

Detailed Description

Generic Makefile template that mimics the behavior of the python build
system

Definition at line 42 of file export/makefile/__init__.py.


Member Function Documentation

def build (   project_name,
  log_name = "build_log.txt",
  cleanup = True 
)
Build Make project 

Definition at line 187 of file export/makefile/__init__.py.

def format_flags (   self )
Format toolchain flags for Makefile

Definition at line 166 of file export/makefile/__init__.py.

def generate (   self )
Generate the makefile

Note: subclasses should not need to override this method

Reimplemented in Arm.

Definition at line 66 of file export/makefile/__init__.py.