From: Stefano Zacchiroli Date: Mon, 19 Apr 2004 12:09:22 +0000 (+0000) Subject: - reordered modules so that pxp could be used as entry point for pxp X-Git-Tag: dead_dir_walking~33 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=75daba96a032eae3d8f3179b4cee36e280dc77c3 - reordered modules so that pxp could be used as entry point for pxp - added hbugs - pretty printed modules --- diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index 9ba9e8bd4..ca5a17f8e 100644 --- a/helm/ocaml/Makefile.in +++ b/helm/ocaml/Makefile.in @@ -1,26 +1,27 @@ # Warning: the modules must be in compilation order -MODULES = \ - registry \ - thread \ - xml \ - urimanager \ - logger \ - 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 = \ + pxp \ + registry \ + thread \ + xml \ + urimanager \ + logger \ + getter \ + 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 \ + hbugs \ + cic_transformations \ cic_textual_parser2 OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@