X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2FMakefile;h=9565ddb299a8ee5a03675ca0c75fc5cefd3eb708;hb=9b09890767aaa93e512324f8e7f13e2cdeebac88;hp=a700970af43c111a9e33140d70d2a5e8d893a09d;hpb=34259adcd8a36e85f3224c7074c74aef878f1856;p=helm.git diff --git a/helm/software/components/Makefile b/helm/software/components/Makefile index a700970af..9565ddb29 100644 --- a/helm/software/components/Makefile +++ b/helm/software/components/Makefile @@ -20,6 +20,7 @@ MODULES = \ cic \ cic_proof_checking \ cic_acic \ + cic_exportation \ metadata \ library \ acic_content \ @@ -28,9 +29,14 @@ MODULES = \ cic_unification \ whelp \ tactics \ + acic_procedural \ + disambiguation \ cic_disambiguation \ lexicon \ grafite_engine \ + ng_kernel \ + ng_refiner \ + ng_disambiguation \ grafite_parser \ tptp_grafite \ $(NULL) @@ -42,7 +48,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 +60,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