X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_cache%2FMakefile;h=672f904d34e77378140d3c9e1c1c3387aca4fc8d;hb=85ccebb566c36671ca753debe09e6dd5c9dd0df7;hp=76cba058e9df893a617b07278e7bf7c192f901e3;hpb=e97039cc9e0a8e4f992c712a1ccf47c801e1abcc;p=helm.git diff --git a/helm/ocaml/cic_cache/Makefile b/helm/ocaml/cic_cache/Makefile index 76cba058e..672f904d3 100644 --- a/helm/ocaml/cic_cache/Makefile +++ b/helm/ocaml/cic_cache/Makefile @@ -2,8 +2,9 @@ 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 = +EXTRA_OBJECTS_TO_CLEAN = include ../Makefile.common