]> 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 4f19b765f8a3645c3d7d8baec342e8c04b6a7623..62be3a61c844bf4ad60cf820149599bf429d0f0f 100644 (file)
@@ -1,14 +1,13 @@
 PACKAGE = cic_unification
-REQUIRES = helm-cic_proof_checking
 PREDICATES =
 
 INTERFACE_FILES = \
-       cicMkImplicit.mli \
        cicMetaSubst.mli \
-       freshNamesGenerator.mli \
+       cicMkImplicit.mli \
        cicUnification.mli \
        cicRefine.mli
 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
 EXTRA_OBJECTS_TO_INSTALL =
 
+include ../../Makefile.defs
 include ../Makefile.common