umake — Simplify the component's compilation chain.
umake [--core
c] [--host
h] [--output
out] [--library
] [
file...]
c
Specify which core SDK to link with. Defaults to "remote".
h
Specify which host to compile for. Defaults to host of last installed SDK.
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.