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:
authorChris Want <cwant@ualberta.ca>2003-05-29 20:29:57 +0400
committerChris Want <cwant@ualberta.ca>2003-05-29 20:29:57 +0400
commit76dc07b9f63de8954791b240a8251c14adfca311 (patch)
treec4407d94945983c12fd5210856f97072addd46e6 /intern/Makefile
parent9bca4abd025307ee7264fb92d7715155d6ee6cea (diff)
Support for the experimental python stuff in the traditional
Makefiles (set EXPYTHON=true in user-def.mk).
Diffstat (limited to 'intern/Makefile')
-rw-r--r--intern/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/intern/Makefile b/intern/Makefile
index 4e3b84c2bf1..8d38480e385 100644
--- a/intern/Makefile
+++ b/intern/Makefile
@@ -35,7 +35,12 @@ SOURCEDIR = intern
# include nan_subdirs.mk
ALLDIRS = string ghost guardedalloc bmfont moto container memutil
-ALLDIRS += decimation iksolver keymaker bsp python/freeze
+ALLDIRS += decimation iksolver keymaker bsp
+
+ifneq ($(EXPYTHON), true)
+ ALLDIRS += python/freeze
+endif
+
all::
@for i in $(ALLDIRS); do \