]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/cic_transformations/Makefile
new (box based) pretty printer
[helm.git] / helm / ocaml / cic_transformations / Makefile
1 PACKAGE = cic_transformations
2 REQUIRES = \
3         gdome2-xslt \
4         helm-xml helm-cic_proof_checking helm-cic_omdoc helm-registry
5 PREDICATES =
6
7 # modules which have both a .ml and a .mli
8 INTERFACE_FILES = \
9         box.mli contentTable.mli \
10         cic2Xml.mli content_expressions.mli \
11         mpresentation.mli cexpr2pres.mli content2pres.mli \
12         ast2pres.mli \
13         sequent2pres.mli \
14         cexpr2pres_hashtbl.mli misc.mli xml2Gdome.mli sequentPp.mli \
15         applyStylesheets.mli applyTransformation.mli \
16         acic2Ast.mli cicAstPp.mli boxPp.mli
17 IMPLEMENTATION_FILES = \
18         cicAst.ml $(INTERFACE_FILES:%.mli=%.ml)
19 EXTRA_OBJECTS_TO_INSTALL =
20 EXTRA_OBJECTS_TO_CLEAN =
21
22 include ../Makefile.common