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 'intern/itasc/kdl/Makefile')
-rw-r--r--intern/itasc/kdl/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/intern/itasc/kdl/Makefile b/intern/itasc/kdl/Makefile
index e34c991db38..9b152c27c7c 100644
--- a/intern/itasc/kdl/Makefile
+++ b/intern/itasc/kdl/Makefile
@@ -28,15 +28,15 @@
# iksolver main makefile.
#
+include nan_definitions.mk
+
LIBNAME = itasc
DIR = $(OCGDIR)/intern/$(LIBNAME)
+DIRS = utilities
+SOURCEDIR = intern/$(LIBNAME)/kdl
+include nan_subdirs.mk
include nan_compile.mk
CPPFLAGS += -I.
CPPFLAGS += -I../../../extern/Eigen2
-
-##############################
-DIRS = utilities
-SOURCEDIR = intern/$(LIBNAME)/kdl
-include nan_subdirs.mk