X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FMakefile;h=3669f5d7e6aa3071388205e57c66aa82fa819d69;hb=91a095f0686ee569ba035e4e30c7d071588cb8e7;hp=ca3fe73247220850d06f4223a5e91a93f5185b06;hpb=29969baf115afff7eb9ea9e2ca98d40ab7006dcc;p=helm.git diff --git a/helm/ocaml/cic_transformations/Makefile b/helm/ocaml/cic_transformations/Makefile index ca3fe7324..3669f5d7e 100644 --- a/helm/ocaml/cic_transformations/Makefile +++ b/helm/ocaml/cic_transformations/Makefile @@ -1,23 +1,26 @@ PACKAGE = cic_transformations -REQUIRES = \ - gdome2-xslt \ - helm-xml helm-cic_proof_checking helm-cic_omdoc helm-registry \ - helm-utf8_macros +REQUIRES = \ + gdome2 \ + helm-xml \ + helm-cic_proof_checking \ + helm-cic_omdoc \ + helm-registry \ + helm-utf8_macros \ + helm-cic_notation \ + $(NULL) PREDICATES = # modules which have both a .ml and a .mli -INTERFACE_FILES = \ - contentTable.mli \ - cic2Xml.mli \ - mpresentation.mli box.mli \ - acic2Ast.mli \ - cicAstPp.mli ast2pres.mli content2pres.mli \ - sequent2pres.mli \ - misc.mli xml2Gdome.mli sequentPp.mli \ - applyStylesheets.mli applyTransformation.mli \ - tacticAstPp.mli boxPp.mli tacticAst2Box.mli +INTERFACE_FILES = \ + cic2Xml.mli \ + content2pres.mli \ + sequent2pres.mli \ + domMisc.mli \ + xml2Gdome.mli \ + sequentPp.mli \ + applyTransformation.mli \ + $(NULL) IMPLEMENTATION_FILES = \ - cicAst.ml tacticAst.ml \ $(INTERFACE_FILES:%.mli=%.ml) EXTRA_OBJECTS_TO_INSTALL = EXTRA_OBJECTS_TO_CLEAN =