X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2FMakefile;h=01dabc9a6393e230507603bd152db1e05c01a256;hb=42f2dc48b4fef5b404f406bf512d6a0cde35c067;hp=a700970af43c111a9e33140d70d2a5e8d893a09d;hpb=06e2976ca4ef6bdfe14beba14ba538a2479c51a8;p=helm.git diff --git a/components/Makefile b/components/Makefile index a700970af..01dabc9a6 100644 --- a/components/Makefile +++ b/components/Makefile @@ -20,6 +20,7 @@ MODULES = \ cic \ cic_proof_checking \ cic_acic \ + cic_exportation \ metadata \ library \ acic_content \ @@ -28,6 +29,7 @@ MODULES = \ cic_unification \ whelp \ tactics \ + acic_procedural \ cic_disambiguation \ lexicon \ grafite_engine \ @@ -42,7 +44,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 +56,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