Flatten the sources, only leave the XPath module packed.
[tatoo.git] / _tags
1 #camlp4 packages and syntax tags
2
3 true:    package(ulex),          \
4          package(unix),          \
5          package(expat),         \
6          package(camlp4.macro),  \
7          syntax(camlp4o),        \
8          macro_include(include)
9
10 #compilation options
11
12 true:    inline(1000), unsafe(true)
13
14
15 #project source tree
16 <src/xpath/*.cmx>:  for-pack(Xpath)
17 <src/xpath>:        include
18
19 <src>: include
20
21 #Enable warning for all but generated files:
22 not <src/xpath/ulexer.*>: warning(@A-4)