Revision ca7ff3f7
Added by Lélio Brun over 1 year ago
include/dune | ||
---|---|---|
4 | 4 |
|
5 | 5 |
(rule |
6 | 6 |
(target conv.lusic) |
7 |
(action (run lustrec -verbose 0 -I . -d . %{dep:conv.lusi})) |
|
7 |
(action |
|
8 |
(run lustrec -verbose 0 -I . -d . %{dep:conv.lusi})) |
|
8 | 9 |
(alias install)) |
9 | 10 |
|
10 | 11 |
(rule |
11 | 12 |
(targets simulink_math_fcn.lusic simulink_math_fcn.h) |
12 |
(action (run lustrec -verbose 0 -I . -d . %{dep:simulink_math_fcn.lusi})) |
|
13 |
(action |
|
14 |
(run lustrec -verbose 0 -I . -d . %{dep:simulink_math_fcn.lusi})) |
|
13 | 15 |
(alias install)) |
14 | 16 |
|
15 | 17 |
(rule |
16 | 18 |
(targets lustrec_math.lusic lustrec_math.h) |
17 |
(action (run lustrec -verbose 0 -I . -d . %{dep:lustrec_math.lusi})) |
|
19 |
(action |
|
20 |
(run lustrec -verbose 0 -I . -d . %{dep:lustrec_math.lusi})) |
|
18 | 21 |
(alias install)) |
19 | 22 |
|
20 | 23 |
(rule |
21 | 24 |
(targets mpfr_lustre.lusic mpfr_lustre.h) |
22 |
(action (run lustrec -verbose 0 -mpfr 1 -d . %{dep:mpfr_lustre.lusi})) |
|
25 |
(action |
|
26 |
(run lustrec -verbose 0 -mpfr 1 -d . %{dep:mpfr_lustre.lusi})) |
|
23 | 27 |
(alias install)) |
Also available in: Unified diff
reformatting