2007-02-20 00:25:12 +00:00
|
|
|
-- $Source$
|
|
|
|
-- $State$
|
2007-02-20 00:31:54 +00:00
|
|
|
-- $Revision$
|
2007-02-20 00:25:12 +00:00
|
|
|
|
|
|
|
local d = ROOTDIR.."plat/pc86/libsys/"
|
|
|
|
|
|
|
|
libsys_pc86 = acklibrary {
|
|
|
|
ACKBUILDFLAGS = {PARENT, "-ansi"},
|
|
|
|
ACKINCLUDES = {"%BINDIR%include"},
|
|
|
|
|
|
|
|
ackfile (d.."errno.s"),
|
|
|
|
ackfile (d.."_mon.s"),
|
|
|
|
ackfile (d.."_brk.s"),
|
|
|
|
ackfile (d.."_sys_rawread.s"),
|
|
|
|
ackfile (d.."_sys_rawwrite.s"),
|
|
|
|
ackfile (d.."_sys_read.c"),
|
|
|
|
ackfile (d.."_sys_write.c"),
|
|
|
|
ackfile (d.."_sys_ioctl.c"),
|
|
|
|
|
|
|
|
install = pm.install("%BINDIR%lib/%PLATFORM%/libsys.a"),
|
|
|
|
}
|