the other jimmy / mbed-sdk-tools

Fork of mbed-sdk-tools by mbed official

Embed: (wiki syntax)

« Back to documentation index

Makefile Class Reference

Makefile Class Reference

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

Inherited by Armc5, GccArm, and IAR.

Public Member Functions

def generate
def build

Detailed Description

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

Definition at line 29 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 113 of file export/makefile/__init__.py.

def generate (   self )
Generate the makefile

Note: subclasses should not need to override this method

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