]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/cic/Makefile
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / ocaml / cic / Makefile
1 PACKAGE = cic
2 REQUIRES = helm-urimanager helm-pxp
3 PREDICATES =
4
5 INTERFACE_FILES = deannotate.mli cicParser3.mli cicParser2.mli cicParser.mli
6 IMPLEMENTATION_FILES = cic.ml $(INTERFACE_FILES:%.mli=%.ml)
7 EXTRA_OBJECTS_TO_INSTALL = cic.ml cic.cmi
8 EXTRA_OBJECTS_TO_CLEAN =
9
10 include ../Makefile.common