pmfile 458 B

1234567891011121314151617181920212223242526
  1. -- $Source$
  2. -- $State$
  3. local d = ROOTDIR.."mach/m68k2/"
  4. mach_m68k2 = group {
  5. ARCH = "m68k2",
  6. proto_as,
  7. proto_ncg { ARCHDIR = "m68020" },
  8. ego_descr,
  9. install = {
  10. pm.install("%ROOTDIR%/lib/%ARCH%/descr", "%BINDIR%%PLATIND%/%ARCH%/descr"),
  11. }
  12. }
  13. -- Revision history
  14. -- $Log$
  15. -- Revision 1.2 2006-07-22 00:52:01 dtrg
  16. -- Added support for the ego global optimisation suite.
  17. --
  18. -- Revision 1.1 2006/07/20 23:18:18 dtrg
  19. -- First version in CVS.
  20. --