Remove OCamlbuild related files. Youpi.
[tatoo.git] / _tags
diff --git a/_tags b/_tags
deleted file mode 100644 (file)
index 13fd014..0000000
--- a/_tags
+++ /dev/null
@@ -1,22 +0,0 @@
-#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>: include
-
-#Enable warning for all but generated files:
-not <src/xpath/ulexer.*>: warning(@A-4-K)