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>2010-11-02 02:17:58 +0300
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2010-11-02 02:17:58 +0300
commit2cef9203bab2526540b9a07fb63f9ea4a9ba0644 (patch)
tree0094ac0aee2b856ccb8c9d89861a068f52c815cc /build_files
parentaef7d52ea7bbe6a3e330e8fe8d7230e0c3ac71ae (diff)
Add PREFIX support to makefiles.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/make/nan_definitions.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/build_files/make/nan_definitions.mk b/build_files/make/nan_definitions.mk
index d8da2189e6d..307bf19153b 100644
--- a/build_files/make/nan_definitions.mk
+++ b/build_files/make/nan_definitions.mk
@@ -296,6 +296,7 @@ ifndef CONFIG_GUESS
export HOST = $(shell hostname -s)
export FREEDESKTOP ?= true
+ export BF_PREFIX ?= /usr/local
export NAN_PYTHON ?= /usr/local
export NAN_PYTHON_VERSION ?= 3.1
export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)
@@ -334,6 +335,8 @@ ifndef CONFIG_GUESS
export HOST = $(shell /usr/bsd/hostname -s)
#export NAN_NO_KETSJI=true
export NAN_JUST_BLENDERDYNAMIC=true
+
+ export BF_PREFIX ?= /usr/local
export NAN_PYTHON_VERSION ?= 3.1
ifeq ($(IRIX_USE_GCC), true)
export NAN_PYTHON ?= $(LCGDIR)/python_gcc
@@ -392,6 +395,7 @@ ifndef CONFIG_GUESS
export HOST = $(shell hostname -s)
export FREEDESKTOP ?= true
+ export BF_PREFIX ?= /usr/local
export NAN_PYTHON ?= /usr
export NAN_PYTHON_VERSION ?= 3.1
export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)
@@ -458,6 +462,7 @@ ifndef CONFIG_GUESS
export HOST = $(shell hostname -s)
export FREEDESKTOP ?= true
+ export BF_PREFIX ?= /usr/local
export NAN_PYTHON ?= $(LCGDIR)/python
export NAN_PYTHON_VERSION ?= 3.1
export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)
@@ -494,6 +499,8 @@ ifndef CONFIG_GUESS
export ID = $(shell /usr/ucb/whoami)
export HOST = $(shell hostname)
+
+ export BF_PREFIX ?= /usr/local
export NAN_PYTHON ?= $(LCGDIR)/python
export NAN_PYTHON_VERSION ?= 3.1
export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)