pmfile 573 B

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