forked from xapi-project/xenvm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_tags
215 lines (215 loc) · 9.15 KB
/
_tags
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
# OASIS_START
# DO NOT EDIT (digest: 3881ba5bc364f876f6da3b99d6fed505)
# Ignore VCS directories, you can use the same kind of rule outside
# OASIS_START/STOP if you want to exclude directories that contains
# useless stuff for the build process
true: annot, bin_annot
<**/.svn>: -traverse
<**/.svn>: not_hygienic
".bzr": -traverse
".bzr": not_hygienic
".hg": -traverse
".hg": not_hygienic
".git": -traverse
".git": not_hygienic
"_darcs": -traverse
"_darcs": not_hygienic
# Library xenvmidl
"idl/xenvmidl.cmxs": use_xenvmidl
<idl/xenvmidl.{cma,cmxa}>: oasis_library_xenvmidl_byte
<idl/*.ml{,i,y}>: oasis_library_xenvmidl_byte
<idl/xenvmidl.{cma,cmxa}>: oasis_library_xenvmidl_native
<idl/*.ml{,i,y}>: oasis_library_xenvmidl_native
<idl/*.ml{,i,y}>: pkg_cohttp.lwt
<idl/*.ml{,i,y}>: pkg_core
<idl/*.ml{,i,y}>: pkg_devmapper
<idl/*.ml{,i,y}>: pkg_lvm
<idl/*.ml{,i,y}>: pkg_mirage-block-unix
<idl/*.ml{,i,y}>: pkg_mirage-clock-unix
<idl/*.ml{,i,y}>: pkg_rpclib
<idl/*.ml{,i,y}>: pkg_rpclib.syntax
<idl/*.ml{,i,y}>: pkg_sexplib
<idl/*.ml{,i,y}>: pkg_sexplib.syntax
<idl/*.ml{,i,y}>: pkg_threads
# Executable xenvmd
<xenvmd/xenvmd.{native,byte}>: oasis_executable_xenvmd_byte
<xenvmd/*.ml{,i,y}>: oasis_executable_xenvmd_byte
<xenvmd/xenvmd.{native,byte}>: oasis_executable_xenvmd_native
<xenvmd/*.ml{,i,y}>: oasis_executable_xenvmd_native
<xenvmd/xenvmd.{native,byte}>: pkg_cmdliner
<xenvmd/xenvmd.{native,byte}>: pkg_cohttp.lwt
<xenvmd/xenvmd.{native,byte}>: pkg_core
<xenvmd/xenvmd.{native,byte}>: pkg_cstruct
<xenvmd/xenvmd.{native,byte}>: pkg_devmapper
<xenvmd/xenvmd.{native,byte}>: pkg_io-page
<xenvmd/xenvmd.{native,byte}>: pkg_io-page.unix
<xenvmd/xenvmd.{native,byte}>: pkg_lvm
<xenvmd/xenvmd.{native,byte}>: pkg_lvm.mapper
<xenvmd/xenvmd.{native,byte}>: pkg_lwt
<xenvmd/xenvmd.{native,byte}>: pkg_lwt.unix
<xenvmd/xenvmd.{native,byte}>: pkg_mirage-block-unix
<xenvmd/xenvmd.{native,byte}>: pkg_mirage-clock-unix
<xenvmd/xenvmd.{native,byte}>: pkg_oUnit
<xenvmd/xenvmd.{native,byte}>: pkg_rpclib
<xenvmd/xenvmd.{native,byte}>: pkg_rpclib.syntax
<xenvmd/xenvmd.{native,byte}>: pkg_rrdd-plugin
<xenvmd/xenvmd.{native,byte}>: pkg_sexplib
<xenvmd/xenvmd.{native,byte}>: pkg_sexplib.syntax
<xenvmd/xenvmd.{native,byte}>: pkg_shared-block-ring
<xenvmd/xenvmd.{native,byte}>: pkg_stringext
<xenvmd/xenvmd.{native,byte}>: pkg_threads
<xenvmd/xenvmd.{native,byte}>: use_xenvmidl
<xenvmd/*.ml{,i,y}>: pkg_cmdliner
<xenvmd/*.ml{,i,y}>: pkg_cohttp.lwt
<xenvmd/*.ml{,i,y}>: pkg_core
<xenvmd/*.ml{,i,y}>: pkg_cstruct
<xenvmd/*.ml{,i,y}>: pkg_devmapper
<xenvmd/*.ml{,i,y}>: pkg_io-page
<xenvmd/*.ml{,i,y}>: pkg_io-page.unix
<xenvmd/*.ml{,i,y}>: pkg_lvm
<xenvmd/*.ml{,i,y}>: pkg_lvm.mapper
<xenvmd/*.ml{,i,y}>: pkg_lwt
<xenvmd/*.ml{,i,y}>: pkg_lwt.unix
<xenvmd/*.ml{,i,y}>: pkg_mirage-block-unix
<xenvmd/*.ml{,i,y}>: pkg_mirage-clock-unix
<xenvmd/*.ml{,i,y}>: pkg_oUnit
<xenvmd/*.ml{,i,y}>: pkg_rpclib
<xenvmd/*.ml{,i,y}>: pkg_rpclib.syntax
<xenvmd/*.ml{,i,y}>: pkg_rrdd-plugin
<xenvmd/*.ml{,i,y}>: pkg_sexplib
<xenvmd/*.ml{,i,y}>: pkg_sexplib.syntax
<xenvmd/*.ml{,i,y}>: pkg_shared-block-ring
<xenvmd/*.ml{,i,y}>: pkg_stringext
<xenvmd/*.ml{,i,y}>: pkg_threads
<xenvmd/*.ml{,i,y}>: use_xenvmidl
<xenvmd/xenvmd.{native,byte}>: custom
# Executable xenvm
<xenvm/xenvm.{native,byte}>: oasis_executable_xenvm_byte
<xenvm/*.ml{,i,y}>: oasis_executable_xenvm_byte
<xenvm/xenvm.{native,byte}>: oasis_executable_xenvm_native
<xenvm/*.ml{,i,y}>: oasis_executable_xenvm_native
<xenvm/xenvm.{native,byte}>: pkg_cmdliner
<xenvm/xenvm.{native,byte}>: pkg_cohttp.lwt
<xenvm/xenvm.{native,byte}>: pkg_core
<xenvm/xenvm.{native,byte}>: pkg_devmapper
<xenvm/xenvm.{native,byte}>: pkg_io-page.unix
<xenvm/xenvm.{native,byte}>: pkg_lvm
<xenvm/xenvm.{native,byte}>: pkg_lvm.mapper
<xenvm/xenvm.{native,byte}>: pkg_lwt
<xenvm/xenvm.{native,byte}>: pkg_lwt.unix
<xenvm/xenvm.{native,byte}>: pkg_mirage-block-unix
<xenvm/xenvm.{native,byte}>: pkg_mirage-clock-unix
<xenvm/xenvm.{native,byte}>: pkg_rpclib
<xenvm/xenvm.{native,byte}>: pkg_rpclib.syntax
<xenvm/xenvm.{native,byte}>: pkg_sexplib
<xenvm/xenvm.{native,byte}>: pkg_sexplib.syntax
<xenvm/xenvm.{native,byte}>: pkg_stringext
<xenvm/xenvm.{native,byte}>: pkg_threads
<xenvm/xenvm.{native,byte}>: use_xenvmidl
<xenvm/*.ml{,i,y}>: pkg_cmdliner
<xenvm/*.ml{,i,y}>: pkg_cohttp.lwt
<xenvm/*.ml{,i,y}>: pkg_core
<xenvm/*.ml{,i,y}>: pkg_devmapper
<xenvm/*.ml{,i,y}>: pkg_io-page.unix
<xenvm/*.ml{,i,y}>: pkg_lvm
<xenvm/*.ml{,i,y}>: pkg_lvm.mapper
<xenvm/*.ml{,i,y}>: pkg_lwt
<xenvm/*.ml{,i,y}>: pkg_lwt.unix
<xenvm/*.ml{,i,y}>: pkg_mirage-block-unix
<xenvm/*.ml{,i,y}>: pkg_mirage-clock-unix
<xenvm/*.ml{,i,y}>: pkg_rpclib
<xenvm/*.ml{,i,y}>: pkg_rpclib.syntax
<xenvm/*.ml{,i,y}>: pkg_sexplib
<xenvm/*.ml{,i,y}>: pkg_sexplib.syntax
<xenvm/*.ml{,i,y}>: pkg_stringext
<xenvm/*.ml{,i,y}>: pkg_threads
<xenvm/*.ml{,i,y}>: use_xenvmidl
<xenvm/xenvm.{native,byte}>: custom
# Executable xenvm-local-allocator
<xenvm-local-allocator/local_allocator.{native,byte}>: oasis_executable_xenvm_local_allocator_byte
<xenvm-local-allocator/*.ml{,i,y}>: oasis_executable_xenvm_local_allocator_byte
<xenvm-local-allocator/local_allocator.{native,byte}>: oasis_executable_xenvm_local_allocator_native
<xenvm-local-allocator/*.ml{,i,y}>: oasis_executable_xenvm_local_allocator_native
<xenvm-local-allocator/local_allocator.{native,byte}>: pkg_cmdliner
<xenvm-local-allocator/local_allocator.{native,byte}>: pkg_cohttp.lwt
<xenvm-local-allocator/local_allocator.{native,byte}>: pkg_core
<xenvm-local-allocator/local_allocator.{native,byte}>: pkg_cstruct
<xenvm-local-allocator/local_allocator.{native,byte}>: pkg_devmapper
<xenvm-local-allocator/local_allocator.{native,byte}>: pkg_io-page
<xenvm-local-allocator/local_allocator.{native,byte}>: pkg_io-page.unix
<xenvm-local-allocator/local_allocator.{native,byte}>: pkg_lvm
<xenvm-local-allocator/local_allocator.{native,byte}>: pkg_lvm.mapper
<xenvm-local-allocator/local_allocator.{native,byte}>: pkg_lwt
<xenvm-local-allocator/local_allocator.{native,byte}>: pkg_lwt.unix
<xenvm-local-allocator/local_allocator.{native,byte}>: pkg_mirage-block-unix
<xenvm-local-allocator/local_allocator.{native,byte}>: pkg_mirage-clock-unix
<xenvm-local-allocator/local_allocator.{native,byte}>: pkg_oUnit
<xenvm-local-allocator/local_allocator.{native,byte}>: pkg_rpclib
<xenvm-local-allocator/local_allocator.{native,byte}>: pkg_rpclib.syntax
<xenvm-local-allocator/local_allocator.{native,byte}>: pkg_sexplib
<xenvm-local-allocator/local_allocator.{native,byte}>: pkg_sexplib.syntax
<xenvm-local-allocator/local_allocator.{native,byte}>: pkg_shared-block-ring
<xenvm-local-allocator/local_allocator.{native,byte}>: pkg_threads
<xenvm-local-allocator/local_allocator.{native,byte}>: use_xenvmidl
<xenvm-local-allocator/*.ml{,i,y}>: pkg_cmdliner
<xenvm-local-allocator/*.ml{,i,y}>: pkg_cohttp.lwt
<xenvm-local-allocator/*.ml{,i,y}>: pkg_core
<xenvm-local-allocator/*.ml{,i,y}>: pkg_cstruct
<xenvm-local-allocator/*.ml{,i,y}>: pkg_devmapper
<xenvm-local-allocator/*.ml{,i,y}>: pkg_io-page
<xenvm-local-allocator/*.ml{,i,y}>: pkg_io-page.unix
<xenvm-local-allocator/*.ml{,i,y}>: pkg_lvm
<xenvm-local-allocator/*.ml{,i,y}>: pkg_lvm.mapper
<xenvm-local-allocator/*.ml{,i,y}>: pkg_lwt
<xenvm-local-allocator/*.ml{,i,y}>: pkg_lwt.unix
<xenvm-local-allocator/*.ml{,i,y}>: pkg_mirage-block-unix
<xenvm-local-allocator/*.ml{,i,y}>: pkg_mirage-clock-unix
<xenvm-local-allocator/*.ml{,i,y}>: pkg_oUnit
<xenvm-local-allocator/*.ml{,i,y}>: pkg_rpclib
<xenvm-local-allocator/*.ml{,i,y}>: pkg_rpclib.syntax
<xenvm-local-allocator/*.ml{,i,y}>: pkg_sexplib
<xenvm-local-allocator/*.ml{,i,y}>: pkg_sexplib.syntax
<xenvm-local-allocator/*.ml{,i,y}>: pkg_shared-block-ring
<xenvm-local-allocator/*.ml{,i,y}>: pkg_threads
<xenvm-local-allocator/*.ml{,i,y}>: use_xenvmidl
<xenvm-local-allocator/local_allocator.{native,byte}>: custom
# Executable test
<test/test.{native,byte}>: oasis_executable_test_byte
<test/*.ml{,i,y}>: oasis_executable_test_byte
<test/test.{native,byte}>: oasis_executable_test_native
<test/*.ml{,i,y}>: oasis_executable_test_native
<test/test.{native,byte}>: pkg_cohttp.lwt
<test/test.{native,byte}>: pkg_core
<test/test.{native,byte}>: pkg_devmapper
<test/test.{native,byte}>: pkg_io-page.unix
<test/test.{native,byte}>: pkg_lvm
<test/test.{native,byte}>: pkg_lvm.mapper
<test/test.{native,byte}>: pkg_lwt.preemptive
<test/test.{native,byte}>: pkg_mirage-block-unix
<test/test.{native,byte}>: pkg_mirage-clock-unix
<test/test.{native,byte}>: pkg_oUnit
<test/test.{native,byte}>: pkg_rpclib
<test/test.{native,byte}>: pkg_rpclib.syntax
<test/test.{native,byte}>: pkg_sexplib
<test/test.{native,byte}>: pkg_sexplib.syntax
<test/test.{native,byte}>: pkg_threads
<test/test.{native,byte}>: use_xenvmidl
<test/*.ml{,i,y}>: pkg_cohttp.lwt
<test/*.ml{,i,y}>: pkg_core
<test/*.ml{,i,y}>: pkg_devmapper
<test/*.ml{,i,y}>: pkg_io-page.unix
<test/*.ml{,i,y}>: pkg_lvm
<test/*.ml{,i,y}>: pkg_lvm.mapper
<test/*.ml{,i,y}>: pkg_lwt.preemptive
<test/*.ml{,i,y}>: pkg_mirage-block-unix
<test/*.ml{,i,y}>: pkg_mirage-clock-unix
<test/*.ml{,i,y}>: pkg_oUnit
<test/*.ml{,i,y}>: pkg_rpclib
<test/*.ml{,i,y}>: pkg_rpclib.syntax
<test/*.ml{,i,y}>: pkg_sexplib
<test/*.ml{,i,y}>: pkg_sexplib.syntax
<test/*.ml{,i,y}>: pkg_threads
<test/*.ml{,i,y}>: use_xenvmidl
<test/test.{native,byte}>: custom
# OASIS_STOP
<idl/xenvm_interface.ml>: pkg_rpclib.idl