forked from mirage/ocaml-openflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_tags
145 lines (145 loc) · 5.33 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
# OASIS_START
# DO NOT EDIT (digest: 5465b21b75d7c0222fa78894a734a2e9)
# 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 openflow
"lib/openflow.cmxs": use_openflow
"lib/Bits.cmx": for-pack(Openflow)
"lib/Misc.cmx": for-pack(Openflow)
"lib/ofsocket0x01.cmx": for-pack(Openflow)
"lib/ofswitch0x01.cmx": for-pack(Openflow)
"lib/ofsocket0x04.cmx": for-pack(Openflow)
"lib/ofswitch0x04.cmx": for-pack(Openflow)
"lib/OpenFlow_Header.cmx": for-pack(Openflow)
"lib/OpenFlow0x01.cmx": for-pack(Openflow)
"lib/OpenFlow0x04.cmx": for-pack(Openflow)
"lib/OpenFlow0x01_Core.cmx": for-pack(Openflow)
"lib/OpenFlow0x04_Core.cmx": for-pack(Openflow)
"lib/OpenFlow0x01_Stats.cmx": for-pack(Openflow)
<lib/*.ml{,i,y}>: pkg_cstruct
<lib/*.ml{,i,y}>: pkg_cstruct.syntax
<lib/*.ml{,i,y}>: pkg_ipaddr
<lib/*.ml{,i,y}>: pkg_lwt
<lib/*.ml{,i,y}>: pkg_lwt.syntax
<lib/*.ml{,i,y}>: pkg_mirage-clock-unix
<lib/*.ml{,i,y}>: pkg_mirage-types
<lib/*.ml{,i,y}>: pkg_mirage-unix
<lib/*.ml{,i,y}>: pkg_packet
<lib/*.ml{,i,y}>: pkg_tcpip
# Library switch
"lib/switch.cmxs": use_switch
"lib/ofswitch0x01.cmx": for-pack(Switch)
"lib/ofswitch0x04.cmx": for-pack(Switch)
"lib/ofswitch_config.cmx": for-pack(Switch)
"lib/ofswitch_standalone.cmx": for-pack(Switch)
# Library switch_model
"lib/switch_model.cmxs": use_switch_model
"lib/ofswitch_model.cmx": for-pack(Switch_model)
<lib/*.ml{,i,y}>: pkg_re.str
<lib/*.ml{,i,y}>: pkg_tuntap
# Executable ofcontroller_lwt
"controller/lwt_controller.native": pkg_cstruct
"controller/lwt_controller.native": pkg_cstruct.syntax
"controller/lwt_controller.native": pkg_ipaddr
"controller/lwt_controller.native": pkg_lwt
"controller/lwt_controller.native": pkg_lwt.syntax
"controller/lwt_controller.native": pkg_mirage-clock-unix
"controller/lwt_controller.native": pkg_mirage-types
"controller/lwt_controller.native": pkg_mirage-unix
"controller/lwt_controller.native": pkg_packet
"controller/lwt_controller.native": pkg_tcpip
"controller/lwt_controller.native": pkg_tuntap
"controller/lwt_controller.native": use_openflow
<controller/*.ml{,i,y}>: pkg_tuntap
"controller/lwt_controller.native": custom
# Executable ofswitch_lwt
"switch/lwt_switch.native": pkg_cstruct
"switch/lwt_switch.native": pkg_cstruct.syntax
"switch/lwt_switch.native": pkg_ipaddr
"switch/lwt_switch.native": pkg_lwt
"switch/lwt_switch.native": pkg_lwt.syntax
"switch/lwt_switch.native": pkg_mirage-clock-unix
"switch/lwt_switch.native": pkg_mirage-types
"switch/lwt_switch.native": pkg_mirage-unix
"switch/lwt_switch.native": pkg_packet
"switch/lwt_switch.native": pkg_re.str
"switch/lwt_switch.native": pkg_tcpip
"switch/lwt_switch.native": pkg_tuntap
"switch/lwt_switch.native": use_openflow
"switch/lwt_switch.native": use_switch
<switch/*.ml{,i,y}>: pkg_tuntap
<switch/*.ml{,i,y}>: use_switch
"switch/lwt_switch.native": custom
# Executable ofswitch
"switch/xen_switch.native": pkg_cstruct
"switch/xen_switch.native": pkg_cstruct.syntax
"switch/xen_switch.native": pkg_ipaddr
"switch/xen_switch.native": pkg_lwt
"switch/xen_switch.native": pkg_lwt.syntax
"switch/xen_switch.native": pkg_mirage-clock-unix
"switch/xen_switch.native": pkg_mirage-types
"switch/xen_switch.native": pkg_mirage-unix
"switch/xen_switch.native": pkg_packet
"switch/xen_switch.native": pkg_re.str
"switch/xen_switch.native": pkg_tcpip
"switch/xen_switch.native": use_openflow
<switch/*.ml{,i,y}>: pkg_cstruct
<switch/*.ml{,i,y}>: pkg_cstruct.syntax
<switch/*.ml{,i,y}>: pkg_ipaddr
<switch/*.ml{,i,y}>: pkg_lwt
<switch/*.ml{,i,y}>: pkg_lwt.syntax
<switch/*.ml{,i,y}>: pkg_mirage-clock-unix
<switch/*.ml{,i,y}>: pkg_mirage-types
<switch/*.ml{,i,y}>: pkg_mirage-unix
<switch/*.ml{,i,y}>: pkg_packet
<switch/*.ml{,i,y}>: pkg_re.str
<switch/*.ml{,i,y}>: pkg_tcpip
<switch/*.ml{,i,y}>: use_openflow
# Executable ofcontroller
"controller/xen_controller.native": pkg_cstruct
"controller/xen_controller.native": pkg_cstruct.syntax
"controller/xen_controller.native": pkg_ipaddr
"controller/xen_controller.native": pkg_lwt
"controller/xen_controller.native": pkg_lwt.syntax
"controller/xen_controller.native": pkg_mirage-clock-unix
"controller/xen_controller.native": pkg_mirage-types
"controller/xen_controller.native": pkg_mirage-unix
"controller/xen_controller.native": pkg_packet
"controller/xen_controller.native": pkg_re.str
"controller/xen_controller.native": pkg_tcpip
"controller/xen_controller.native": use_openflow
<controller/*.ml{,i,y}>: pkg_cstruct
<controller/*.ml{,i,y}>: pkg_cstruct.syntax
<controller/*.ml{,i,y}>: pkg_ipaddr
<controller/*.ml{,i,y}>: pkg_lwt
<controller/*.ml{,i,y}>: pkg_lwt.syntax
<controller/*.ml{,i,y}>: pkg_mirage-clock-unix
<controller/*.ml{,i,y}>: pkg_mirage-types
<controller/*.ml{,i,y}>: pkg_mirage-unix
<controller/*.ml{,i,y}>: pkg_packet
<controller/*.ml{,i,y}>: pkg_re.str
<controller/*.ml{,i,y}>: pkg_tcpip
<controller/*.ml{,i,y}>: use_openflow
# 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
true: bin_annot