X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FMakefile;h=5c60d22a8d9e20105422e657e466a1922e85b138;hb=b38de2d3fa8bbe346c59c18bbeb889f29e493f63;hp=3a36306401cce67160ab32773a384db1e3954726;hpb=9e781c8957ff049e7bba65e1d611e5f007b02fb5;p=helm.git diff --git a/helm/ocaml/cic_transformations/Makefile b/helm/ocaml/cic_transformations/Makefile index 3a3630640..5c60d22a8 100644 --- a/helm/ocaml/cic_transformations/Makefile +++ b/helm/ocaml/cic_transformations/Makefile @@ -1,12 +1,19 @@ PACKAGE = cic_transformations -REQUIRES = helm-xml helm-cic_proof_checking helm-cic_omdoc gdome2-xslt +REQUIRES = \ + helm-xml helm-cic_proof_checking helm-cic_omdoc gdome2-xslt PREDICATES = -INTERFACE_FILES = cic2Xml.mli content_expressions.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 = \ + contentTable.mli \ + cic2Xml.mli content_expressions.mli \ + mpresentation.mli cexpr2pres.mli content2pres.mli \ + sequent2pres.mli \ + cexpr2pres_hashtbl.mli misc.mli xml2Gdome.mli sequentPp.mli \ + applyStylesheets.mli applyTransformation.mli \ + acic2Ast.mli cicAstPp.mli +IMPLEMENTATION_FILES = \ + cicAst.ml $(INTERFACE_FILES:%.mli=%.ml) EXTRA_OBJECTS_TO_INSTALL = EXTRA_OBJECTS_TO_CLEAN =