Add the remake and configure infrastructure.
[tatoo.git] / _tags
diff --git a/_tags b/_tags
index 8baa48a..13fd014 100644 (file)
--- a/_tags
+++ b/_tags
@@ -1,5 +1,22 @@
+#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/utils/*.cmx>:  for-pack(Utils)
-<src/tree/*.cmx>:   for-pack(Tree)
-<src/auto/*.cmx>:   for-pack(Auto)
-<**/*.ml>:          syntax(camlp4o), macro_include(include)
\ No newline at end of file
+<src/xpath>:        include
+
+<src>: include
+
+#Enable warning for all but generated files:
+not <src/xpath/ulexer.*>: warning(@A-4-K)