Builds libend (the simplest library). Becoming obvious I need to rework the way

ackbuilder deals with lists.
This commit is contained in:
David Given
2016-07-30 00:39:22 +02:00
parent 363d13cc2f
commit b2bb4ce3b2
12 changed files with 98 additions and 36 deletions

View File

@@ -65,7 +65,7 @@ normalrule {
}
}
llgen {
local llgen = llgen {
name = "llgen",
srcs = {
"+tokenfile_g",
@@ -80,13 +80,13 @@ tabgen {
cprogram {
name = "cpp",
srcs = {
srcs = concat(
"./*.c",
"+llgen",
filenamesof(llgen, "%.c$"),
"+next_c",
"+symbol2str_c",
"+tabgen_c",
},
"+tabgen_c"
),
deps = {
"+llgen",
"+macro_h",