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