]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_annotations/Makefile
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / ocaml / cic_annotations / Makefile
index 1b85d96bc2e81354360a3337a26c4252c10a1f4d..2fbfe1bec9713d8d0c67a3fde841b1bad3ba297f 100644 (file)
@@ -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