X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FMakefile;h=3c43c338d18487521d151ca73cb7b63b225b5705;hb=de9a83f286eee12117fb478ea2db18f7faebac9a;hp=126e250ba949196e9726106c3e393c2ff28bf1f9;hpb=43f61eedd2a1f499166de33a98af00b767dcc117;p=helm.git diff --git a/helm/ocaml/cic_transformations/Makefile b/helm/ocaml/cic_transformations/Makefile index 126e250ba..3c43c338d 100644 --- a/helm/ocaml/cic_transformations/Makefile +++ b/helm/ocaml/cic_transformations/Makefile @@ -1,14 +1,33 @@ PACKAGE = cic_transformations -REQUIRES = helm-xml helm-cic_proof_checking gdome2-xslt +REQUIRES = \ + gdome2-xslt \ + helm-xml helm-cic_proof_checking helm-cic_omdoc helm-registry \ + helm-utf8_macros PREDICATES = -INTERFACE_FILES = doubleTypeInference.mli cic2acic.mli content.mli \ - cic2Xml.mli cic2content.mli content_expressions.mli \ - contentPp.mli mpresentation.mli cexpr2pres.mli \ - content2pres.mli cexpr2pres_hashtbl.mli misc.mli \ - xml2Gdome.mli sequentPp.mli applyStylesheets.mli -IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) +# modules which have both a .ml and a .mli +INTERFACE_FILES = \ + cicAst.ml \ + contentTable.mli \ + cic2Xml.mli \ + mpresentation.mli box.mli \ + acic2Ast.mli \ + cicAstPp.mli ast2pres.mli content2pres.mli \ + sequent2pres.mli \ + misc.mli xml2Gdome.mli sequentPp.mli \ + applyTransformation.mli \ + tacticAstPp.mli boxPp.mli tacticAst2Box.mli +IMPLEMENTATION_FILES = \ + tacticAst.ml \ + $(INTERFACE_FILES:%.mli=%.ml) EXTRA_OBJECTS_TO_INSTALL = EXTRA_OBJECTS_TO_CLEAN = +all: + +clean: extra_clean +distclean: extra_clean +extra_clean: + rm -f make_table + include ../Makefile.common