Reorganize build process.

Drop pre-translated buildvm_*.h.
Rename buildvm_*.dasc to vm_*.dasc.
Move buildvm* to host directory.
Build minilua, unless HOST_LUA is set.
Use HOST_LUA to run DynASM.
Translate only vm_*.dasc for target architecture.
This commit is contained in:
Mike Pall
2012-06-09 15:04:03 +02:00
parent 0a6c8338d2
commit 9a9509c66a
24 changed files with 114 additions and 41376 deletions

View File

@@ -155,9 +155,6 @@ clean:
cleaner:
$(MAKE) -C src cleaner
distclean:
$(MAKE) -C src distclean
.PHONY: all install amalg clean cleaner distclean
.PHONY: all install amalg clean cleaner
##############################################################################