-
Notifications
You must be signed in to change notification settings - Fork 0
/
_tags
64 lines (63 loc) · 1.83 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
<kmb/kmb_generator.ml>: use_camlp4_full, camlp4of
<kmb/kombain_init.{byte,native}>: use_camlp4_full
<kmb/kombain.{byte,native}>: use_camlp4_full
<kmb/kmb_grammar.ml>: use_camlp4
# OASIS_START
# DO NOT EDIT (digest: bbb71e536713879b198b8b7dd8c095a7)
# 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
# Executable kombain_init
"kmb/kombain_init.byte": pkg_dynlink
# Executable kombain
"kmb/kombain.byte": pkg_dynlink
<kmb/*.ml{,i}>: pkg_dynlink
# Library kmb
"kmb/kmb.cmxs": use_kmb
# Executable markdown_test
"markdown/markdown_test.byte": use_kmb
<markdown/*.ml{,i}>: use_kmb
# Executable md2html
"markdown/md2html.byte": pkg_tyxml
<markdown/*.ml{,i}>: pkg_tyxml
# Executable textile_test
"textile/textile_test.byte": use_kmb
<textile/*.ml{,i}>: use_kmb
# Library bbcode
"bbcode/bbcode.cmxs": use_bbcode
# Executable bbcode_test
"bbcode/bbcode_test.byte": use_kmb
# Executable bbcode2html
"bbcode/bbcode2html.byte": use_bbcode
"bbcode/bbcode2html.byte": use_kmb
"bbcode/bbcode2html.byte": pkg_tyxml
<bbcode/*.ml{,i}>: use_bbcode
<bbcode/*.ml{,i}>: use_kmb
<bbcode/*.ml{,i}>: pkg_tyxml
# Executable abnf2peg
"abnf/abnf2peg.byte": use_kmb
<abnf/*.ml{,i}>: use_kmb
# Executable xmlebnfreader
"xml/xmlebnfreader.byte": use_kmb
# Executable xmltest
"xml/xmltest.byte": use_kmb
<xml/*.ml{,i}>: use_kmb
# Executable yamlspecreader
"yaml/yamlspecreader.byte": use_kmb
# Executable yaml_test
"yaml/yaml_test.byte": use_kmb
<yaml/*.ml{,i}>: use_kmb
# Executable es_test
"ecmascript/es_test.byte": use_kmb
<ecmascript/*.ml{,i}>: use_kmb
# OASIS_STOP