RN rnmake  3.0.0
TODO
  • Rename EXTRA RNMAKE_EXTRA for all x
  • Update rnmake/templates
  • Arch makefiles need ENABLED variables and renaming of rnmake specific vars
  • Replace outdated setup.py (see packaging.python.org/guides/tools-recommendations/
  • pyModules vs. bsModules vs nmModules

MOVE TO WIKI

```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.
Usage:
make [arch=arch] [color=scheme] [target ...]
See 'make help' for more details.
Todo:
  1. Add make check target ```