From 303c0539e42f4ffcfb48cc12a1dcd6fc11d47a57 Mon Sep 17 00:00:00 2001 From: Alan McGovern Date: Tue, 9 Jul 2013 11:28:28 -0400 Subject: More better the 'make aot' target It can now find all the required assemblies by autogenerating MONO_PATH to include all the paths we place our binaries in. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0267472d06..bd22ee07c4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,10 @@ include main/monodevelop_version EXTRA_DIST = configure -MONO_AOT=MONO_PATH=main/build/bin:$(MONO_PATH) mono --aot --debug +SPACE := +SPACE += +AOT_DIRECTORIES:=$(subst $(SPACE),:,$(shell find main/build/* -type d)) +MONO_AOT:=MONO_PATH=$(AOT_DIRECTORIES):$(MONO_PATH) mono --aot --debug all: update_submodules all-recursive -- cgit v1.2.3