]> matita.cs.unibo.it Git - helm.git/blobdiff - components/cic_unification/Makefile
branch for universe
[helm.git] / components / cic_unification / Makefile
diff --git a/components/cic_unification/Makefile b/components/cic_unification/Makefile
new file mode 100644 (file)
index 0000000..ad87356
--- /dev/null
@@ -0,0 +1,16 @@
+PACKAGE = cic_unification
+PREDICATES =
+
+INTERFACE_FILES = \
+       cicMetaSubst.mli \
+       cicMkImplicit.mli \
+       termUtil.mli \
+       coercGraph.mli \
+       cicUnification.mli \
+       cicReplace.mli \
+       cicRefine.mli
+IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
+EXTRA_OBJECTS_TO_INSTALL =
+
+include ../../Makefile.defs
+include ../Makefile.common