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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-09-26 02:38:15 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-09-26 02:38:15 +0400
commitda5ff2ca98ae275f6e9addbad52621415fd30160 (patch)
tree8a7bf28d186737e6499e56295572488875cb899d /intern/itasc/kdl
parent72c4c9da7a4074f86f4ed59d87a6e50a98b9bb06 (diff)
Add directives to support multi dir lib.
Diffstat (limited to 'intern/itasc/kdl')
-rw-r--r--intern/itasc/kdl/Makefile5
-rw-r--r--intern/itasc/kdl/utilities/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/intern/itasc/kdl/Makefile b/intern/itasc/kdl/Makefile
index 9b152c27c7c..058f93da4e1 100644
--- a/intern/itasc/kdl/Makefile
+++ b/intern/itasc/kdl/Makefile
@@ -30,8 +30,9 @@
include nan_definitions.mk
-LIBNAME = itasc
-DIR = $(OCGDIR)/intern/$(LIBNAME)
+LIBNAME = itasc_kdl
+# Yep, same dir than parent (itasc instead of $(LIBNAME))
+DIR = $(OCGDIR)/intern/itasc
DIRS = utilities
SOURCEDIR = intern/$(LIBNAME)/kdl
diff --git a/intern/itasc/kdl/utilities/Makefile b/intern/itasc/kdl/utilities/Makefile
index 4397a80cef5..8ee08089e10 100644
--- a/intern/itasc/kdl/utilities/Makefile
+++ b/intern/itasc/kdl/utilities/Makefile
@@ -30,8 +30,9 @@
include nan_definitions.mk
-LIBNAME = itasc
-DIR = $(OCGDIR)/intern/$(LIBNAME)
+LIBNAME = itasc_kdl_util
+# Same dir than parent (itasc instead of $(LIBNAME))
+DIR = $(OCGDIR)/intern/itasc
include nan_compile.mk