pmfile 447 B

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