]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_annotations_cache/Makefile
first moogle template checkin
[helm.git] / helm / ocaml / cic_annotations_cache / Makefile
index 88755306207dd084770d4290487a8f62c0468b62..f5adf638049c34c512eeabcca913c96bfdb26ff7 100644 (file)
@@ -1,9 +1,11 @@
 PACKAGE = cic_annotations_cache
-REQUIRES = helm-cic_annotations
+REQUIRES = helm-cic_annotations helm-getter
 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
+