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