ack/mach/i86/pmfile
2007-04-21 22:55:04 +00:00

23 lines
300 B
Plaintext

-- $Source$
-- $State$
local d = ROOTDIR.."mach/i86/"
include (d.."libem/pmfile")
include (d.."libend/pmfile")
mach_i86 = group {
proto_as,
proto_ncg { ARCHDIR = "i86" },
ego_descr,
}
support_i86 = group {
OPTIMISATION = "-O",
ACKBUILDFLAGS = {PARENT, "-ansi"},
libem_i86,
libend_i86,
}