Add xmark benchmarking file.
[tatoo.git] / _tags
diff --git a/_tags b/_tags
index 11dbbef..40f25e4 100644 (file)
--- a/_tags
+++ b/_tags
@@ -1,4 +1,30 @@
+#camlp4 packages and syntax tags
+
+true:    package(ulex),          \
+         package(unix),          \
+         package(expat),         \
+         package(camlp4.macro),  \
+         syntax(camlp4o),        \
+         macro_include(include)
+
+#compilation options
+
+true:    inline(100), unsafe(true)
+
+
+#project source tree
 <src/xpath/*.cmx>:  for-pack(Xpath)
+<src/xpath>:        include
+
 <src/utils/*.cmx>:  for-pack(Utils)
+<src/utils>: include
+
 <src/tree/*.cmx>:   for-pack(Tree)
+<src/tree>: include
+
 <src/auto/*.cmx>:   for-pack(Auto)
+<src/auto>: include
+<src>: include
+
+#Enable warning for all but generated files:
+not <src/xpath/ulexer.*>: warning(@A-4)