pmfile 379 B

1234567891011121314151617181920212223
  1. -- $Source$
  2. -- $State$
  3. local d = ROOTDIR.."mach/6500/"
  4. include (d.."dl/pmfile")
  5. --include (d.."libem/pmfile")
  6. mach_6500 = group {
  7. ARCH = "6500",
  8. proto_cg,
  9. proto_as,
  10. tool_6500_dl,
  11. install = pm.install("%ROOTDIR%/lib/%ARCH%/descr", "%BINDIR%%PLATIND%/%ARCH%/descr")
  12. }
  13. -- Revision history
  14. -- $Log$
  15. -- Revision 1.1 2006-07-20 23:18:18 dtrg
  16. -- First version in CVS.
  17. --