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