X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_cache%2FMakefile;h=a7bff8fe8e2ddea0d3ab69ee6f857ef4f707ef26;hb=5325734bc2e4927ed7ec146e35a6f0f2b49f50c1;hp=342124a7b2c2e83e276d2a17df30a95988b369b1;hpb=298fa826610192b1a173c81b4ebf961c1c7e6609;p=helm.git diff --git a/helm/ocaml/cic_cache/Makefile b/helm/ocaml/cic_cache/Makefile index 342124a7b..a7bff8fe8 100644 --- a/helm/ocaml/cic_cache/Makefile +++ b/helm/ocaml/cic_cache/Makefile @@ -1,9 +1,12 @@ + PACKAGE = cic_cache -REQUIRES = helm-cic +REQUIRES = helm-cic helm-getter PREDICATES = INTERFACE_FILES = cicCache.mli IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) EXTRA_OBJECTS_TO_INSTALL = +EXTRA_OBJECTS_TO_CLEAN = include ../Makefile.common +