X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2FMakefile.in;h=73c3a91c018c4283844b409fb2351e342f558ef7;hb=103c147d078e431ee0bfc7393715f0db34dfdd8d;hp=aa23d24baff7835e64050145601be8536c34bd7b;hpb=f6e189c5b51b6c403357af995495e4e07d98c476;p=helm.git diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index aa23d24ba..73c3a91c0 100644 --- a/helm/ocaml/Makefile.in +++ b/helm/ocaml/Makefile.in @@ -1,8 +1,24 @@ # Warning: the modules must be in compilation order -MODULES = xml urimanager getter pxp cic cic_annotations cic_annotations_cache \ - cic_cache cic_proof_checking cic_textual_parser \ - tex_cic_textual_parser cic_unification mathql mathql_generator \ - mathql_interpreter cic_omdoc tactics cic_transformations +MODULES = \ + xml \ + urimanager \ + getter \ + pxp \ + cic \ + cic_annotations \ + cic_annotations_cache \ + cic_cache \ + cic_proof_checking \ + cic_textual_parser \ + tex_cic_textual_parser \ + cic_unification \ + mathql \ + mathql_generator \ + mathql_interpreter \ + cic_omdoc \ + tactics \ + cic_transformations \ + logger OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@ OCAMLFIND_META_DIR = @OCAMLFIND_META_DIR@