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