X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_annotations_cache%2FMakefile;h=8b80b4f00b859820c423aca948e26ccc70e49b35;hb=515c1195a3b3ff86bf002091b4535bc812aa40ea;hp=88755306207dd084770d4290487a8f62c0468b62;hpb=e97039cc9e0a8e4f992c712a1ccf47c801e1abcc;p=helm.git diff --git a/helm/ocaml/cic_annotations_cache/Makefile b/helm/ocaml/cic_annotations_cache/Makefile index 887553062..8b80b4f00 100644 --- a/helm/ocaml/cic_annotations_cache/Makefile +++ b/helm/ocaml/cic_annotations_cache/Makefile @@ -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