X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2FMakefile;h=1b38db7e70cc113b04ca33d8e0cacfae312c9d5b;hb=609a4bb85c88a5e5090f7db0a6bcf547ba9d0593;hp=948ba8f3672ff3c45368aaca04d1f0a6315542ce;hpb=4cdf45f08cd95641a094312ddc558320b874fa16;p=helm.git diff --git a/components/Makefile b/components/Makefile index 948ba8f36..1b38db7e7 100644 --- a/components/Makefile +++ b/components/Makefile @@ -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))