|
1 | 1 | # OASIS_START
|
2 |
| -# DO NOT EDIT (digest: e841dae195b3a4dde01d54b7e83088dd) |
| 2 | +# DO NOT EDIT (digest: c549d3b3eb1ea3a63e2936cb07d78beb) |
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
|
| 6 | +true: annot, bin_annot |
6 | 7 | <**/.svn>: -traverse
|
7 | 8 | <**/.svn>: not_hygienic
|
8 | 9 | ".bzr": -traverse
|
|
15 | 16 | "_darcs": not_hygienic
|
16 | 17 | # Library openflow
|
17 | 18 | "lib/openflow.cmxs": use_openflow
|
18 |
| -<lib/*.ml{,i}>: package(core) |
19 |
| -<lib/*.ml{,i}>: package(cstruct) |
20 |
| -<lib/*.ml{,i}>: package(cstruct.syntax) |
21 |
| -<lib/*.ml{,i}>: package(packet) |
22 |
| -<lib/*.ml{,i}>: package(sexplib) |
23 |
| -<lib/*.ml{,i}>: package(sexplib.syntax) |
24 |
| -<lib/*.ml{,i}>: package(str) |
25 |
| -<lib/*.ml{,i}>: package(threads) |
| 19 | +<lib/*.ml{,i,y}>: package(core) |
| 20 | +<lib/*.ml{,i,y}>: package(cstruct) |
| 21 | +<lib/*.ml{,i,y}>: package(cstruct.syntax) |
| 22 | +<lib/*.ml{,i,y}>: package(packet) |
| 23 | +<lib/*.ml{,i,y}>: package(sexplib) |
| 24 | +<lib/*.ml{,i,y}>: package(sexplib.syntax) |
| 25 | +<lib/*.ml{,i,y}>: package(str) |
| 26 | +<lib/*.ml{,i,y}>: package(threads) |
26 | 27 | # Library async
|
27 | 28 | "async/async.cmxs": use_async
|
28 |
| -<async/*.ml{,i}>: package(async) |
29 |
| -<async/*.ml{,i}>: package(core) |
30 |
| -<async/*.ml{,i}>: package(cstruct) |
31 |
| -<async/*.ml{,i}>: package(cstruct.async) |
32 |
| -<async/*.ml{,i}>: package(cstruct.syntax) |
33 |
| -<async/*.ml{,i}>: package(packet) |
34 |
| -<async/*.ml{,i}>: package(sexplib) |
35 |
| -<async/*.ml{,i}>: package(sexplib.syntax) |
36 |
| -<async/*.ml{,i}>: package(str) |
37 |
| -<async/*.ml{,i}>: package(threads) |
38 |
| -<async/*.ml{,i}>: use_openflow |
| 29 | +<async/*.ml{,i,y}>: package(async) |
| 30 | +<async/*.ml{,i,y}>: package(core) |
| 31 | +<async/*.ml{,i,y}>: package(cstruct) |
| 32 | +<async/*.ml{,i,y}>: package(cstruct.async) |
| 33 | +<async/*.ml{,i,y}>: package(cstruct.syntax) |
| 34 | +<async/*.ml{,i,y}>: package(packet) |
| 35 | +<async/*.ml{,i,y}>: package(sexplib) |
| 36 | +<async/*.ml{,i,y}>: package(sexplib.syntax) |
| 37 | +<async/*.ml{,i,y}>: package(str) |
| 38 | +<async/*.ml{,i,y}>: package(threads) |
| 39 | +<async/*.ml{,i,y}>: use_openflow |
39 | 40 | # Library quickcheck
|
40 | 41 | "quickcheck/quickcheck.cmxs": use_quickcheck
|
41 |
| -<quickcheck/*.ml{,i}>: package(core) |
42 |
| -<quickcheck/*.ml{,i}>: package(cstruct) |
43 |
| -<quickcheck/*.ml{,i}>: package(cstruct.syntax) |
44 |
| -<quickcheck/*.ml{,i}>: package(packet) |
45 |
| -<quickcheck/*.ml{,i}>: package(packet.quickcheck) |
46 |
| -<quickcheck/*.ml{,i}>: package(quickcheck) |
47 |
| -<quickcheck/*.ml{,i}>: package(sexplib) |
48 |
| -<quickcheck/*.ml{,i}>: package(sexplib.syntax) |
49 |
| -<quickcheck/*.ml{,i}>: package(str) |
50 |
| -<quickcheck/*.ml{,i}>: package(threads) |
51 |
| -<quickcheck/*.ml{,i}>: use_openflow |
| 42 | +<quickcheck/*.ml{,i,y}>: package(core) |
| 43 | +<quickcheck/*.ml{,i,y}>: package(cstruct) |
| 44 | +<quickcheck/*.ml{,i,y}>: package(cstruct.syntax) |
| 45 | +<quickcheck/*.ml{,i,y}>: package(packet) |
| 46 | +<quickcheck/*.ml{,i,y}>: package(packet.quickcheck) |
| 47 | +<quickcheck/*.ml{,i,y}>: package(quickcheck) |
| 48 | +<quickcheck/*.ml{,i,y}>: package(sexplib) |
| 49 | +<quickcheck/*.ml{,i,y}>: package(sexplib.syntax) |
| 50 | +<quickcheck/*.ml{,i,y}>: package(str) |
| 51 | +<quickcheck/*.ml{,i,y}>: package(threads) |
| 52 | +<quickcheck/*.ml{,i,y}>: use_openflow |
52 | 53 | # Executable testtool
|
53 | 54 | "test/Test.byte": package(core)
|
54 | 55 | "test/Test.byte": package(cstruct)
|
|
65 | 66 | "test/Test.byte": package(threads)
|
66 | 67 | "test/Test.byte": use_openflow
|
67 | 68 | "test/Test.byte": use_quickcheck
|
68 |
| -<test/*.ml{,i}>: package(core) |
69 |
| -<test/*.ml{,i}>: package(cstruct) |
70 |
| -<test/*.ml{,i}>: package(cstruct.syntax) |
71 |
| -<test/*.ml{,i}>: package(oUnit) |
72 |
| -<test/*.ml{,i}>: package(pa_ounit) |
73 |
| -<test/*.ml{,i}>: package(pa_ounit.syntax) |
74 |
| -<test/*.ml{,i}>: package(packet) |
75 |
| -<test/*.ml{,i}>: package(packet.quickcheck) |
76 |
| -<test/*.ml{,i}>: package(quickcheck) |
77 |
| -<test/*.ml{,i}>: package(sexplib) |
78 |
| -<test/*.ml{,i}>: package(sexplib.syntax) |
79 |
| -<test/*.ml{,i}>: package(str) |
80 |
| -<test/*.ml{,i}>: package(threads) |
81 |
| -<test/*.ml{,i}>: use_openflow |
82 |
| -<test/*.ml{,i}>: use_quickcheck |
| 69 | +<test/*.ml{,i,y}>: package(core) |
| 70 | +<test/*.ml{,i,y}>: package(cstruct) |
| 71 | +<test/*.ml{,i,y}>: package(cstruct.syntax) |
| 72 | +<test/*.ml{,i,y}>: package(oUnit) |
| 73 | +<test/*.ml{,i,y}>: package(pa_ounit) |
| 74 | +<test/*.ml{,i,y}>: package(pa_ounit.syntax) |
| 75 | +<test/*.ml{,i,y}>: package(packet) |
| 76 | +<test/*.ml{,i,y}>: package(packet.quickcheck) |
| 77 | +<test/*.ml{,i,y}>: package(quickcheck) |
| 78 | +<test/*.ml{,i,y}>: package(sexplib) |
| 79 | +<test/*.ml{,i,y}>: package(sexplib.syntax) |
| 80 | +<test/*.ml{,i,y}>: package(str) |
| 81 | +<test/*.ml{,i,y}>: package(threads) |
| 82 | +<test/*.ml{,i,y}>: use_openflow |
| 83 | +<test/*.ml{,i,y}>: use_quickcheck |
83 | 84 | # Executable ping_test
|
84 | 85 | "ping-test/PingTest.byte": package(async)
|
85 | 86 | "ping-test/PingTest.byte": package(core)
|
|
96 | 97 | "ping-test/PingTest.byte": package(threads)
|
97 | 98 | "ping-test/PingTest.byte": use_async
|
98 | 99 | "ping-test/PingTest.byte": use_openflow
|
99 |
| -<ping-test/*.ml{,i}>: package(async) |
100 |
| -<ping-test/*.ml{,i}>: package(core) |
101 |
| -<ping-test/*.ml{,i}>: package(cstruct) |
102 |
| -<ping-test/*.ml{,i}>: package(cstruct.async) |
103 |
| -<ping-test/*.ml{,i}>: package(cstruct.syntax) |
104 |
| -<ping-test/*.ml{,i}>: package(oUnit) |
105 |
| -<ping-test/*.ml{,i}>: package(pa_ounit) |
106 |
| -<ping-test/*.ml{,i}>: package(pa_ounit.syntax) |
107 |
| -<ping-test/*.ml{,i}>: package(packet) |
108 |
| -<ping-test/*.ml{,i}>: package(sexplib) |
109 |
| -<ping-test/*.ml{,i}>: package(sexplib.syntax) |
110 |
| -<ping-test/*.ml{,i}>: package(str) |
111 |
| -<ping-test/*.ml{,i}>: package(threads) |
112 |
| -<ping-test/*.ml{,i}>: use_async |
113 |
| -<ping-test/*.ml{,i}>: use_openflow |
| 100 | +<ping-test/*.ml{,i,y}>: package(async) |
| 101 | +<ping-test/*.ml{,i,y}>: package(core) |
| 102 | +<ping-test/*.ml{,i,y}>: package(cstruct) |
| 103 | +<ping-test/*.ml{,i,y}>: package(cstruct.async) |
| 104 | +<ping-test/*.ml{,i,y}>: package(cstruct.syntax) |
| 105 | +<ping-test/*.ml{,i,y}>: package(oUnit) |
| 106 | +<ping-test/*.ml{,i,y}>: package(pa_ounit) |
| 107 | +<ping-test/*.ml{,i,y}>: package(pa_ounit.syntax) |
| 108 | +<ping-test/*.ml{,i,y}>: package(packet) |
| 109 | +<ping-test/*.ml{,i,y}>: package(sexplib) |
| 110 | +<ping-test/*.ml{,i,y}>: package(sexplib.syntax) |
| 111 | +<ping-test/*.ml{,i,y}>: package(str) |
| 112 | +<ping-test/*.ml{,i,y}>: package(threads) |
| 113 | +<ping-test/*.ml{,i,y}>: use_async |
| 114 | +<ping-test/*.ml{,i,y}>: use_openflow |
114 | 115 | # Executable learning_switch
|
115 | 116 | "examples/Learning_Switch.byte": package(async)
|
116 | 117 | "examples/Learning_Switch.byte": package(core)
|
|
137 | 138 | "examples/Learning_Switch0x04.byte": package(threads)
|
138 | 139 | "examples/Learning_Switch0x04.byte": use_async
|
139 | 140 | "examples/Learning_Switch0x04.byte": use_openflow
|
140 |
| -<examples/*.ml{,i}>: package(async) |
141 |
| -<examples/*.ml{,i}>: package(core) |
142 |
| -<examples/*.ml{,i}>: package(cstruct) |
143 |
| -<examples/*.ml{,i}>: package(cstruct.async) |
144 |
| -<examples/*.ml{,i}>: package(cstruct.syntax) |
145 |
| -<examples/*.ml{,i}>: package(packet) |
146 |
| -<examples/*.ml{,i}>: package(sexplib) |
147 |
| -<examples/*.ml{,i}>: package(sexplib.syntax) |
148 |
| -<examples/*.ml{,i}>: package(str) |
149 |
| -<examples/*.ml{,i}>: package(threads) |
150 |
| -<examples/*.ml{,i}>: use_async |
151 |
| -<examples/*.ml{,i}>: use_openflow |
| 141 | +<examples/*.ml{,i,y}>: package(async) |
| 142 | +<examples/*.ml{,i,y}>: package(core) |
| 143 | +<examples/*.ml{,i,y}>: package(cstruct) |
| 144 | +<examples/*.ml{,i,y}>: package(cstruct.async) |
| 145 | +<examples/*.ml{,i,y}>: package(cstruct.syntax) |
| 146 | +<examples/*.ml{,i,y}>: package(packet) |
| 147 | +<examples/*.ml{,i,y}>: package(sexplib) |
| 148 | +<examples/*.ml{,i,y}>: package(sexplib.syntax) |
| 149 | +<examples/*.ml{,i,y}>: package(str) |
| 150 | +<examples/*.ml{,i,y}>: package(threads) |
| 151 | +<examples/*.ml{,i,y}>: use_async |
| 152 | +<examples/*.ml{,i,y}>: use_openflow |
152 | 153 | # OASIS_STOP
|
153 | 154 | <lib/*.ml{,i}>: syntax_camlp4o
|
154 | 155 | <async/*.ml{,i}>: syntax_camlp4o
|
|
0 commit comments