X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2FMakefile;h=02125883f16dd7ee0335234f7f3109b18b2f26a9;hb=4a747f4352bd5961c60a7d75eaa95ac3ee4f54f9;hp=34020150a7d746942017adff28502cd3606fbab2;hpb=d16f0f84149954af38ea8c05e750091635d1a130;p=helm.git diff --git a/helm/software/components/Makefile b/helm/software/components/Makefile index 34020150a..02125883f 100644 --- a/helm/software/components/Makefile +++ b/helm/software/components/Makefile @@ -19,22 +19,31 @@ MODULES = \ getter \ cic \ cic_proof_checking \ - cic_exportation \ cic_acic \ + cic_exportation \ metadata \ library \ + ng_kernel \ acic_content \ grafite \ - content_pres \ cic_unification \ whelp \ tactics \ acic_procedural \ + disambiguation \ cic_disambiguation \ + ng_kernel \ + ng_refiner \ + ng_disambiguation \ + ng_cic_content \ + ng_paramodulation \ + ng_library \ + content_pres \ lexicon \ - grafite_engine \ - grafite_parser \ tptp_grafite \ + grafite_parser \ + ng_tactics \ + grafite_engine \ $(NULL) METAS = $(MODULES:%=METAS/META.helm-%)