]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_annotations_cache/Makefile
...
[helm.git] / helm / ocaml / cic_annotations_cache / Makefile
index 88755306207dd084770d4290487a8f62c0468b62..8b80b4f00b859820c423aca948e26ccc70e49b35 100644 (file)
@@ -2,8 +2,9 @@ PACKAGE = cic_annotations_cache
 REQUIRES = helm-cic_annotations
 PREDICATES =
 
-DEPOBJS = cicCache.mli cicCache.ml
-
-OBJECTS = cicCache.cmo
+INTERFACE_FILES = cicCache.mli
+IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
+EXTRA_OBJECTS_TO_INSTALL =
+EXTRA_OBJECTS_TO_CLEAN =
 
 include ../Makefile.common