This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
21
unikernel/duniverse/eqaf/clock/dune
Normal file
21
unikernel/duniverse/eqaf/clock/dune
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
(rule
|
||||
(targets clock.ml clock_stubs.c clock.sexp)
|
||||
(deps
|
||||
(:select select/select.ml)
|
||||
clock_linux.ml
|
||||
clock_linux_stubs.c
|
||||
clock_windows.ml
|
||||
clock_windows_stubs.c
|
||||
clock_mach.ml
|
||||
clock_mach_stubs.c)
|
||||
(action
|
||||
(run %{ocaml} %{select} --system %{ocaml-config:system} -o clock)))
|
||||
|
||||
(library
|
||||
(name clock)
|
||||
(modules clock)
|
||||
(foreign_stubs
|
||||
(language c)
|
||||
(names clock_stubs)
|
||||
(flags
|
||||
(:include clock.sexp))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue