rnmake 3.0.0
|
```make The rnmake system inclusion order:
| 1. | Makefile | ⇐ | $(rnmake)/Rules.mk | Local make file includes toplevel rnmake rules file. |
| 2. | Rules.mk | ⇐ | $(pkgroot)/../make/Prod.mk | Optional local product make file. Override location by defining prod_mk. |
| 3. | Rules.mk | ⇐ | $(pkgroot)/make/Pkg.mk | Required local package make file. Override location by defining pkg_mk. |
| 4. | Rules.mk | ⇐ | $(rnmake)/Arch/Arch.arch.mk | Appropriate architecture make file defining target native/cross-compile tools chains and libraries. Defined on the command-line as arch=arch Default: RNMAKE_ARCH_DFT if defined, else "x86_64" |
| 5. | Rules.mk | ⇐ | $(rnmake)/Cmds.mk | Build host basic support commands. |