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 'source/blender/nodes/Makefile')
-rw-r--r--source/blender/nodes/Makefile18
1 files changed, 14 insertions, 4 deletions
diff --git a/source/blender/nodes/Makefile b/source/blender/nodes/Makefile
index 37edf74b3ea..9151d449a59 100644
--- a/source/blender/nodes/Makefile
+++ b/source/blender/nodes/Makefile
@@ -29,9 +29,19 @@
#
# ***** END GPL/BL DUAL LICENSE BLOCK *****
#
-# Bounces make to subdirectories.
+#
+
+LIBNAME = nodes
+DIR = $(OCGDIR)/blender/$(LIBNAME)
+
+include nan_compile.mk
-SOURCEDIR = source/blender/nodes
-DIRS = intern intern/CMP_nodes intern/SHD_nodes
+CFLAGS += $(LEVEL_1_C_WARNINGS)
-include nan_subdirs.mk
+CPPFLAGS += -I../../blenkernel
+CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
+CPPFLAGS += -I../../makesdna
+CPPFLAGS += -I../../blenlib
+CPPFLAGS += -I../../editors/include
+CPPFLAGS += -I../../imbuf
+CPPFLAGS += -I../../render/extern/include