Signed-off-by: Gordon Hecker <gh@emlix.com>
$(LUAC) -o $@ $<
e2local.lc: strict.lua \
- loader.lua \
collection.lua \
e2lib.lua \
e2build.lua \
-- High-level tools used by the build process and basic build operations.
module("e2tool", package.seeall)
+require("err")
require("scm")
require("files")
require("git")
require("url")
require("hash")
require("lock")
+require("e2util")
+require("luafile_ll")
+require("e2option")
+require("luafile")
+require("generic_git")
-- Information gathering and inquiry
--