X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Flambda-delta%2FMakefile.common;fp=helm%2Fsoftware%2Flambda-delta%2FMakefile.common;h=9e2ef7f24cc20ba9f44a6a079860ae009368d4a2;hb=f12f1b61a608140a65990d36045d978575b2dcb0;hp=3322009493713faf1d7871f07e0c0eed37895572;hpb=2b1375e4b44e2ef351a6341a5bb0a4823e8daae5;p=helm.git diff --git a/helm/software/lambda-delta/Makefile.common b/helm/software/lambda-delta/Makefile.common index 332200949..9e2ef7f24 100644 --- a/helm/software/lambda-delta/Makefile.common +++ b/helm/software/lambda-delta/Makefile.common @@ -4,8 +4,9 @@ LDDLURL = http://helm.cs.unibo.it/lambda-delta/static/lddl LDDLDIR = /projects/helm/public_html/lambda-delta/static/lddl DOWNDIR = /projects/helm/public_html/lambda-delta/download XMLDIR = /projects/helm/public_html/lambda-delta/xml +SRC = components -DIRECTORIES = $(shell cat Make) +DIRECTORIES = $(addprefix $(SRC)/,$(shell cat $(SRC)/Make)) INCLUDES = $(DIRECTORIES:%=-I %)