]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/cic_omdoc/Makefile
cic_transformations factorized into cic_omdoc and cic_transformations.
[helm.git] / helm / ocaml / cic_omdoc / Makefile
1 PACKAGE = cic_omdoc
2 REQUIRES = helm-cic_proof_checking
3 PREDICATES =
4
5 INTERFACE_FILES =  doubleTypeInference.mli cic2acic.mli content.mli \
6                    contentPp.mli
7 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
8
9 EXTRA_OBJECTS_TO_INSTALL = \
10 EXTRA_OBJECTS_TO_CLEAN =
11
12 include ../Makefile.common