|
1 | 1 | # OASIS_START |
2 | | -# DO NOT EDIT (digest: 872119f14ab3f21a5c84730a2ca36fe5) |
| 2 | +# DO NOT EDIT (digest: e1e26434aaae617000c026272165c731) |
3 | 3 | # Ignore VCS directories, you can use the same kind of rule outside |
4 | 4 | # OASIS_START/STOP if you want to exclude directories that contains |
5 | 5 | # useless stuff for the build process |
|
15 | 15 | "_darcs": not_hygienic |
16 | 16 | # Library openflow |
17 | 17 | "lib/openflow.cmxs": use_openflow |
| 18 | +<lib/*.ml{,i}>: package(threads) |
18 | 19 | <lib/*.ml{,i}>: package(core) |
19 | | -<lib/*.ml{,i}>: package(cstruct) |
20 | | -<lib/*.ml{,i}>: package(cstruct.syntax) |
21 | 20 | <lib/*.ml{,i}>: package(packet) |
22 | 21 | <lib/*.ml{,i}>: package(sexplib.syntax) |
23 | 22 | <lib/*.ml{,i}>: package(str) |
24 | | -<lib/*.ml{,i}>: package(threads) |
| 23 | +<lib/*.ml{,i}>: package(cstruct) |
| 24 | +<lib/*.ml{,i}>: package(cstruct.syntax) |
25 | 25 | # Library async |
26 | 26 | "async/async.cmxs": use_async |
27 | | -<async/*.ml{,i}>: package(async) |
| 27 | +<async/*.ml{,i}>: use_openflow |
| 28 | +<async/*.ml{,i}>: package(threads) |
28 | 29 | <async/*.ml{,i}>: package(core) |
29 | | -<async/*.ml{,i}>: package(cstruct) |
30 | | -<async/*.ml{,i}>: package(cstruct.async) |
31 | | -<async/*.ml{,i}>: package(cstruct.syntax) |
| 30 | +<async/*.ml{,i}>: package(async) |
32 | 31 | <async/*.ml{,i}>: package(packet) |
| 32 | +<async/*.ml{,i}>: package(cstruct.async) |
33 | 33 | <async/*.ml{,i}>: package(sexplib.syntax) |
34 | 34 | <async/*.ml{,i}>: package(str) |
35 | | -<async/*.ml{,i}>: package(threads) |
36 | | -<async/*.ml{,i}>: use_openflow |
| 35 | +<async/*.ml{,i}>: package(cstruct) |
| 36 | +<async/*.ml{,i}>: package(cstruct.syntax) |
37 | 37 | # Library quickcheck |
38 | 38 | "quickcheck/quickcheck.cmxs": use_quickcheck |
| 39 | +<quickcheck/*.ml{,i}>: use_openflow |
| 40 | +<quickcheck/*.ml{,i}>: package(threads) |
39 | 41 | <quickcheck/*.ml{,i}>: package(core) |
40 | | -<quickcheck/*.ml{,i}>: package(cstruct) |
41 | | -<quickcheck/*.ml{,i}>: package(cstruct.syntax) |
42 | 42 | <quickcheck/*.ml{,i}>: package(packet) |
43 | 43 | <quickcheck/*.ml{,i}>: package(quickcheck) |
44 | 44 | <quickcheck/*.ml{,i}>: package(sexplib.syntax) |
45 | 45 | <quickcheck/*.ml{,i}>: package(str) |
46 | | -<quickcheck/*.ml{,i}>: package(threads) |
47 | | -<quickcheck/*.ml{,i}>: use_openflow |
| 46 | +<quickcheck/*.ml{,i}>: package(cstruct) |
| 47 | +<quickcheck/*.ml{,i}>: package(cstruct.syntax) |
48 | 48 | # Executable testtool |
| 49 | +"test/Test.byte": use_quickcheck |
| 50 | +"test/Test.byte": use_openflow |
| 51 | +"test/Test.byte": package(threads) |
49 | 52 | "test/Test.byte": package(core) |
50 | | -"test/Test.byte": package(cstruct) |
51 | | -"test/Test.byte": package(cstruct.syntax) |
| 53 | +"test/Test.byte": package(packet) |
52 | 54 | "test/Test.byte": package(oUnit) |
53 | 55 | "test/Test.byte": package(pa_ounit) |
54 | 56 | "test/Test.byte": package(pa_ounit.syntax) |
55 | | -"test/Test.byte": package(packet) |
56 | 57 | "test/Test.byte": package(quickcheck) |
57 | 58 | "test/Test.byte": package(sexplib.syntax) |
58 | 59 | "test/Test.byte": package(str) |
59 | | -"test/Test.byte": package(threads) |
60 | | -"test/Test.byte": use_openflow |
61 | | -"test/Test.byte": use_quickcheck |
| 60 | +"test/Test.byte": package(cstruct) |
| 61 | +"test/Test.byte": package(cstruct.syntax) |
| 62 | +<test/*.ml{,i}>: use_quickcheck |
| 63 | +<test/*.ml{,i}>: use_openflow |
| 64 | +<test/*.ml{,i}>: package(threads) |
62 | 65 | <test/*.ml{,i}>: package(core) |
63 | | -<test/*.ml{,i}>: package(cstruct) |
64 | | -<test/*.ml{,i}>: package(cstruct.syntax) |
| 66 | +<test/*.ml{,i}>: package(packet) |
65 | 67 | <test/*.ml{,i}>: package(oUnit) |
66 | 68 | <test/*.ml{,i}>: package(pa_ounit) |
67 | 69 | <test/*.ml{,i}>: package(pa_ounit.syntax) |
68 | | -<test/*.ml{,i}>: package(packet) |
69 | 70 | <test/*.ml{,i}>: package(quickcheck) |
70 | 71 | <test/*.ml{,i}>: package(sexplib.syntax) |
71 | 72 | <test/*.ml{,i}>: package(str) |
72 | | -<test/*.ml{,i}>: package(threads) |
73 | | -<test/*.ml{,i}>: use_openflow |
74 | | -<test/*.ml{,i}>: use_quickcheck |
| 73 | +<test/*.ml{,i}>: package(cstruct) |
| 74 | +<test/*.ml{,i}>: package(cstruct.syntax) |
75 | 75 | # Executable ping_test |
76 | | -"ping-test/PingTest.byte": package(async) |
| 76 | +"ping-test/PingTest.byte": use_async |
| 77 | +"ping-test/PingTest.byte": use_openflow |
| 78 | +"ping-test/PingTest.byte": package(threads) |
77 | 79 | "ping-test/PingTest.byte": package(core) |
78 | | -"ping-test/PingTest.byte": package(cstruct) |
| 80 | +"ping-test/PingTest.byte": package(async) |
| 81 | +"ping-test/PingTest.byte": package(packet) |
79 | 82 | "ping-test/PingTest.byte": package(cstruct.async) |
80 | | -"ping-test/PingTest.byte": package(cstruct.syntax) |
81 | 83 | "ping-test/PingTest.byte": package(oUnit) |
82 | 84 | "ping-test/PingTest.byte": package(pa_ounit) |
83 | 85 | "ping-test/PingTest.byte": package(pa_ounit.syntax) |
84 | | -"ping-test/PingTest.byte": package(packet) |
85 | 86 | "ping-test/PingTest.byte": package(sexplib.syntax) |
86 | 87 | "ping-test/PingTest.byte": package(str) |
87 | | -"ping-test/PingTest.byte": package(threads) |
88 | | -"ping-test/PingTest.byte": use_async |
89 | | -"ping-test/PingTest.byte": use_openflow |
90 | | -<ping-test/*.ml{,i}>: package(async) |
| 88 | +"ping-test/PingTest.byte": package(cstruct) |
| 89 | +"ping-test/PingTest.byte": package(cstruct.syntax) |
| 90 | +<ping-test/*.ml{,i}>: use_async |
| 91 | +<ping-test/*.ml{,i}>: use_openflow |
| 92 | +<ping-test/*.ml{,i}>: package(threads) |
91 | 93 | <ping-test/*.ml{,i}>: package(core) |
92 | | -<ping-test/*.ml{,i}>: package(cstruct) |
| 94 | +<ping-test/*.ml{,i}>: package(async) |
| 95 | +<ping-test/*.ml{,i}>: package(packet) |
93 | 96 | <ping-test/*.ml{,i}>: package(cstruct.async) |
94 | | -<ping-test/*.ml{,i}>: package(cstruct.syntax) |
95 | 97 | <ping-test/*.ml{,i}>: package(oUnit) |
96 | 98 | <ping-test/*.ml{,i}>: package(pa_ounit) |
97 | 99 | <ping-test/*.ml{,i}>: package(pa_ounit.syntax) |
98 | | -<ping-test/*.ml{,i}>: package(packet) |
99 | 100 | <ping-test/*.ml{,i}>: package(sexplib.syntax) |
100 | 101 | <ping-test/*.ml{,i}>: package(str) |
101 | | -<ping-test/*.ml{,i}>: package(threads) |
102 | | -<ping-test/*.ml{,i}>: use_async |
103 | | -<ping-test/*.ml{,i}>: use_openflow |
| 102 | +<ping-test/*.ml{,i}>: package(cstruct) |
| 103 | +<ping-test/*.ml{,i}>: package(cstruct.syntax) |
104 | 104 | # Executable Hypervisor |
105 | | -"examples/Hypervisor.byte": package(async) |
| 105 | +"examples/Hypervisor.byte": use_async |
| 106 | +"examples/Hypervisor.byte": use_openflow |
| 107 | +"examples/Hypervisor.byte": package(threads) |
106 | 108 | "examples/Hypervisor.byte": package(core) |
107 | | -"examples/Hypervisor.byte": package(cstruct) |
108 | | -"examples/Hypervisor.byte": package(cstruct.async) |
109 | | -"examples/Hypervisor.byte": package(cstruct.syntax) |
| 109 | +"examples/Hypervisor.byte": package(async) |
110 | 110 | "examples/Hypervisor.byte": package(packet) |
| 111 | +"examples/Hypervisor.byte": package(cstruct.async) |
111 | 112 | "examples/Hypervisor.byte": package(sexplib.syntax) |
112 | 113 | "examples/Hypervisor.byte": package(str) |
113 | | -"examples/Hypervisor.byte": package(threads) |
114 | | -"examples/Hypervisor.byte": use_async |
115 | | -"examples/Hypervisor.byte": use_openflow |
| 114 | +"examples/Hypervisor.byte": package(cstruct) |
| 115 | +"examples/Hypervisor.byte": package(cstruct.syntax) |
116 | 116 | # Executable learning_switch |
117 | | -"examples/Learning_Switch.byte": package(async) |
| 117 | +"examples/Learning_Switch.byte": use_async |
| 118 | +"examples/Learning_Switch.byte": use_openflow |
| 119 | +"examples/Learning_Switch.byte": package(threads) |
118 | 120 | "examples/Learning_Switch.byte": package(core) |
119 | | -"examples/Learning_Switch.byte": package(cstruct) |
120 | | -"examples/Learning_Switch.byte": package(cstruct.async) |
121 | | -"examples/Learning_Switch.byte": package(cstruct.syntax) |
| 121 | +"examples/Learning_Switch.byte": package(async) |
122 | 122 | "examples/Learning_Switch.byte": package(packet) |
| 123 | +"examples/Learning_Switch.byte": package(cstruct.async) |
123 | 124 | "examples/Learning_Switch.byte": package(sexplib.syntax) |
124 | 125 | "examples/Learning_Switch.byte": package(str) |
125 | | -"examples/Learning_Switch.byte": package(threads) |
126 | | -"examples/Learning_Switch.byte": use_async |
127 | | -"examples/Learning_Switch.byte": use_openflow |
128 | | -<examples/*.ml{,i}>: package(async) |
| 126 | +"examples/Learning_Switch.byte": package(cstruct) |
| 127 | +"examples/Learning_Switch.byte": package(cstruct.syntax) |
| 128 | +<examples/*.ml{,i}>: use_async |
| 129 | +<examples/*.ml{,i}>: use_openflow |
| 130 | +<examples/*.ml{,i}>: package(threads) |
129 | 131 | <examples/*.ml{,i}>: package(core) |
130 | | -<examples/*.ml{,i}>: package(cstruct) |
131 | | -<examples/*.ml{,i}>: package(cstruct.async) |
132 | | -<examples/*.ml{,i}>: package(cstruct.syntax) |
| 132 | +<examples/*.ml{,i}>: package(async) |
133 | 133 | <examples/*.ml{,i}>: package(packet) |
| 134 | +<examples/*.ml{,i}>: package(cstruct.async) |
134 | 135 | <examples/*.ml{,i}>: package(sexplib.syntax) |
135 | 136 | <examples/*.ml{,i}>: package(str) |
136 | | -<examples/*.ml{,i}>: package(threads) |
137 | | -<examples/*.ml{,i}>: use_async |
138 | | -<examples/*.ml{,i}>: use_openflow |
| 137 | +<examples/*.ml{,i}>: package(cstruct) |
| 138 | +<examples/*.ml{,i}>: package(cstruct.syntax) |
139 | 139 | # OASIS_STOP |
140 | 140 | <lib/*.ml>: syntax_camlp4o |
141 | | -<lwt/*.ml>: syntax_camlp4o |
142 | 141 | <async/*.ml>: syntax_camlp4o |
143 | 142 | <test/*.ml>: syntax_camlp4o |
144 | 143 | <examples/*.ml>: syntax_camlp4o |
145 | | -<of13test/*.ml>: syntax_camlp4o |
0 commit comments