X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2FMakefile;h=c3ce697ffe8f55b1e9277dbb085d24e22f8c5fd3;hb=780561e45e8de50dd0063a0e369458ba67479872;hp=f92c8da64b85481a9bb17b3da81ca653bd0b57ba;hpb=aef659e5893b4bf8c8544d0c54714e10f5b5493a;p=helm.git diff --git a/helm/software/Makefile b/helm/software/Makefile index f92c8da64..c3ce697ff 100644 --- a/helm/software/Makefile +++ b/helm/software/Makefile @@ -4,8 +4,13 @@ include Makefile.defs SUBDIRS = components matita +ifeq ($(DISTRIBUTED),yes) +all: depend $(foreach d,$(SUBDIRS),rec@all@$(d)) +opt: depend $(foreach d,$(SUBDIRS),rec@opt@$(d)) +else all: $(foreach d,$(SUBDIRS),rec@all@$(d)) opt: $(foreach d,$(SUBDIRS),rec@opt@$(d)) +endif world: depend $(foreach d,$(SUBDIRS),rec@world@$(d)) depend: depend-stamp depend-stamp: