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:
authorWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2003-01-24 19:53:47 +0300
committerWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2003-01-24 19:53:47 +0300
commit23fe9bb3fe3b544339efb01e2cd3e24110385d95 (patch)
tree1eb27f3e0ac609eb4527a6794aada9e9c60f937f /source/nan_definitions.mk
parent3c9e4d3227630b000258dfc82b6e462bd5b8c438 (diff)
Use saner defaults on Linux
Diffstat (limited to 'source/nan_definitions.mk')
-rw-r--r--source/nan_definitions.mk27
1 files changed, 13 insertions, 14 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index 1082933c9f9..e71e05486ce 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -216,27 +216,26 @@ all debug::
export ID = $(shell whoami)
export HOST = $(shell hostname -s)
- export NAN_PYTHON ?= $(LCGDIR)/python
- export NAN_PYTHON_VERSION ?= 2.0
- export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)
- export NAN_MXTEXTTOOLS ?= $(shell $(NAN_PYTHON_BINARY) -c \
- 'import mx; print mx.__path__[0]')/TextTools/mxTextTools/mxTextTools.so
- export NAN_OPENAL ?= $(LCGDIR)/openal
+ export NAN_PYTHON ?= /usr
+ export NAN_PYTHON_VERSION ?= 2.2
+ export NAN_PYTHON_BINARY ?=
+ export NAN_MXTEXTTOOLS ?=
+ export NAN_OPENAL ?= /usr
export NAN_FMOD ?= $(LCGDIR)/fmod
- export NAN_JPEG ?= $(LCGDIR)/jpeg
- export NAN_PNG ?= $(LCGDIR)/png
- export NAN_SDL ?= $(LCGDIR)/sdl
+ export NAN_JPEG ?= /usr
+ export NAN_PNG ?= /usr
+ export NAN_SDL ?= /usr
export NAN_ODE ?= $(LCGDIR)/ode
- export NAN_OPENSSL ?= $(LCGDIR)/openssl
+ export NAN_OPENSSL ?= /usr
export NAN_TERRAPLAY ?= $(LCGDIR)/terraplay
- export NAN_MESA ?= /usr/src/Mesa-3.1
- export NAN_ZLIB ?= $(LCGDIR)/zlib
+ export NAN_MESA ?= /usr
+ export NAN_ZLIB ?= /usr
export NAN_NSPR ?= $(LCGDIR)/nspr
# Uncomment the following line to use Mozilla inplace of netscape
- # CPPFLAGS +=-DMOZ_NOT_NET
+ export CPPFLAGS += -DMOZ_NOT_NET
# Location of MOZILLA/Netscape header files...
- export NAN_MOZILLA_INC ?= $(LCGDIR)/mozilla/include
+ export NAN_MOZILLA_INC ?= /usr/include/mozilla
export NAN_MOZILLA_LIB ?= $(LCGDIR)/mozilla/lib/
# Will fall back to look in NAN_MOZILLA_INC/nspr and NAN_MOZILLA_LIB
# if this is not set.