2006-07-27 21:58:13 +00:00
|
|
|
-- $Source$
|
|
|
|
-- $State$
|
|
|
|
|
|
|
|
local d = ROOTDIR.."lang/occam/lib/"
|
|
|
|
|
2007-02-20 00:46:10 +00:00
|
|
|
lang_occam_lib_runtime = acklibrary {
|
|
|
|
ACKINCLUDES = {PARENT, "%ROOTDIR%h"},
|
2006-07-27 21:58:13 +00:00
|
|
|
|
|
|
|
ackfile (d.."builtin.c"),
|
|
|
|
ackfile (d.."chan_strct.c"),
|
|
|
|
ackfile (d.."channel.c"),
|
|
|
|
ackfile (d.."co.c"),
|
|
|
|
ackfile (d.."misc.e"),
|
|
|
|
ackfile (d.."now.c"),
|
|
|
|
ackfile (d.."ocrt.c"),
|
|
|
|
ackfile (d.."par.c"),
|
|
|
|
ackfile (d.."par_misc.e"),
|
|
|
|
ackfile (d.."parco.c"),
|
|
|
|
|
2007-02-20 00:46:10 +00:00
|
|
|
install = pm.install("%BINDIR%%PLATIND%/%PLATFORM%/tail_ocm")
|
2006-07-27 21:58:13 +00:00
|
|
|
}
|