]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/Makefile.in
libraries-ext.ps generation (dep graph with daemons and clusters)
[helm.git] / helm / ocaml / Makefile.in
index 2f3009462102aa36414b9b9d2a2e3e55f69b7bee..3dabc3ad4b99185e7ad8c0d932e04c2b532da14d 100644 (file)
@@ -1,8 +1,11 @@
 # Warning: the modules must be in compilation order
 NULL =
 MODULES =                      \
+       extlib                  \
        xml                     \
+       hgdome                  \
        registry                \
+       hmysql                  \
        utf8_macros             \
        thread                  \
        xmldiff                 \
@@ -11,18 +14,24 @@ MODULES =                   \
        getter                  \
        cic                     \
        cic_proof_checking      \
-       cic_unification         \
-       cic_omdoc               \
+       cic_acic                \
+       acic_content            \
+       content_pres            \
+       grafite                 \
        metadata                \
+       library                 \
+       cic_unification         \
+       whelp                   \
        tactics                 \
-       cic_notation            \
-       cic_transformations     \
-       cic_textual_parser2     \
        paramodulation          \
+       cic_disambiguation      \
+       grafite2                \
+       grafite_parser          \
        $(NULL)
 
 OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@
 OCAMLPATH = @OCAMLFIND_META_DIR@
+OCAMLFIND = OCAMLPATH=$(OCAMLPATH):$$OCAMLPATH @OCAMLFIND@
 
 METAS = $(MODULES:%=METAS/META.helm-%) METAS/META.helm-cic_disambiguation
 
@@ -78,9 +87,13 @@ METAS/META.helm-%: METAS/meta.helm-%.src
        for i in $(MODULES); do echo "\"helm-$$i\" [shape=box,style=filled,fillcolor=yellow];" >> $@ ; done
        echo "}" >> $@
 
+.extdep.dot: .dep.dot
+       ./patch_deps.sh $< $@
+
 libraries.ps: .dep.dot
        dot -Tps -o $@ $<
-
+libraries-ext.ps: .extdep.dot
+       dot -Tps -o $@ $<
 libraries-complete.ps: .alldep.dot
        dot -Tps -o $@ $<