]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/cic_transformations/Makefile
Cic2content split into Content and Cic2content.
[helm.git] / helm / ocaml / cic_transformations / Makefile
1 PACKAGE = cic_transformations
2 REQUIRES = helm-xml helm-cic_proof_checking gdome2-xslt
3 PREDICATES =
4
5 INTERFACE_FILES = doubleTypeInference.mli cic2acic.mli content.mli \
6                   cic2Xml.mli cic2content.mli content_expressions.mli \
7                   contentPp.mli mpresentation.mli cexpr2pres.mli \
8                   content2pres.mli cexpr2pres_hashtbl.mli misc.mli \
9                   xml2Gdome.mli sequentPp.mli applyStylesheets.mli
10 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
11 EXTRA_OBJECTS_TO_INSTALL =
12 EXTRA_OBJECTS_TO_CLEAN =
13
14 include ../Makefile.common