1 PACKAGE = cic_transformations
4 helm-xml helm-cic_proof_checking helm-cic_omdoc helm-registry \
8 # modules which have both a .ml and a .mli
12 mpresentation.mli box.mli \
14 cicAstPp.mli ast2pres.mli content2pres.mli \
16 misc.mli xml2Gdome.mli sequentPp.mli \
17 applyStylesheets.mli applyTransformation.mli \
18 tacticAstPp.mli boxPp.mli tacticAst2Box.mli
19 IMPLEMENTATION_FILES = \
20 cicAst.ml tacticAst.ml \
21 $(INTERFACE_FILES:%.mli=%.ml)
22 EXTRA_OBJECTS_TO_INSTALL =
23 EXTRA_OBJECTS_TO_CLEAN =
28 distclean: extra_clean
32 include ../Makefile.common