17 lines
306 B
Plaintext
17 lines
306 B
Plaintext
|
-- $Source$
|
||
|
-- $State$
|
||
|
-- $Revision$
|
||
|
|
||
|
local d = ROOTDIR.."mach/i386/libend/"
|
||
|
|
||
|
libend_i386 = acklibrary {
|
||
|
outputs = {"%U%/libend-%PLATFORM%.a"},
|
||
|
|
||
|
ackfile (d.."edata.s"),
|
||
|
ackfile (d.."em_end.s"),
|
||
|
ackfile (d.."end.s"),
|
||
|
ackfile (d.."etext.s"),
|
||
|
|
||
|
install = pm.install("%BINDIR%lib/%PLATFORM%/libend.a"),
|
||
|
}
|