forked from xapi-project/xenopsd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_tags
564 lines (564 loc) · 23.7 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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
# OASIS_START
# DO NOT EDIT (digest: 109e0ec543651aed62733bb129a75555)
# 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 profiling
"profiling/profiling.cmxs": use_profiling
# Library xenopsd
"lib/xenopsd.cmxs": use_xenopsd
<lib/xenopsd.{cma,cmxa}>: oasis_library_xenopsd_byte
<lib/*.ml{,i,y}>: oasis_library_xenopsd_byte
"lib/sockopt_stubs.c": oasis_library_xenopsd_byte
<lib/xenopsd.{cma,cmxa}>: oasis_library_xenopsd_native
<lib/*.ml{,i,y}>: oasis_library_xenopsd_native
"lib/sockopt_stubs.c": oasis_library_xenopsd_native
<lib/xenopsd.{cma,cmxa}>: use_libxenopsd_stubs
"lib/sockopt_stubs.c": pkg_cohttp
"lib/sockopt_stubs.c": pkg_fd-send-recv
"lib/sockopt_stubs.c": pkg_forkexec
"lib/sockopt_stubs.c": pkg_oclock
"lib/sockopt_stubs.c": pkg_rpclib
"lib/sockopt_stubs.c": pkg_rpclib.syntax
"lib/sockopt_stubs.c": pkg_sexplib
"lib/sockopt_stubs.c": pkg_sexplib.syntax
"lib/sockopt_stubs.c": pkg_threads
"lib/sockopt_stubs.c": pkg_threads.posix
"lib/sockopt_stubs.c": pkg_uri
"lib/sockopt_stubs.c": pkg_uuidm
"lib/sockopt_stubs.c": pkg_uutf
"lib/sockopt_stubs.c": pkg_xcp
"lib/sockopt_stubs.c": pkg_xcp.storage
"lib/sockopt_stubs.c": pkg_xcp.xen
"lib/sockopt_stubs.c": pkg_xenstore
"lib/sockopt_stubs.c": pkg_xenstore.unix
"lib/sockopt_stubs.c": pkg_xenstore_transport
"lib/sockopt_stubs.c": pkg_xenstore_transport.unix
"lib/sockopt_stubs.c": pkg_xmlm
# Executable set_domain_uuid
<tools/set_domain_uuid.{native,byte}>: oasis_executable_set_domain_uuid_byte
<tools/*.ml{,i,y}>: oasis_executable_set_domain_uuid_byte
<tools/set_domain_uuid.{native,byte}>: oasis_executable_set_domain_uuid_native
<tools/*.ml{,i,y}>: oasis_executable_set_domain_uuid_native
<tools/set_domain_uuid.{native,byte}>: pkg_cmdliner
<tools/set_domain_uuid.{native,byte}>: pkg_uuidm
<tools/set_domain_uuid.{native,byte}>: pkg_xenctrl
<tools/set_domain_uuid.{native,byte}>: use_profiling
<tools/*.ml{,i,y}>: pkg_cmdliner
<tools/*.ml{,i,y}>: pkg_uuidm
<tools/*.ml{,i,y}>: pkg_xenctrl
<tools/*.ml{,i,y}>: use_profiling
# Executable suspend_image_viewer
<lib/suspend_image_viewer.{native,byte}>: oasis_executable_suspend_image_viewer_byte
<lib/*.ml{,i,y}>: oasis_executable_suspend_image_viewer_byte
<lib/suspend_image_viewer.{native,byte}>: oasis_executable_suspend_image_viewer_native
<lib/*.ml{,i,y}>: oasis_executable_suspend_image_viewer_native
<lib/suspend_image_viewer.{native,byte}>: pkg_cmdliner
<lib/suspend_image_viewer.{native,byte}>: pkg_cohttp
<lib/suspend_image_viewer.{native,byte}>: pkg_fd-send-recv
<lib/suspend_image_viewer.{native,byte}>: pkg_forkexec
<lib/suspend_image_viewer.{native,byte}>: pkg_oclock
<lib/suspend_image_viewer.{native,byte}>: pkg_rpclib
<lib/suspend_image_viewer.{native,byte}>: pkg_rpclib.syntax
<lib/suspend_image_viewer.{native,byte}>: pkg_sexplib
<lib/suspend_image_viewer.{native,byte}>: pkg_sexplib.syntax
<lib/suspend_image_viewer.{native,byte}>: pkg_threads
<lib/suspend_image_viewer.{native,byte}>: pkg_threads.posix
<lib/suspend_image_viewer.{native,byte}>: pkg_uri
<lib/suspend_image_viewer.{native,byte}>: pkg_uuidm
<lib/suspend_image_viewer.{native,byte}>: pkg_uutf
<lib/suspend_image_viewer.{native,byte}>: pkg_xcp
<lib/suspend_image_viewer.{native,byte}>: pkg_xcp.storage
<lib/suspend_image_viewer.{native,byte}>: pkg_xcp.xen
<lib/suspend_image_viewer.{native,byte}>: pkg_xenstore
<lib/suspend_image_viewer.{native,byte}>: pkg_xenstore.unix
<lib/suspend_image_viewer.{native,byte}>: pkg_xenstore_transport
<lib/suspend_image_viewer.{native,byte}>: pkg_xenstore_transport.unix
<lib/suspend_image_viewer.{native,byte}>: pkg_xmlm
<lib/suspend_image_viewer.{native,byte}>: use_profiling
<lib/suspend_image_viewer.{native,byte}>: use_xenopsd
<lib/*.ml{,i,y}>: pkg_cmdliner
<lib/*.ml{,i,y}>: pkg_cohttp
<lib/*.ml{,i,y}>: pkg_fd-send-recv
<lib/*.ml{,i,y}>: pkg_forkexec
<lib/*.ml{,i,y}>: pkg_oclock
<lib/*.ml{,i,y}>: pkg_rpclib
<lib/*.ml{,i,y}>: pkg_rpclib.syntax
<lib/*.ml{,i,y}>: pkg_sexplib
<lib/*.ml{,i,y}>: pkg_sexplib.syntax
<lib/*.ml{,i,y}>: pkg_threads
<lib/*.ml{,i,y}>: pkg_threads.posix
<lib/*.ml{,i,y}>: pkg_uri
<lib/*.ml{,i,y}>: pkg_uuidm
<lib/*.ml{,i,y}>: pkg_uutf
<lib/*.ml{,i,y}>: pkg_xcp
<lib/*.ml{,i,y}>: pkg_xcp.storage
<lib/*.ml{,i,y}>: pkg_xcp.xen
<lib/*.ml{,i,y}>: pkg_xenstore
<lib/*.ml{,i,y}>: pkg_xenstore.unix
<lib/*.ml{,i,y}>: pkg_xenstore_transport
<lib/*.ml{,i,y}>: pkg_xenstore_transport.unix
<lib/*.ml{,i,y}>: pkg_xmlm
<lib/*.ml{,i,y}>: use_profiling
<lib/*.ml{,i,y}>: use_xenopsd
# Executable xenopsd_xc_main
<xc/xenops_xc_main.{native,byte}>: oasis_executable_xenopsd_xc_main_byte
<xc/*.ml{,i,y}>: oasis_executable_xenopsd_xc_main_byte
"xc/fsync_stubs.c": oasis_executable_xenopsd_xc_main_byte
"xc/xenctrlext_stubs.c": oasis_executable_xenopsd_xc_main_byte
<xc/xenops_xc_main.{native,byte}>: oasis_executable_xenopsd_xc_main_native
<xc/*.ml{,i,y}>: oasis_executable_xenopsd_xc_main_native
"xc/fsync_stubs.c": oasis_executable_xenopsd_xc_main_native
"xc/xenctrlext_stubs.c": oasis_executable_xenopsd_xc_main_native
<xc/xenops_xc_main.{native,byte}>: use_libxenopsd_xc_main_stubs
<xc/xenops_xc_main.{native,byte}>: pkg_cohttp
<xc/xenops_xc_main.{native,byte}>: pkg_fd-send-recv
<xc/xenops_xc_main.{native,byte}>: pkg_forkexec
<xc/xenops_xc_main.{native,byte}>: pkg_oclock
<xc/xenops_xc_main.{native,byte}>: pkg_rpclib
<xc/xenops_xc_main.{native,byte}>: pkg_rpclib.syntax
<xc/xenops_xc_main.{native,byte}>: pkg_rrd
<xc/xenops_xc_main.{native,byte}>: pkg_sexplib
<xc/xenops_xc_main.{native,byte}>: pkg_sexplib.syntax
<xc/xenops_xc_main.{native,byte}>: pkg_threads
<xc/xenops_xc_main.{native,byte}>: pkg_threads.posix
<xc/xenops_xc_main.{native,byte}>: pkg_uri
<xc/xenops_xc_main.{native,byte}>: pkg_uuidm
<xc/xenops_xc_main.{native,byte}>: pkg_uutf
<xc/xenops_xc_main.{native,byte}>: pkg_xcp
<xc/xenops_xc_main.{native,byte}>: pkg_xcp-inventory
<xc/xenops_xc_main.{native,byte}>: pkg_xcp.memory
<xc/xenops_xc_main.{native,byte}>: pkg_xcp.rrd
<xc/xenops_xc_main.{native,byte}>: pkg_xcp.storage
<xc/xenops_xc_main.{native,byte}>: pkg_xcp.xen
<xc/xenops_xc_main.{native,byte}>: pkg_xenctrl
<xc/xenops_xc_main.{native,byte}>: pkg_xenstore
<xc/xenops_xc_main.{native,byte}>: pkg_xenstore.unix
<xc/xenops_xc_main.{native,byte}>: pkg_xenstore_transport
<xc/xenops_xc_main.{native,byte}>: pkg_xenstore_transport.unix
<xc/xenops_xc_main.{native,byte}>: pkg_xmlm
<xc/xenops_xc_main.{native,byte}>: use_profiling
<xc/xenops_xc_main.{native,byte}>: use_xenopsd
<xc/*.ml{,i,y}>: pkg_rrd
<xc/*.ml{,i,y}>: pkg_xcp-inventory
<xc/*.ml{,i,y}>: pkg_xcp.memory
<xc/*.ml{,i,y}>: pkg_xcp.rrd
<xc/*.ml{,i,y}>: pkg_xenctrl
"xc/fsync_stubs.c": pkg_cohttp
"xc/fsync_stubs.c": pkg_fd-send-recv
"xc/fsync_stubs.c": pkg_forkexec
"xc/fsync_stubs.c": pkg_oclock
"xc/fsync_stubs.c": pkg_rpclib
"xc/fsync_stubs.c": pkg_rpclib.syntax
"xc/fsync_stubs.c": pkg_rrd
"xc/fsync_stubs.c": pkg_sexplib
"xc/fsync_stubs.c": pkg_sexplib.syntax
"xc/fsync_stubs.c": pkg_threads
"xc/fsync_stubs.c": pkg_threads.posix
"xc/fsync_stubs.c": pkg_uri
"xc/fsync_stubs.c": pkg_uuidm
"xc/fsync_stubs.c": pkg_uutf
"xc/fsync_stubs.c": pkg_xcp
"xc/fsync_stubs.c": pkg_xcp-inventory
"xc/fsync_stubs.c": pkg_xcp.memory
"xc/fsync_stubs.c": pkg_xcp.rrd
"xc/fsync_stubs.c": pkg_xcp.storage
"xc/fsync_stubs.c": pkg_xcp.xen
"xc/fsync_stubs.c": pkg_xenctrl
"xc/fsync_stubs.c": pkg_xenstore
"xc/fsync_stubs.c": pkg_xenstore.unix
"xc/fsync_stubs.c": pkg_xenstore_transport
"xc/fsync_stubs.c": pkg_xenstore_transport.unix
"xc/fsync_stubs.c": pkg_xmlm
"xc/fsync_stubs.c": use_profiling
"xc/fsync_stubs.c": use_xenopsd
"xc/xenctrlext_stubs.c": pkg_cohttp
"xc/xenctrlext_stubs.c": pkg_fd-send-recv
"xc/xenctrlext_stubs.c": pkg_forkexec
"xc/xenctrlext_stubs.c": pkg_oclock
"xc/xenctrlext_stubs.c": pkg_rpclib
"xc/xenctrlext_stubs.c": pkg_rpclib.syntax
"xc/xenctrlext_stubs.c": pkg_rrd
"xc/xenctrlext_stubs.c": pkg_sexplib
"xc/xenctrlext_stubs.c": pkg_sexplib.syntax
"xc/xenctrlext_stubs.c": pkg_threads
"xc/xenctrlext_stubs.c": pkg_threads.posix
"xc/xenctrlext_stubs.c": pkg_uri
"xc/xenctrlext_stubs.c": pkg_uuidm
"xc/xenctrlext_stubs.c": pkg_uutf
"xc/xenctrlext_stubs.c": pkg_xcp
"xc/xenctrlext_stubs.c": pkg_xcp-inventory
"xc/xenctrlext_stubs.c": pkg_xcp.memory
"xc/xenctrlext_stubs.c": pkg_xcp.rrd
"xc/xenctrlext_stubs.c": pkg_xcp.storage
"xc/xenctrlext_stubs.c": pkg_xcp.xen
"xc/xenctrlext_stubs.c": pkg_xenctrl
"xc/xenctrlext_stubs.c": pkg_xenstore
"xc/xenctrlext_stubs.c": pkg_xenstore.unix
"xc/xenctrlext_stubs.c": pkg_xenstore_transport
"xc/xenctrlext_stubs.c": pkg_xenstore_transport.unix
"xc/xenctrlext_stubs.c": pkg_xmlm
"xc/xenctrlext_stubs.c": use_profiling
"xc/xenctrlext_stubs.c": use_xenopsd
<xc/xenops_xc_main.{native,byte}>: custom
# Executable watch_test
<xc/watch_test.{native,byte}>: oasis_executable_watch_test_byte
<xc/*.ml{,i,y}>: oasis_executable_watch_test_byte
<xc/watch_test.{native,byte}>: oasis_executable_watch_test_native
<xc/*.ml{,i,y}>: oasis_executable_watch_test_native
<xc/watch_test.{native,byte}>: pkg_cohttp
<xc/watch_test.{native,byte}>: pkg_fd-send-recv
<xc/watch_test.{native,byte}>: pkg_forkexec
<xc/watch_test.{native,byte}>: pkg_oclock
<xc/watch_test.{native,byte}>: pkg_rpclib
<xc/watch_test.{native,byte}>: pkg_rpclib.syntax
<xc/watch_test.{native,byte}>: pkg_sexplib
<xc/watch_test.{native,byte}>: pkg_sexplib.syntax
<xc/watch_test.{native,byte}>: pkg_threads
<xc/watch_test.{native,byte}>: pkg_threads.posix
<xc/watch_test.{native,byte}>: pkg_uri
<xc/watch_test.{native,byte}>: pkg_uuidm
<xc/watch_test.{native,byte}>: pkg_uutf
<xc/watch_test.{native,byte}>: pkg_xcp
<xc/watch_test.{native,byte}>: pkg_xcp.storage
<xc/watch_test.{native,byte}>: pkg_xcp.xen
<xc/watch_test.{native,byte}>: pkg_xenstore
<xc/watch_test.{native,byte}>: pkg_xenstore.unix
<xc/watch_test.{native,byte}>: pkg_xenstore_transport
<xc/watch_test.{native,byte}>: pkg_xenstore_transport.unix
<xc/watch_test.{native,byte}>: pkg_xmlm
<xc/watch_test.{native,byte}>: use_profiling
<xc/watch_test.{native,byte}>: use_xenopsd
<xc/*.ml{,i,y}>: pkg_cohttp
<xc/*.ml{,i,y}>: pkg_fd-send-recv
<xc/*.ml{,i,y}>: pkg_forkexec
<xc/*.ml{,i,y}>: pkg_oclock
<xc/*.ml{,i,y}>: pkg_rpclib
<xc/*.ml{,i,y}>: pkg_rpclib.syntax
<xc/*.ml{,i,y}>: pkg_sexplib
<xc/*.ml{,i,y}>: pkg_sexplib.syntax
<xc/*.ml{,i,y}>: pkg_threads
<xc/*.ml{,i,y}>: pkg_threads.posix
<xc/*.ml{,i,y}>: pkg_uri
<xc/*.ml{,i,y}>: pkg_uuidm
<xc/*.ml{,i,y}>: pkg_uutf
<xc/*.ml{,i,y}>: pkg_xcp
<xc/*.ml{,i,y}>: pkg_xcp.storage
<xc/*.ml{,i,y}>: pkg_xcp.xen
<xc/*.ml{,i,y}>: pkg_xenstore
<xc/*.ml{,i,y}>: pkg_xenstore.unix
<xc/*.ml{,i,y}>: pkg_xenstore_transport
<xc/*.ml{,i,y}>: pkg_xenstore_transport.unix
<xc/*.ml{,i,y}>: pkg_xmlm
<xc/*.ml{,i,y}>: use_profiling
<xc/*.ml{,i,y}>: use_xenopsd
# Executable xenopsd_simulator
<simulator/xenops_simulator_main.{native,byte}>: oasis_executable_xenopsd_simulator_byte
<simulator/*.ml{,i,y}>: oasis_executable_xenopsd_simulator_byte
<simulator/xenops_simulator_main.{native,byte}>: oasis_executable_xenopsd_simulator_native
<simulator/*.ml{,i,y}>: oasis_executable_xenopsd_simulator_native
<simulator/xenops_simulator_main.{native,byte}>: pkg_cohttp
<simulator/xenops_simulator_main.{native,byte}>: pkg_fd-send-recv
<simulator/xenops_simulator_main.{native,byte}>: pkg_forkexec
<simulator/xenops_simulator_main.{native,byte}>: pkg_oclock
<simulator/xenops_simulator_main.{native,byte}>: pkg_rpclib
<simulator/xenops_simulator_main.{native,byte}>: pkg_rpclib.syntax
<simulator/xenops_simulator_main.{native,byte}>: pkg_sexplib
<simulator/xenops_simulator_main.{native,byte}>: pkg_sexplib.syntax
<simulator/xenops_simulator_main.{native,byte}>: pkg_threads
<simulator/xenops_simulator_main.{native,byte}>: pkg_threads.posix
<simulator/xenops_simulator_main.{native,byte}>: pkg_uri
<simulator/xenops_simulator_main.{native,byte}>: pkg_uuidm
<simulator/xenops_simulator_main.{native,byte}>: pkg_uutf
<simulator/xenops_simulator_main.{native,byte}>: pkg_xcp
<simulator/xenops_simulator_main.{native,byte}>: pkg_xcp.storage
<simulator/xenops_simulator_main.{native,byte}>: pkg_xcp.xen
<simulator/xenops_simulator_main.{native,byte}>: pkg_xenstore
<simulator/xenops_simulator_main.{native,byte}>: pkg_xenstore.unix
<simulator/xenops_simulator_main.{native,byte}>: pkg_xenstore_transport
<simulator/xenops_simulator_main.{native,byte}>: pkg_xenstore_transport.unix
<simulator/xenops_simulator_main.{native,byte}>: pkg_xmlm
<simulator/xenops_simulator_main.{native,byte}>: use_profiling
<simulator/xenops_simulator_main.{native,byte}>: use_xenopsd
<simulator/*.ml{,i,y}>: pkg_cohttp
<simulator/*.ml{,i,y}>: pkg_fd-send-recv
<simulator/*.ml{,i,y}>: pkg_forkexec
<simulator/*.ml{,i,y}>: pkg_oclock
<simulator/*.ml{,i,y}>: pkg_rpclib
<simulator/*.ml{,i,y}>: pkg_rpclib.syntax
<simulator/*.ml{,i,y}>: pkg_sexplib
<simulator/*.ml{,i,y}>: pkg_sexplib.syntax
<simulator/*.ml{,i,y}>: pkg_threads
<simulator/*.ml{,i,y}>: pkg_threads.posix
<simulator/*.ml{,i,y}>: pkg_uri
<simulator/*.ml{,i,y}>: pkg_uuidm
<simulator/*.ml{,i,y}>: pkg_uutf
<simulator/*.ml{,i,y}>: pkg_xcp
<simulator/*.ml{,i,y}>: pkg_xcp.storage
<simulator/*.ml{,i,y}>: pkg_xcp.xen
<simulator/*.ml{,i,y}>: pkg_xenstore
<simulator/*.ml{,i,y}>: pkg_xenstore.unix
<simulator/*.ml{,i,y}>: pkg_xenstore_transport
<simulator/*.ml{,i,y}>: pkg_xenstore_transport.unix
<simulator/*.ml{,i,y}>: pkg_xmlm
<simulator/*.ml{,i,y}>: use_profiling
<simulator/*.ml{,i,y}>: use_xenopsd
<simulator/xenops_simulator_main.{native,byte}>: custom
# Executable xenopsd_libvirt_main
<libvirt/xenops_libvirt_main.{native,byte}>: oasis_executable_xenopsd_libvirt_main_byte
<libvirt/*.ml{,i,y}>: oasis_executable_xenopsd_libvirt_main_byte
<libvirt/xenops_libvirt_main.{native,byte}>: oasis_executable_xenopsd_libvirt_main_native
<libvirt/*.ml{,i,y}>: oasis_executable_xenopsd_libvirt_main_native
<libvirt/xenops_libvirt_main.{native,byte}>: pkg_cohttp
<libvirt/xenops_libvirt_main.{native,byte}>: pkg_fd-send-recv
<libvirt/xenops_libvirt_main.{native,byte}>: pkg_forkexec
<libvirt/xenops_libvirt_main.{native,byte}>: pkg_libvirt
<libvirt/xenops_libvirt_main.{native,byte}>: pkg_oclock
<libvirt/xenops_libvirt_main.{native,byte}>: pkg_rpclib
<libvirt/xenops_libvirt_main.{native,byte}>: pkg_rpclib.syntax
<libvirt/xenops_libvirt_main.{native,byte}>: pkg_sexplib
<libvirt/xenops_libvirt_main.{native,byte}>: pkg_sexplib.syntax
<libvirt/xenops_libvirt_main.{native,byte}>: pkg_threads
<libvirt/xenops_libvirt_main.{native,byte}>: pkg_threads.posix
<libvirt/xenops_libvirt_main.{native,byte}>: pkg_uri
<libvirt/xenops_libvirt_main.{native,byte}>: pkg_uuidm
<libvirt/xenops_libvirt_main.{native,byte}>: pkg_uutf
<libvirt/xenops_libvirt_main.{native,byte}>: pkg_xcp
<libvirt/xenops_libvirt_main.{native,byte}>: pkg_xcp.storage
<libvirt/xenops_libvirt_main.{native,byte}>: pkg_xcp.xen
<libvirt/xenops_libvirt_main.{native,byte}>: pkg_xenstore
<libvirt/xenops_libvirt_main.{native,byte}>: pkg_xenstore.unix
<libvirt/xenops_libvirt_main.{native,byte}>: pkg_xenstore_transport
<libvirt/xenops_libvirt_main.{native,byte}>: pkg_xenstore_transport.unix
<libvirt/xenops_libvirt_main.{native,byte}>: pkg_xmlm
<libvirt/xenops_libvirt_main.{native,byte}>: use_profiling
<libvirt/xenops_libvirt_main.{native,byte}>: use_xenopsd
<libvirt/*.ml{,i,y}>: pkg_cohttp
<libvirt/*.ml{,i,y}>: pkg_fd-send-recv
<libvirt/*.ml{,i,y}>: pkg_forkexec
<libvirt/*.ml{,i,y}>: pkg_libvirt
<libvirt/*.ml{,i,y}>: pkg_oclock
<libvirt/*.ml{,i,y}>: pkg_rpclib
<libvirt/*.ml{,i,y}>: pkg_rpclib.syntax
<libvirt/*.ml{,i,y}>: pkg_sexplib
<libvirt/*.ml{,i,y}>: pkg_sexplib.syntax
<libvirt/*.ml{,i,y}>: pkg_threads
<libvirt/*.ml{,i,y}>: pkg_threads.posix
<libvirt/*.ml{,i,y}>: pkg_uri
<libvirt/*.ml{,i,y}>: pkg_uuidm
<libvirt/*.ml{,i,y}>: pkg_uutf
<libvirt/*.ml{,i,y}>: pkg_xcp
<libvirt/*.ml{,i,y}>: pkg_xcp.storage
<libvirt/*.ml{,i,y}>: pkg_xcp.xen
<libvirt/*.ml{,i,y}>: pkg_xenstore
<libvirt/*.ml{,i,y}>: pkg_xenstore.unix
<libvirt/*.ml{,i,y}>: pkg_xenstore_transport
<libvirt/*.ml{,i,y}>: pkg_xenstore_transport.unix
<libvirt/*.ml{,i,y}>: pkg_xmlm
<libvirt/*.ml{,i,y}>: use_profiling
<libvirt/*.ml{,i,y}>: use_xenopsd
<libvirt/xenops_libvirt_main.{native,byte}>: custom
# Executable xenopsd_xenlight_main
<xl/xenops_xl_main.{native,byte}>: oasis_executable_xenopsd_xenlight_main_byte
<xl/*.ml{,i,y}>: oasis_executable_xenopsd_xenlight_main_byte
"xl/fsync_stubs.c": oasis_executable_xenopsd_xenlight_main_byte
"xl/poll_stubs.c": oasis_executable_xenopsd_xenlight_main_byte
<xl/xenops_xl_main.{native,byte}>: oasis_executable_xenopsd_xenlight_main_native
<xl/*.ml{,i,y}>: oasis_executable_xenopsd_xenlight_main_native
"xl/fsync_stubs.c": oasis_executable_xenopsd_xenlight_main_native
"xl/poll_stubs.c": oasis_executable_xenopsd_xenlight_main_native
<xl/xenops_xl_main.{native,byte}>: use_libxenopsd_xenlight_main_stubs
<xl/xenops_xl_main.{native,byte}>: pkg_cohttp
<xl/xenops_xl_main.{native,byte}>: pkg_fd-send-recv
<xl/xenops_xl_main.{native,byte}>: pkg_forkexec
<xl/xenops_xl_main.{native,byte}>: pkg_oclock
<xl/xenops_xl_main.{native,byte}>: pkg_optcomp
<xl/xenops_xl_main.{native,byte}>: pkg_rpclib
<xl/xenops_xl_main.{native,byte}>: pkg_rpclib.syntax
<xl/xenops_xl_main.{native,byte}>: pkg_sexplib
<xl/xenops_xl_main.{native,byte}>: pkg_sexplib.syntax
<xl/xenops_xl_main.{native,byte}>: pkg_threads
<xl/xenops_xl_main.{native,byte}>: pkg_threads.posix
<xl/xenops_xl_main.{native,byte}>: pkg_uri
<xl/xenops_xl_main.{native,byte}>: pkg_uuidm
<xl/xenops_xl_main.{native,byte}>: pkg_uutf
<xl/xenops_xl_main.{native,byte}>: pkg_xcp
<xl/xenops_xl_main.{native,byte}>: pkg_xcp-inventory
<xl/xenops_xl_main.{native,byte}>: pkg_xcp.memory
<xl/xenops_xl_main.{native,byte}>: pkg_xcp.storage
<xl/xenops_xl_main.{native,byte}>: pkg_xcp.xen
<xl/xenops_xl_main.{native,byte}>: pkg_xenctrl
<xl/xenops_xl_main.{native,byte}>: pkg_xenlight
<xl/xenops_xl_main.{native,byte}>: pkg_xenstore
<xl/xenops_xl_main.{native,byte}>: pkg_xenstore.unix
<xl/xenops_xl_main.{native,byte}>: pkg_xenstore_transport
<xl/xenops_xl_main.{native,byte}>: pkg_xenstore_transport.unix
<xl/xenops_xl_main.{native,byte}>: pkg_xentoollog
<xl/xenops_xl_main.{native,byte}>: pkg_xmlm
<xl/xenops_xl_main.{native,byte}>: use_profiling
<xl/xenops_xl_main.{native,byte}>: use_xenopsd
<xl/*.ml{,i,y}>: pkg_cohttp
<xl/*.ml{,i,y}>: pkg_fd-send-recv
<xl/*.ml{,i,y}>: pkg_forkexec
<xl/*.ml{,i,y}>: pkg_oclock
<xl/*.ml{,i,y}>: pkg_optcomp
<xl/*.ml{,i,y}>: pkg_rpclib
<xl/*.ml{,i,y}>: pkg_rpclib.syntax
<xl/*.ml{,i,y}>: pkg_sexplib
<xl/*.ml{,i,y}>: pkg_sexplib.syntax
<xl/*.ml{,i,y}>: pkg_threads
<xl/*.ml{,i,y}>: pkg_threads.posix
<xl/*.ml{,i,y}>: pkg_uri
<xl/*.ml{,i,y}>: pkg_uuidm
<xl/*.ml{,i,y}>: pkg_uutf
<xl/*.ml{,i,y}>: pkg_xcp
<xl/*.ml{,i,y}>: pkg_xcp-inventory
<xl/*.ml{,i,y}>: pkg_xcp.memory
<xl/*.ml{,i,y}>: pkg_xcp.storage
<xl/*.ml{,i,y}>: pkg_xcp.xen
<xl/*.ml{,i,y}>: pkg_xenctrl
<xl/*.ml{,i,y}>: pkg_xenlight
<xl/*.ml{,i,y}>: pkg_xenstore
<xl/*.ml{,i,y}>: pkg_xenstore.unix
<xl/*.ml{,i,y}>: pkg_xenstore_transport
<xl/*.ml{,i,y}>: pkg_xenstore_transport.unix
<xl/*.ml{,i,y}>: pkg_xentoollog
<xl/*.ml{,i,y}>: pkg_xmlm
<xl/*.ml{,i,y}>: use_profiling
<xl/*.ml{,i,y}>: use_xenopsd
"xl/fsync_stubs.c": pkg_cohttp
"xl/fsync_stubs.c": pkg_fd-send-recv
"xl/fsync_stubs.c": pkg_forkexec
"xl/fsync_stubs.c": pkg_oclock
"xl/fsync_stubs.c": pkg_optcomp
"xl/fsync_stubs.c": pkg_rpclib
"xl/fsync_stubs.c": pkg_rpclib.syntax
"xl/fsync_stubs.c": pkg_sexplib
"xl/fsync_stubs.c": pkg_sexplib.syntax
"xl/fsync_stubs.c": pkg_threads
"xl/fsync_stubs.c": pkg_threads.posix
"xl/fsync_stubs.c": pkg_uri
"xl/fsync_stubs.c": pkg_uuidm
"xl/fsync_stubs.c": pkg_uutf
"xl/fsync_stubs.c": pkg_xcp
"xl/fsync_stubs.c": pkg_xcp-inventory
"xl/fsync_stubs.c": pkg_xcp.memory
"xl/fsync_stubs.c": pkg_xcp.storage
"xl/fsync_stubs.c": pkg_xcp.xen
"xl/fsync_stubs.c": pkg_xenctrl
"xl/fsync_stubs.c": pkg_xenlight
"xl/fsync_stubs.c": pkg_xenstore
"xl/fsync_stubs.c": pkg_xenstore.unix
"xl/fsync_stubs.c": pkg_xenstore_transport
"xl/fsync_stubs.c": pkg_xenstore_transport.unix
"xl/fsync_stubs.c": pkg_xentoollog
"xl/fsync_stubs.c": pkg_xmlm
"xl/fsync_stubs.c": use_profiling
"xl/fsync_stubs.c": use_xenopsd
"xl/poll_stubs.c": pkg_cohttp
"xl/poll_stubs.c": pkg_fd-send-recv
"xl/poll_stubs.c": pkg_forkexec
"xl/poll_stubs.c": pkg_oclock
"xl/poll_stubs.c": pkg_optcomp
"xl/poll_stubs.c": pkg_rpclib
"xl/poll_stubs.c": pkg_rpclib.syntax
"xl/poll_stubs.c": pkg_sexplib
"xl/poll_stubs.c": pkg_sexplib.syntax
"xl/poll_stubs.c": pkg_threads
"xl/poll_stubs.c": pkg_threads.posix
"xl/poll_stubs.c": pkg_uri
"xl/poll_stubs.c": pkg_uuidm
"xl/poll_stubs.c": pkg_uutf
"xl/poll_stubs.c": pkg_xcp
"xl/poll_stubs.c": pkg_xcp-inventory
"xl/poll_stubs.c": pkg_xcp.memory
"xl/poll_stubs.c": pkg_xcp.storage
"xl/poll_stubs.c": pkg_xcp.xen
"xl/poll_stubs.c": pkg_xenctrl
"xl/poll_stubs.c": pkg_xenlight
"xl/poll_stubs.c": pkg_xenstore
"xl/poll_stubs.c": pkg_xenstore.unix
"xl/poll_stubs.c": pkg_xenstore_transport
"xl/poll_stubs.c": pkg_xenstore_transport.unix
"xl/poll_stubs.c": pkg_xentoollog
"xl/poll_stubs.c": pkg_xmlm
"xl/poll_stubs.c": use_profiling
"xl/poll_stubs.c": use_xenopsd
<xl/xenops_xl_main.{native,byte}>: custom
# Executable xenopsd_test
<test/xenopsd_test.{native,byte}>: pkg_cohttp
<test/xenopsd_test.{native,byte}>: pkg_fd-send-recv
<test/xenopsd_test.{native,byte}>: pkg_forkexec
<test/xenopsd_test.{native,byte}>: pkg_oUnit
<test/xenopsd_test.{native,byte}>: pkg_oclock
<test/xenopsd_test.{native,byte}>: pkg_rpclib
<test/xenopsd_test.{native,byte}>: pkg_rpclib.syntax
<test/xenopsd_test.{native,byte}>: pkg_sexplib
<test/xenopsd_test.{native,byte}>: pkg_sexplib.syntax
<test/xenopsd_test.{native,byte}>: pkg_threads
<test/xenopsd_test.{native,byte}>: pkg_threads.posix
<test/xenopsd_test.{native,byte}>: pkg_uri
<test/xenopsd_test.{native,byte}>: pkg_uuidm
<test/xenopsd_test.{native,byte}>: pkg_uutf
<test/xenopsd_test.{native,byte}>: pkg_xcp
<test/xenopsd_test.{native,byte}>: pkg_xcp.storage
<test/xenopsd_test.{native,byte}>: pkg_xcp.xen
<test/xenopsd_test.{native,byte}>: pkg_xenstore
<test/xenopsd_test.{native,byte}>: pkg_xenstore.unix
<test/xenopsd_test.{native,byte}>: pkg_xenstore_transport
<test/xenopsd_test.{native,byte}>: pkg_xenstore_transport.unix
<test/xenopsd_test.{native,byte}>: pkg_xmlm
<test/xenopsd_test.{native,byte}>: use_xenopsd
<test/*.ml{,i,y}>: pkg_cohttp
<test/*.ml{,i,y}>: pkg_fd-send-recv
<test/*.ml{,i,y}>: pkg_forkexec
<test/*.ml{,i,y}>: pkg_oUnit
<test/*.ml{,i,y}>: pkg_oclock
<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}>: pkg_threads.posix
<test/*.ml{,i,y}>: pkg_uri
<test/*.ml{,i,y}>: pkg_uuidm
<test/*.ml{,i,y}>: pkg_uutf
<test/*.ml{,i,y}>: pkg_xcp
<test/*.ml{,i,y}>: pkg_xcp.storage
<test/*.ml{,i,y}>: pkg_xcp.xen
<test/*.ml{,i,y}>: pkg_xenstore
<test/*.ml{,i,y}>: pkg_xenstore.unix
<test/*.ml{,i,y}>: pkg_xenstore_transport
<test/*.ml{,i,y}>: pkg_xenstore_transport.unix
<test/*.ml{,i,y}>: pkg_xmlm
<test/*.ml{,i,y}>: use_xenopsd
# OASIS_STOP
<lib/updates.ml>: syntax_camlp4o, pkg_rpc.syntax
<lib/scheduler.ml>: syntax_camlp4o, pkg_rpc.syntax
<lib/suspend_image.ml>: syntax_camlp4o, pkg_sexplib.syntax
<lib/xenops_migrate.ml>: syntax_camlp4o, pkg_rpc.syntax
<lib/xenops_hooks.ml>: syntax_camlp4o, pkg_rpc.syntax
<lib/xenops_server.ml>: syntax_camlp4o, pkg_rpc.syntax
<lib/xenops_server_plugin.ml>: syntax_camlp4o, pkg_rpc.syntax
<lib/interface.ml>: syntax_camlp4o, pkg_rpc.syntax
<xc/xenops_server_xen.ml>: syntax_camlp4o, pkg_rpc.syntax
<xc/device_common.ml>: syntax_camlp4o, pkg_rpc.syntax
<xc/device.ml>: syntax_camlp4o, pkg_rpc.syntax
<xc/domain.ml>: syntax_camlp4o, pkg_rpc.syntax
<simulator/xenops_server_simulator.ml>: syntax_camlp4o, pkg_rpc.syntax
<libvirt/xenops_server_libvirt.ml>: syntax_camlp4o, pkg_rpc.syntax
<xl/xenops_server_xenlight.ml>: syntax_camlp4o, pkg_rpc.syntax
<xl/device_common.ml>: syntax_camlp4o, pkg_rpc.syntax
<xl/device.ml>: syntax_camlp4o, pkg_rpc.syntax
<xl/domain.ml>: syntax_camlp4o, pkg_rpc.syntax