X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_annotations%2FMakefile;h=2fbfe1bec9713d8d0c67a3fde841b1bad3ba297f;hb=bb236c2ac110124de92fa2d0fb2882d273a7f7eb;hp=1627b11e33c08cd760bbc4859cff48e2c3858c80;hpb=72aedfaa40e8b6995aa9fca78cba52013199e0b1;p=helm.git diff --git a/helm/ocaml/cic_annotations/Makefile b/helm/ocaml/cic_annotations/Makefile index 1627b11e3..2fbfe1bec 100644 --- a/helm/ocaml/cic_annotations/Makefile +++ b/helm/ocaml/cic_annotations/Makefile @@ -2,9 +2,10 @@ PACKAGE = cic_annotations REQUIRES = helm-cic helm-xml PREDICATES = -INTERFACE_FILES = cicAnnotation2Xml.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