pmfile 304 B

12345678910111213141516
  1. -- $Source$
  2. -- $State$
  3. -- $Revision$
  4. local d = ROOTDIR.."mach/i80/libend/"
  5. libend_i80 = acklibrary {
  6. outputs = {"%U%/libend-%PLATFORM%.a"},
  7. ackfile (d.."edata.s"),
  8. ackfile (d.."em_end.s"),
  9. ackfile (d.."end.s"),
  10. ackfile (d.."etext.s"),
  11. install = pm.install("%BINDIR%lib/%PLATFORM%/libend.a"),
  12. }