]> matita.cs.unibo.it Git - helm.git/blobdiff - components/Makefile
contribs: some improvements
[helm.git] / components / Makefile
index 948ba8f3672ff3c45368aaca04d1f0a6315542ce..1b38db7e70cc113b04ca33d8e0cacfae312c9d5b 100644 (file)
@@ -23,15 +23,17 @@ MODULES =                   \
        metadata                \
        library                 \
        acic_content            \
-       content_pres            \
        grafite                 \
+       content_pres            \
        cic_unification         \
        whelp                   \
        tactics                 \
+       acic_procedural         \
        cic_disambiguation      \
        lexicon                 \
        grafite_engine          \
        grafite_parser          \
+       tptp_grafite            \
        $(NULL)
 
 METAS = $(MODULES:%=METAS/META.helm-%)
@@ -142,3 +144,4 @@ tags: TAGS
 TAGS:
        $(H)otags -vi -r .
 
+metas: $(filter-out METAS/META.helm-binaries, $(METAS))