]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_unification/Makefile
First (very bugged) version of cic_unification committed.
[helm.git] / helm / ocaml / cic_unification / Makefile
diff --git a/helm/ocaml/cic_unification/Makefile b/helm/ocaml/cic_unification/Makefile
new file mode 100644 (file)
index 0000000..5a88cbb
--- /dev/null
@@ -0,0 +1,9 @@
+PACKAGE = cic_unification
+REQUIRES = helm-cic_proof_checking
+PREDICATES =
+
+INTERFACE_FILES = cicUnification.mli
+IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
+EXTRA_OBJECTS_TO_INSTALL =
+
+include ../Makefile.common