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/editors/Makefile')
-rw-r--r--source/blender/editors/Makefile38
1 files changed, 36 insertions, 2 deletions
diff --git a/source/blender/editors/Makefile b/source/blender/editors/Makefile
index 62bf612b09d..6463815a268 100644
--- a/source/blender/editors/Makefile
+++ b/source/blender/editors/Makefile
@@ -1,5 +1,7 @@
+# -*- mode: gnumakefile; tab-width: 8; indent-tabs-mode: t; -*-
+# vim: tabstop=8
#
-# $Id: Makefile
+# $Id$
#
# ***** BEGIN GPL LICENSE BLOCK *****
#
@@ -29,6 +31,38 @@
# Bounces make to subdirectories.
SOURCEDIR = source/blender/editors
-DIRS = armature mesh animation object sculpt_paint datafiles transform screen curve gpencil physics preview uvedit space_outliner space_time space_view3d interface util space_api space_graph space_image space_node space_buttons space_info space_file space_sound space_action space_nla space_script space_text space_sequencer space_logic
+DIRS = armature \
+ mesh \
+ animation \
+ object \
+ sculpt_paint \
+ datafiles \
+ transform \
+ screen \
+ curve \
+ gpencil \
+ physics \
+ preview \
+ uvedit \
+ space_outliner \
+ space_time \
+ space_view3d \
+ interface \
+ util \
+ space_api \
+ space_console \
+ space_graph \
+ space_image \
+ space_node \
+ space_buttons \
+ space_info \
+ space_file \
+ space_sound \
+ space_action \
+ space_nla \
+ space_script \
+ space_text \
+ space_sequencer \
+ space_logic \
include nan_subdirs.mk