Bring lua370 onto the mbt v2 host build (cc370), like ufsd/ftpd/httpd/mvsmf, so it can be consumed as a versioned library dependency -- in particular by httplua.
Changes: Makefile include mk/core.mk -> mk/mbt.mk; project.toml drop v1 [mvs.build.datasets.*] + [link] autocall + crent370 dep (libc370 is the cc370 sysroot, provides racf.h/acee.h); keep type=library, move Lua flags to [build].cflags, add [lib] (archive + public headers) and [release]; README cc370 + libc370 + mbt v2 commands.
Result: make -> build/liblua370.a on the host; make package ships lib + public headers for httplua.
Bring lua370 onto the mbt v2 host build (cc370), like ufsd/ftpd/httpd/mvsmf, so it can be consumed as a versioned library dependency -- in particular by httplua.
Changes: Makefile include mk/core.mk -> mk/mbt.mk; project.toml drop v1 [mvs.build.datasets.*] + [link] autocall + crent370 dep (libc370 is the cc370 sysroot, provides racf.h/acee.h); keep type=library, move Lua flags to [build].cflags, add [lib] (archive + public headers) and [release]; README cc370 + libc370 + mbt v2 commands.
Result: make -> build/liblua370.a on the host; make package ships lib + public headers for httplua.