]> matita.cs.unibo.it Git - helm.git/commitdiff
- added logger module
authorStefano Zacchiroli <zack@upsilon.cc>
Wed, 14 Jan 2004 17:57:59 +0000 (17:57 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Wed, 14 Jan 2004 17:57:59 +0000 (17:57 +0000)
- vertical ordering

helm/ocaml/Makefile.in

index aa23d24baff7835e64050145601be8536c34bd7b..caa5169d6b567538e2d8dd710b09499dd05c1686 100644 (file)
@@ -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 mathql_generator \
+       mathql_interpreter \
+       cic_omdoc \
+       tactics \
+       cic_transformations \
+       logger
 
 OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@
 OCAMLFIND_META_DIR = @OCAMLFIND_META_DIR@