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:
authorKent Mein <mein@cs.umn.edu>2006-06-21 19:27:49 +0400
committerKent Mein <mein@cs.umn.edu>2006-06-21 19:27:49 +0400
commitad388f6a39fa603c2f05d68123518e7049e64be8 (patch)
treef67f5038082d27c05bd648dff408e6132eae8815 /extern/Makefile
parentc9e6635a8b52c3791efc3680d6dda4116b11ca05 (diff)
small fix to make it so solid and qhull are not build if not needed.
Got the go ahead on #blendercoders, Erwin if you need my address to hunt me down I'll email it to you. ;) Kent
Diffstat (limited to 'extern/Makefile')
-rw-r--r--extern/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/extern/Makefile b/extern/Makefile
index 53abb0b1b3c..7035fb4409f 100644
--- a/extern/Makefile
+++ b/extern/Makefile
@@ -34,20 +34,17 @@ include nan_definitions.mk
SOURCEDIR = extern
DIR = $(OCGDIR)/extern
-DIRS = qhull/src solid
+DIRS =
ifeq ($(WITH_FREETYPE2), true)
DIRS += bFTGL/src
endif
ifneq ($(NAN_NO_KETSJI), true)
- DIRS += bullet
+ DIRS += bullet solid qhull/src
endif
TARGET =
-ifneq ($(OS),irix)
- TARGET=solid
-endif
all::
@[ -d $(OCGDIR)/extern ] || mkdir -p $(OCGDIR)/extern