forked from crotsos/ocaml-openflow
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_tags
74 lines (74 loc) · 2.87 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
# OASIS_START
# DO NOT EDIT (digest: e6423545a758a97078de25025cc8648e)
# 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
<**/.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 openflow
"lib/openflow.cmxs": use_openflow
"lib/ofpacket.cmx": for-pack(Openflow)
"lib/ofcontroller.cmx": for-pack(Openflow)
"lib/ofswitch.cmx": for-pack(Openflow)
<lib/*.ml{,i}>: pkg_cstruct
<lib/*.ml{,i}>: pkg_cstruct.syntax
<lib/*.ml{,i}>: pkg_mirage
<lib/*.ml{,i}>: pkg_mirage-net
# Executable learning_switch_lwt
<controller/learning_switch.{native,byte,nobj.o}>: use_openflow
<controller/learning_switch.{native,byte,nobj.o}>: pkg_cstruct
<controller/learning_switch.{native,byte,nobj.o}>: pkg_cstruct.syntax
<controller/learning_switch.{native,byte,nobj.o}>: pkg_mirage
<controller/learning_switch.{native,byte,nobj.o}>: pkg_mirage-net
<controller/learning_switch.{native,byte,nobj.o}>: custom
# Executable basic_switch_lwt
<switch/basic_switch.{native,byte,nobj.o}>: use_openflow
<switch/basic_switch.{native,byte,nobj.o}>: pkg_cstruct
<switch/basic_switch.{native,byte,nobj.o}>: pkg_cstruct.syntax
<switch/basic_switch.{native,byte,nobj.o}>: pkg_mirage
<switch/basic_switch.{native,byte,nobj.o}>: pkg_mirage-net
<switch/basic_switch.{native,byte,nobj.o}>: custom
# Executable learning_switch_mirage_unix
# Executable basic_switch_mirage_unix
# Executable learning_switch_mirage
<controller/learning_switch.{native,nobj.o}>: use_openflow
<controller/learning_switch.{native,nobj.o}>: pkg_cstruct
<controller/learning_switch.{native,nobj.o}>: pkg_cstruct.syntax
<controller/learning_switch.{native,nobj.o}>: pkg_mirage
<controller/learning_switch.{native,nobj.o}>: pkg_mirage-net
<controller/*.ml{,i}>: use_openflow
<controller/*.ml{,i}>: pkg_cstruct
<controller/*.ml{,i}>: pkg_cstruct.syntax
<controller/*.ml{,i}>: pkg_mirage
<controller/*.ml{,i}>: pkg_mirage-net
<controller/learning_switch.{native,nobj.o}>: custom
# Executable basic_switch_mirage
<switch/basic_switch.{native,nobj.o}>: use_openflow
<switch/basic_switch.{native,nobj.o}>: pkg_cstruct
<switch/basic_switch.{native,nobj.o}>: pkg_cstruct.syntax
<switch/basic_switch.{native,nobj.o}>: pkg_mirage
<switch/basic_switch.{native,nobj.o}>: pkg_mirage-net
<switch/*.ml{,i}>: use_openflow
<switch/*.ml{,i}>: pkg_cstruct
<switch/*.ml{,i}>: pkg_cstruct.syntax
<switch/*.ml{,i}>: pkg_mirage
<switch/*.ml{,i}>: pkg_mirage-net
<switch/basic_switch.{native,nobj.o}>: custom
# OASIS_STOP
true: annot
<lib/*>: syntax_camlp4o
<lib/*>: pkg_lwt.syntax
<lib/net/*>: syntax_camlp4o
<lib/net/*>: pkg_lwt.syntax
<controller/*>: syntax_camlp4o
<controller/*>: pkg_lwt.syntax
<switch/*>: syntax_camlp4o
<switch/*>: pkg_lwt.syntax