ack/mach/i80/pmfile

26 lines
369 B
Plaintext
Raw Normal View History

2006-07-20 23:24:28 +00:00
-- $Source$
-- $State$
local d = ROOTDIR.."mach/i80/"
2007-04-27 22:42:41 +00:00
include (d.."libem/pmfile")
include (d.."libend/pmfile")
2006-07-20 23:24:28 +00:00
mach_i80 = group {
ARCH = "i80",
proto_as,
proto_ncg { ARCHDIR = "i80" },
proto_top,
2006-07-20 23:24:28 +00:00
install = pm.install("%ROOTDIR%/lib/%ARCH%/descr", "%BINDIR%%PLATIND%/%ARCH%/descr")
}
2007-04-27 22:42:41 +00:00
support_i80 = group {
OPTIMISATION = "-O",
libem_i80,
libend_i80,
}