aboutsummaryrefslogtreecommitdiff
path: root/dune
blob: b758fc7b56851b4f04ce715e11f488f64cfd1ff2 (plain)
1
2
3
4
5
6
7
8
9
10
11
(rule
 (targets .vfiles.d)
 (deps
  (source_tree theories)
  (source_tree plugins))
 (action (with-stdout-to .vfiles.d (system "%{bin:coqdep} -dyndep opt -noglob -boot `find theories plugins -type f -name *.v`"))))

(alias
 (name vodeps)
 (deps tools/coq_dune.exe .vfiles.d))
  ; (action (run coq_dune .vfiles.d))))