forked from frenetic-lang/frenetic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_tags
156 lines (156 loc) · 5.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
# OASIS_START
# DO NOT EDIT (digest: bcda6ff4417b02c8c3fb0aaa13645d62)
# 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 netkat
"lib/netkat.cmxs": use_netkat
<lib/*.ml{,i}>: package(core)
<lib/*.ml{,i}>: package(openflow)
<lib/*.ml{,i}>: package(threads)
<lib/*.ml{,i}>: package(sexplib)
<lib/*.ml{,i}>: package(sexplib.syntax)
<lib/*.ml{,i}>: package(fieldslib)
<lib/*.ml{,i}>: package(fieldslib.syntax)
<lib/*.ml{,i}>: package(ocamlgraph)
<lib/*.ml{,i}>: package(str)
# Library async
"async/async.cmxs": use_async
<async/*.ml{,i}>: use_netkat
<async/*.ml{,i}>: package(async)
<async/*.ml{,i}>: package(core)
<async/*.ml{,i}>: package(packet)
<async/*.ml{,i}>: package(cstruct)
<async/*.ml{,i}>: package(cstruct.syntax)
<async/*.ml{,i}>: package(openflow)
<async/*.ml{,i}>: package(openflow.async)
<async/*.ml{,i}>: package(threads)
<async/*.ml{,i}>: package(topology)
<async/*.ml{,i}>: package(sexplib)
<async/*.ml{,i}>: package(sexplib.syntax)
<async/*.ml{,i}>: package(fieldslib)
<async/*.ml{,i}>: package(fieldslib.syntax)
<async/*.ml{,i}>: package(ocamlgraph)
<async/*.ml{,i}>: package(str)
# Library quickcheck
"quickcheck/quickcheck.cmxs": use_quickcheck
<quickcheck/*.ml{,i}>: use_netkat
<quickcheck/*.ml{,i}>: package(core)
<quickcheck/*.ml{,i}>: package(quickcheck)
<quickcheck/*.ml{,i}>: package(openflow.quickcheck)
<quickcheck/*.ml{,i}>: package(packet.quickcheck)
<quickcheck/*.ml{,i}>: package(openflow)
<quickcheck/*.ml{,i}>: package(threads)
<quickcheck/*.ml{,i}>: package(sexplib)
<quickcheck/*.ml{,i}>: package(sexplib.syntax)
<quickcheck/*.ml{,i}>: package(fieldslib)
<quickcheck/*.ml{,i}>: package(fieldslib.syntax)
<quickcheck/*.ml{,i}>: package(ocamlgraph)
<quickcheck/*.ml{,i}>: package(str)
# Executable testtool
"test/Test.byte": use_quickcheck
"test/Test.byte": use_netkat
"test/Test.byte": package(core)
"test/Test.byte": package(oUnit)
"test/Test.byte": package(packet)
"test/Test.byte": package(pa_ounit)
"test/Test.byte": package(pa_ounit.syntax)
"test/Test.byte": package(quickcheck)
"test/Test.byte": package(openflow.quickcheck)
"test/Test.byte": package(packet.quickcheck)
"test/Test.byte": package(openflow)
"test/Test.byte": package(threads)
"test/Test.byte": package(sexplib)
"test/Test.byte": package(sexplib.syntax)
"test/Test.byte": package(fieldslib)
"test/Test.byte": package(fieldslib.syntax)
"test/Test.byte": package(ocamlgraph)
"test/Test.byte": package(str)
<test/*.ml{,i}>: use_quickcheck
<test/*.ml{,i}>: use_netkat
<test/*.ml{,i}>: package(core)
<test/*.ml{,i}>: package(oUnit)
<test/*.ml{,i}>: package(packet)
<test/*.ml{,i}>: package(pa_ounit)
<test/*.ml{,i}>: package(pa_ounit.syntax)
<test/*.ml{,i}>: package(quickcheck)
<test/*.ml{,i}>: package(openflow.quickcheck)
<test/*.ml{,i}>: package(packet.quickcheck)
<test/*.ml{,i}>: package(openflow)
<test/*.ml{,i}>: package(threads)
<test/*.ml{,i}>: package(sexplib)
<test/*.ml{,i}>: package(sexplib.syntax)
<test/*.ml{,i}>: package(fieldslib)
<test/*.ml{,i}>: package(fieldslib.syntax)
<test/*.ml{,i}>: package(ocamlgraph)
<test/*.ml{,i}>: package(str)
# Executable katnetic
"frenetic/katnetic.byte": use_async
"frenetic/katnetic.byte": use_netkat
"frenetic/katnetic.byte": package(async)
"frenetic/katnetic.byte": package(core)
"frenetic/katnetic.byte": package(cmdliner)
"frenetic/katnetic.byte": package(packet)
"frenetic/katnetic.byte": package(cstruct)
"frenetic/katnetic.byte": package(cstruct.syntax)
"frenetic/katnetic.byte": package(openflow)
"frenetic/katnetic.byte": package(openflow.async)
"frenetic/katnetic.byte": package(threads)
"frenetic/katnetic.byte": package(topology)
"frenetic/katnetic.byte": package(sexplib)
"frenetic/katnetic.byte": package(sexplib.syntax)
"frenetic/katnetic.byte": package(fieldslib)
"frenetic/katnetic.byte": package(fieldslib.syntax)
"frenetic/katnetic.byte": package(ocamlgraph)
"frenetic/katnetic.byte": package(str)
<frenetic/*.ml{,i}>: package(cmdliner)
# Executable netkat_test
"frenetic/netkat_test.byte": use_async
"frenetic/netkat_test.byte": use_netkat
"frenetic/netkat_test.byte": package(async)
"frenetic/netkat_test.byte": package(core)
"frenetic/netkat_test.byte": package(packet)
"frenetic/netkat_test.byte": package(cstruct)
"frenetic/netkat_test.byte": package(cstruct.syntax)
"frenetic/netkat_test.byte": package(openflow)
"frenetic/netkat_test.byte": package(openflow.async)
"frenetic/netkat_test.byte": package(threads)
"frenetic/netkat_test.byte": package(topology)
"frenetic/netkat_test.byte": package(sexplib)
"frenetic/netkat_test.byte": package(sexplib.syntax)
"frenetic/netkat_test.byte": package(fieldslib)
"frenetic/netkat_test.byte": package(fieldslib.syntax)
"frenetic/netkat_test.byte": package(ocamlgraph)
"frenetic/netkat_test.byte": package(str)
<frenetic/*.ml{,i}>: use_async
<frenetic/*.ml{,i}>: use_netkat
<frenetic/*.ml{,i}>: package(async)
<frenetic/*.ml{,i}>: package(core)
<frenetic/*.ml{,i}>: package(packet)
<frenetic/*.ml{,i}>: package(cstruct)
<frenetic/*.ml{,i}>: package(cstruct.syntax)
<frenetic/*.ml{,i}>: package(openflow)
<frenetic/*.ml{,i}>: package(openflow.async)
<frenetic/*.ml{,i}>: package(threads)
<frenetic/*.ml{,i}>: package(topology)
<frenetic/*.ml{,i}>: package(sexplib)
<frenetic/*.ml{,i}>: package(sexplib.syntax)
<frenetic/*.ml{,i}>: package(fieldslib)
<frenetic/*.ml{,i}>: package(fieldslib.syntax)
<frenetic/*.ml{,i}>: package(ocamlgraph)
<frenetic/*.ml{,i}>: package(str)
# OASIS_STOP
<test/*.ml>: syntax_camlp4o
<lib/*.ml>: syntax_camlp4o
<async/*.ml>: syntax_camlp4o
true: thread