]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/cic_transformations/Makefile
Added all transformations for sequents.
[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                   sequent2pres.mli \
8                   cexpr2pres_hashtbl.mli misc.mli xml2Gdome.mli sequentPp.mli \
9                   applyStylesheets.mli applyTransformation.mli
10 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
11 EXTRA_OBJECTS_TO_INSTALL =
12 EXTRA_OBJECTS_TO_CLEAN =
13
14 include ../Makefile.common