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