forked from camlp4/camlp4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_tags
31 lines (25 loc) · 1.41 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
#########################################################################
# #
# OCaml #
# #
# Nicolas Pouillard, projet Gallium, INRIA Rocquencourt #
# #
# Copyright 2007 Institut National de Recherche en Informatique et #
# en Automatique. All rights reserved. This file is distributed #
# under the terms of the Q Public License version 1.0. #
# #
#########################################################################
# Ocamlbuild tags file
# We want -g everywhere it's possible
true: debug
<camlp4/**/*>: use_import
<camlp4/**/*.{byte,native}>: use_ocamlcommon, use_ocamlbytecomp, use_dynlink
"camlp4/config/gen_import.ml": use_ocamlcommon
<camlp4/*.{byte,native}>: use_unix
<camlp4/camlp4boot.*>: -use_unix
<**/*.ml*>: warn_error(A-3)
# The tag "camlp4boot" is for preprocessing using camlp4/boot/camlp4boot.byte
<camlp4/**/*.ml*>: camlp4boot, warn_Z
<camlp4/{boot,config}/*>: -camlp4boot
<camlp4/build/*> or <camlp4/boot/*> or "camlp4/Camlp4/Struct/Lexer.ml": -camlp4boot, -warn_Z, warn_a
<camlp4/camlp4{,boot,o,r,of,rf,oof,orf}.byte>: -debug