- No License Whatsoever
-
- If ANY directory in the 'setup' recipe is missing, call 'make setup'
- COMPILER_BASE_FOLDER environment variable (Name's pretty self explanatory) MUST BE DEFINED
* [Debug] make cleandbg
* [Release] make cleanrel
* [Debug] make cleanbindbg
* [Release] make cleanbinrel
* [Debug] make cleaninstalldbg
* [Release] make cleaninstallrel
* make cleanall
* [Debug] make debug - [Static & Shared Libraries]
* [Release] make release - [Static & Shared Libraries]
* [Debug] make [static/shared]dbg
* [Release] make [static/shared]rel
* [Debug] make rec[static/shared]dbg
* [Release] make rec[static/shared]rel
* [Debug] make installdbg - [Static & Shared Libraries]
* [Release] make installrel - [Static & Shared Libraries]
* [Debug] make install_[static/shared]dbg
* [Release] make install_[static/shared]rel