X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2FMakefile.in;h=ec30fb868343eff2ed0920b63ba7a7a7d6628656;hb=f4b9cc6f689b52e0408ac3231ba2a480d71216fb;hp=aa23d24baff7835e64050145601be8536c34bd7b;hpb=f6e189c5b51b6c403357af995495e4e07d98c476;p=helm.git diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index aa23d24ba..ec30fb868 100644 --- a/helm/ocaml/Makefile.in +++ b/helm/ocaml/Makefile.in @@ -1,8 +1,25 @@ # 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 \ + cic_textual_parser2 OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@ OCAMLFIND_META_DIR = @OCAMLFIND_META_DIR@