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

@@ -30,15 +30,15 @@ definerule("build_as",
return cprogram {
name = e.name,
srcs = {
srcs = concat(
"mach/proto/as/*.c",
yaccfiles, -- for .c file
},
filenamesof(yaccfiles, "%.c$")
),
deps = {
"h+emheaders",
"modules/src/object+lib",
archlib,
yaccfiles, -- for .h file
yaccfiles
}
}
end