- Reorder the keys used to cache transitions
[tatoo.git] / _tags
diff --git a/_tags b/_tags
index cf9b611..f500328 100644 (file)
--- a/_tags
+++ b/_tags
@@ -1 +1,30 @@
-<src/XPath/*.cmx>:  for-pack(XPath)
+#camlp4 packages and syntax tags
+
+true:    package(ulex),          \
+         package(unix),          \
+         package(expat),         \
+         package(camlp4.macro),  \
+         syntax(camlp4o),        \
+         macro_include(include)
+
+#compilation options
+
+true:    inline(1000), 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)