pmfile 482 B

123456789101112131415161718192021
  1. -- $Source$
  2. -- $State$
  3. local d = ROOTDIR.."lang/occam/lib/"
  4. lang_occam_runtime = acklibrary {
  5. ACKINCLUDES = {PARENT, "%ROOTDIR%h", "%ROOTDIR%include/_tail_cc"},
  6. ackfile (d.."builtin.c"),
  7. ackfile (d.."chan_strct.c"),
  8. ackfile (d.."channel.c"),
  9. ackfile (d.."co.c"),
  10. ackfile (d.."misc.e"),
  11. ackfile (d.."now.c"),
  12. ackfile (d.."ocrt.c"),
  13. ackfile (d.."par.c"),
  14. ackfile (d.."par_misc.e"),
  15. ackfile (d.."parco.c"),
  16. install = pm.install("%BINDIR%%PLATIND%/%ARCH%/tail_ocm")
  17. }