Skip to content
Snippets Groups Projects
Commit 5be26f21 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[dune] cleanup

parent 441db930
No related branches found
No related tags found
No related merge requests found
...@@ -25,15 +25,11 @@ ...@@ -25,15 +25,11 @@
(deps (universe)) (deps (universe))
(action (progn (action (progn
(echo "Qed:" %{lib-available:qed} "\n") (echo "Qed:" %{lib-available:qed} "\n")
(echo " - Zarith:" %{lib-available:zarith} "\n") (echo " - Zarith:" %{lib-available:zarith} "\n"))))
)
)
)
(library (library
(name qed) (name qed)
(optional) (optional)
(public_name qed) (public_name qed)
(flags (-open Frama_c_kernel :standard -w -9)) (flags (-open Frama_c_kernel :standard -w -9))
(libraries frama-c.kernel zarith) (libraries frama-c.kernel zarith))
)
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
) )
) )
( library (library
(name server) (name server)
(optional) (optional)
(public_name frama-c-server.core) (public_name frama-c-server.core)
......
...@@ -29,40 +29,34 @@ ...@@ -29,40 +29,34 @@
(echo " - Qed:" %{lib-available:qed} "\n") (echo " - Qed:" %{lib-available:qed} "\n")
(echo " - Rtegen:" %{lib-available:frama-c-rtegen.core} "\n") (echo " - Rtegen:" %{lib-available:frama-c-rtegen.core} "\n")
(echo " - Why3:" %{lib-available:why3} "\n") (echo " - Why3:" %{lib-available:why3} "\n")
(echo " - Zarith:" %{lib-available:zarith} "\n") (echo " - Zarith:" %{lib-available:zarith} "\n"))))
)
)
)
(library (library
(name wp) (name wp)
(optional) (optional)
(public_name frama-c-wp.core) (public_name frama-c-wp.core)
(flags (-open Frama_c_kernel :standard -w -9)) (flags (-open Frama_c_kernel :standard -w -9))
(libraries frama-c.kernel frama-c-rtegen.core why3 qed zarith ocamlgraph) (libraries
) frama-c.kernel
frama-c-rtegen.core
qed why3 zarith ocamlgraph))
(plugin (optional) (name wp) (libraries frama-c-wp.core) (site (frama-c plugins))) (plugin (optional) (name wp) (libraries frama-c-wp.core) (site (frama-c plugins)))
(ocamllex driver rformat script) (ocamllex driver rformat script)
;find share \( -not -name ".gitignore" \) -type f -printf "(%p as wp/%p)\n" >> dune
; wp/share -> wp
(install (install
(package frama-c-wp) (package frama-c-wp)
(section (site (frama-c share))) (section (site (frama-c share)))
(files (files
(share/Makefile.resources as wp/Makefile.resources) (share/Makefile.resources as wp/Makefile.resources)
(share/install.ml as wp/install.ml) (share/install.ml as wp/install.ml)
(share/why3/frama_c_wp/vlist.mlw as wp/why3/frama_c_wp/vlist.mlw) (share/why3/frama_c_wp/vlist.mlw as wp/why3/frama_c_wp/vlist.mlw)
(share/why3/frama_c_wp/cbits.mlw as wp/why3/frama_c_wp/cbits.mlw) (share/why3/frama_c_wp/cbits.mlw as wp/why3/frama_c_wp/cbits.mlw)
(share/why3/frama_c_wp/cint.mlw as wp/why3/frama_c_wp/cint.mlw) (share/why3/frama_c_wp/cint.mlw as wp/why3/frama_c_wp/cint.mlw)
(share/why3/frama_c_wp/qed.mlw as wp/why3/frama_c_wp/qed.mlw) (share/why3/frama_c_wp/qed.mlw as wp/why3/frama_c_wp/qed.mlw)
(share/why3/frama_c_wp/vset.mlw as wp/why3/frama_c_wp/vset.mlw) (share/why3/frama_c_wp/vset.mlw as wp/why3/frama_c_wp/vset.mlw)
(share/why3/frama_c_wp/memory.mlw as wp/why3/frama_c_wp/memory.mlw) (share/why3/frama_c_wp/memory.mlw as wp/why3/frama_c_wp/memory.mlw)
(share/why3/frama_c_wp/cmath.mlw as wp/why3/frama_c_wp/cmath.mlw) (share/why3/frama_c_wp/cmath.mlw as wp/why3/frama_c_wp/cmath.mlw)
(share/why3/frama_c_wp/cfloat.mlw as wp/why3/frama_c_wp/cfloat.mlw) (share/why3/frama_c_wp/cfloat.mlw as wp/why3/frama_c_wp/cfloat.mlw)
(share/wp.driver as wp/wp.driver) (share/wp.driver as wp/wp.driver)))
))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment