X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2FMakefile.in;h=af199d3b5b9b7379d63f7e2c9152a30187413b41;hb=6376b9d56df8c0151a4cd5f35f2646d9922b5858;hp=be300223ddc0f4b5e992e6a42990a9470d05d8ce;hpb=a7eee845d4823b8672222f67f4b2d4b30a5a5c61;p=helm.git diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index be300223d..af199d3b5 100644 --- a/helm/ocaml/Makefile.in +++ b/helm/ocaml/Makefile.in @@ -1,11 +1,11 @@ # Warning: the modules must be in compilation order MODULES = \ + xml \ pxp \ registry \ utf8_macros \ thread \ xmldiff \ - xml \ urimanager \ logger \ getter \ @@ -13,15 +13,16 @@ MODULES = \ cic_annotations \ cic_proof_checking \ cic_unification \ - mathql \ - mathql_generator \ - mathql_interpreter \ cic_omdoc \ metadata \ tactics \ - hbugs \ + cic_notation \ cic_transformations \ - cic_textual_parser2 + cic_textual_parser2 \ + mathql \ + mathql_interpreter \ + mathql_generator \ + hbugs OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@ OCAMLFIND_META_DIR = @OCAMLFIND_META_DIR@ @@ -80,9 +81,14 @@ METAS/META.helm-%: METAS/meta.helm-%.src for i in $(MODULES); do echo "\"helm-$$i\" [shape=box,style=filled,fillcolor=yellow];" >> $@ ; done echo "}" >> $@ - libraries.ps: .dep.dot dot -Tps -o $@ $< libraries-complete.ps: .alldep.dot dot -Tps -o $@ $< + +tags: TAGS +.PHONY: TAGS +TAGS: + otags -vi -r . +