]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/extlib/Makefile
test branch
[helm.git] / helm / ocaml / extlib / Makefile
diff --git a/helm/ocaml/extlib/Makefile b/helm/ocaml/extlib/Makefile
new file mode 100644 (file)
index 0000000..c67778a
--- /dev/null
@@ -0,0 +1,16 @@
+PACKAGE = extlib
+PREDICATES =
+
+INTERFACE_FILES =              \
+        hExtlib.mli            \
+       hMarshal.mli            \
+       patternMatcher.mli      \
+       hLog.mli \
+       trie.mli \
+       $(NULL)
+IMPLEMENTATION_FILES = \
+       $(INTERFACE_FILES:%.mli=%.ml)
+EXTRA_OBJECTS_TO_INSTALL =
+EXTRA_OBJECTS_TO_CLEAN =
+
+include ../Makefile.common