ack/mach/i86/pmfile
dtrg 5c5f711cbb Done a major overhaul of the way target include files are installed and
how platform libraries are built. The ARCH pm variable has now been
renamed PLATFORM (which is more accurate) and a different ARCH
variable added, which represents the CPU family rather than the
hardware platform.
2007-02-20 00:46:10 +00:00

21 lines
264 B
Text

-- $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",
libem_i86,
libend_i86,
}