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