|
1 | 1 | # OASIS_START |
2 | | -# DO NOT EDIT (digest: d1fc83340b2522fcd10f276c7c3db944) |
| 2 | +# DO NOT EDIT (digest: 72ea415a4e801a171896c8a2a1b11c2d) |
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) |
19 | 18 | <lib/*.ml{,i}>: package(core) |
| 19 | +<lib/*.ml{,i}>: package(cstruct) |
| 20 | +<lib/*.ml{,i}>: package(cstruct.syntax) |
20 | 21 | <lib/*.ml{,i}>: package(packet) |
21 | 22 | <lib/*.ml{,i}>: package(sexplib.syntax) |
22 | 23 | <lib/*.ml{,i}>: package(str) |
23 | | -<lib/*.ml{,i}>: package(cstruct) |
24 | | -<lib/*.ml{,i}>: package(cstruct.syntax) |
| 24 | +<lib/*.ml{,i}>: package(threads) |
25 | 25 | # Library async |
26 | 26 | "async/async.cmxs": use_async |
27 | | -<async/*.ml{,i}>: use_openflow |
28 | | -<async/*.ml{,i}>: package(threads) |
29 | | -<async/*.ml{,i}>: package(core) |
30 | 27 | <async/*.ml{,i}>: package(async) |
31 | | -<async/*.ml{,i}>: package(packet) |
| 28 | +<async/*.ml{,i}>: package(core) |
| 29 | +<async/*.ml{,i}>: package(cstruct) |
32 | 30 | <async/*.ml{,i}>: package(cstruct.async) |
| 31 | +<async/*.ml{,i}>: package(cstruct.syntax) |
| 32 | +<async/*.ml{,i}>: package(packet) |
33 | 33 | <async/*.ml{,i}>: package(sexplib.syntax) |
34 | 34 | <async/*.ml{,i}>: package(str) |
35 | | -<async/*.ml{,i}>: package(cstruct) |
36 | | -<async/*.ml{,i}>: package(cstruct.syntax) |
| 35 | +<async/*.ml{,i}>: package(threads) |
| 36 | +<async/*.ml{,i}>: use_openflow |
37 | 37 | # Library quickcheck |
38 | 38 | "quickcheck/quickcheck.cmxs": use_quickcheck |
39 | | -<quickcheck/*.ml{,i}>: use_openflow |
40 | | -<quickcheck/*.ml{,i}>: package(threads) |
41 | 39 | <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 | | -<quickcheck/*.ml{,i}>: package(quickcheck) |
44 | 43 | <quickcheck/*.ml{,i}>: package(packet.quickcheck) |
| 44 | +<quickcheck/*.ml{,i}>: package(quickcheck) |
45 | 45 | <quickcheck/*.ml{,i}>: package(sexplib.syntax) |
46 | 46 | <quickcheck/*.ml{,i}>: package(str) |
47 | | -<quickcheck/*.ml{,i}>: package(cstruct) |
48 | | -<quickcheck/*.ml{,i}>: package(cstruct.syntax) |
| 47 | +<quickcheck/*.ml{,i}>: package(threads) |
| 48 | +<quickcheck/*.ml{,i}>: use_openflow |
49 | 49 | # Executable testtool |
50 | | -"test/Test.byte": use_quickcheck |
51 | | -"test/Test.byte": use_openflow |
52 | | -"test/Test.byte": package(threads) |
53 | 50 | "test/Test.byte": package(core) |
54 | | -"test/Test.byte": package(packet) |
| 51 | +"test/Test.byte": package(cstruct) |
| 52 | +"test/Test.byte": package(cstruct.syntax) |
55 | 53 | "test/Test.byte": package(oUnit) |
56 | 54 | "test/Test.byte": package(pa_ounit) |
57 | 55 | "test/Test.byte": package(pa_ounit.syntax) |
58 | | -"test/Test.byte": package(quickcheck) |
| 56 | +"test/Test.byte": package(packet) |
59 | 57 | "test/Test.byte": package(packet.quickcheck) |
| 58 | +"test/Test.byte": package(quickcheck) |
60 | 59 | "test/Test.byte": package(sexplib.syntax) |
61 | 60 | "test/Test.byte": package(str) |
62 | | -"test/Test.byte": package(cstruct) |
63 | | -"test/Test.byte": package(cstruct.syntax) |
64 | | -<test/*.ml{,i}>: use_quickcheck |
65 | | -<test/*.ml{,i}>: use_openflow |
66 | | -<test/*.ml{,i}>: package(threads) |
| 61 | +"test/Test.byte": package(threads) |
| 62 | +"test/Test.byte": use_openflow |
| 63 | +"test/Test.byte": use_quickcheck |
67 | 64 | <test/*.ml{,i}>: package(core) |
68 | | -<test/*.ml{,i}>: package(packet) |
| 65 | +<test/*.ml{,i}>: package(cstruct) |
| 66 | +<test/*.ml{,i}>: package(cstruct.syntax) |
69 | 67 | <test/*.ml{,i}>: package(oUnit) |
70 | 68 | <test/*.ml{,i}>: package(pa_ounit) |
71 | 69 | <test/*.ml{,i}>: package(pa_ounit.syntax) |
72 | | -<test/*.ml{,i}>: package(quickcheck) |
| 70 | +<test/*.ml{,i}>: package(packet) |
73 | 71 | <test/*.ml{,i}>: package(packet.quickcheck) |
| 72 | +<test/*.ml{,i}>: package(quickcheck) |
74 | 73 | <test/*.ml{,i}>: package(sexplib.syntax) |
75 | 74 | <test/*.ml{,i}>: package(str) |
76 | | -<test/*.ml{,i}>: package(cstruct) |
77 | | -<test/*.ml{,i}>: package(cstruct.syntax) |
| 75 | +<test/*.ml{,i}>: package(threads) |
| 76 | +<test/*.ml{,i}>: use_openflow |
| 77 | +<test/*.ml{,i}>: use_quickcheck |
78 | 78 | # Executable ping_test |
79 | | -"ping-test/PingTest.byte": use_async |
80 | | -"ping-test/PingTest.byte": use_openflow |
81 | | -"ping-test/PingTest.byte": package(threads) |
82 | | -"ping-test/PingTest.byte": package(core) |
83 | 79 | "ping-test/PingTest.byte": package(async) |
84 | | -"ping-test/PingTest.byte": package(packet) |
| 80 | +"ping-test/PingTest.byte": package(core) |
| 81 | +"ping-test/PingTest.byte": package(cstruct) |
85 | 82 | "ping-test/PingTest.byte": package(cstruct.async) |
| 83 | +"ping-test/PingTest.byte": package(cstruct.syntax) |
86 | 84 | "ping-test/PingTest.byte": package(oUnit) |
87 | 85 | "ping-test/PingTest.byte": package(pa_ounit) |
88 | 86 | "ping-test/PingTest.byte": package(pa_ounit.syntax) |
| 87 | +"ping-test/PingTest.byte": package(packet) |
89 | 88 | "ping-test/PingTest.byte": package(sexplib.syntax) |
90 | 89 | "ping-test/PingTest.byte": package(str) |
91 | | -"ping-test/PingTest.byte": package(cstruct) |
92 | | -"ping-test/PingTest.byte": package(cstruct.syntax) |
93 | | -<ping-test/*.ml{,i}>: use_async |
94 | | -<ping-test/*.ml{,i}>: use_openflow |
95 | | -<ping-test/*.ml{,i}>: package(threads) |
96 | | -<ping-test/*.ml{,i}>: package(core) |
| 90 | +"ping-test/PingTest.byte": package(threads) |
| 91 | +"ping-test/PingTest.byte": use_async |
| 92 | +"ping-test/PingTest.byte": use_openflow |
97 | 93 | <ping-test/*.ml{,i}>: package(async) |
98 | | -<ping-test/*.ml{,i}>: package(packet) |
| 94 | +<ping-test/*.ml{,i}>: package(core) |
| 95 | +<ping-test/*.ml{,i}>: package(cstruct) |
99 | 96 | <ping-test/*.ml{,i}>: package(cstruct.async) |
| 97 | +<ping-test/*.ml{,i}>: package(cstruct.syntax) |
100 | 98 | <ping-test/*.ml{,i}>: package(oUnit) |
101 | 99 | <ping-test/*.ml{,i}>: package(pa_ounit) |
102 | 100 | <ping-test/*.ml{,i}>: package(pa_ounit.syntax) |
| 101 | +<ping-test/*.ml{,i}>: package(packet) |
103 | 102 | <ping-test/*.ml{,i}>: package(sexplib.syntax) |
104 | 103 | <ping-test/*.ml{,i}>: package(str) |
105 | | -<ping-test/*.ml{,i}>: package(cstruct) |
106 | | -<ping-test/*.ml{,i}>: package(cstruct.syntax) |
| 104 | +<ping-test/*.ml{,i}>: package(threads) |
| 105 | +<ping-test/*.ml{,i}>: use_async |
| 106 | +<ping-test/*.ml{,i}>: use_openflow |
107 | 107 | # Executable learning_switch |
108 | | -"examples/Learning_Switch.byte": use_async |
109 | | -"examples/Learning_Switch.byte": use_openflow |
110 | | -"examples/Learning_Switch.byte": package(threads) |
111 | | -"examples/Learning_Switch.byte": package(core) |
112 | 108 | "examples/Learning_Switch.byte": package(async) |
113 | | -"examples/Learning_Switch.byte": package(packet) |
| 109 | +"examples/Learning_Switch.byte": package(core) |
| 110 | +"examples/Learning_Switch.byte": package(cstruct) |
114 | 111 | "examples/Learning_Switch.byte": package(cstruct.async) |
| 112 | +"examples/Learning_Switch.byte": package(cstruct.syntax) |
| 113 | +"examples/Learning_Switch.byte": package(packet) |
115 | 114 | "examples/Learning_Switch.byte": package(sexplib.syntax) |
116 | 115 | "examples/Learning_Switch.byte": package(str) |
117 | | -"examples/Learning_Switch.byte": package(cstruct) |
118 | | -"examples/Learning_Switch.byte": package(cstruct.syntax) |
119 | | -<examples/*.ml{,i}>: use_async |
120 | | -<examples/*.ml{,i}>: use_openflow |
121 | | -<examples/*.ml{,i}>: package(threads) |
122 | | -<examples/*.ml{,i}>: package(core) |
| 116 | +"examples/Learning_Switch.byte": package(threads) |
| 117 | +"examples/Learning_Switch.byte": use_async |
| 118 | +"examples/Learning_Switch.byte": use_openflow |
123 | 119 | <examples/*.ml{,i}>: package(async) |
124 | | -<examples/*.ml{,i}>: package(packet) |
| 120 | +<examples/*.ml{,i}>: package(core) |
| 121 | +<examples/*.ml{,i}>: package(cstruct) |
125 | 122 | <examples/*.ml{,i}>: package(cstruct.async) |
| 123 | +<examples/*.ml{,i}>: package(cstruct.syntax) |
| 124 | +<examples/*.ml{,i}>: package(packet) |
126 | 125 | <examples/*.ml{,i}>: package(sexplib.syntax) |
127 | 126 | <examples/*.ml{,i}>: package(str) |
128 | | -<examples/*.ml{,i}>: package(cstruct) |
129 | | -<examples/*.ml{,i}>: package(cstruct.syntax) |
| 127 | +<examples/*.ml{,i}>: package(threads) |
| 128 | +<examples/*.ml{,i}>: use_async |
| 129 | +<examples/*.ml{,i}>: use_openflow |
130 | 130 | # OASIS_STOP |
131 | 131 | <lib/*.ml>: syntax_camlp4o |
132 | 132 | <async/*.ml>: syntax_camlp4o |
|
0 commit comments