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