X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2FMakefile.in;h=af199d3b5b9b7379d63f7e2c9152a30187413b41;hb=f7759f86b755f4f7dc2b23edd52ed4d2e5c028fe;hp=e07de27837a5a60b47e0948543edb5cee1cd0424;hpb=49e1d8c87e52b9b62bad467246e953d3af81a692;p=helm.git diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index e07de2783..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 \ @@ -16,6 +16,7 @@ MODULES = \ cic_omdoc \ metadata \ tactics \ + cic_notation \ cic_transformations \ cic_textual_parser2 \ mathql \ @@ -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 . +