2013-05-07 23:48:48 +00:00
|
|
|
-- $Source: /cvsroot/tack/Ack/plat/linux386/libsys/pmfile,v $
|
|
|
|
-- $State: Exp $
|
|
|
|
-- $Revision: 1.1 $
|
2007-04-21 23:02:11 +00:00
|
|
|
|
|
|
|
local d = ROOTDIR.."plat/linux386/libsys/"
|
|
|
|
|
|
|
|
libsys_linux386 = acklibrary {
|
|
|
|
ACKINCLUDES = {"%BINDIR%include"},
|
|
|
|
|
|
|
|
ackfile (d.."_syscall.s"),
|
|
|
|
|
|
|
|
install = pm.install("%BINDIR%lib/%PLATFORM%/libsys.a"),
|
|
|
|
}
|