]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_cache/Makefile
* .mli added where needed
[helm.git] / helm / ocaml / cic_cache / Makefile
index 76cba058e9df893a617b07278e7bf7c192f901e3..342124a7b2c2e83e276d2a17df30a95988b369b1 100644 (file)
@@ -2,8 +2,8 @@ PACKAGE = cic_cache
 REQUIRES = helm-cic
 PREDICATES =
 
-DEPOBJS = cicCache.mli cicCache.ml
-
-OBJECTS = cicCache.cmo
+INTERFACE_FILES = cicCache.mli
+IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
+EXTRA_OBJECTS_TO_INSTALL =
 
 include ../Makefile.common