]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/cic/Makefile
added CicUtil module with just lookup_meta function
[helm.git] / helm / ocaml / cic / Makefile
1 PACKAGE = cic
2 REQUIRES = helm-urimanager helm-pxp
3 PREDICATES =
4
5 INTERFACE_FILES = \
6         deannotate.mli cicParser3.mli cicParser2.mli cicParser.mli cicUtil.mli
7 IMPLEMENTATION_FILES = \
8         cic.ml $(INTERFACE_FILES:%.mli=%.ml) helmLibraryObjects.ml
9 EXTRA_OBJECTS_TO_INSTALL = cic.ml cic.cmi
10 EXTRA_OBJECTS_TO_CLEAN =
11
12 include ../Makefile.common