X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2FMakefile;h=b7c105fc01e4dc053b3d69e58b1f9d8a0010d7ae;hb=2041f4fefe300f77338f6aea598f025f84db1bbc;hp=9f42d0dad1f4a6895fe4c5478bcb498da6e9334b;hpb=4db221ee87ba30f63db0ea32c98858041e8e6213;p=helm.git diff --git a/helm/software/components/Makefile b/helm/software/components/Makefile index 9f42d0dad..b7c105fc0 100644 --- a/helm/software/components/Makefile +++ b/helm/software/components/Makefile @@ -20,19 +20,27 @@ MODULES = \ cic \ cic_proof_checking \ cic_acic \ + cic_exportation \ metadata \ library \ + ng_kernel \ acic_content \ grafite \ - acic_procedural \ + ng_refiner \ + ng_cic_content \ content_pres \ cic_unification \ whelp \ tactics \ + acic_procedural \ + disambiguation \ cic_disambiguation \ lexicon \ - grafite_engine \ + ng_disambiguation \ grafite_parser \ + ng_paramodulation \ + ng_tactics \ + grafite_engine \ tptp_grafite \ $(NULL) @@ -43,7 +51,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 @@ -55,7 +63,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