]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/cic_annotations/Makefile
Initial revision
[helm.git] / helm / ocaml / cic_annotations / Makefile
1 PACKAGE = cic_annotations
2 REQUIRES = helm-cic helm-xml
3 PREDICATES =
4
5 INTERFACE_FILES = cicXPath.mli cicAnnotation2Xml.mli cicAnnotationParser2.mli \
6                   cicAnnotationParser.mli
7 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
8 EXTRA_OBJECTS_TO_INSTALL =
9 EXTRA_OBJECTS_TO_CLEAN =
10
11 include ../Makefile.common