Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 21ca5aa64dd..58770c7c1f7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,8 @@
# toplevel Makefile for blender
export NANBLENDERHOME=$(shell pwd)
-export MAKEFLAGS="-I $(NANBLENDERHOME)/source --no-print-directory"
+MAKEFLAGS=-I$(NANBLENDERHOME)/source --no-print-directory
+include source/nan_subdirs.mk
+SOURCEDIR = blender
DIRS = extern intern source
-
-all: $(DIRS)
-
-$(DIRS):
- $(MAKE) -C $@
-
-.PHONY: $(DIRS) all