Project

General

Profile

« Previous | Next » 

Revision 971a4d81

Added by Lélio Brun over 2 years ago

missing header files in dune install targets

View differences:

include/dune
8 8
 (alias install))
9 9

  
10 10
(rule
11
 (target simulink_math_fcn.lusic)
11
 (targets simulink_math_fcn.lusic simulink_math_fcn.h)
12 12
 (action (run lustrec -verbose 0 -I . -d . %{dep:simulink_math_fcn.lusi}))
13 13
 (alias install))
14 14

  
15 15
(rule
16
 (target lustrec_math.lusic)
16
 (targets lustrec_math.lusic lustrec_math.h)
17 17
 (action (run lustrec -verbose 0 -I . -d . %{dep:lustrec_math.lusi}))
18 18
 (alias install))
19 19

  
20 20
(rule
21
 (target mpfr_lustre.lusic)
21
 (targets mpfr_lustre.lusic mpfr_lustre.h)
22 22
 (action (run lustrec -verbose 0 -mpfr 1 -d . %{dep:mpfr_lustre.lusi}))
23 23
 (alias install))

Also available in: Unified diff