From 75daba96a032eae3d8f3179b4cee36e280dc77c3 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Mon, 19 Apr 2004 12:09:22 +0000 Subject: [PATCH] - reordered modules so that pxp could be used as entry point for pxp - added hbugs - pretty printed modules --- helm/ocaml/Makefile.in | 45 +++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 22 deletions(-) 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@ -- 2.39.2