]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/cic_annotations/Makefile
1) .cma/.cmxa used to simplify META files.
[helm.git] / helm / ocaml / cic_annotations / Makefile
1 PACKAGE = cic_annotations
2 REQUIRES = helm-cic helm-xml lablgtk
3 PREDICATES =
4
5 DEPOBJS = cicAnnotation2Xml.ml cicAnnotationHinter.ml cicAnnotationParser2.ml \
6           cicAnnotationParser.ml cicXPath.ml
7
8 OBJECTS = cicAnnotation2Xml.cmo cicAnnotationHinter.cmo \
9           cicAnnotationParser2.cmo cicAnnotationParser.cmo cicXPath.cmo
10
11 include ../Makefile.common