Name

umake — Simplify the component's compilation chain.

Synopsis

umake [--core c] [--host h] [--output out] [--library ] [ file...]

DESCRIPTION

umake simplify the component's compilation chain.

OPTIONS

--core c

Specify which core SDK to link with. Defaults to "remote".

--host h

Specify which host to compile for. Defaults to host of last installed SDK.

--library

Produces a library, does not link with any particular SDK.

file...

List of source files, headers libraries and directories to include. Directories ar searched for sources, headers and library.

USAGE

umake --core=linux .

umake .

umake

BUGS

No bug.

AUTHOR

Matthieu Nottale