X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2FMakefile;h=01dabc9a6393e230507603bd152db1e05c01a256;hb=42f2dc48b4fef5b404f406bf512d6a0cde35c067;hp=948ba8f3672ff3c45368aaca04d1f0a6315542ce;hpb=4cdf45f08cd95641a094312ddc558320b874fa16;p=helm.git diff --git a/components/Makefile b/components/Makefile index 948ba8f36..01dabc9a6 100644 --- a/components/Makefile +++ b/components/Makefile @@ -20,18 +20,21 @@ MODULES = \ cic \ cic_proof_checking \ cic_acic \ + cic_exportation \ metadata \ library \ acic_content \ - content_pres \ grafite \ + content_pres \ cic_unification \ whelp \ tactics \ + acic_procedural \ cic_disambiguation \ lexicon \ grafite_engine \ grafite_parser \ + tptp_grafite \ $(NULL) METAS = $(MODULES:%=METAS/META.helm-%) @@ -41,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 @@ -53,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 @@ -142,3 +146,4 @@ tags: TAGS TAGS: $(H)otags -vi -r . +metas: $(filter-out METAS/META.helm-binaries, $(METAS))