]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_annotations/Makefile
* .mli added where needed
[helm.git] / helm / ocaml / cic_annotations / Makefile
index 738a265ecb1dd4ff5350a0e1eabed7ac11bbab3a..1b85d96bc2e81354360a3337a26c4252c10a1f4d 100644 (file)
@@ -2,10 +2,9 @@ PACKAGE = cic_annotations
 REQUIRES = helm-cic helm-xml lablgtk
 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 = cicAnnotation2Xml.mli cicAnnotationHinter.mli \
+                  cicAnnotationParser2.mli cicAnnotationParser.mli cicXPath.mli
+IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
+EXTRA_OBJECTS_TO_INSTALL =
 
 include ../Makefile.common