]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_unification/Makefile
no more multiple configure/Makefile, just one for both ocaml/ and matita/
[helm.git] / helm / ocaml / cic_unification / Makefile
index 7f1c8f3514b9737c49a6c484713aeda5d7ee9a51..62be3a61c844bf4ad60cf820149599bf429d0f0f 100644 (file)
@@ -1,15 +1,13 @@
 PACKAGE = cic_unification
-REQUIRES = helm-cic_proof_checking
 PREDICATES =
 
 INTERFACE_FILES = \
        cicMetaSubst.mli \
        cicMkImplicit.mli \
        cicUnification.mli \
-       coercDb.mli \
-       coercGraph.mli \
        cicRefine.mli
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
 EXTRA_OBJECTS_TO_INSTALL =
 
+include ../../Makefile.defs
 include ../Makefile.common