]> matita.cs.unibo.it Git - helm.git/blobdiff - components/Makefile
New dependency over acic_procedural.
[helm.git] / components / Makefile
index 948ba8f3672ff3c45368aaca04d1f0a6315542ce..9f42d0dad1f4a6895fe4c5478bcb498da6e9334b 100644 (file)
@@ -23,8 +23,9 @@ MODULES =                     \
        metadata                \
        library                 \
        acic_content            \
-       content_pres            \
        grafite                 \
+       acic_procedural         \
+       content_pres            \
        cic_unification         \
        whelp                   \
        tactics                 \
@@ -32,6 +33,7 @@ MODULES =                     \
        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))