X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_annotations%2FMakefile;h=2fbfe1bec9713d8d0c67a3fde841b1bad3ba297f;hb=5325734bc2e4927ed7ec146e35a6f0f2b49f50c1;hp=1b85d96bc2e81354360a3337a26c4252c10a1f4d;hpb=298fa826610192b1a173c81b4ebf961c1c7e6609;p=helm.git diff --git a/helm/ocaml/cic_annotations/Makefile b/helm/ocaml/cic_annotations/Makefile index 1b85d96bc..2fbfe1bec 100644 --- a/helm/ocaml/cic_annotations/Makefile +++ b/helm/ocaml/cic_annotations/Makefile @@ -1,10 +1,11 @@ PACKAGE = cic_annotations -REQUIRES = helm-cic helm-xml lablgtk +REQUIRES = helm-cic helm-xml PREDICATES = -INTERFACE_FILES = cicAnnotation2Xml.mli cicAnnotationHinter.mli \ - cicAnnotationParser2.mli cicAnnotationParser.mli cicXPath.mli +INTERFACE_FILES = cicXPath.mli cicAnnotation2Xml.mli cicAnnotationParser2.mli \ + cicAnnotationParser.mli IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) EXTRA_OBJECTS_TO_INSTALL = +EXTRA_OBJECTS_TO_CLEAN = include ../Makefile.common