1 PACKAGE = cic_transformations
4 helm-xml helm-cic_proof_checking helm-cic_omdoc helm-registry
7 # modules which have both a .ml and a .mli
10 cic2Xml.mli content_expressions.mli \
11 mpresentation.mli box.mli cexpr2pres.mli content2pres.mli \
12 cicAstPp.mli ast2pres.mli \
14 cexpr2pres_hashtbl.mli misc.mli xml2Gdome.mli sequentPp.mli \
15 applyStylesheets.mli applyTransformation.mli \
16 acic2Ast.mli tacticAstPp.mli boxPp.mli tacticAst2Box.mli
17 IMPLEMENTATION_FILES = \
20 $(INTERFACE_FILES:%.mli=%.ml)
21 EXTRA_OBJECTS_TO_INSTALL =
22 EXTRA_OBJECTS_TO_CLEAN =
24 include ../Makefile.common