]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/cic_transformations/Makefile
Xml.token is now namespace-aware. As a consequence, xml2Gdomexmath is
[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 cic2Xml.mli \
6                   cic2content.mli content_expressions.mli contentPp.mli \
7                   mpresentation.mli cexpr2pres.mli content2pres.mli \
8                   cexpr2pres_hashtbl.mli misc.mli xml2Gdome.mli \
9                   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