]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/extlib/Makefile
moved trie data-structure
[helm.git] / helm / ocaml / extlib / Makefile
1 PACKAGE = extlib
2 PREDICATES =
3
4 INTERFACE_FILES =               \
5         hExtlib.mli             \
6         patternMatcher.mli      \
7         hLog.mli \
8         trie.mli \
9         $(NULL)
10 IMPLEMENTATION_FILES = \
11         $(INTERFACE_FILES:%.mli=%.ml)
12 EXTRA_OBJECTS_TO_INSTALL =
13 EXTRA_OBJECTS_TO_CLEAN =
14
15 include ../Makefile.common