X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2FMakefile;h=02125883f16dd7ee0335234f7f3109b18b2f26a9;hb=d2545ffd201b1aa49887313791386add78fa8603;hp=cfe1fd51715ae0a16531cf796172c52ce74e0273;hpb=bc76b4d2f3c380894259b45fad52cf85ae6cee18;p=helm.git diff --git a/helm/software/components/Makefile b/helm/software/components/Makefile index cfe1fd517..02125883f 100644 --- a/helm/software/components/Makefile +++ b/helm/software/components/Makefile @@ -20,19 +20,30 @@ MODULES = \ cic \ cic_proof_checking \ cic_acic \ + cic_exportation \ metadata \ library \ + ng_kernel \ acic_content \ - content_pres \ grafite \ 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-%) @@ -42,7 +53,7 @@ ifeq ($(DISTRIBUTED),no) endif all: metas $(MODULES:%=rec@all@%) -opt: metas $(MODULES:%=rec@opt@%) +opt: metas syntax-extensions $(MODULES:%=rec@opt@%) ifeq ($(HAVE_OCAMLOPT),yes) world: opt @@ -54,7 +65,8 @@ syntax-extensions: $(H)$(MAKE) -C syntax_extensions depend: syntax-extensions $(MODULES:%=rec@depend@%) depend.opt: syntax-extensions $(MODULES:%=rec@depend.opt@%) -install: $(MODULES:%=rec@install@%) +install-arch: $(MODULES:%=rec@install@%) +install-indep: uninstall: $(MODULES:%=rec@uninstall@%) clean: $(MODULES:%=rec@clean@%) clean_metas @@ -143,3 +155,4 @@ tags: TAGS TAGS: $(H)otags -vi -r . +metas: $(filter-out METAS/META.helm-binaries, $(METAS))