X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_annotations%2FMakefile;h=2fbfe1bec9713d8d0c67a3fde841b1bad3ba297f;hb=3bb4ce11fb9d4c6375483a80344beb94c4517dd7;hp=738a265ecb1dd4ff5350a0e1eabed7ac11bbab3a;hpb=e97039cc9e0a8e4f992c712a1ccf47c801e1abcc;p=helm.git diff --git a/helm/ocaml/cic_annotations/Makefile b/helm/ocaml/cic_annotations/Makefile index 738a265ec..2fbfe1bec 100644 --- a/helm/ocaml/cic_annotations/Makefile +++ b/helm/ocaml/cic_annotations/Makefile @@ -1,11 +1,11 @@ PACKAGE = cic_annotations -REQUIRES = helm-cic helm-xml lablgtk +REQUIRES = helm-cic helm-xml PREDICATES = -DEPOBJS = cicAnnotation2Xml.ml cicAnnotationHinter.ml cicAnnotationParser2.ml \ - cicAnnotationParser.ml cicXPath.ml - -OBJECTS = cicAnnotation2Xml.cmo cicAnnotationHinter.cmo \ - cicAnnotationParser2.cmo cicAnnotationParser.cmo cicXPath.cmo +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