1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
|
; Generated by gen_dune.ml
(include dune.boxes.inc)
(executable (name boxes) (modules boxes) (libraries mlpost.options mlpost ) (flags -linkall))
(rule (with-stdout-to boxes.figures (run ./boxes.exe -dumpable)))
(rule (with-stdout-to dune.boxes.inc.gen (run ./gen_dune.exe leaf boxes %{read-lines:boxes.figures})))
(rule (alias promote) (action (diff dune.boxes.inc dune.boxes.inc.gen)))
; Generated by gen_dune.ml
(include dune.paths.inc)
(executable (name paths) (modules paths) (libraries mlpost.options mlpost ) (flags -linkall))
(rule (with-stdout-to paths.figures (run ./paths.exe -dumpable)))
(rule (with-stdout-to dune.paths.inc.gen (run ./gen_dune.exe leaf paths %{read-lines:paths.figures})))
(rule (alias promote) (action (diff dune.paths.inc dune.paths.inc.gen)))
; Generated by gen_dune.ml
(include dune.tree.inc)
(executable (name tree) (modules tree) (libraries mlpost.options mlpost ) (flags -linkall))
(rule (with-stdout-to tree.figures (run ./tree.exe -dumpable)))
(rule (with-stdout-to dune.tree.inc.gen (run ./gen_dune.exe leaf tree %{read-lines:tree.figures})))
(rule (alias promote) (action (diff dune.tree.inc dune.tree.inc.gen)))
; Generated by gen_dune.ml
(include dune.label.inc)
(executable (name label) (modules label) (libraries mlpost.options mlpost ) (flags -linkall))
(rule (with-stdout-to label.figures (run ./label.exe -dumpable)))
(rule (with-stdout-to dune.label.inc.gen (run ./gen_dune.exe leaf label %{read-lines:label.figures})))
(rule (alias promote) (action (diff dune.label.inc dune.label.inc.gen)))
; Generated by gen_dune.ml
(include dune.automata.inc)
(executable (name automata) (modules automata) (libraries mlpost.options mlpost ) (flags -linkall))
(rule (with-stdout-to automata.figures (run ./automata.exe -dumpable)))
(rule (with-stdout-to dune.automata.inc.gen (run ./gen_dune.exe leaf automata %{read-lines:automata.figures})))
(rule (alias promote) (action (diff dune.automata.inc dune.automata.inc.gen)))
; Generated by gen_dune.ml
(include dune.hist.inc)
(executable (name hist) (modules hist) (libraries mlpost.options mlpost ) (flags -linkall))
(rule (with-stdout-to hist.figures (run ./hist.exe -dumpable)))
(rule (with-stdout-to dune.hist.inc.gen (run ./gen_dune.exe leaf hist %{read-lines:hist.figures})))
(rule (alias promote) (action (diff dune.hist.inc dune.hist.inc.gen)))
; Generated by gen_dune.ml
(include dune.radar.inc)
(executable (name radar) (modules radar) (libraries mlpost.options mlpost ) (flags -linkall))
(rule (with-stdout-to radar.figures (run ./radar.exe -dumpable)))
(rule (with-stdout-to dune.radar.inc.gen (run ./gen_dune.exe leaf radar %{read-lines:radar.figures})))
(rule (alias promote) (action (diff dune.radar.inc dune.radar.inc.gen)))
; Generated by gen_dune.ml
(include dune.real_plot.inc)
(executable (name real_plot) (modules real_plot) (libraries mlpost.options mlpost ) (flags -linkall))
(rule (with-stdout-to real_plot.figures (run ./real_plot.exe -dumpable)))
(rule (with-stdout-to dune.real_plot.inc.gen (run ./gen_dune.exe leaf real_plot %{read-lines:real_plot.figures})))
(rule (alias promote) (action (diff dune.real_plot.inc dune.real_plot.inc.gen)))
; Generated by gen_dune.ml
(include dune.dot_dot.inc)
(executable (name dot_dot) (modules dot_dot) (libraries mlpost.options mlpost mlpost.dot) (flags -linkall))
(rule (with-stdout-to dot_dot.figures (run ./dot_dot.exe -dumpable)))
(rule (with-stdout-to dune.dot_dot.inc.gen (run ./gen_dune.exe leaf dot_dot %{read-lines:dot_dot.figures})))
(rule (alias promote) (action (diff dune.dot_dot.inc dune.dot_dot.inc.gen)))
; Generated by gen_dune.ml
(include dune.color.inc)
(executable (name color) (modules color) (libraries mlpost.options mlpost ) (flags -linkall))
(rule (with-stdout-to color.figures (run ./color.exe -dumpable)))
(rule (with-stdout-to dune.color.inc.gen (run ./gen_dune.exe leaf color %{read-lines:color.figures})))
(rule (alias promote) (action (diff dune.color.inc dune.color.inc.gen)))
|