]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_omdoc/Makefile
cic_transformations factorized into cic_omdoc and cic_transformations.
[helm.git] / helm / ocaml / cic_omdoc / Makefile
diff --git a/helm/ocaml/cic_omdoc/Makefile b/helm/ocaml/cic_omdoc/Makefile
new file mode 100644 (file)
index 0000000..0fbb566
--- /dev/null
@@ -0,0 +1,12 @@
+PACKAGE = cic_omdoc
+REQUIRES = helm-cic_proof_checking
+PREDICATES =
+
+INTERFACE_FILES =  doubleTypeInference.mli cic2acic.mli content.mli \
+                   contentPp.mli
+IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
+
+EXTRA_OBJECTS_TO_INSTALL = \
+EXTRA_OBJECTS_TO_CLEAN =
+
+include ../Makefile.common