X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FMakefile;h=41517807adc2fe4e022715c39a587166a0a89b0d;hb=c5d5bf37b1e4c4b9b499ed2cbfe27cf2ec181944;hp=615ff9ff3c6a5afb681b331920a9e135d28e19e3;hpb=f065a68682b23976d185370d85869c196da3f20b;p=helm.git diff --git a/helm/ocaml/cic_transformations/Makefile b/helm/ocaml/cic_transformations/Makefile index 615ff9ff3..41517807a 100644 --- a/helm/ocaml/cic_transformations/Makefile +++ b/helm/ocaml/cic_transformations/Makefile @@ -9,13 +9,16 @@ INTERFACE_FILES = \ box.mli contentTable.mli \ cic2Xml.mli content_expressions.mli \ mpresentation.mli cexpr2pres.mli content2pres.mli \ - ast2pres.mli \ + cicAstPp.mli ast2pres.mli \ sequent2pres.mli \ cexpr2pres_hashtbl.mli misc.mli xml2Gdome.mli sequentPp.mli \ applyStylesheets.mli applyTransformation.mli \ - acic2Ast.mli cicAstPp.mli tacticAstPp.mli boxPp.mli + acic2Ast.mli tacticAstPp.mli boxPp.mli tacticAst2Box.mli IMPLEMENTATION_FILES = \ - cicAst.ml tacticAst.ml $(INTERFACE_FILES:%.mli=%.ml) + cicAst.ml \ + tacticAst.ml \ + $(INTERFACE_FILES:%.mli=%.ml) \ + commandAst.ml EXTRA_OBJECTS_TO_INSTALL = EXTRA_OBJECTS_TO_CLEAN =