|
1 | 1 | (executable
|
2 |
| - (modes exe) |
3 |
| - (name gen_csharp_binding) |
4 |
| - (modules Gen_csharp_binding) |
5 |
| - (libraries |
6 |
| - astring |
7 |
| - CommonFunctions |
8 |
| - |
9 |
| - mustache |
10 |
| - xapi-consts |
11 |
| - xapi-datamodel |
12 |
| - ) |
13 |
| -) |
| 2 | + (modes exe) |
| 3 | + (name gen_csharp_binding) |
| 4 | + (modules Gen_csharp_binding) |
| 5 | + (libraries astring CommonFunctions mustache xapi-consts xapi-datamodel)) |
14 | 6 |
|
15 | 7 | (executable
|
16 |
| - (modes exe) |
17 |
| - (name friendly_error_names) |
18 |
| - (modules Friendly_error_names) |
19 |
| - (libraries |
20 |
| - CommonFunctions |
21 |
| - |
22 |
| - mustache |
23 |
| - xapi-datamodel |
24 |
| - xmllight2 |
25 |
| - str |
26 |
| - ) |
27 |
| -) |
| 8 | + (modes exe) |
| 9 | + (name friendly_error_names) |
| 10 | + (modules Friendly_error_names) |
| 11 | + (libraries CommonFunctions mustache xapi-datamodel xmllight2 str)) |
28 | 12 |
|
29 | 13 | (rule
|
30 |
| - (alias generate) |
31 |
| - (targets (dir autogen-out)) |
32 |
| - (deps |
33 |
| - (:x gen_csharp_binding.exe) |
34 |
| - (source_tree templates) |
35 |
| - (:sh ../windows-line-endings.sh) |
36 |
| - (source_tree autogen) |
37 |
| - (:x2 friendly_error_names.exe) |
38 |
| - FriendlyErrorNames.resx |
39 |
| - (:y XE_SR_ERRORCODES.xml) |
40 |
| - (source_tree templates) |
41 |
| - ) |
42 |
| - (action |
43 |
| - (progn |
44 |
| - (concurrent |
45 |
| - (bash "cp -r autogen/ autogen-out/") |
46 |
| - (run %{x}) |
47 |
| - (run %{x2} -s %{y}) |
48 |
| - ) |
49 |
| - (bash "rm autogen-out/.gitignore") |
50 |
| - (bash "%{sh} autogen-out/") |
51 |
| - )) |
52 |
| -) |
| 14 | + (alias generate) |
| 15 | + (targets |
| 16 | + (dir autogen-out)) |
| 17 | + (deps |
| 18 | + (:x gen_csharp_binding.exe) |
| 19 | + (source_tree templates) |
| 20 | + (:sh ../windows-line-endings.sh) |
| 21 | + (source_tree autogen) |
| 22 | + (:x2 friendly_error_names.exe) |
| 23 | + FriendlyErrorNames.resx |
| 24 | + (:y XE_SR_ERRORCODES.xml) |
| 25 | + (source_tree templates)) |
| 26 | + (action |
| 27 | + (progn |
| 28 | + (progn |
| 29 | + (bash "cp -r autogen/ autogen-out/") |
| 30 | + (run %{x}) |
| 31 | + (run %{x2} -s %{y})) |
| 32 | + (bash "rm autogen-out/.gitignore") |
| 33 | + (bash "%{sh} autogen-out/")))) |
53 | 34 |
|
54 | 35 | (data_only_dirs templates)
|
55 | 36 |
|
56 | 37 | (install
|
57 |
| - (package xapi-sdk) |
58 |
| - (section share_root) |
59 |
| - (dirs (autogen-out as csharp)) |
60 |
| -) |
| 38 | + (package xapi-sdk) |
| 39 | + (section share_root) |
| 40 | + (dirs |
| 41 | + (autogen-out as csharp))) |
0 commit comments